POC详情: d2bc85ba0549ea4bbe8cc30fd3c532adabb02259

来源
关联漏洞
标题: Google Android 安全漏洞 (CVE-2018-9338)
描述:Google Android是美国谷歌(Google)公司的一套以Linux为基础的开源操作系统。 Google Android存在安全漏洞,该漏洞源于ResourceTypes.cpp的ResStringPool::setTo中缺少边界检查,可能存在越界写入,导致本地权限提升。
文件快照

[4.0K] /data/pocs/d2bc85ba0549ea4bbe8cc30fd3c532adabb02259 ├── [ 53K] Android.mk ├── [4.0K] api │   ├── [3.5M] current.txt │   ├── [ 13K] removed.txt │   ├── [3.7M] system-current.txt │   └── [ 13K] system-removed.txt ├── [ 23K] CleanSpec.mk ├── [4.0K] cmds │   ├── [4.0K] am │   │   ├── [ 210] am │   │   ├── [ 354] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] am │   │   └── [ 94K] Am.java │   ├── [4.0K] appops │   │   ├── [ 366] Android.mk │   │   ├── [ 213] appops │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] appops │   │   └── [ 12K] AppOpsCommand.java │   ├── [4.0K] app_process │   │   ├── [1.9K] Android.mk │   │   ├── [ 10K] app_main.cpp │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   └── [ 10K] NOTICE │   ├── [4.0K] appwidget │   │   ├── [ 375] Android.mk │   │   ├── [ 215] appwidget │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] appwidget │   │   └── [6.3K] AppWidget.java │   ├── [4.0K] backup │   │   ├── [ 386] Android.mk │   │   ├── [2.9K] backup.cpp │   │   └── [ 10K] NOTICE │   ├── [4.0K] bmgr │   │   ├── [ 352] Android.mk │   │   ├── [ 199] bmgr │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] bmgr │   │   └── [ 19K] Bmgr.java │   ├── [4.0K] bootanimation │   │   ├── [ 635] Android.mk │   │   ├── [8.8K] AudioPlayer.cpp │   │   ├── [1.3K] AudioPlayer.h │   │   ├── [ 22K] BootAnimation.cpp │   │   ├── [2.8K] BootAnimation.h │   │   └── [1.5K] bootanimation_main.cpp │   ├── [4.0K] bu │   │   ├── [ 386] Android.mk │   │   ├── [ 156] bu │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] bu │   │   └── [5.4K] Backup.java │   ├── [4.0K] content │   │   ├── [ 368] Android.mk │   │   ├── [ 207] content │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] content │   │   └── [ 26K] Content.java │   ├── [4.0K] dpm │   │   ├── [ 357] Android.mk │   │   ├── [ 156] dpm │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] dpm │   │   └── [6.0K] Dpm.java │   ├── [4.0K] hid │   │   ├── [ 500] Android.mk │   │   ├── [ 213] hid │   │   ├── [4.0K] jni │   │   │   ├── [ 412] Android.mk │   │   │   ├── [8.0K] com_android_commands_hid_Device.cpp │   │   │   └── [1.6K] com_android_commands_hid_Device.h │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] hid │   │   ├── [5.5K] Device.java │   │   ├── [7.8K] Event.java │   │   └── [3.9K] Hid.java │   ├── [4.0K] idmap │   │   ├── [ 946] Android.mk │   │   ├── [6.5K] create.cpp │   │   ├── [8.9K] idmap.cpp │   │   ├── [1018] idmap.h │   │   ├── [9.7K] inspect.cpp │   │   └── [7.0K] scan.cpp │   ├── [4.0K] ime │   │   ├── [ 348] Android.mk │   │   ├── [ 194] ime │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] ime │   │   └── [7.3K] Ime.java │   ├── [4.0K] input │   │   ├── [ 354] Android.mk │   │   ├── [ 203] input │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] input │   │   └── [ 11K] Input.java │   ├── [4.0K] interrupter │   │   ├── [ 504] Android.mk │   │   ├── [1.3K] interrupter.c │   │   └── [2.7K] interrupter.h │   ├── [4.0K] media │   │   ├── [ 367] Android.mk │   │   ├── [ 210] media │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] media │   │   └── [ 11K] Media.java │   ├── [4.0K] pm │   │   ├── [ 344] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 191] pm │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] pm │   │   └── [ 80K] Pm.java │   ├── [4.0K] requestsync │   │   ├── [ 411] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 188] requestsync │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] requestsync │   │   └── [9.6K] RequestSync.java │   ├── [4.0K] screencap │   │   ├── [ 347] Android.mk │   │   └── [7.5K] screencap.cpp │   ├── [4.0K] settings │   │   ├── [ 404] Android.mk │   │   ├── [ 178] settings │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] settings │   │   └── [ 11K] SettingsCmd.java │   ├── [4.0K] sm │   │   ├── [ 354] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 190] sm │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] sm │   │   └── [6.8K] Sm.java │   ├── [4.0K] svc │   │   ├── [ 348] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] commands │   │   │   └── [4.0K] svc │   │   │   ├── [2.2K] DataCommand.java │   │   │   ├── [2.8K] NfcCommand.java │   │   │   ├── [4.2K] PowerCommand.java │   │   │   ├── [3.0K] Svc.java │   │   │   ├── [2.1K] UsbCommand.java │   │   │   └── [2.0K] WifiCommand.java │   │   └── [ 192] svc │   ├── [4.0K] telecom │   │   ├── [ 369] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] commands │   │   │   └── [4.0K] telecom │   │   │   └── [8.3K] Telecom.java │   │   └── [ 172] telecom │   ├── [4.0K] uiautomator │   │   ├── [ 851] Android.mk │   │   ├── [4.0K] api │   │   │   ├── [ 11K] 16.txt │   │   │   ├── [ 14K] 17.txt │   │   │   ├── [ 16K] current.txt │   │   │   └── [ 0] removed.txt │   │   ├── [4.0K] cmds │   │   │   ├── [ 642] Android.mk │   │   │   └── [4.0K] uiautomator │   │   │   ├── [1019] Android.mk │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] commands │   │   │   │   └── [4.0K] uiautomator │   │   │   │   ├── [3.9K] DumpCommand.java │   │   │   │   ├── [2.4K] EventsCommand.java │   │   │   │   ├── [3.9K] Launcher.java │   │   │   │   └── [9.9K] RunTestCommand.java │   │   │   └── [3.7K] uiautomator │   │   ├── [4.0K] instrumentation │   │   │   ├── [1005] Android.mk │   │   │   └── [4.0K] testrunner-src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] uiautomator │   │   │   ├── [4.0K] core │   │   │   │   └── [1.8K] InstrumentationUiAutomatorBridge.java │   │   │   └── [4.0K] testrunner │   │   │   ├── [1.1K] IAutomationSupport.java │   │   │   ├── [1.3K] InstrumentationAutomationSupport.java │   │   │   ├── [2.7K] UiAutomatorInstrumentationTestRunner.java │   │   │   └── [3.2K] UiAutomatorTestCase.java │   │   ├── [4.0K] library │   │   │   ├── [5.2K] Android.mk │   │   │   ├── [ 500] apicheck_msg_current.txt │   │   │   ├── [ 185] apicheck_msg_last.txt │   │   │   ├── [4.0K] core-src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] uiautomator │   │   │   │   └── [4.0K] core │   │   │   │   ├── [ 11K] AccessibilityNodeInfoDumper.java │   │   │   │   ├── [1.7K] AccessibilityNodeInfoHelper.java │   │   │   │   ├── [8.3K] Configurator.java │   │   │   │   ├── [ 29K] InteractionController.java │   │   │   │   ├── [ 22K] QueryController.java │   │   │   │   ├── [9.4K] Tracer.java │   │   │   │   ├── [4.7K] UiAutomatorBridge.java │   │   │   │   ├── [6.2K] UiCollection.java │   │   │   │   ├── [ 29K] UiDevice.java │   │   │   │   ├── [ 41K] UiObject.java │   │   │   │   ├── [1.3K] UiObjectNotFoundException.java │   │   │   │   ├── [ 27K] UiScrollable.java │   │   │   │   ├── [ 37K] UiSelector.java │   │   │   │   └── [2.2K] UiWatcher.java │   │   │   └── [4.0K] testrunner-src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] uiautomator │   │   │   ├── [4.0K] core │   │   │   │   ├── [4.3K] ShellUiAutomatorBridge.java │   │   │   │   └── [4.3K] UiAutomationShellWrapper.java │   │   │   └── [4.0K] testrunner │   │   │   ├── [1.1K] IAutomationSupport.java │   │   │   ├── [5.0K] TestCaseCollector.java │   │   │   ├── [1.3K] UiAutomatorTestCaseFilter.java │   │   │   ├── [4.4K] UiAutomatorTestCase.java │   │   │   └── [ 16K] UiAutomatorTestRunner.java │   │   └── [ 0] MODULE_LICENSE_APACHE2 │   └── [4.0K] wm │   ├── [ 354] Android.mk │   ├── [ 0] MODULE_LICENSE_APACHE2 │   ├── [ 10K] NOTICE │   ├── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] commands │   │   └── [4.0K] wm │   │   └── [9.3K] Wm.java │   └── [ 190] wm ├── [4.0K] core │   ├── [4.0K] java │   │   ├── [4.0K] android │   │   │   ├── [4.0K] accessibilityservice │   │   │   │   ├── [ 697] AccessibilityServiceInfo.aidl │   │   │   │   ├── [ 39K] AccessibilityServiceInfo.java │   │   │   │   ├── [ 33K] AccessibilityService.java │   │   │   │   ├── [1.3K] IAccessibilityServiceClient.aidl │   │   │   │   ├── [2.7K] IAccessibilityServiceConnection.aidl │   │   │   │   └── [1.0K] package.html │   │   │   ├── [4.0K] accounts │   │   │   │   ├── [ 29K] AbstractAccountAuthenticator.java │   │   │   │   ├── [ 668] Account.aidl │   │   │   │   ├── [1.4K] AccountAndUser.java │   │   │   │   ├── [3.3K] AccountAuthenticatorActivity.java │   │   │   │   ├── [3.2K] AccountAuthenticatorResponse.java │   │   │   │   ├── [2.5K] Account.java │   │   │   │   ├── [ 739] AccountManagerCallback.java │   │   │   │   ├── [5.7K] AccountManagerFuture.java │   │   │   │   ├── [121K] AccountManager.java │   │   │   │   ├── [2.2K] AccountManagerResponse.java │   │   │   │   ├── [1010] AccountsException.java │   │   │   │   ├── [ 685] AuthenticatorDescription.aidl │   │   │   │   ├── [5.0K] AuthenticatorDescription.java │   │   │   │   ├── [1.0K] AuthenticatorException.java │   │   │   │   ├── [1.2K] CantAddAccountActivity.java │   │   │   │   ├── [6.6K] ChooseAccountActivity.java │   │   │   │   ├── [7.8K] ChooseAccountTypeActivity.java │   │   │   │   ├── [ 24K] ChooseTypeAndAccountActivity.java │   │   │   │   ├── [7.5K] GrantCredentialsPermissionActivity.java │   │   │   │   ├── [3.1K] IAccountAuthenticator.aidl │   │   │   │   ├── [ 943] IAccountAuthenticatorResponse.aidl │   │   │   │   ├── [4.3K] IAccountManager.aidl │   │   │   │   ├── [ 922] IAccountManagerResponse.aidl │   │   │   │   ├── [1.0K] NetworkErrorException.java │   │   │   │   ├── [ 979] OnAccountsUpdateListener.java │   │   │   │   └── [1.0K] OperationCanceledException.java │   │   │   ├── [4.0K] animation │   │   │   │   ├── [ 47K] AnimatorInflater.java │   │   │   │   ├── [ 21K] Animator.java │   │   │   │   ├── [1.7K] AnimatorListenerAdapter.java │   │   │   │   ├── [ 49K] AnimatorSet.java │   │   │   │   ├── [2.9K] ArgbEvaluator.java │   │   │   │   ├── [2.8K] BidirectionalTypeConverter.java │   │   │   │   ├── [3.0K] FloatArrayEvaluator.java │   │   │   │   ├── [1.9K] FloatEvaluator.java │   │   │   │   ├── [6.3K] FloatKeyframeSet.java │   │   │   │   ├── [2.9K] IntArrayEvaluator.java │   │   │   │   ├── [1.9K] IntEvaluator.java │   │   │   │   ├── [6.2K] IntKeyframeSet.java │   │   │   │   ├── [ 14K] Keyframe.java │   │   │   │   ├── [ 11K] KeyframeSet.java │   │   │   │   ├── [3.4K] Keyframes.java │   │   │   │   ├── [ 68K] LayoutTransition.java │   │   │   │   ├── [ 50K] ObjectAnimator.java │   │   │   │   ├── [ 857] package.html │   │   │   │   ├── [8.1K] PathKeyframes.java │   │   │   │   ├── [3.1K] PointFEvaluator.java │   │   │   │   ├── [ 72K] PropertyValuesHolder.java │   │   │   │   ├── [3.3K] RectEvaluator.java │   │   │   │   ├── [1.4K] RevealAnimator.java │   │   │   │   ├── [ 10K] StateListAnimator.java │   │   │   │   ├── [3.5K] TimeAnimator.java │   │   │   │   ├── [1.6K] TimeInterpolator.java │   │   │   │   ├── [1.7K] TypeConverter.java │   │   │   │   ├── [1.8K] TypeEvaluator.java │   │   │   │   └── [ 64K] ValueAnimator.java │   │   │   ├── [4.0K] annotation │   │   │   │   ├── [1.2K] AnimatorRes.java │   │   │   │   ├── [1.2K] AnimRes.java │   │   │   │   ├── [1.3K] AnyRes.java │   │   │   │   ├── [1.2K] ArrayRes.java │   │   │   │   ├── [1.2K] AttrRes.java │   │   │   │   ├── [1.3K] BinderThread.java │   │   │   │   ├── [1.2K] BoolRes.java │   │   │   │   ├── [1.1K] CallSuper.java │   │   │   │   ├── [2.2K] CheckResult.java │   │   │   │   ├── [1.4K] ColorInt.java │   │   │   │   ├── [1.2K] ColorRes.java │   │   │   │   ├── [1.2K] DimenRes.java │   │   │   │   ├── [1.2K] DrawableRes.java │   │   │   │   ├── [1.8K] FloatRange.java │   │   │   │   ├── [1.2K] FractionRes.java │   │   │   │   ├── [1.2K] IdRes.java │   │   │   │   ├── [2.1K] IntDef.java │   │   │   │   ├── [1.3K] IntegerRes.java │   │   │   │   ├── [1.3K] InterpolatorRes.java │   │   │   │   ├── [1.5K] IntRange.java │   │   │   │   ├── [1.2K] LayoutRes.java │   │   │   │   ├── [1.3K] MainThread.java │   │   │   │   ├── [1.2K] MenuRes.java │   │   │   │   ├── [1.2K] NonNull.java │   │   │   │   ├── [1.5K] Nullable.java │   │   │   │   ├── [1.2K] PluralsRes.java │   │   │   │   ├── [1.2K] RawRes.java │   │   │   │   ├── [3.7K] RequiresPermission.java │   │   │   │   ├── [1.2K] SdkConstant.java │   │   │   │   ├── [1.7K] Size.java │   │   │   │   ├── [1.6K] StringDef.java │   │   │   │   ├── [1.2K] StringRes.java │   │   │   │   ├── [1.3K] StyleableRes.java │   │   │   │   ├── [1.2K] StyleRes.java │   │   │   │   ├── [1.5K] SuppressLint.java │   │   │   │   ├── [1.6K] SystemApi.java │   │   │   │   ├── [1.2K] TargetApi.java │   │   │   │   ├── [1.2K] TransitionRes.java │   │   │   │   ├── [1.4K] UiThread.java │   │   │   │   ├── [1.2K] Widget.java │   │   │   │   ├── [1.4K] WorkerThread.java │   │   │   │   └── [1.2K] XmlRes.java │   │   │   ├── [4.0K] app │   │   │   │   ├── [ 54K] ActionBar.java │   │   │   │   ├── [3.9K] ActivityGroup.java │   │   │   │   ├── [275K] Activity.java │   │   │   │   ├── [ 687] ActivityManager.aidl │   │   │   │   ├── [1.9K] ActivityManagerInternal.java │   │   │   │   ├── [106K] ActivityManager.java │   │   │   │   ├── [229K] ActivityManagerNative.java │   │   │   │   ├── [ 40K] ActivityOptions.java │   │   │   │   ├── [225K] ActivityThread.java │   │   │   │   ├── [ 39K] ActivityTransitionCoordinator.java │   │   │   │   ├── [ 12K] ActivityTransitionState.java │   │   │   │   ├── [ 19K] ActivityView.java │   │   │   │   ├── [4.0K] admin │   │   │   │   │   ├── [ 19K] DeviceAdminInfo.java │   │   │   │   │   ├── [ 25K] DeviceAdminReceiver.java │   │   │   │   │   ├── [2.5K] DevicePolicyManagerInternal.java │   │   │   │   │   ├── [192K] DevicePolicyManager.java │   │   │   │   │   ├── [ 11K] IDevicePolicyManager.aidl │   │   │   │   │   ├── [ 397] package.html │   │   │   │   │   ├── [ 678] SystemUpdatePolicy.aidl │   │   │   │   │   └── [9.7K] SystemUpdatePolicy.java │   │   │   │   ├── [ 684] AlarmManager.aidl │   │   │   │   ├── [ 37K] AlarmManager.java │   │   │   │   ├── [ 46K] AlertDialog.java │   │   │   │   ├── [4.4K] AliasActivity.java │   │   │   │   ├── [2.0K] AppGlobals.java │   │   │   │   ├── [4.9K] AppImportanceMonitor.java │   │   │   │   ├── [ 20K] ApplicationErrorReport.java │   │   │   │   ├── [ 10K] Application.java │   │   │   │   ├── [2.6K] ApplicationLoaders.java │   │   │   │   ├── [ 78K] ApplicationPackageManager.java │   │   │   │   ├── [ 55K] ApplicationThreadNative.java │   │   │   │   ├── [ 715] AppOpsManager.aidl │   │   │   │   ├── [ 66K] AppOpsManager.java │   │   │   │   ├── [4.0K] assist │   │   │   │   │   ├── [ 677] AssistContent.aidl │   │   │   │   │   ├── [6.4K] AssistContent.java │   │   │   │   │   ├── [ 679] AssistStructure.aidl │   │   │   │   │   └── [ 54K] AssistStructure.java │   │   │   │   ├── [ 69K] BackStackRecord.java │   │   │   │   ├── [4.0K] backup │   │   │   │   │   ├── [2.3K] AbsoluteFileBackupHelper.java │   │   │   │   │   ├── [3.7K] BackupAgentHelper.java │   │   │   │   │   ├── [ 43K] BackupAgent.java │   │   │   │   │   ├── [7.5K] BackupDataInput.java │   │   │   │   │   ├── [4.2K] BackupDataInputStream.java │   │   │   │   │   ├── [5.5K] BackupDataOutput.java │   │   │   │   │   ├── [5.6K] BackupHelperDispatcher.java │   │   │   │   │   ├── [5.0K] BackupHelper.java │   │   │   │   │   ├── [ 13K] BackupManager.java │   │   │   │   │   ├── [ 30K] BackupTransport.java │   │   │   │   │   ├── [ 11K] BlobBackupHelper.java │   │   │   │   │   ├── [4.1K] FileBackupHelperBase.java │   │   │   │   │   ├── [3.8K] FileBackupHelper.java │   │   │   │   │   ├── [1.3K] FullBackupAgent.java │   │   │   │   │   ├── [1022] FullBackupDataOutput.java │   │   │   │   │   ├── [ 25K] FullBackup.java │   │   │   │   │   ├── [ 15K] IBackupManager.aidl │   │   │   │   │   ├── [2.1K] IFullBackupRestoreObserver.aidl │   │   │   │   │   ├── [2.3K] IRestoreObserver.aidl │   │   │   │   │   ├── [4.4K] IRestoreSession.aidl │   │   │   │   │   ├── [1.3K] package.html │   │   │   │   │   ├── [ 681] RestoreDescription.aidl │   │   │   │   │   ├── [3.3K] RestoreDescription.java │   │   │   │   │   ├── [3.0K] RestoreObserver.java │   │   │   │   │   ├── [9.3K] RestoreSession.java │   │   │   │   │   ├── [ 672] RestoreSet.aidl │   │   │   │   │   ├── [2.4K] RestoreSet.java │   │   │   │   │   ├── [5.0K] SharedPreferencesBackupHelper.java │   │   │   │   │   └── [8.6K] WallpaperBackupHelper.java │   │   │   │   ├── [2.8K] BroadcastOptions.java │   │   │   │   ├── [ 75K] ContextImpl.java │   │   │   │   ├── [7.6K] DatePickerDialog.java │   │   │   │   ├── [ 21K] DialogFragment.java │   │   │   │   ├── [ 43K] Dialog.java │   │   │   │   ├── [ 56K] DownloadManager.java │   │   │   │   ├── [ 25K] EnterTransitionCoordinator.java │   │   │   │   ├── [ 18K] ExitTransitionCoordinator.java │   │   │   │   ├── [ 12K] ExpandableListActivity.java │   │   │   │   ├── [ 14K] FragmentBreadCrumbs.java │   │   │   │   ├── [1.1K] FragmentContainer.java │   │   │   │   ├── [ 12K] FragmentController.java │   │   │   │   ├── [ 10K] FragmentHostCallback.java │   │   │   │   ├── [ 97K] Fragment.java │   │   │   │   ├── [ 85K] FragmentManager.java │   │   │   │   ├── [ 11K] FragmentTransaction.java │   │   │   │   ├── [1.2K] IActivityContainer.aidl │   │   │   │   ├── [ 850] IActivityContainerCallback.aidl │   │   │   │   ├── [2.2K] IActivityController.aidl │   │   │   │   ├── [ 49K] IActivityManager.java │   │   │   │   ├── [ 850] IActivityPendingResult.aidl │   │   │   │   ├── [1.4K] IAlarmManager.aidl │   │   │   │   ├── [ 13K] IApplicationThread.java │   │   │   │   ├── [1.0K] IAppTask.aidl │   │   │   │   ├── [7.0K] IBackupAgent.aidl │   │   │   │   ├── [1.0K] IInstrumentationWatcher.aidl │   │   │   │   ├── [4.7K] INotificationManager.aidl │   │   │   │   ├── [ 75K] Instrumentation.java │   │   │   │   ├── [5.9K] IntentService.java │   │   │   │   ├── [ 893] IProcessObserver.aidl │   │   │   │   ├── [1.3K] ISearchManager.aidl │   │   │   │   ├── [ 744] ISearchManagerCallback.aidl │   │   │   │   ├── [ 860] IServiceConnection.aidl │   │   │   │   ├── [ 824] IStopUserCallback.aidl │   │   │   │   ├── [ 728] ITaskStackListener.aidl │   │   │   │   ├── [ 803] ITransientNotification.aidl │   │   │   │   ├── [2.0K] IUiAutomationConnection.aidl │   │   │   │   ├── [ 773] IUidObserver.aidl │   │   │   │   ├── [1.4K] IUiModeManager.aidl │   │   │   │   ├── [ 899] IUserSwitchObserver.aidl │   │   │   │   ├── [2.7K] IWallpaperManager.aidl │   │   │   │   ├── [1005] IWallpaperManagerCallback.aidl │   │   │   │   ├── [4.0K] job │   │   │   │   │   ├── [2.0K] IJobCallback.aidl │   │   │   │   │   ├── [ 928] IJobScheduler.aidl │   │   │   │   │   ├── [1.1K] IJobService.aidl │   │   │   │   │   ├── [ 668] JobInfo.aidl │   │   │   │   │   ├── [ 18K] JobInfo.java │   │   │   │   │   ├── [ 670] JobParameters.aidl │   │   │   │   │   ├── [3.4K] JobParameters.java │   │   │   │   │   ├── [3.5K] JobScheduler.java │   │   │   │   │   └── [ 11K] JobService.java │   │   │   │   ├── [1.8K] JobSchedulerImpl.java │   │   │   │   ├── [ 11K] KeyguardManager.java │   │   │   │   ├── [ 16K] LauncherActivity.java │   │   │   │   ├── [ 12K] ListActivity.java │   │   │   │   ├── [ 16K] ListFragment.java │   │   │   │   ├── [ 49K] LoadedApk.java │   │   │   │   ├── [ 37K] LoaderManager.java │   │   │   │   ├── [ 24K] LocalActivityManager.java │   │   │   │   ├── [6.5K] MediaRouteActionProvider.java │   │   │   │   ├── [ 15K] MediaRouteButton.java │   │   │   │   ├── [ 12K] NativeActivity.java │   │   │   │   ├── [ 677] Notification.aidl │   │   │   │   ├── [213K] Notification.java │   │   │   │   ├── [ 683] NotificationManager.aidl │   │   │   │   ├── [ 28K] NotificationManager.java │   │   │   │   ├── [ 999] OnActivityPausedListener.java │   │   │   │   ├── [1.5K] PackageDeleteObserver.java │   │   │   │   ├── [2.4K] package.html │   │   │   │   ├── [2.3K] PackageInstallObserver.java │   │   │   │   ├── [ 725] PendingIntent.aidl │   │   │   │   ├── [ 48K] PendingIntent.java │   │   │   │   ├── [ 14K] Presentation.java │   │   │   │   ├── [2.6K] ProfilerInfo.java │   │   │   │   ├── [ 12K] ProgressDialog.java │   │   │   │   ├── [3.5K] QueuedWork.java │   │   │   │   ├── [ 12K] RemoteInput.java │   │   │   │   ├── [ 14K] ResourcesManager.java │   │   │   │   ├── [2.3K] ResultInfo.java │   │   │   │   ├── [ 671] SearchableInfo.aidl │   │   │   │   ├── [ 33K] SearchableInfo.java │   │   │   │   ├── [ 26K] SearchDialog.java │   │   │   │   ├── [ 42K] SearchManager.java │   │   │   │   ├── [ 33K] Service.java │   │   │   │   ├── [ 15K] SharedElementCallback.java │   │   │   │   ├── [ 22K] SharedPreferencesImpl.java │   │   │   │   ├── [7.9K] StatusBarManager.java │   │   │   │   ├── [ 36K] SystemServiceRegistry.java │   │   │   │   ├── [5.7K] TabActivity.java │   │   │   │   ├── [ 13K] TaskStackBuilder.java │   │   │   │   ├── [6.9K] TimePickerDialog.java │   │   │   │   ├── [4.0K] trust │   │   │   │   │   ├── [ 837] IStrongAuthTracker.aidl │   │   │   │   │   ├── [ 880] ITrustListener.aidl │   │   │   │   │   ├── [1.1K] ITrustManager.aidl │   │   │   │   │   └── [6.2K] TrustManager.java │   │   │   │   ├── [ 14K] UiAutomationConnection.java │   │   │   │   ├── [ 38K] UiAutomation.java │   │   │   │   ├── [9.7K] UiModeManager.java │   │   │   │   ├── [4.0K] usage │   │   │   │   │   ├── [4.3K] ConfigurationStats.java │   │   │   │   │   ├── [1.4K] IUsageStatsManager.aidl │   │   │   │   │   ├── [ 16K] NetworkStats.java │   │   │   │   │   ├── [ 12K] NetworkStatsManager.java │   │   │   │   │   ├── [ 680] PackageUsageStats.aidl │   │   │   │   │   ├── [2.6K] TimeSparseArray.java │   │   │   │   │   ├── [ 674] UsageEvents.aidl │   │   │   │   │   ├── [ 11K] UsageEvents.java │   │   │   │   │   ├── [6.7K] UsageStats.java │   │   │   │   │   ├── [4.0K] UsageStatsManagerInternal.java │   │   │   │   │   └── [ 11K] UsageStatsManager.java │   │   │   │   ├── [ 732] VoiceInteractor.aidl │   │   │   │   ├── [ 43K] VoiceInteractor.java │   │   │   │   ├── [ 672] WallpaperInfo.aidl │   │   │   │   ├── [ 10K] WallpaperInfo.java │   │   │   │   └── [ 45K] WallpaperManager.java │   │   │   ├── [4.0K] appwidget │   │   │   │   ├── [ 14K] AppWidgetHost.java │   │   │   │   ├── [ 24K] AppWidgetHostView.java │   │   │   │   ├── [ 44K] AppWidgetManager.java │   │   │   │   ├── [ 691] AppWidgetProviderInfo.aidl │   │   │   │   ├── [ 15K] AppWidgetProviderInfo.java │   │   │   │   ├── [9.3K] AppWidgetProvider.java │   │   │   │   └── [1.5K] package.html │   │   │   ├── [4.0K] bluetooth │   │   │   │   ├── [ 20K] BluetoothA2dp.java │   │   │   │   ├── [ 15K] BluetoothA2dpSink.java │   │   │   │   ├── [ 689] BluetoothActivityEnergyInfo.aidl │   │   │   │   ├── [4.5K] BluetoothActivityEnergyInfo.java │   │   │   │   ├── [ 92K] BluetoothAdapter.java │   │   │   │   ├── [ 22K] BluetoothAssignedNumbers.java │   │   │   │   ├── [ 682] BluetoothAudioConfig.aidl │   │   │   │   ├── [3.3K] BluetoothAudioConfig.java │   │   │   │   ├── [9.2K] BluetoothAvrcpController.java │   │   │   │   ├── [5.5K] BluetoothAvrcp.java │   │   │   │   ├── [ 15K] BluetoothClass.java │   │   │   │   ├── [ 677] BluetoothDevice.aidl │   │   │   │   ├── [ 60K] BluetoothDevice.java │   │   │   │   ├── [3.1K] BluetoothDevicePicker.java │   │   │   │   ├── [6.4K] BluetoothGattCallback.java │   │   │   │   ├── [4.2K] BluetoothGattCallbackWrapper.java │   │   │   │   ├── [ 21K] BluetoothGattCharacteristic.java │   │   │   │   ├── [6.5K] BluetoothGattDescriptor.java │   │   │   │   ├── [ 50K] BluetoothGatt.java │   │   │   │   ├── [6.5K] BluetoothGattServerCallback.java │   │   │   │   ├── [ 28K] BluetoothGattServer.java │   │   │   │   ├── [7.9K] BluetoothGattService.java │   │   │   │   ├── [ 687] BluetoothHeadsetClientCall.aidl │   │   │   │   ├── [7.6K] BluetoothHeadsetClientCall.java │   │   │   │   ├── [ 47K] BluetoothHeadsetClient.java │   │   │   │   ├── [ 37K] BluetoothHeadset.java │   │   │   │   ├── [ 688] BluetoothHealthAppConfiguration.aidl │   │   │   │   ├── [5.2K] BluetoothHealthAppConfiguration.java │   │   │   │   ├── [2.9K] BluetoothHealthCallback.java │   │   │   │   ├── [ 23K] BluetoothHealth.java │   │   │   │   ├── [ 22K] BluetoothInputDevice.java │   │   │   │   ├── [3.2K] BluetoothInputStream.java │   │   │   │   ├── [9.6K] BluetoothManager.java │   │   │   │   ├── [ 14K] BluetoothMap.java │   │   │   │   ├── [2.8K] BluetoothMasInstance.java │   │   │   │   ├── [3.1K] BluetoothOutputStream.java │   │   │   │   ├── [ 14K] BluetoothPan.java │   │   │   │   ├── [ 12K] BluetoothPbap.java │   │   │   │   ├── [6.4K] BluetoothProfile.java │   │   │   │   ├── [ 14K] BluetoothSap.java │   │   │   │   ├── [9.1K] BluetoothServerSocket.java │   │   │   │   ├── [ 28K] BluetoothSocket.java │   │   │   │   ├── [ 11K] BluetoothUuid.java │   │   │   │   ├── [1.4K] IBluetoothA2dp.aidl │   │   │   │   ├── [1.2K] IBluetoothA2dpSink.aidl │   │   │   │   ├── [4.0K] IBluetooth.aidl │   │   │   │   ├── [1.0K] IBluetoothAvrcpController.aidl │   │   │   │   ├── [ 867] IBluetoothCallback.aidl │   │   │   │   ├── [5.7K] IBluetoothGatt.aidl │   │   │   │   ├── [3.9K] IBluetoothGattCallback.aidl │   │   │   │   ├── [3.2K] IBluetoothGattServerCallback.aidl │   │   │   │   ├── [2.4K] IBluetoothHeadset.aidl │   │   │   │   ├── [2.5K] IBluetoothHeadsetClient.aidl │   │   │   │   ├── [1.2K] IBluetoothHeadsetPhone.aidl │   │   │   │   ├── [1.8K] IBluetoothHealth.aidl │   │   │   │   ├── [1.1K] IBluetoothHealthCallback.aidl │   │   │   │   ├── [1.7K] IBluetoothInputDevice.aidl │   │   │   │   ├── [1.8K] IBluetoothManager.aidl │   │   │   │   ├── [ 942] IBluetoothManagerCallback.aidl │   │   │   │   ├── [1.3K] IBluetoothMap.aidl │   │   │   │   ├── [1.1K] IBluetoothPan.aidl │   │   │   │   ├── [ 968] IBluetoothPbap.aidl │   │   │   │   ├── [ 960] IBluetoothProfileServiceConnection.aidl │   │   │   │   ├── [1.3K] IBluetoothSap.aidl │   │   │   │   ├── [ 819] IBluetoothStateChangeCallback.aidl │   │   │   │   ├── [4.0K] le │   │   │   │   │   ├── [2.3K] AdvertiseCallback.java │   │   │   │   │   ├── [ 678] AdvertiseData.aidl │   │   │   │   │   ├── [ 11K] AdvertiseData.java │   │   │   │   │   ├── [ 681] AdvertiseSettings.aidl │   │   │   │   │   ├── [8.4K] AdvertiseSettings.java │   │   │   │   │   ├── [ 15K] BluetoothLeAdvertiser.java │   │   │   │   │   ├── [ 17K] BluetoothLeScanner.java │   │   │   │   │   ├── [4.1K] BluetoothLeUtils.java │   │   │   │   │   ├── [ 708] ResultStorageDescriptor.aidl │   │   │   │   │   ├── [2.5K] ResultStorageDescriptor.java │   │   │   │   │   ├── [2.5K] ScanCallback.java │   │   │   │   │   ├── [ 675] ScanFilter.aidl │   │   │   │   │   ├── [ 23K] ScanFilter.java │   │   │   │   │   ├── [ 12K] ScanRecord.java │   │   │   │   │   ├── [ 674] ScanResult.aidl │   │   │   │   │   ├── [4.6K] ScanResult.java │   │   │   │   │   ├── [ 677] ScanSettings.aidl │   │   │   │   │   ├── [ 12K] ScanSettings.java │   │   │   │   │   └── [1.6K] TruncatedFilter.java │   │   │   │   ├── [1.5K] package.html │   │   │   │   ├── [4.6K] SdpMasRecord.java │   │   │   │   ├── [3.3K] SdpMnsRecord.java │   │   │   │   ├── [3.5K] SdpOppOpsRecord.java │   │   │   │   ├── [3.8K] SdpPseRecord.java │   │   │   │   ├── [1.9K] SdpRecord.java │   │   │   │   └── [2.6K] SdpSapsRecord.java │   │   │   ├── [4.0K] content │   │   │   │   ├── [ 16K] AbstractThreadedSyncAdapter.java │   │   │   │   ├── [1.0K] ActivityNotFoundException.java │   │   │   │   ├── [ 13K] AsyncQueryHandler.java │   │   │   │   ├── [ 14K] AsyncTaskLoader.java │   │   │   │   ├── [ 33K] BroadcastReceiver.java │   │   │   │   ├── [7.5K] ClipboardManager.java │   │   │   │   ├── [ 669] ClipData.aidl │   │   │   │   ├── [ 37K] ClipData.java │   │   │   │   ├── [ 676] ClipDescription.aidl │   │   │   │   ├── [7.6K] ClipDescription.java │   │   │   │   ├── [8.3K] ComponentCallbacks2.java │   │   │   │   ├── [3.1K] ComponentCallbacks.java │   │   │   │   ├── [ 682] ComponentName.aidl │   │   │   │   ├── [ 13K] ComponentName.java │   │   │   │   ├── [1.4K] ContentInsertHandler.java │   │   │   │   ├── [ 18K] ContentProviderClient.java │   │   │   │   ├── [ 86K] ContentProvider.java │   │   │   │   ├── [ 28K] ContentProviderNative.java │   │   │   │   ├── [ 28K] ContentProviderOperation.java │   │   │   │   ├── [2.7K] ContentProviderResult.java │   │   │   │   ├── [7.1K] ContentQueryMap.java │   │   │   │   ├── [109K] ContentResolver.java │   │   │   │   ├── [3.7K] ContentUris.java │   │   │   │   ├── [ 673] ContentValues.aidl │   │   │   │   ├── [ 15K] ContentValues.java │   │   │   │   ├── [170K] Context.java │   │   │   │   ├── [ 23K] ContextWrapper.java │   │   │   │   ├── [3.8K] CursorEntityIterator.java │   │   │   │   ├── [7.4K] CursorLoader.java │   │   │   │   ├── [8.3K] DefaultDataHandler.java │   │   │   │   ├── [5.0K] DialogInterface.java │   │   │   │   ├── [1.3K] EntityIterator.java │   │   │   │   ├── [2.3K] Entity.java │   │   │   │   ├── [ 477] EventLogTags.logtags │   │   │   │   ├── [1.5K] IClipboard.aidl │   │   │   │   ├── [4.5K] IContentProvider.java │   │   │   │   ├── [8.0K] IContentService.aidl │   │   │   │   ├── [1.1K] IIntentReceiver.aidl │   │   │   │   ├── [ 941] IIntentSender.aidl │   │   │   │   ├── [ 722] Intent.aidl │   │   │   │   ├── [ 672] IntentFilter.aidl │   │   │   │   ├── [ 72K] IntentFilter.java │   │   │   │   ├── [340K] Intent.java │   │   │   │   ├── [ 673] IntentSender.aidl │   │   │   │   ├── [ 14K] IntentSender.java │   │   │   │   ├── [ 757] IOnPrimaryClipChangedListener.aidl │   │   │   │   ├── [1.2K] IRestrictionsManager.aidl │   │   │   │   ├── [2.0K] ISyncAdapter.aidl │   │   │   │   ├── [1.2K] ISyncContext.aidl │   │   │   │   ├── [1.5K] ISyncServiceAdapter.aidl │   │   │   │   ├── [ 742] ISyncStatusObserver.aidl │   │   │   │   ├── [ 21K] Loader.java │   │   │   │   ├── [1.3K] MutableContextWrapper.java │   │   │   │   ├── [1.8K] OperationApplicationException.java │   │   │   │   ├── [1.3K] package.html │   │   │   │   ├── [ 672] PeriodicSync.aidl │   │   │   │   ├── [4.9K] PeriodicSync.java │   │   │   │   ├── [4.0K] pm │   │   │   │   │   ├── [ 735] ActivityInfo.aidl │   │   │   │   │   ├── [ 33K] ActivityInfo.java │   │   │   │   │   ├── [ 738] ApplicationInfo.aidl │   │   │   │   │   ├── [ 38K] ApplicationInfo.java │   │   │   │   │   ├── [6.5K] ComponentInfo.java │   │   │   │   │   ├── [5.1K] ConfigurationInfo.java │   │   │   │   │   ├── [ 684] ContainerEncryptionParams.aidl │   │   │   │   │   ├── [ 12K] ContainerEncryptionParams.java │   │   │   │   │   ├── [1.9K] FeatureGroupInfo.java │   │   │   │   │   ├── [ 677] FeatureInfo.aidl │   │   │   │   │   ├── [3.6K] FeatureInfo.java │   │   │   │   │   ├── [1.6K] ILauncherApps.aidl │   │   │   │   │   ├── [ 742] InstrumentationInfo.aidl │   │   │   │   │   ├── [4.3K] InstrumentationInfo.java │   │   │   │   │   ├── [ 691] IntentFilterVerificationInfo.aidl │   │   │   │   │   ├── [8.2K] IntentFilterVerificationInfo.java │   │   │   │   │   ├── [1.1K] IOnAppsChangedListener.aidl │   │   │   │   │   ├── [ 826] IOnPermissionsChangeListener.aidl │   │   │   │   │   ├── [ 979] IPackageDataObserver.aidl │   │   │   │   │   ├── [ 866] IPackageDeleteObserver2.aidl │   │   │   │   │   ├── [ 838] IPackageDeleteObserver.aidl │   │   │   │   │   ├── [1.8K] IPackageInstaller.aidl │   │   │   │   │   ├── [ 993] IPackageInstallerCallback.aidl │   │   │   │   │   ├── [1.1K] IPackageInstallerSession.aidl │   │   │   │   │   ├── [1.7K] IPackageInstallObserver2.aidl │   │   │   │   │   ├── [ 837] IPackageInstallObserver.aidl │   │   │   │   │   ├── [ 20K] IPackageManager.aidl │   │   │   │   │   ├── [ 917] IPackageMoveObserver.aidl │   │   │   │   │   ├── [1.0K] IPackageStatsObserver.aidl │   │   │   │   │   ├── [ 677] KeySet.aidl │   │   │   │   │   ├── [2.6K] KeySet.java │   │   │   │   │   ├── [ 672] LabeledIntent.aidl │   │   │   │   │   ├── [6.3K] LabeledIntent.java │   │   │   │   │   ├── [7.1K] LauncherActivityInfo.java │   │   │   │   │   ├── [ 19K] LauncherApps.java │   │   │   │   │   ├── [2.4K] LimitedLengthInputStream.java │   │   │   │   │   ├── [2.2K] MacAuthenticatedInputStream.java │   │   │   │   │   ├── [ 673] ManifestDigest.aidl │   │   │   │   │   ├── [4.1K] ManifestDigest.java │   │   │   │   │   ├── [ 671] PackageCleanItem.aidl │   │   │   │   │   ├── [2.5K] PackageCleanItem.java │   │   │   │   │   ├── [ 432] package.html │   │   │   │   │   ├── [ 734] PackageInfo.aidl │   │   │   │   │   ├── [ 13K] PackageInfo.java │   │   │   │   │   ├── [ 738] PackageInfoLite.aidl │   │   │   │   │   ├── [4.1K] PackageInfoLite.java │   │   │   │   │   ├── [ 734] PackageInstaller.aidl │   │   │   │   │   ├── [ 46K] PackageInstaller.java │   │   │   │   │   ├── [ 12K] PackageItemInfo.java │   │   │   │   │   ├── [3.8K] PackageManagerInternal.java │   │   │   │   │   ├── [199K] PackageManager.java │   │   │   │   │   ├── [212K] PackageParser.java │   │   │   │   │   ├── [ 735] PackageStats.aidl │   │   │   │   │   ├── [5.3K] PackageStats.java │   │   │   │   │   ├── [2.2K] PackageUserState.java │   │   │   │   │   ├── [ 676] ParceledListSlice.aidl │   │   │   │   │   ├── [7.4K] ParceledListSlice.java │   │   │   │   │   ├── [2.1K] PathPermission.java │   │   │   │   │   ├── [ 742] PermissionGroupInfo.aidl │   │   │   │   │   ├── [4.4K] PermissionGroupInfo.java │   │   │   │   │   ├── [ 737] PermissionInfo.aidl │   │   │   │   │   ├── [ 10K] PermissionInfo.java │   │   │   │   │   ├── [ 735] ProviderInfo.aidl │   │   │   │   │   ├── [6.0K] ProviderInfo.java │   │   │   │   │   ├── [ 29K] RegisteredServicesCache.java │   │   │   │   │   ├── [1.0K] RegisteredServicesCacheListener.java │   │   │   │   │   ├── [ 734] ResolveInfo.aidl │   │   │   │   │   ├── [ 16K] ResolveInfo.java │   │   │   │   │   ├── [ 734] ServiceInfo.aidl │   │   │   │   │   ├── [3.4K] ServiceInfo.java │   │   │   │   │   ├── [ 732] Signature.aidl │   │   │   │   │   ├── [9.8K] Signature.java │   │   │   │   │   ├── [ 677] UserInfo.aidl │   │   │   │   │   ├── [5.7K] UserInfo.java │   │   │   │   │   ├── [ 677] VerificationParams.aidl │   │   │   │   │   ├── [7.4K] VerificationParams.java │   │   │   │   │   ├── [ 681] VerifierDeviceIdentity.aidl │   │   │   │   │   ├── [7.6K] VerifierDeviceIdentity.java │   │   │   │   │   ├── [ 671] VerifierInfo.aidl │   │   │   │   │   ├── [2.6K] VerifierInfo.java │   │   │   │   │   └── [1013] XmlSerializerAndParser.java │   │   │   │   ├── [1.2K] ReceiverCallNotAllowedException.java │   │   │   │   ├── [4.0K] res │   │   │   │   │   ├── [ 12K] AssetFileDescriptor.java │   │   │   │   │   ├── [ 28K] AssetManager.java │   │   │   │   │   ├── [ 23K] ColorStateList.java │   │   │   │   │   ├── [ 685] CompatibilityInfo.aidl │   │   │   │   │   ├── [ 22K] CompatibilityInfo.java │   │   │   │   │   ├── [ 738] Configuration.aidl │   │   │   │   │   ├── [1.9K] ConfigurationBoundResourceCache.java │   │   │   │   │   ├── [ 78K] Configuration.java │   │   │   │   │   ├── [2.3K] ConstantState.java │   │   │   │   │   ├── [1.9K] DrawableCache.java │   │   │   │   │   ├── [ 671] ObbInfo.aidl │   │   │   │   │   ├── [2.9K] ObbInfo.java │   │   │   │   │   ├── [2.1K] ObbScanner.java │   │   │   │   │   ├── [ 431] package.html │   │   │   │   │   ├── [112K] Resources.java │   │   │   │   │   ├── [2.4K] ResourcesKey.java │   │   │   │   │   ├── [ 19K] StringBlock.java │   │   │   │   │   ├── [8.1K] ThemedResourceCache.java │   │   │   │   │   ├── [ 45K] TypedArray.java │   │   │   │   │   ├── [ 21K] XmlBlock.java │   │   │   │   │   └── [1.2K] XmlResourceParser.java │   │   │   │   ├── [ 674] RestrictionEntry.aidl │   │   │   │   ├── [ 20K] RestrictionEntry.java │   │   │   │   ├── [ 30K] RestrictionsManager.java │   │   │   │   ├── [ 16K] SearchRecentSuggestionsProvider.java │   │   │   │   ├── [2.0K] ServiceConnection.java │   │   │   │   ├── [ 15K] SharedPreferences.java │   │   │   │   ├── [5.2K] SyncActivityTooManyDeletes.java │   │   │   │   ├── [6.2K] SyncAdaptersCache.java │   │   │   │   ├── [ 676] SyncAdapterType.aidl │   │   │   │   ├── [8.1K] SyncAdapterType.java │   │   │   │   ├── [2.4K] SyncContext.java │   │   │   │   ├── [ 668] SyncInfo.aidl │   │   │   │   ├── [2.7K] SyncInfo.java │   │   │   │   ├── [ 671] SyncRequest.aidl │   │   │   │   ├── [ 20K] SyncRequest.java │   │   │   │   ├── [ 670] SyncResult.aidl │   │   │   │   ├── [ 12K] SyncResult.java │   │   │   │   ├── [ 669] SyncStats.aidl │   │   │   │   ├── [6.7K] SyncStats.java │   │   │   │   ├── [ 674] SyncStatusInfo.aidl │   │   │   │   ├── [6.6K] SyncStatusInfo.java │   │   │   │   ├── [ 724] SyncStatusObserver.java │   │   │   │   ├── [ 31K] UndoManager.java │   │   │   │   ├── [3.4K] UndoOperation.java │   │   │   │   ├── [2.2K] UndoOwner.java │   │   │   │   ├── [9.3K] UriMatcher.java │   │   │   │   └── [3.4K] UriPermission.java │   │   │   ├── [4.0K] database │   │   │   │   ├── [ 14K] AbstractCursor.java │   │   │   │   ├── [5.7K] AbstractWindowedCursor.java │   │   │   │   ├── [2.4K] BulkCursorDescriptor.java │   │   │   │   ├── [8.6K] BulkCursorNative.java │   │   │   │   ├── [5.7K] BulkCursorToCursorAdaptor.java │   │   │   │   ├── [ 994] CharArrayBuffer.java │   │   │   │   ├── [3.2K] ContentObservable.java │   │   │   │   ├── [8.2K] ContentObserver.java │   │   │   │   ├── [3.2K] CrossProcessCursor.java │   │   │   │   ├── [2.6K] CrossProcessCursorWrapper.java │   │   │   │   ├── [1.0K] CursorIndexOutOfBoundsException.java │   │   │   │   ├── [ 17K] Cursor.java │   │   │   │   ├── [9.5K] CursorJoiner.java │   │   │   │   ├── [8.6K] CursorToBulkCursorAdaptor.java │   │   │   │   ├── [ 673] CursorWindow.aidl │   │   │   │   ├── [ 964] CursorWindowAllocationException.java │   │   │   │   ├── [ 27K] CursorWindow.java │   │   │   │   ├── [5.8K] CursorWrapper.java │   │   │   │   ├── [1.1K] DatabaseErrorHandler.java │   │   │   │   ├── [ 54K] DatabaseUtils.java │   │   │   │   ├── [2.1K] DataSetObservable.java │   │   │   │   ├── [1.4K] DataSetObserver.java │   │   │   │   ├── [4.3K] DefaultDatabaseErrorHandler.java │   │   │   │   ├── [2.4K] IBulkCursor.java │   │   │   │   ├── [1008] IContentObserver.aidl │   │   │   │   ├── [9.8K] MatrixCursor.java │   │   │   │   ├── [6.0K] MergeCursor.java │   │   │   │   ├── [2.8K] Observable.java │   │   │   │   ├── [ 649] package.html │   │   │   │   ├── [ 988] SQLException.java │   │   │   │   ├── [4.0K] sqlite │   │   │   │   │   ├── [1.0K] DatabaseObjectNotClosedException.java │   │   │   │   │   ├── [1012] package.html │   │   │   │   │   ├── [1.0K] SQLiteAbortException.java │   │   │   │   │   ├── [ 972] SQLiteAccessPermException.java │   │   │   │   │   ├── [ 973] SQLiteBindOrColumnIndexOutOfRangeException.java │   │   │   │   │   ├── [ 846] SQLiteBlobTooBigException.java │   │   │   │   │   ├── [ 864] SQLiteCantOpenDatabaseException.java │   │   │   │   │   ├── [3.2K] SQLiteClosable.java │   │   │   │   │   ├── [ 62K] SQLiteConnection.java │   │   │   │   │   ├── [ 44K] SQLiteConnectionPool.java │   │   │   │   │   ├── [ 928] SQLiteConstraintException.java │   │   │   │   │   ├── [1.8K] SQLiteCursorDriver.java │   │   │   │   │   ├── [9.2K] SQLiteCursor.java │   │   │   │   │   ├── [1.6K] SQLiteCustomFunction.java │   │   │   │   │   ├── [4.9K] SQLiteDatabaseConfiguration.java │   │   │   │   │   ├── [ 942] SQLiteDatabaseCorruptException.java │   │   │   │   │   ├── [ 92K] SQLiteDatabase.java │   │   │   │   │   ├── [1.2K] SQLiteDatabaseLockedException.java │   │   │   │   │   ├── [ 864] SQLiteDatatypeMismatchException.java │   │   │   │   │   ├── [5.9K] SQLiteDebug.java │   │   │   │   │   ├── [2.4K] SQLiteDirectCursorDriver.java │   │   │   │   │   ├── [ 944] SQLiteDiskIOException.java │   │   │   │   │   ├── [1.0K] SQLiteDoneException.java │   │   │   │   │   ├── [1.0K] SQLiteException.java │   │   │   │   │   ├── [ 901] SQLiteFullException.java │   │   │   │   │   ├── [4.1K] SQLiteGlobal.java │   │   │   │   │   ├── [1.4K] SQLiteMisuseException.java │   │   │   │   │   ├── [ 16K] SQLiteOpenHelper.java │   │   │   │   │   ├── [ 849] SQLiteOutOfMemoryException.java │   │   │   │   │   ├── [6.6K] SQLiteProgram.java │   │   │   │   │   ├── [ 28K] SQLiteQueryBuilder.java │   │   │   │   │   ├── [3.0K] SQLiteQuery.java │   │   │   │   │   ├── [ 864] SQLiteReadOnlyDatabaseException.java │   │   │   │   │   ├── [ 40K] SQLiteSession.java │   │   │   │   │   ├── [1.0K] SQLiteStatementInfo.java │   │   │   │   │   ├── [5.4K] SQLiteStatement.java │   │   │   │   │   ├── [ 849] SQLiteTableLockedException.java │   │   │   │   │   ├── [1.0K] SQLiteTransactionListener.java │   │   │   │   │   └── [3.6K] SqliteWrapper.java │   │   │   │   └── [ 991] StaleDataException.java │   │   │   ├── [4.0K] ddm │   │   │   │   ├── [2.9K] DdmHandleAppName.java │   │   │   │   ├── [2.1K] DdmHandleExit.java │   │   │   │   ├── [8.4K] DdmHandleHeap.java │   │   │   │   ├── [7.0K] DdmHandleHello.java │   │   │   │   ├── [2.6K] DdmHandleNativeHeap.java │   │   │   │   ├── [6.8K] DdmHandleProfiling.java │   │   │   │   ├── [5.9K] DdmHandleThread.java │   │   │   │   ├── [ 16K] DdmHandleViewDebug.java │   │   │   │   ├── [1.9K] DdmRegister.java │   │   │   │   ├── [ 42] package.html │   │   │   │   └── [ 241] README.txt │   │   │   ├── [4.0K] debug │   │   │   │   └── [ 25] package.html │   │   │   ├── [4.0K] emoji │   │   │   │   └── [ 11K] EmojiFactory.java │   │   │   ├── [4.0K] gesture │   │   │   │   ├── [ 910] GestureConstants.java │   │   │   │   ├── [9.8K] Gesture.java │   │   │   │   ├── [4.5K] GestureLibraries.java │   │   │   │   ├── [2.1K] GestureLibrary.java │   │   │   │   ├── [ 27K] GestureOverlayView.java │   │   │   │   ├── [1.4K] GesturePoint.java │   │   │   │   ├── [ 10K] GestureStore.java │   │   │   │   ├── [6.8K] GestureStroke.java │   │   │   │   ├── [ 21K] GestureUtils.java │   │   │   │   ├── [3.5K] Instance.java │   │   │   │   ├── [2.9K] InstanceLearner.java │   │   │   │   ├── [2.4K] Learner.java │   │   │   │   ├── [2.2K] OrientedBoundingBox.java │   │   │   │   ├── [ 93] package.html │   │   │   │   └── [ 926] Prediction.java │   │   │   ├── [4.0K] hardware │   │   │   │   ├── [4.0K] camera2 │   │   │   │   │   ├── [5.2K] CameraAccessException.java │   │   │   │   │   ├── [ 53K] CameraCaptureSession.java │   │   │   │   │   ├── [161K] CameraCharacteristics.java │   │   │   │   │   ├── [7.6K] CameraConstrainedHighSpeedCaptureSession.java │   │   │   │   │   ├── [ 61K] CameraDevice.java │   │   │   │   │   ├── [ 53K] CameraManager.java │   │   │   │   │   ├── [120K] CameraMetadata.java │   │   │   │   │   ├── [5.0K] CaptureFailure.java │   │   │   │   │   ├── [ 696] CaptureRequest.aidl │   │   │   │   │   ├── [151K] CaptureRequest.java │   │   │   │   │   ├── [218K] CaptureResult.java │   │   │   │   │   ├── [4.0K] dispatch │   │   │   │   │   │   ├── [3.4K] ArgumentReplacingDispatcher.java │   │   │   │   │   │   ├── [2.0K] BroadcastDispatcher.java │   │   │   │   │   │   ├── [1.3K] Dispatchable.java │   │   │   │   │   │   ├── [2.0K] DuckTypingDispatcher.java │   │   │   │   │   │   ├── [3.5K] HandlerDispatcher.java │   │   │   │   │   │   ├── [1.8K] InvokeDispatcher.java │   │   │   │   │   │   ├── [3.5K] MethodNameInvoker.java │   │   │   │   │   │   ├── [1.1K] NullDispatcher.java │   │   │   │   │   │   └── [ 23] package.html │   │   │   │   │   ├── [ 27K] DngCreator.java │   │   │   │   │   ├── [1.3K] ICameraDeviceCallbacks.aidl │   │   │   │   │   ├── [3.5K] ICameraDeviceUser.aidl │   │   │   │   │   ├── [4.0K] impl │   │   │   │   │   │   ├── [6.5K] CallbackProxies.java │   │   │   │   │   │   ├── [2.0K] CameraCaptureSessionCore.java │   │   │   │   │   │   ├── [ 28K] CameraCaptureSessionImpl.java │   │   │   │   │   │   ├── [ 12K] CameraConstrainedHighSpeedCaptureSessionImpl.java │   │   │   │   │   │   ├── [ 79K] CameraDeviceImpl.java │   │   │   │   │   │   ├── [ 707] CameraMetadataNative.aidl │   │   │   │   │   │   ├── [ 47K] CameraMetadataNative.java │   │   │   │   │   │   ├── [ 706] CaptureResultExtras.aidl │   │   │   │   │   │   ├── [3.0K] CaptureResultExtras.java │   │   │   │   │   │   ├── [1.2K] GetCommand.java │   │   │   │   │   │   ├── [ 23] package.html │   │   │   │   │   │   ├── [1.0K] PublicKey.java │   │   │   │   │   │   ├── [1.1K] SetCommand.java │   │   │   │   │   │   └── [1.2K] SyntheticKey.java │   │   │   │   │   ├── [4.0K] legacy │   │   │   │   │   │   ├── [2.9K] BurstHolder.java │   │   │   │   │   │   ├── [ 12K] CameraDeviceState.java │   │   │   │   │   │   ├── [ 23K] CameraDeviceUserShim.java │   │   │   │   │   │   ├── [ 24K] CaptureCollector.java │   │   │   │   │   │   ├── [9.4K] GLThreadManager.java │   │   │   │   │   │   ├── [ 30K] LegacyCameraDevice.java │   │   │   │   │   │   ├── [2.6K] LegacyExceptionUtils.java │   │   │   │   │   │   ├── [ 10K] LegacyFaceDetectMapper.java │   │   │   │   │   │   ├── [ 12K] LegacyFocusStateMapper.java │   │   │   │   │   │   ├── [ 59K] LegacyMetadataMapper.java │   │   │   │   │   │   ├── [2.8K] LegacyRequest.java │   │   │   │   │   │   ├── [ 27K] LegacyRequestMapper.java │   │   │   │   │   │   ├── [ 19K] LegacyResultMapper.java │   │   │   │   │   │   ├── [ 22] package.html │   │   │   │   │   │   ├── [ 41K] ParameterUtils.java │   │   │   │   │   │   ├── [ 11K] PerfMeasurement.java │   │   │   │   │   │   ├── [3.4K] RequestHandlerThread.java │   │   │   │   │   │   ├── [8.3K] RequestHolder.java │   │   │   │   │   │   ├── [5.6K] RequestQueue.java │   │   │   │   │   │   ├── [ 46K] RequestThreadManager.java │   │   │   │   │   │   ├── [2.2K] SizeAreaComparator.java │   │   │   │   │   │   └── [ 30K] SurfaceTextureRenderer.java │   │   │   │   │   ├── [4.0K] marshal │   │   │   │   │   │   ├── [4.0K] impl │   │   │   │   │   │   │   ├── [6.7K] MarshalQueryableArray.java │   │   │   │   │   │   │   ├── [2.9K] MarshalQueryableBlackLevelPattern.java │   │   │   │   │   │   │   ├── [2.2K] MarshalQueryableBoolean.java │   │   │   │   │   │   │   ├── [3.0K] MarshalQueryableColorSpaceTransform.java │   │   │   │   │   │   │   ├── [7.9K] MarshalQueryableEnum.java │   │   │   │   │   │   │   ├── [3.2K] MarshalQueryableHighSpeedVideoConfiguration.java │   │   │   │   │   │   │   ├── [3.1K] MarshalQueryableMeteringRectangle.java │   │   │   │   │   │   │   ├── [2.4K] MarshalQueryableNativeByteToInteger.java │   │   │   │   │   │   │   ├── [6.0K] MarshalQueryablePair.java │   │   │   │   │   │   │   ├── [6.5K] MarshalQueryableParcelable.java │   │   │   │   │   │   │   ├── [7.0K] MarshalQueryablePrimitive.java │   │   │   │   │   │   │   ├── [5.0K] MarshalQueryableRange.java │   │   │   │   │   │   │   ├── [2.5K] MarshalQueryableRect.java │   │   │   │   │   │   │   ├── [4.7K] MarshalQueryableReprocessFormatsMap.java │   │   │   │   │   │   │   ├── [2.7K] MarshalQueryableRggbChannelVector.java │   │   │   │   │   │   │   ├── [2.3K] MarshalQueryableSizeF.java │   │   │   │   │   │   │   ├── [2.2K] MarshalQueryableSize.java │   │   │   │   │   │   │   ├── [3.3K] MarshalQueryableStreamConfigurationDuration.java │   │   │   │   │   │   │   ├── [2.9K] MarshalQueryableStreamConfiguration.java │   │   │   │   │   │   │   ├── [3.7K] MarshalQueryableString.java │   │   │   │   │   │   │   └── [ 23] package.html │   │   │   │   │   │   ├── [6.1K] Marshaler.java │   │   │   │   │   │   ├── [8.2K] MarshalHelpers.java │   │   │   │   │   │   ├── [2.7K] MarshalQueryable.java │   │   │   │   │   │   ├── [5.2K] MarshalRegistry.java │   │   │   │   │   │   └── [ 23] package.html │   │   │   │   │   ├── [5.3K] package.html │   │   │   │   │   ├── [4.0K] params │   │   │   │   │   │   ├── [5.3K] BlackLevelPattern.java │   │   │   │   │   │   ├── [ 11K] ColorSpaceTransform.java │   │   │   │   │   │   ├── [9.7K] Face.java │   │   │   │   │   │   ├── [5.3K] HighSpeedVideoConfiguration.java │   │   │   │   │   │   ├── [3.9K] InputConfiguration.java │   │   │   │   │   │   ├── [ 10K] LensShadingMap.java │   │   │   │   │   │   ├── [9.2K] MeteringRectangle.java │   │   │   │   │   │   ├── [ 708] OutputConfiguration.aidl │   │   │   │   │   │   ├── [7.3K] OutputConfiguration.java │   │   │   │   │   │   ├── [8.2K] ReprocessFormatsMap.java │   │   │   │   │   │   ├── [7.3K] RggbChannelVector.java │   │   │   │   │   │   ├── [4.5K] StreamConfigurationDuration.java │   │   │   │   │   │   ├── [5.3K] StreamConfiguration.java │   │   │   │   │   │   ├── [ 72K] StreamConfigurationMap.java │   │   │   │   │   │   └── [ 13K] TonemapCurve.java │   │   │   │   │   ├── [4.1K] TotalCaptureResult.java │   │   │   │   │   └── [4.0K] utils │   │   │   │   │   ├── [5.8K] ArrayUtils.java │   │   │   │   │   ├── [ 700] BinderHolder.aidl │   │   │   │   │   ├── [1.8K] BinderHolder.java │   │   │   │   │   ├── [6.2K] CameraBinderDecorator.java │   │   │   │   │   ├── [1.6K] CameraRuntimeException.java │   │   │   │   │   ├── [2.5K] CameraServiceBinderDecorator.java │   │   │   │   │   ├── [ 11K] CloseableLock.java │   │   │   │   │   ├── [3.1K] Decorator.java │   │   │   │   │   ├── [2.9K] HashCodeHelpers.java │   │   │   │   │   ├── [2.9K] ListUtils.java │   │   │   │   │   ├── [ 702] LongParcelable.aidl │   │   │   │   │   ├── [1.8K] LongParcelable.java │   │   │   │   │   ├── [ 23] package.html │   │   │   │   │   ├── [6.7K] ParamsUtils.java │   │   │   │   │   ├── [2.1K] SizeAreaComparator.java │   │   │   │   │   ├── [8.1K] SurfaceUtils.java │   │   │   │   │   ├── [6.9K] TaskDrainer.java │   │   │   │   │   ├── [3.9K] TaskSingleDrainer.java │   │   │   │   │   ├── [ 15K] TypeReference.java │   │   │   │   │   └── [1.7K] UncheckedThrow.java │   │   │   │   ├── [ 684] CameraInfo.aidl │   │   │   │   ├── [1.7K] CameraInfo.java │   │   │   │   ├── [172K] Camera.java │   │   │   │   ├── [4.8K] ConsumerIrManager.java │   │   │   │   ├── [4.0K] display │   │   │   │   │   ├── [ 18K] DisplayManagerGlobal.java │   │   │   │   │   ├── [ 14K] DisplayManagerInternal.java │   │   │   │   │   ├── [ 22K] DisplayManager.java │   │   │   │   │   ├── [2.7K] DisplayViewport.java │   │   │   │   │   ├── [2.9K] IDisplayManager.aidl │   │   │   │   │   ├── [ 765] IDisplayManagerCallback.aidl │   │   │   │   │   ├── [1.4K] IVirtualDisplayCallback.aidl │   │   │   │   │   ├── [4.5K] VirtualDisplay.java │   │   │   │   │   ├── [ 680] WifiDisplay.aidl │   │   │   │   │   ├── [5.8K] WifiDisplay.java │   │   │   │   │   ├── [3.2K] WifiDisplaySessionInfo.java │   │   │   │   │   ├── [ 686] WifiDisplayStatus.aidl │   │   │   │   │   └── [6.8K] WifiDisplayStatus.java │   │   │   │   ├── [4.0K] fingerprint │   │   │   │   │   ├── [ 692] Fingerprint.aidl │   │   │   │   │   ├── [2.7K] Fingerprint.java │   │   │   │   │   ├── [ 37K] FingerprintManager.java │   │   │   │   │   ├── [1.3K] IFingerprintDaemon.aidl │   │   │   │   │   ├── [1.2K] IFingerprintDaemonCallback.aidl │   │   │   │   │   ├── [3.0K] IFingerprintService.aidl │   │   │   │   │   ├── [1.0K] IFingerprintServiceLockoutResetCallback.aidl │   │   │   │   │   └── [1.2K] IFingerprintServiceReceiver.aidl │   │   │   │   ├── [ 18K] GeomagneticField.java │   │   │   │   ├── [4.0K] hdmi │   │   │   │   │   ├── [3.8K] HdmiClient.java │   │   │   │   │   ├── [ 20K] HdmiControlManager.java │   │   │   │   │   ├── [ 680] HdmiDeviceInfo.aidl │   │   │   │   │   ├── [ 17K] HdmiDeviceInfo.java │   │   │   │   │   ├── [ 682] HdmiHotplugEvent.aidl │   │   │   │   │   ├── [3.0K] HdmiHotplugEvent.java │   │   │   │   │   ├── [4.5K] HdmiPlaybackClient.java │   │   │   │   │   ├── [ 678] HdmiPortInfo.aidl │   │   │   │   │   ├── [5.6K] HdmiPortInfo.java │   │   │   │   │   ├── [ 11K] HdmiRecordListener.java │   │   │   │   │   ├── [ 29K] HdmiRecordSources.java │   │   │   │   │   ├── [ 18K] HdmiTimerRecordSources.java │   │   │   │   │   ├── [ 15K] HdmiTvClient.java │   │   │   │   │   ├── [ 857] IHdmiControlCallback.aidl │   │   │   │   │   ├── [3.5K] IHdmiControlService.aidl │   │   │   │   │   ├── [1.4K] IHdmiDeviceEventListener.aidl │   │   │   │   │   ├── [ 925] IHdmiHotplugEventListener.aidl │   │   │   │   │   ├── [ 922] IHdmiInputChangeListener.aidl │   │   │   │   │   ├── [ 877] IHdmiMhlVendorCommandListener.aidl │   │   │   │   │   ├── [1.9K] IHdmiRecordListener.aidl │   │   │   │   │   ├── [ 947] IHdmiSystemAudioModeChangeListener.aidl │   │   │   │   │   └── [ 963] IHdmiVendorCommandListener.aidl │   │   │   │   ├── [ 789] ICamera.aidl │   │   │   │   ├── [ 819] ICameraClient.aidl │   │   │   │   ├── [3.3K] ICameraService.aidl │   │   │   │   ├── [ 909] ICameraServiceListener.aidl │   │   │   │   ├── [1.1K] ICameraServiceProxy.aidl │   │   │   │   ├── [ 840] IConsumerIrService.aidl │   │   │   │   ├── [4.0K] input │   │   │   │   │   ├── [1.1K] IInputDevicesChangedListener.aidl │   │   │   │   │   ├── [3.1K] IInputManager.aidl │   │   │   │   │   ├── [ 688] InputDeviceIdentifier.aidl │   │   │   │   │   ├── [2.2K] InputDeviceIdentifier.java │   │   │   │   │   ├── [1.5K] InputManagerInternal.java │   │   │   │   │   ├── [ 39K] InputManager.java │   │   │   │   │   ├── [ 845] ITabletModeChangedListener.aidl │   │   │   │   │   ├── [ 681] KeyboardLayout.aidl │   │   │   │   │   ├── [3.6K] KeyboardLayout.java │   │   │   │   │   ├── [ 683] TouchCalibration.aidl │   │   │   │   │   └── [4.0K] TouchCalibration.java │   │   │   │   ├── [ 929] ISerialManager.aidl │   │   │   │   ├── [ 17K] LegacySensorManager.java │   │   │   │   ├── [4.0K] location │   │   │   │   │   ├── [ 688] ActivityChangedEvent.aidl │   │   │   │   │   ├── [3.0K] ActivityChangedEvent.java │   │   │   │   │   ├── [2.4K] ActivityRecognitionEvent.java │   │   │   │   │   ├── [9.6K] ActivityRecognitionHardware.java │   │   │   │   │   ├── [3.4K] GeofenceHardwareCallback.java │   │   │   │   │   ├── [ 37K] GeofenceHardwareImpl.java │   │   │   │   │   ├── [ 22K] GeofenceHardware.java │   │   │   │   │   ├── [2.4K] GeofenceHardwareMonitorCallback.java │   │   │   │   │   ├── [ 696] GeofenceHardwareMonitorEvent.aidl │   │   │   │   │   ├── [3.8K] GeofenceHardwareMonitorEvent.java │   │   │   │   │   ├── [6.1K] GeofenceHardwareRequest.java │   │   │   │   │   ├── [ 703] GeofenceHardwareRequestParcelable.aidl │   │   │   │   │   ├── [5.7K] GeofenceHardwareRequestParcelable.java │   │   │   │   │   ├── [6.0K] GeofenceHardwareService.java │   │   │   │   │   ├── [1.9K] IActivityRecognitionHardware.aidl │   │   │   │   │   ├── [1.3K] IActivityRecognitionHardwareClient.aidl │   │   │   │   │   ├── [1.0K] IActivityRecognitionHardwareSink.aidl │   │   │   │   │   ├── [1.1K] IActivityRecognitionHardwareWatcher.aidl │   │   │   │   │   ├── [4.1K] IFusedLocationHardware.aidl │   │   │   │   │   ├── [1.7K] IFusedLocationHardwareSink.aidl │   │   │   │   │   ├── [1.8K] IGeofenceHardware.aidl │   │   │   │   │   ├── [1.1K] IGeofenceHardwareCallback.aidl │   │   │   │   │   └── [ 896] IGeofenceHardwareMonitorCallback.aidl │   │   │   │   ├── [ 383] package.html │   │   │   │   ├── [4.0K] radio │   │   │   │   │   ├── [ 46K] RadioManager.java │   │   │   │   │   ├── [ 15K] RadioMetadata.java │   │   │   │   │   ├── [8.0K] RadioModule.java │   │   │   │   │   └── [ 14K] RadioTuner.java │   │   │   │   ├── [ 22K] SensorEvent.java │   │   │   │   ├── [1.7K] SensorEventListener2.java │   │   │   │   ├── [1.8K] SensorEventListener.java │   │   │   │   ├── [ 36K] Sensor.java │   │   │   │   ├── [4.4K] SensorListener.java │   │   │   │   ├── [ 67K] SensorManager.java │   │   │   │   ├── [2.6K] SerialManager.java │   │   │   │   ├── [4.0K] SerialPort.java │   │   │   │   ├── [4.0K] soundtrigger │   │   │   │   │   ├── [1.4K] IRecognitionStatusCallback.aidl │   │   │   │   │   ├── [ 13K] KeyphraseEnrollmentInfo.java │   │   │   │   │   ├── [1.9K] KeyphraseMetadata.java │   │   │   │   │   ├── [ 970] SoundTrigger.aidl │   │   │   │   │   ├── [ 46K] SoundTrigger.java │   │   │   │   │   └── [8.7K] SoundTriggerModule.java │   │   │   │   ├── [ 22K] SystemSensorManager.java │   │   │   │   ├── [2.1K] TriggerEvent.java │   │   │   │   ├── [2.7K] TriggerEventListener.java │   │   │   │   └── [4.0K] usb │   │   │   │   ├── [4.5K] IUsbManager.aidl │   │   │   │   ├── [ 643] package.html │   │   │   │   ├── [ 677] UsbAccessory.aidl │   │   │   │   ├── [7.2K] UsbAccessory.java │   │   │   │   ├── [5.5K] UsbConfiguration.java │   │   │   │   ├── [5.6K] UsbConstants.java │   │   │   │   ├── [ 674] UsbDevice.aidl │   │   │   │   ├── [ 10K] UsbDeviceConnection.java │   │   │   │   ├── [ 10K] UsbDevice.java │   │   │   │   ├── [ 676] UsbEndpoint.aidl │   │   │   │   ├── [4.9K] UsbEndpoint.java │   │   │   │   ├── [ 677] UsbInterface.aidl │   │   │   │   ├── [5.8K] UsbInterface.java │   │   │   │   ├── [ 22K] UsbManager.java │   │   │   │   ├── [ 672] UsbPort.aidl │   │   │   │   ├── [7.1K] UsbPort.java │   │   │   │   ├── [ 678] UsbPortStatus.aidl │   │   │   │   ├── [4.6K] UsbPortStatus.java │   │   │   │   └── [6.4K] UsbRequest.java │   │   │   ├── [4.0K] inputmethodservice │   │   │   │   ├── [8.3K] AbstractInputMethodService.java │   │   │   │   ├── [1.6K] ExtractButton.java │   │   │   │   ├── [1.4K] ExtractEditLayout.java │   │   │   │   ├── [6.8K] ExtractEditText.java │   │   │   │   ├── [8.9K] IInputMethodSessionWrapper.java │   │   │   │   ├── [ 12K] IInputMethodWrapper.java │   │   │   │   ├── [101K] InputMethodService.java │   │   │   │   ├── [ 35K] Keyboard.java │   │   │   │   ├── [ 61K] KeyboardView.java │   │   │   │   ├── [ 321] package.html │   │   │   │   └── [6.7K] SoftInputWindow.java │   │   │   ├── [4.0K] net │   │   │   │   ├── [1.2K] BaseDhcpStateMachine.java │   │   │   │   ├── [3.7K] CaptivePortal.java │   │   │   │   ├── [120K] ConnectivityManager.java │   │   │   │   ├── [1.3K] Credentials.java │   │   │   │   ├── [ 673] DhcpInfo.aidl │   │   │   │   ├── [3.3K] DhcpInfo.java │   │   │   │   ├── [ 668] DhcpResults.aidl │   │   │   │   ├── [6.4K] DhcpResults.java │   │   │   │   ├── [ 17K] DhcpStateMachine.java │   │   │   │   ├── [ 13K] DnsPinger.java │   │   │   │   ├── [4.8K] EthernetManager.java │   │   │   │   ├── [4.0K] http │   │   │   │   │   ├── [ 12K] HttpResponseCache.java │   │   │   │   │   ├── [ 15] package.html │   │   │   │   │   ├── [ 17K] SslCertificate.java │   │   │   │   │   ├── [6.8K] SslError.java │   │   │   │   │   └── [3.1K] X509TrustManagerExtensions.java │   │   │   │   ├── [ 816] ICaptivePortal.aidl │   │   │   │   ├── [5.3K] IConnectivityManager.aidl │   │   │   │   ├── [1.1K] IEthernetManager.aidl │   │   │   │   ├── [ 755] IEthernetServiceListener.aidl │   │   │   │   ├── [3.3K] INetworkManagementEventObserver.aidl │   │   │   │   ├── [ 881] INetworkPolicyListener.aidl │   │   │   │   ├── [2.1K] INetworkPolicyManager.aidl │   │   │   │   ├── [1.6K] INetworkScoreCache.aidl │   │   │   │   ├── [2.3K] INetworkScoreService.aidl │   │   │   │   ├── [2.3K] INetworkStatsService.aidl │   │   │   │   ├── [2.1K] INetworkStatsSession.aidl │   │   │   │   ├── [ 687] InterfaceConfiguration.aidl │   │   │   │   ├── [4.4K] InterfaceConfiguration.java │   │   │   │   ├── [ 671] IpConfiguration.aidl │   │   │   │   ├── [6.5K] IpConfiguration.java │   │   │   │   ├── [ 667] IpPrefix.aidl │   │   │   │   ├── [8.4K] IpPrefix.java │   │   │   │   ├── [ 18K] IpReachabilityMonitor.java │   │   │   │   ├── [ 671] LinkAddress.aidl │   │   │   │   ├── [ 12K] LinkAddress.java │   │   │   │   ├── [ 671] LinkProperties.aidl │   │   │   │   ├── [ 41K] LinkProperties.java │   │   │   │   ├── [ 671] LinkQualityInfo.aidl │   │   │   │   ├── [8.6K] LinkQualityInfo.java │   │   │   │   ├── [3.1K] LocalServerSocket.java │   │   │   │   ├── [2.6K] LocalSocketAddress.java │   │   │   │   ├── [ 16K] LocalSocketImpl.java │   │   │   │   ├── [9.2K] LocalSocket.java │   │   │   │   ├── [5.3K] MailTo.java │   │   │   │   ├── [7.1K] MobileLinkQualityInfo.java │   │   │   │   ├── [4.0K] netlink │   │   │   │   │   ├── [4.7K] NetlinkConstants.java │   │   │   │   │   ├── [1.7K] NetlinkErrorMessage.java │   │   │   │   │   ├── [3.6K] NetlinkMessage.java │   │   │   │   │   ├── [5.7K] NetlinkSocket.java │   │   │   │   │   ├── [9.0K] RtNetlinkNeighborMessage.java │   │   │   │   │   ├── [4.0K] StructNdaCacheInfo.java │   │   │   │   │   ├── [5.7K] StructNdMsg.java │   │   │   │   │   ├── [4.2K] StructNlAttr.java │   │   │   │   │   ├── [2.2K] StructNlMsgErr.java │   │   │   │   │   └── [4.7K] StructNlMsgHdr.java │   │   │   │   ├── [ 19K] NetworkAgent.java │   │   │   │   ├── [ 664] Network.aidl │   │   │   │   ├── [ 677] NetworkCapabilities.aidl │   │   │   │   ├── [ 33K] NetworkCapabilities.java │   │   │   │   ├── [2.2K] NetworkConfig.java │   │   │   │   ├── [ 11K] NetworkFactory.java │   │   │   │   ├── [6.6K] NetworkIdentity.java │   │   │   │   ├── [ 676] NetworkInfo.aidl │   │   │   │   ├── [ 16K] NetworkInfo.java │   │   │   │   ├── [ 17K] Network.java │   │   │   │   ├── [ 667] NetworkKey.aidl │   │   │   │   ├── [3.9K] NetworkKey.java │   │   │   │   ├── [ 667] NetworkMisc.aidl │   │   │   │   ├── [3.3K] NetworkMisc.java │   │   │   │   ├── [ 670] NetworkPolicy.aidl │   │   │   │   ├── [6.7K] NetworkPolicy.java │   │   │   │   ├── [ 12K] NetworkPolicyManager.java │   │   │   │   ├── [ 672] NetworkQuotaInfo.aidl │   │   │   │   ├── [2.2K] NetworkQuotaInfo.java │   │   │   │   ├── [ 672] NetworkRequest.aidl │   │   │   │   ├── [9.9K] NetworkRequest.java │   │   │   │   ├── [ 11K] NetworkScoreManager.java │   │   │   │   ├── [9.2K] NetworkScorerAppManager.java │   │   │   │   ├── [ 669] NetworkState.aidl │   │   │   │   ├── [2.5K] NetworkState.java │   │   │   │   ├── [ 669] NetworkStats.aidl │   │   │   │   ├── [ 676] NetworkStatsHistory.aidl │   │   │   │   ├── [ 29K] NetworkStatsHistory.java │   │   │   │   ├── [ 35K] NetworkStats.java │   │   │   │   ├── [ 672] NetworkTemplate.aidl │   │   │   │   ├── [ 15K] NetworkTemplate.java │   │   │   │   ├── [ 18K] NetworkUtils.java │   │   │   │   ├── [4.0K] nsd │   │   │   │   │   ├── [9.8K] DnsSdTxtRecord.java │   │   │   │   │   ├── [ 833] INsdManager.aidl │   │   │   │   │   ├── [ 26K] NsdManager.java │   │   │   │   │   └── [9.6K] NsdServiceInfo.java │   │   │   │   ├── [ 91] package.html │   │   │   │   ├── [4.2K] PacProxySelector.java │   │   │   │   ├── [ 895] ParseException.java │   │   │   │   ├── [ 667] ProxyInfo.aidl │   │   │   │   ├── [ 11K] ProxyInfo.java │   │   │   │   ├── [ 10K] Proxy.java │   │   │   │   ├── [9.4K] PskKeyManager.java │   │   │   │   ├── [ 665] RouteInfo.aidl │   │   │   │   ├── [ 16K] RouteInfo.java │   │   │   │   ├── [8.0K] RssiCurve.java │   │   │   │   ├── [ 670] ScoredNetwork.aidl │   │   │   │   ├── [3.9K] ScoredNetwork.java │   │   │   │   ├── [7.9K] SntpClient.java │   │   │   │   ├── [ 22K] SSLCertificateSocketFactory.java │   │   │   │   ├── [3.9K] SSLSessionCache.java │   │   │   │   ├── [7.3K] StaticIpConfiguration.java │   │   │   │   ├── [ 22K] TrafficStats.java │   │   │   │   ├── [ 717] UidRange.aidl │   │   │   │   ├── [2.7K] UidRange.java │   │   │   │   ├── [ 668] Uri.aidl │   │   │   │   ├── [ 74K] Uri.java │   │   │   │   ├── [ 31K] UrlQuerySanitizer.java │   │   │   │   ├── [ 33K] VpnService.java │   │   │   │   ├── [5.4K] WebAddress.java │   │   │   │   ├── [3.9K] WifiKey.java │   │   │   │   ├── [3.5K] WifiLinkQualityInfo.java │   │   │   │   └── [4.0K] wimax │   │   │   │   └── [3.1K] WimaxManagerConstants.java │   │   │   ├── [4.0K] nfc │   │   │   │   ├── [ 663] ApduList.aidl │   │   │   │   ├── [1.4K] ApduList.java │   │   │   │   ├── [ 669] BeamShareData.aidl │   │   │   │   ├── [2.0K] BeamShareData.java │   │   │   │   ├── [4.0K] cardemulation │   │   │   │   │   ├── [ 678] AidGroup.aidl │   │   │   │   │   ├── [6.5K] AidGroup.java │   │   │   │   │   ├── [ 685] ApduServiceInfo.aidl │   │   │   │   │   ├── [ 19K] ApduServiceInfo.java │   │   │   │   │   ├── [ 25K] CardEmulation.java │   │   │   │   │   ├── [ 16K] HostApduService.java │   │   │   │   │   └── [7.9K] OffHostApduService.java │   │   │   │   ├── [3.7K] ErrorCodes.java │   │   │   │   ├── [ 916] FormatException.java │   │   │   │   ├── [ 896] IAppCallback.aidl │   │   │   │   ├── [2.1K] INfcAdapter.aidl │   │   │   │   ├── [1.0K] INfcAdapterExtras.aidl │   │   │   │   ├── [1.7K] INfcCardEmulation.aidl │   │   │   │   ├── [1.6K] INfcTag.aidl │   │   │   │   ├── [ 141] INfcUnlockHandler.aidl │   │   │   │   ├── [ 667] NdefMessage.aidl │   │   │   │   ├── [8.9K] NdefMessage.java │   │   │   │   ├── [ 665] NdefRecord.aidl │   │   │   │   ├── [ 41K] NdefRecord.java │   │   │   │   ├── [ 18K] NfcActivityManager.java │   │   │   │   ├── [ 65K] NfcAdapter.java │   │   │   │   ├── [1.9K] NfcEvent.java │   │   │   │   ├── [2.2K] NfcManager.java │   │   │   │   ├── [1.5K] package.html │   │   │   │   ├── [ 658] Tag.aidl │   │   │   │   ├── [ 18K] Tag.java │   │   │   │   ├── [ 858] TagLostException.java │   │   │   │   ├── [4.0K] tech │   │   │   │   │   ├── [4.9K] BasicTagTechnology.java │   │   │   │   │   ├── [7.7K] IsoDep.java │   │   │   │   │   ├── [ 24K] MifareClassic.java │   │   │   │   │   ├── [ 11K] MifareUltralight.java │   │   │   │   │   ├── [6.8K] NdefFormatable.java │   │   │   │   │   ├── [ 15K] Ndef.java │   │   │   │   │   ├── [5.7K] NfcA.java │   │   │   │   │   ├── [4.4K] NfcBarcode.java │   │   │   │   │   ├── [4.3K] NfcB.java │   │   │   │   │   ├── [5.6K] NfcF.java │   │   │   │   │   ├── [4.1K] NfcV.java │   │   │   │   │   ├── [ 592] package.html │   │   │   │   │   └── [8.5K] TagTechnology.java │   │   │   │   ├── [ 669] TechListParcel.aidl │   │   │   │   ├── [1.9K] TechListParcel.java │   │   │   │   ├── [ 672] TransceiveResult.aidl │   │   │   │   └── [2.8K] TransceiveResult.java │   │   │   ├── [4.0K] os │   │   │   │   ├── [1.6K] AsyncResult.java │   │   │   │   ├── [ 26K] AsyncTask.java │   │   │   │   ├── [1011] BadParcelableException.java │   │   │   │   ├── [ 41K] BaseBundle.java │   │   │   │   ├── [1.4K] BatteryManagerInternal.java │   │   │   │   ├── [ 10K] BatteryManager.java │   │   │   │   ├── [ 667] BatteryProperties.aidl │   │   │   │   ├── [3.3K] BatteryProperties.java │   │   │   │   ├── [ 665] BatteryProperty.aidl │   │   │   │   ├── [1.8K] BatteryProperty.java │   │   │   │   ├── [216K] BatteryStats.java │   │   │   │   ├── [ 20K] Binder.java │   │   │   │   ├── [7.0K] Broadcaster.java │   │   │   │   ├── [ 36K] Build.java │   │   │   │   ├── [ 712] Bundle.aidl │   │   │   │   ├── [ 34K] Bundle.java │   │   │   │   ├── [6.0K] CancellationSignal.java │   │   │   │   ├── [ 16K] CommonClock.java │   │   │   │   ├── [ 18K] CommonTimeConfig.java │   │   │   │   ├── [9.3K] CommonTimeUtils.java │   │   │   │   ├── [3.8K] ConditionVariable.java │   │   │   │   ├── [4.4K] CountDownTimer.java │   │   │   │   ├── [ 973] DeadObjectException.java │   │   │   │   ├── [ 80K] Debug.java │   │   │   │   ├── [ 675] DropBoxManager.aidl │   │   │   │   ├── [ 13K] DropBoxManager.java │   │   │   │   ├── [ 29K] Environment.java │   │   │   │   ├── [1.6K] FactoryTest.java │   │   │   │   ├── [6.2K] FileBridge.java │   │   │   │   ├── [7.9K] FileObserver.java │   │   │   │   ├── [ 22K] FileUtils.java │   │   │   │   ├── [ 31K] Handler.java │   │   │   │   ├── [4.8K] HandlerThread.java │   │   │   │   ├── [ 806] IBatteryPropertiesListener.aidl │   │   │   │   ├── [ 969] IBatteryPropertiesRegistrar.aidl │   │   │   │   ├── [ 12K] IBinder.java │   │   │   │   ├── [ 719] ICancellationSignal.aidl │   │   │   │   ├── [1.5K] IDeviceIdleController.aidl │   │   │   │   ├── [1013] IInterface.java │   │   │   │   ├── [ 814] IMessenger.aidl │   │   │   │   ├── [ 725] INetworkActivityListener.aidl │   │   │   │   ├── [ 11K] INetworkManagementService.aidl │   │   │   │   ├── [ 908] IPermissionController.aidl │   │   │   │   ├── [2.5K] IPowerManager.aidl │   │   │   │   ├── [1004] IProcessInfoService.aidl │   │   │   │   ├── [ 824] IRemoteCallback.aidl │   │   │   │   ├── [1.1K] ISchedulingPolicyService.aidl │   │   │   │   ├── [2.5K] IServiceManager.java │   │   │   │   ├── [ 849] IUpdateLock.aidl │   │   │   │   ├── [2.5K] IUserManager.aidl │   │   │   │   ├── [ 955] IVibratorService.aidl │   │   │   │   ├── [9.5K] Looper.java │   │   │   │   ├── [ 11K] MemoryFile.java │   │   │   │   ├── [ 718] Message.aidl │   │   │   │   ├── [ 18K] Message.java │   │   │   │   ├── [ 31K] MessageQueue.java │   │   │   │   ├── [ 720] Messenger.aidl │   │   │   │   ├── [5.0K] Messenger.java │   │   │   │   ├── [1.2K] NetworkOnMainThreadException.java │   │   │   │   ├── [1.5K] NullVibrator.java │   │   │   │   ├── [1.0K] OperationCanceledException.java │   │   │   │   ├── [ 135] package.html │   │   │   │   ├── [4.7K] Parcelable.java │   │   │   │   ├── [ 666] ParcelableParcel.aidl │   │   │   │   ├── [2.2K] ParcelableParcel.java │   │   │   │   ├── [ 740] ParcelFileDescriptor.aidl │   │   │   │   ├── [ 37K] ParcelFileDescriptor.java │   │   │   │   ├── [ 952] ParcelFormatException.java │   │   │   │   ├── [ 90K] Parcel.java │   │   │   │   ├── [ 660] ParcelUuid.aidl │   │   │   │   ├── [3.6K] ParcelUuid.java │   │   │   │   ├── [ 669] PatternMatcher.aidl │   │   │   │   ├── [6.4K] PatternMatcher.java │   │   │   │   ├── [ 23K] PerformanceCollector.java │   │   │   │   ├── [ 678] PersistableBundle.aidl │   │   │   │   ├── [8.8K] PersistableBundle.java │   │   │   │   ├── [1.5K] PooledStringReader.java │   │   │   │   ├── [2.4K] PooledStringWriter.java │   │   │   │   ├── [6.0K] PowerManagerInternal.java │   │   │   │   ├── [ 46K] PowerManager.java │   │   │   │   ├── [ 40K] Process.java │   │   │   │   ├── [ 21K] RecoverySystem.java │   │   │   │   ├── [2.5K] Registrant.java │   │   │   │   ├── [3.0K] RegistrantList.java │   │   │   │   ├── [ 672] RemoteCallback.aidl │   │   │   │   ├── [2.9K] RemoteCallback.java │   │   │   │   ├── [ 12K] RemoteCallbackList.java │   │   │   │   ├── [1.0K] RemoteException.java │   │   │   │   ├── [ 828] RemoteMailException.java │   │   │   │   ├── [ 734] ResultReceiver.aidl │   │   │   │   ├── [4.5K] ResultReceiver.java │   │   │   │   ├── [6.5K] SELinux.java │   │   │   │   ├── [4.3K] ServiceManager.java │   │   │   │   ├── [6.5K] ServiceManagerNative.java │   │   │   │   ├── [4.2K] StatFs.java │   │   │   │   ├── [4.0K] storage │   │   │   │   │   ├── [ 671] DiskInfo.aidl │   │   │   │   │   ├── [5.7K] DiskInfo.java │   │   │   │   │   ├── [ 91K] IMountService.java │   │   │   │   │   ├── [ 13K] IMountServiceListener.java │   │   │   │   │   ├── [4.2K] IMountShutdownObserver.java │   │   │   │   │   ├── [4.7K] IObbActionListener.java │   │   │   │   │   ├── [3.1K] MountServiceInternal.java │   │   │   │   │   ├── [1.4K] MountServiceListener.java │   │   │   │   │   ├── [2.8K] OnObbStateChangeListener.java │   │   │   │   │   ├── [ 164] package.html │   │   │   │   │   ├── [1.7K] StorageEventListener.java │   │   │   │   │   ├── [ 34K] StorageManager.java │   │   │   │   │   ├── [2.1K] StorageResultCode.java │   │   │   │   │   ├── [ 676] StorageVolume.aidl │   │   │   │   │   ├── [8.7K] StorageVolume.java │   │   │   │   │   ├── [ 673] VolumeInfo.aidl │   │   │   │   │   ├── [ 19K] VolumeInfo.java │   │   │   │   │   └── [4.5K] VolumeRecord.java │   │   │   │   ├── [ 93K] StrictMode.java │   │   │   │   ├── [7.9K] SystemClock.java │   │   │   │   ├── [5.6K] SystemProperties.java │   │   │   │   ├── [4.2K] SystemService.java │   │   │   │   ├── [3.4K] SystemVibrator.java │   │   │   │   ├── [5.8K] TokenWatcher.java │   │   │   │   ├── [ 11K] Trace.java │   │   │   │   ├── [3.0K] TransactionTooLargeException.java │   │   │   │   ├── [8.1K] UEventObserver.java │   │   │   │   ├── [5.0K] UpdateLock.java │   │   │   │   ├── [ 666] UserHandle.aidl │   │   │   │   ├── [ 11K] UserHandle.java │   │   │   │   ├── [ 52K] UserManager.java │   │   │   │   ├── [6.0K] Vibrator.java │   │   │   │   ├── [ 657] WorkSource.aidl │   │   │   │   └── [ 23K] WorkSource.java │   │   │   ├── [ 901] package.html │   │   │   ├── [4.0K] preference │   │   │   │   ├── [2.6K] CheckBoxPreference.java │   │   │   │   ├── [ 16K] DialogPreference.java │   │   │   │   ├── [7.2K] EditTextPreference.java │   │   │   │   ├── [ 19K] GenericInflater.java │   │   │   │   ├── [ 11K] ListPreference.java │   │   │   │   ├── [ 11K] MultiCheckPreference.java │   │   │   │   ├── [9.4K] MultiSelectListPreference.java │   │   │   │   ├── [1.3K] package.html │   │   │   │   ├── [ 61K] PreferenceActivity.java │   │   │   │   ├── [2.2K] PreferenceCategory.java │   │   │   │   ├── [ 14K] PreferenceFragment.java │   │   │   │   ├── [5.7K] PreferenceFrameLayout.java │   │   │   │   ├── [ 11K] PreferenceGroupAdapter.java │   │   │   │   ├── [ 11K] PreferenceGroup.java │   │   │   │   ├── [3.9K] PreferenceInflater.java │   │   │   │   ├── [ 65K] Preference.java │   │   │   │   ├── [ 28K] PreferenceManager.java │   │   │   │   ├── [9.9K] PreferenceScreen.java │   │   │   │   ├── [8.9K] RingtonePreference.java │   │   │   │   ├── [2.3K] SeekBarDialogPreference.java │   │   │   │   ├── [7.6K] SeekBarPreference.java │   │   │   │   ├── [ 16K] SeekBarVolumizer.java │   │   │   │   ├── [7.3K] SwitchPreference.java │   │   │   │   ├── [8.6K] TwoStatePreference.java │   │   │   │   └── [7.4K] VolumePreference.java │   │   │   ├── [4.0K] print │   │   │   │   ├── [1.1K] ILayoutResultCallback.aidl │   │   │   │   ├── [ 897] IPrintClient.aidl │   │   │   │   ├── [1.4K] IPrintDocumentAdapter.aidl │   │   │   │   ├── [ 804] IPrintDocumentAdapterObserver.aidl │   │   │   │   ├── [1013] IPrinterDiscoveryObserver.aidl │   │   │   │   ├── [ 860] IPrintJobStateChangeListener.aidl │   │   │   │   ├── [2.5K] IPrintManager.aidl │   │   │   │   ├── [1.9K] IPrintSpooler.aidl │   │   │   │   ├── [1.2K] IPrintSpoolerCallbacks.aidl │   │   │   │   ├── [1.1K] IPrintSpoolerClient.aidl │   │   │   │   ├── [1.1K] IWriteResultCallback.aidl │   │   │   │   ├── [2.3K] package.html │   │   │   │   ├── [ 668] PageRange.aidl │   │   │   │   ├── [4.4K] PageRange.java │   │   │   │   ├── [4.0K] pdf │   │   │   │   │   └── [5.7K] PrintedPdfDocument.java │   │   │   │   ├── [ 674] PrintAttributes.aidl │   │   │   │   ├── [ 55K] PrintAttributes.java │   │   │   │   ├── [ 15K] PrintDocumentAdapter.java │   │   │   │   ├── [ 676] PrintDocumentInfo.aidl │   │   │   │   ├── [ 11K] PrintDocumentInfo.java │   │   │   │   ├── [ 682] PrinterCapabilitiesInfo.aidl │   │   │   │   ├── [ 21K] PrinterCapabilitiesInfo.java │   │   │   │   ├── [ 10K] PrinterDiscoverySession.java │   │   │   │   ├── [ 668] PrinterId.aidl │   │   │   │   ├── [3.7K] PrinterId.java │   │   │   │   ├── [ 670] PrinterInfo.aidl │   │   │   │   ├── [9.4K] PrinterInfo.java │   │   │   │   ├── [5.2K] PrintFileDocumentAdapter.java │   │   │   │   ├── [ 669] PrintJobId.aidl │   │   │   │   ├── [2.8K] PrintJobId.java │   │   │   │   ├── [ 671] PrintJobInfo.aidl │   │   │   │   ├── [ 19K] PrintJobInfo.java │   │   │   │   ├── [5.8K] PrintJob.java │   │   │   │   └── [ 40K] PrintManager.java │   │   │   ├── [4.0K] printservice │   │   │   │   ├── [1.4K] IPrintService.aidl │   │   │   │   ├── [1.4K] IPrintServiceClient.aidl │   │   │   │   ├── [1.1K] package.html │   │   │   │   ├── [3.0K] PrintDocument.java │   │   │   │   ├── [ 20K] PrinterDiscoverySession.java │   │   │   │   ├── [ 12K] PrintJob.java │   │   │   │   ├── [ 682] PrintServiceInfo.aidl │   │   │   │   ├── [9.4K] PrintServiceInfo.java │   │   │   │   └── [ 24K] PrintService.java │   │   │   ├── [4.0K] provider │   │   │   │   ├── [ 16K] AlarmClock.java │   │   │   │   ├── [ 944] BaseColumns.java │   │   │   │   ├── [ 24K] BrowserContract.java │   │   │   │   ├── [ 18K] Browser.java │   │   │   │   ├── [106K] CalendarContract.java │   │   │   │   ├── [ 30K] CallLog.java │   │   │   │   ├── [351K] ContactsContract.java │   │   │   │   ├── [4.1K] ContactsInternal.java │   │   │   │   ├── [ 88K] Contacts.java │   │   │   │   ├── [ 41K] DocumentsContract.java │   │   │   │   ├── [ 34K] DocumentsProvider.java │   │   │   │   ├── [ 32K] Downloads.java │   │   │   │   ├── [ 12K] LiveFolders.java │   │   │   │   ├── [ 90K] MediaStore.java │   │   │   │   ├── [1.4K] OpenableColumns.java │   │   │   │   ├── [ 540] package.html │   │   │   │   ├── [5.0K] SearchIndexableData.java │   │   │   │   ├── [2.4K] SearchIndexableResource.java │   │   │   │   ├── [9.1K] SearchIndexablesContract.java │   │   │   │   ├── [7.0K] SearchIndexablesProvider.java │   │   │   │   ├── [ 10K] SearchRecentSuggestions.java │   │   │   │   ├── [330K] Settings.java │   │   │   │   ├── [2.5K] SyncConstValue.java │   │   │   │   ├── [7.6K] SyncStateContract.java │   │   │   │   ├── [6.3K] UserDictionary.java │   │   │   │   └── [ 22K] VoicemailContract.java │   │   │   ├── [4.0K] security │   │   │   │   ├── [3.3K] IKeystoreService.aidl │   │   │   │   ├── [4.0K] keymaster │   │   │   │   │   ├── [ 695] ExportResult.aidl │   │   │   │   │   ├── [1.7K] ExportResult.java │   │   │   │   │   ├── [ 701] KeyCharacteristics.aidl │   │   │   │   │   ├── [4.7K] KeyCharacteristics.java │   │   │   │   │   ├── [3.1K] KeymasterArgument.java │   │   │   │   │   ├── [ 701] KeymasterArguments.aidl │   │   │   │   │   ├── [ 13K] KeymasterArguments.java │   │   │   │   │   ├── [ 696] KeymasterBlob.aidl │   │   │   │   │   ├── [1.4K] KeymasterBlobArgument.java │   │   │   │   │   ├── [1.5K] KeymasterBlob.java │   │   │   │   │   ├── [1.3K] KeymasterBooleanArgument.java │   │   │   │   │   ├── [1.3K] KeymasterDateArgument.java │   │   │   │   │   ├── [ 13K] KeymasterDefs.java │   │   │   │   │   ├── [1.4K] KeymasterIntArgument.java │   │   │   │   │   ├── [1.3K] KeymasterLongArgument.java │   │   │   │   │   ├── [ 698] OperationResult.aidl │   │   │   │   │   └── [2.6K] OperationResult.java │   │   │   │   ├── [ 691] KeystoreArguments.aidl │   │   │   │   ├── [2.2K] KeystoreArguments.java │   │   │   │   └── [3.0K] NetworkSecurityPolicy.java │   │   │   ├── [4.0K] service │   │   │   │   ├── [4.0K] carrier │   │   │   │   │   ├── [ 686] CarrierIdentifier.aidl │   │   │   │   │   ├── [3.0K] CarrierIdentifier.java │   │   │   │   │   ├── [ 18K] CarrierMessagingService.java │   │   │   │   │   ├── [5.8K] CarrierService.java │   │   │   │   │   ├── [1.1K] ICarrierMessagingCallback.aidl │   │   │   │   │   ├── [4.5K] ICarrierMessagingService.aidl │   │   │   │   │   ├── [1.0K] ICarrierService.aidl │   │   │   │   │   ├── [ 679] MessagePdu.aidl │   │   │   │   │   └── [2.9K] MessagePdu.java │   │   │   │   ├── [4.0K] chooser │   │   │   │   │   ├── [ 681] ChooserTarget.aidl │   │   │   │   │   ├── [7.8K] ChooserTarget.java │   │   │   │   │   ├── [6.8K] ChooserTargetService.java │   │   │   │   │   ├── [ 814] IChooserTargetResult.aidl │   │   │   │   │   └── [ 981] IChooserTargetService.aidl │   │   │   │   ├── [4.0K] dreams │   │   │   │   │   ├── [1.4K] DreamManagerInternal.java │   │   │   │   │   ├── [ 39K] DreamService.java │   │   │   │   │   ├── [1.2K] IDreamManager.aidl │   │   │   │   │   ├── [ 799] IDreamService.aidl │   │   │   │   │   └── [4.8K] Sandman.java │   │   │   │   ├── [4.0K] gatekeeper │   │   │   │   │   ├── [ 765] GateKeeperResponse.aidl │   │   │   │   │   ├── [3.4K] GateKeeperResponse.java │   │   │   │   │   └── [3.4K] IGateKeeperService.aidl │   │   │   │   ├── [4.0K] media │   │   │   │   │   └── [3.0K] CameraPrewarmService.java │   │   │   │   ├── [4.0K] notification │   │   │   │   │   ├── [ 683] Condition.aidl │   │   │   │   │   ├── [5.8K] Condition.java │   │   │   │   │   ├── [5.5K] ConditionProviderService.java │   │   │   │   │   ├── [ 843] IConditionListener.aidl │   │   │   │   │   ├── [ 940] IConditionProvider.aidl │   │   │   │   │   ├── [1.4K] INotificationListener.aidl │   │   │   │   │   ├── [ 909] IStatusBarNotificationHolder.aidl │   │   │   │   │   ├── [ 39K] NotificationListenerService.java │   │   │   │   │   ├── [ 699] NotificationRankingUpdate.aidl │   │   │   │   │   ├── [2.6K] NotificationRankingUpdate.java │   │   │   │   │   ├── [ 703] StatusBarNotification.aidl │   │   │   │   │   ├── [8.8K] StatusBarNotification.java │   │   │   │   │   ├── [ 687] ZenModeConfig.aidl │   │   │   │   │   └── [ 52K] ZenModeConfig.java │   │   │   │   ├── [4.0K] persistentdata │   │   │   │   │   ├── [1.2K] IPersistentDataBlockService.aidl │   │   │   │   │   └── [4.3K] PersistentDataBlockManager.java │   │   │   │   ├── [4.0K] restrictions │   │   │   │   │   └── [4.0K] RestrictionsReceiver.java │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   ├── [1.8K] package.html │   │   │   │   │   └── [ 19K] SpellCheckerService.java │   │   │   │   ├── [4.0K] trust │   │   │   │   │   ├── [1.1K] ITrustAgentService.aidl │   │   │   │   │   ├── [1.1K] ITrustAgentServiceCallback.aidl │   │   │   │   │   └── [ 16K] TrustAgentService.java │   │   │   │   ├── [4.0K] voice │   │   │   │   │   ├── [ 31K] AlwaysOnHotwordDetector.java │   │   │   │   │   ├── [ 828] IVoiceInteractionService.aidl │   │   │   │   │   ├── [1.4K] IVoiceInteractionSession.aidl │   │   │   │   │   ├── [ 874] IVoiceInteractionSessionService.aidl │   │   │   │   │   ├── [5.8K] VoiceInteractionServiceInfo.java │   │   │   │   │   ├── [ 12K] VoiceInteractionService.java │   │   │   │   │   ├── [ 62K] VoiceInteractionSession.java │   │   │   │   │   └── [4.0K] VoiceInteractionSessionService.java │   │   │   │   └── [4.0K] wallpaper │   │   │   │   ├── [ 942] IWallpaperConnection.aidl │   │   │   │   ├── [1.1K] IWallpaperEngine.aidl │   │   │   │   ├── [ 963] IWallpaperService.aidl │   │   │   │   ├── [ 53K] WallpaperService.java │   │   │   │   └── [1.7K] WallpaperSettingsActivity.java │   │   │   ├── [4.0K] speech │   │   │   │   ├── [2.5K] IRecognitionListener.aidl │   │   │   │   ├── [2.4K] IRecognitionService.aidl │   │   │   │   ├── [3.6K] RecognitionListener.java │   │   │   │   ├── [ 15K] RecognitionService.java │   │   │   │   ├── [ 20K] RecognizerIntent.java │   │   │   │   ├── [7.0K] RecognizerResultsIntent.java │   │   │   │   ├── [ 20K] SpeechRecognizer.java │   │   │   │   └── [4.0K] tts │   │   │   │   ├── [4.3K] AbstractEventLogger.java │   │   │   │   ├── [2.0K] AbstractSynthesisCallback.java │   │   │   │   ├── [4.1K] AudioPlaybackHandler.java │   │   │   │   ├── [4.1K] AudioPlaybackQueueItem.java │   │   │   │   ├── [ 12K] BlockingAudioTrack.java │   │   │   │   ├── [2.9K] EventLoggerV1.java │   │   │   │   ├── [ 672] EventLogTags.logtags │   │   │   │   ├── [9.8K] FileSynthesisCallback.java │   │   │   │   ├── [1.6K] ITextToSpeechCallback.aidl │   │   │   │   ├── [8.4K] ITextToSpeechService.aidl │   │   │   │   ├── [1.0K] PlaybackQueueItem.java │   │   │   │   ├── [8.7K] PlaybackSynthesisCallback.java │   │   │   │   ├── [1.6K] SilencePlaybackQueueItem.java │   │   │   │   ├── [4.9K] SynthesisCallback.java │   │   │   │   ├── [8.2K] SynthesisPlaybackQueueItem.java │   │   │   │   ├── [4.3K] SynthesisRequest.java │   │   │   │   ├── [ 96K] TextToSpeech.java │   │   │   │   ├── [ 53K] TextToSpeechService.java │   │   │   │   ├── [ 23K] TtsEngines.java │   │   │   │   ├── [4.2K] UtteranceProgressListener.java │   │   │   │   ├── [ 665] Voice.aidl │   │   │   │   └── [7.8K] Voice.java │   │   │   ├── [4.0K] test │   │   │   │   ├── [6.4K] AndroidTestCase.java │   │   │   │   ├── [1.4K] FlakyTest.java │   │   │   │   ├── [ 13K] InstrumentationTestCase.java │   │   │   │   ├── [2.1K] InstrumentationTestSuite.java │   │   │   │   ├── [ 212] package.html │   │   │   │   ├── [2.3K] PerformanceTestCase.java │   │   │   │   ├── [1.3K] RepetitiveTest.java │   │   │   │   ├── [4.0K] suitebuilder │   │   │   │   │   └── [4.0K] annotation │   │   │   │   │   ├── [1014] LargeTest.java │   │   │   │   │   ├── [1019] MediumTest.java │   │   │   │   │   ├── [1014] SmallTest.java │   │   │   │   │   ├── [1.2K] Smoke.java │   │   │   │   │   └── [1.2K] Suppress.java │   │   │   │   └── [1.2K] UiThreadTest.java │   │   │   ├── [4.0K] text │   │   │   │   ├── [3.9K] AlteredCharSequence.java │   │   │   │   ├── [6.3K] AndroidBidi.java │   │   │   │   ├── [3.7K] AndroidCharacter.java │   │   │   │   ├── [1.8K] Annotation.java │   │   │   │   ├── [8.5K] AutoText.java │   │   │   │   ├── [ 40K] BidiFormatter.java │   │   │   │   ├── [ 14K] BoringLayout.java │   │   │   │   ├── [1.3K] ClipboardManager.java │   │   │   │   ├── [ 26K] DynamicLayout.java │   │   │   │   ├── [4.9K] Editable.java │   │   │   │   ├── [4.0K] format │   │   │   │   │   ├── [ 22K] DateFormat.java │   │   │   │   │   ├── [ 34K] DateUtils.java │   │   │   │   │   ├── [ 11K] Formatter.java │   │   │   │   │   ├── [ 279] package.html │   │   │   │   │   ├── [ 20K] TimeFormatter.java │   │   │   │   │   └── [ 43K] Time.java │   │   │   │   ├── [1.1K] GetChars.java │   │   │   │   ├── [1.9K] GraphicsOperations.java │   │   │   │   ├── [ 31K] Html.java │   │   │   │   ├── [6.8K] Hyphenator.java │   │   │   │   ├── [4.1K] InputFilter.java │   │   │   │   ├── [ 16K] InputType.java │   │   │   │   ├── [ 73K] Layout.java │   │   │   │   ├── [6.6K] LoginFilter.java │   │   │   │   ├── [9.4K] MeasuredText.java │   │   │   │   ├── [4.0K] method │   │   │   │   │   ├── [2.1K] AllCapsTransformationMethod.java │   │   │   │   │   ├── [ 13K] ArrowKeyMovementMethod.java │   │   │   │   │   ├── [9.4K] BaseKeyListener.java │   │   │   │   │   ├── [ 23K] BaseMovementMethod.java │   │   │   │   │   ├── [4.5K] CharacterPickerDialog.java │   │   │   │   │   ├── [1.7K] DateKeyListener.java │   │   │   │   │   ├── [1.8K] DateTimeKeyListener.java │   │   │   │   │   ├── [3.4K] DialerKeyListener.java │   │   │   │   │   ├── [6.8K] DigitsKeyListener.java │   │   │   │   │   ├── [1.6K] HideReturnsTransformationMethod.java │   │   │   │   │   ├── [3.4K] KeyListener.java │   │   │   │   │   ├── [7.7K] LinkMovementMethod.java │   │   │   │   │   ├── [ 24K] MetaKeyKeyListener.java │   │   │   │   │   ├── [2.5K] MovementMethod.java │   │   │   │   │   ├── [9.8K] MultiTapKeyListener.java │   │   │   │   │   ├── [4.2K] NumberKeyListener.java │   │   │   │   │   ├── [ 726] package.html │   │   │   │   │   ├── [8.3K] PasswordTransformationMethod.java │   │   │   │   │   ├── [ 19K] QwertyKeyListener.java │   │   │   │   │   ├── [6.6K] ReplacementTransformationMethod.java │   │   │   │   │   ├── [3.5K] ScrollingMovementMethod.java │   │   │   │   │   ├── [1.7K] SingleLineTransformationMethod.java │   │   │   │   │   ├── [ 11K] TextKeyListener.java │   │   │   │   │   ├── [1.7K] TimeKeyListener.java │   │   │   │   │   ├── [9.2K] Touch.java │   │   │   │   │   ├── [1.2K] TransformationMethod2.java │   │   │   │   │   ├── [1.7K] TransformationMethod.java │   │   │   │   │   └── [ 15K] WordIterator.java │   │   │   │   ├── [1.1K] NoCopySpan.java │   │   │   │   ├── [ 583] package.html │   │   │   │   ├── [ 11K] PackedIntVector.java │   │   │   │   ├── [4.6K] PackedObjectVector.java │   │   │   │   ├── [1.5K] ParcelableSpan.java │   │   │   │   ├── [ 14K] Selection.java │   │   │   │   ├── [2.5K] Spannable.java │   │   │   │   ├── [ 56K] SpannableStringBuilder.java │   │   │   │   ├── [ 13K] SpannableStringInternal.java │   │   │   │   ├── [1.7K] SpannableString.java │   │   │   │   ├── [8.1K] Spanned.java │   │   │   │   ├── [1.5K] SpannedString.java │   │   │   │   ├── [3.8K] SpanSet.java │   │   │   │   ├── [1.6K] SpanWatcher.java │   │   │   │   ├── [ 49K] StaticLayout.java │   │   │   │   ├── [4.0K] style │   │   │   │   │   ├── [2.4K] AbsoluteSizeSpan.java │   │   │   │   │   ├── [1.8K] AlignmentSpan.java │   │   │   │   │   ├── [1.7K] BackgroundColorSpan.java │   │   │   │   │   ├── [3.7K] BulletSpan.java │   │   │   │   │   ├── [2.9K] CharacterStyle.java │   │   │   │   │   ├── [1.3K] ClickableSpan.java │   │   │   │   │   ├── [2.4K] DrawableMarginSpan.java │   │   │   │   │   ├── [3.5K] DynamicDrawableSpan.java │   │   │   │   │   ├── [3.9K] EasyEditSpan.java │   │   │   │   │   ├── [1.7K] ForegroundColorSpan.java │   │   │   │   │   ├── [2.2K] IconMarginSpan.java │   │   │   │   │   ├── [5.2K] ImageSpan.java │   │   │   │   │   ├── [5.7K] LeadingMarginSpan.java │   │   │   │   │   ├── [1.0K] LineBackgroundSpan.java │   │   │   │   │   ├── [1.2K] LineHeightSpan.java │   │   │   │   │   ├── [2.4K] LocaleSpan.java │   │   │   │   │   ├── [1.1K] MaskFilterSpan.java │   │   │   │   │   ├── [2.6K] MetricAffectingSpan.java │   │   │   │   │   ├── [ 455] package.html │   │   │   │   │   ├── [ 783] ParagraphStyle.java │   │   │   │   │   ├── [2.5K] QuoteSpan.java │   │   │   │   │   ├── [1.1K] RasterizerSpan.java │   │   │   │   │   ├── [1.8K] RelativeSizeSpan.java │   │   │   │   │   ├── [1.5K] ReplacementSpan.java │   │   │   │   │   ├── [1.8K] ScaleXSpan.java │   │   │   │   │   ├── [2.0K] SpellCheckSpan.java │   │   │   │   │   ├── [1.5K] StrikethroughSpan.java │   │   │   │   │   ├── [3.1K] StyleSpan.java │   │   │   │   │   ├── [1.6K] SubscriptSpan.java │   │   │   │   │   ├── [2.0K] SuggestionRangeSpan.java │   │   │   │   │   ├── [ 677] SuggestionSpan.aidl │   │   │   │   │   ├── [ 15K] SuggestionSpan.java │   │   │   │   │   ├── [1.6K] SuperscriptSpan.java │   │   │   │   │   ├── [1.4K] TabStopSpan.java │   │   │   │   │   ├── [7.8K] TextAppearanceSpan.java │   │   │   │   │   ├── [ 52K] TtsSpan.java │   │   │   │   │   ├── [2.7K] TypefaceSpan.java │   │   │   │   │   ├── [1.5K] UnderlineSpan.java │   │   │   │   │   ├── [ 963] UpdateAppearance.java │   │   │   │   │   ├── [1004] UpdateLayout.java │   │   │   │   │   ├── [2.2K] URLSpan.java │   │   │   │   │   └── [ 712] WrapTogetherSpan.java │   │   │   │   ├── [1.7K] TextDirectionHeuristic.java │   │   │   │   ├── [ 12K] TextDirectionHeuristics.java │   │   │   │   ├── [ 40K] TextLine.java │   │   │   │   ├── [2.3K] TextPaint.java │   │   │   │   ├── [ 59K] TextUtils.java │   │   │   │   ├── [2.4K] TextWatcher.java │   │   │   │   └── [4.0K] util │   │   │   │   ├── [ 19K] Linkify.java │   │   │   │   ├── [ 151] package.html │   │   │   │   ├── [9.1K] Rfc822Tokenizer.java │   │   │   │   └── [5.3K] Rfc822Token.java │   │   │   ├── [4.0K] transition │   │   │   │   ├── [ 12K] ArcMotion.java │   │   │   │   ├── [1.7K] AutoTransition.java │   │   │   │   ├── [ 22K] ChangeBounds.java │   │   │   │   ├── [3.4K] ChangeClipBounds.java │   │   │   │   ├── [7.2K] ChangeImageTransform.java │   │   │   │   ├── [2.9K] ChangeScroll.java │   │   │   │   ├── [ 14K] ChangeText.java │   │   │   │   ├── [ 21K] ChangeTransform.java │   │   │   │   ├── [4.3K] CircularPropagation.java │   │   │   │   ├── [ 12K] Crossfade.java │   │   │   │   ├── [6.5K] Explode.java │   │   │   │   ├── [6.8K] Fade.java │   │   │   │   ├── [1.3K] package.html │   │   │   │   ├── [2.3K] PathMotion.java │   │   │   │   ├── [5.3K] PatternPathMotion.java │   │   │   │   ├── [3.8K] Recolor.java │   │   │   │   ├── [2.0K] Rotate.java │   │   │   │   ├── [ 10K] Scene.java │   │   │   │   ├── [6.6K] SidePropagation.java │   │   │   │   ├── [9.4K] Slide.java │   │   │   │   ├── [ 14K] TransitionInflater.java │   │   │   │   ├── [104K] Transition.java │   │   │   │   ├── [ 19K] TransitionManager.java │   │   │   │   ├── [4.3K] TransitionPropagation.java │   │   │   │   ├── [ 19K] TransitionSet.java │   │   │   │   ├── [7.3K] TransitionUtils.java │   │   │   │   ├── [2.9K] TransitionValues.java │   │   │   │   ├── [1.1K] TransitionValuesMaps.java │   │   │   │   ├── [6.4K] TranslationAnimationCreator.java │   │   │   │   ├── [ 25K] Visibility.java │   │   │   │   └── [4.1K] VisibilityPropagation.java │   │   │   ├── [4.0K] util │   │   │   │   ├── [1.0K] AndroidException.java │   │   │   │   ├── [1.1K] AndroidRuntimeException.java │   │   │   │   ├── [ 30K] ArrayMap.java │   │   │   │   ├── [ 24K] ArraySet.java │   │   │   │   ├── [8.7K] AtomicFile.java │   │   │   │   ├── [ 12K] AttributeSet.java │   │   │   │   ├── [1.1K] Base64DataException.java │   │   │   │   ├── [4.3K] Base64InputStream.java │   │   │   │   ├── [ 28K] Base64.java │   │   │   │   ├── [4.6K] Base64OutputStream.java │   │   │   │   ├── [1.4K] Config.java │   │   │   │   ├── [1.7K] ContainerHelpers.java │   │   │   │   ├── [5.2K] DayOfMonthCursor.java │   │   │   │   ├── [9.1K] DebugUtils.java │   │   │   │   ├── [ 12K] DisplayMetrics.java │   │   │   │   ├── [10.0K] EventLog.java │   │   │   │   ├── [1.3K] EventLogTags.java │   │   │   │   ├── [1.9K] ExceptionUtils.java │   │   │   │   ├── [2.2K] FastImmutableArraySet.java │   │   │   │   ├── [3.8K] FloatMath.java │   │   │   │   ├── [1.6K] FloatProperty.java │   │   │   │   ├── [5.6K] IntArray.java │   │   │   │   ├── [1.6K] IntProperty.java │   │   │   │   ├── [ 38K] JsonReader.java │   │   │   │   ├── [1.6K] JsonScope.java │   │   │   │   ├── [2.1K] JsonToken.java │   │   │   │   ├── [ 16K] JsonWriter.java │   │   │   │   ├── [3.8K] KeyValueListParser.java │   │   │   │   ├── [1.5K] LayoutDirection.java │   │   │   │   ├── [2.3K] LocalLog.java │   │   │   │   ├── [ 14K] Log.java │   │   │   │   ├── [1.8K] LogPrinter.java │   │   │   │   ├── [2.4K] LogWriter.java │   │   │   │   ├── [4.5K] LongArray.java │   │   │   │   ├── [ 11K] LongSparseArray.java │   │   │   │   ├── [8.2K] LongSparseLongArray.java │   │   │   │   ├── [ 12K] LruCache.java │   │   │   │   ├── [1022] MalformedJsonException.java │   │   │   │   ├── [ 15K] MapCollections.java │   │   │   │   ├── [5.2K] MathUtils.java │   │   │   │   ├── [5.5K] MonthDisplayHelper.java │   │   │   │   ├── [ 981] NoSuchPropertyException.java │   │   │   │   ├── [4.9K] NtpTrustedTime.java │   │   │   │   ├── [ 180] package.html │   │   │   │   ├── [2.4K] Pair.java │   │   │   │   ├── [ 28K] PathParser.java │   │   │   │   ├── [ 13K] Patterns.java │   │   │   │   ├── [4.4K] Pools.java │   │   │   │   ├── [1.4K] PrefixPrinter.java │   │   │   │   ├── [1.1K] Printer.java │   │   │   │   ├── [1.2K] PrintStreamPrinter.java │   │   │   │   ├── [1.2K] PrintWriterPrinter.java │   │   │   │   ├── [4.2K] Property.java │   │   │   │   ├── [ 12K] Range.java │   │   │   │   ├── [ 21K] Rational.java │   │   │   │   ├── [6.9K] ReflectiveProperty.java │   │   │   │   ├── [1.0K] Singleton.java │   │   │   │   ├── [5.4K] SizeF.java │   │   │   │   ├── [4.5K] Size.java │   │   │   │   ├── [4.3K] Slog.java │   │   │   │   ├── [ 12K] SparseArray.java │   │   │   │   ├── [8.5K] SparseBooleanArray.java │   │   │   │   ├── [8.3K] SparseIntArray.java │   │   │   │   ├── [8.2K] SparseLongArray.java │   │   │   │   ├── [10.0K] Spline.java │   │   │   │   ├── [9.4K] StateSet.java │   │   │   │   ├── [1.3K] StringBuilderPrinter.java │   │   │   │   ├── [ 816] SuperNotCalledException.java │   │   │   │   ├── [4.3K] TimedRemoteCaller.java │   │   │   │   ├── [ 808] TimeFormatException.java │   │   │   │   ├── [ 16K] TimeUtils.java │   │   │   │   ├── [4.9K] TimingLogger.java │   │   │   │   ├── [1.7K] TrustedTime.java │   │   │   │   ├── [ 20K] TypedValue.java │   │   │   │   ├── [5.7K] Xml.java │   │   │   │   └── [4.6K] XmlPullAttributes.java │   │   │   ├── [4.0K] view │   │   │   │   ├── [2.7K] AbsSavedState.java │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   ├── [ 19K] AccessibilityCache.java │   │   │   │   │   ├── [ 690] AccessibilityEvent.aidl │   │   │   │   │   ├── [ 59K] AccessibilityEvent.java │   │   │   │   │   ├── [2.3K] AccessibilityEventSource.java │   │   │   │   │   ├── [ 34K] AccessibilityInteractionClient.java │   │   │   │   │   ├── [ 25K] AccessibilityManager.java │   │   │   │   │   ├── [ 693] AccessibilityNodeInfo.aidl │   │   │   │   │   ├── [142K] AccessibilityNodeInfo.java │   │   │   │   │   ├── [6.3K] AccessibilityNodeProvider.java │   │   │   │   │   ├── [ 691] AccessibilityRecord.aidl │   │   │   │   │   ├── [ 25K] AccessibilityRecord.java │   │   │   │   │   ├── [ 695] AccessibilityWindowInfo.aidl │   │   │   │   │   ├── [ 17K] AccessibilityWindowInfo.java │   │   │   │   │   ├── [ 20K] CaptioningManager.java │   │   │   │   │   ├── [1.9K] IAccessibilityInteractionCallback.aidl │   │   │   │   │   ├── [2.6K] IAccessibilityInteractionConnection.aidl │   │   │   │   │   ├── [2.0K] IAccessibilityInteractionConnectionCallback.aidl │   │   │   │   │   ├── [2.3K] IAccessibilityManager.aidl │   │   │   │   │   ├── [ 887] IAccessibilityManagerClient.aidl │   │   │   │   │   └── [2.3K] package.html │   │   │   │   ├── [ 55K] AccessibilityInteractionController.java │   │   │   │   ├── [9.7K] AccessibilityIterators.java │   │   │   │   ├── [ 13K] ActionMode.java │   │   │   │   ├── [9.4K] ActionProvider.java │   │   │   │   ├── [4.0K] animation │   │   │   │   │   ├── [1.6K] AccelerateDecelerateInterpolator.java │   │   │   │   │   ├── [2.9K] AccelerateInterpolator.java │   │   │   │   │   ├── [2.7K] AlphaAnimation.java │   │   │   │   │   ├── [ 38K] Animation.java │   │   │   │   │   ├── [ 17K] AnimationSet.java │   │   │   │   │   ├── [ 14K] AnimationUtils.java │   │   │   │   │   ├── [2.6K] AnticipateInterpolator.java │   │   │   │   │   ├── [4.2K] AnticipateOvershootInterpolator.java │   │   │   │   │   ├── [1.1K] BaseInterpolator.java │   │   │   │   │   ├── [2.0K] BounceInterpolator.java │   │   │   │   │   ├── [2.3K] ClipRectAnimation.java │   │   │   │   │   ├── [1.7K] ClipRectLRAnimation.java │   │   │   │   │   ├── [1.7K] ClipRectTBAnimation.java │   │   │   │   │   ├── [2.3K] CycleInterpolator.java │   │   │   │   │   ├── [2.9K] DecelerateInterpolator.java │   │   │   │   │   ├── [ 14K] GridLayoutAnimationController.java │   │   │   │   │   ├── [1.3K] Interpolator.java │   │   │   │   │   ├── [ 15K] LayoutAnimationController.java │   │   │   │   │   ├── [1.4K] LinearInterpolator.java │   │   │   │   │   ├── [2.7K] OvershootInterpolator.java │   │   │   │   │   ├── [1010] package.html │   │   │   │   │   ├── [8.8K] PathInterpolator.java │   │   │   │   │   ├── [6.7K] RotateAnimation.java │   │   │   │   │   ├── [ 10K] ScaleAnimation.java │   │   │   │   │   ├── [6.7K] Transformation.java │   │   │   │   │   ├── [6.6K] TranslateAnimation.java │   │   │   │   │   ├── [1.9K] TranslateXAnimation.java │   │   │   │   │   └── [1.9K] TranslateYAnimation.java │   │   │   │   ├── [ 678] AnimationRenderStats.aidl │   │   │   │   ├── [ 37K] Choreographer.java │   │   │   │   ├── [1.4K] CollapsibleActionView.java │   │   │   │   ├── [3.4K] ContextMenu.java │   │   │   │   ├── [4.8K] ContextThemeWrapper.java │   │   │   │   ├── [3.0K] DisplayAdjustments.java │   │   │   │   ├── [ 670] Display.aidl │   │   │   │   ├── [4.7K] DisplayEventReceiver.java │   │   │   │   ├── [ 668] DisplayInfo.aidl │   │   │   │   ├── [ 23K] DisplayInfo.java │   │   │   │   ├── [ 40K] Display.java │   │   │   │   ├── [ 11K] DisplayListCanvas.java │   │   │   │   ├── [ 669] DragEvent.aidl │   │   │   │   ├── [ 20K] DragEvent.java │   │   │   │   ├── [ 843] FallbackEventHandler.java │   │   │   │   ├── [1.9K] FocusFinderHelper.java │   │   │   │   ├── [ 25K] FocusFinder.java │   │   │   │   ├── [3.9K] FrameInfo.java │   │   │   │   ├── [2.9K] FrameStats.java │   │   │   │   ├── [ 30K] GestureDetector.java │   │   │   │   ├── [ 13K] GhostView.java │   │   │   │   ├── [ 670] GraphicBuffer.aidl │   │   │   │   ├── [9.2K] GraphicBuffer.java │   │   │   │   ├── [ 19K] Gravity.java │   │   │   │   ├── [2.5K] HapticFeedbackConstants.java │   │   │   │   ├── [5.2K] HardwareLayer.java │   │   │   │   ├── [ 16K] HardwareRenderer.java │   │   │   │   ├── [ 920] IApplicationToken.aidl │   │   │   │   ├── [1.7K] IAssetAtlas.aidl │   │   │   │   ├── [ 817] IGraphicsStats.aidl │   │   │   │   ├── [1021] IInputFilter.aidl │   │   │   │   ├── [ 856] IInputFilterHost.aidl │   │   │   │   ├── [1.1K] InflateException.java │   │   │   │   ├── [ 728] InputChannel.aidl │   │   │   │   ├── [5.2K] InputChannel.java │   │   │   │   ├── [ 718] InputDevice.aidl │   │   │   │   ├── [ 35K] InputDevice.java │   │   │   │   ├── [ 716] InputEvent.aidl │   │   │   │   ├── [ 35K] InputEventConsistencyVerifier.java │   │   │   │   ├── [7.6K] InputEvent.java │   │   │   │   ├── [6.7K] InputEventReceiver.java │   │   │   │   ├── [4.5K] InputEventSender.java │   │   │   │   ├── [ 11K] InputFilter.java │   │   │   │   ├── [4.0K] inputmethod │   │   │   │   │   ├── [ 22K] BaseInputConnection.java │   │   │   │   │   ├── [ 683] CompletionInfo.aidl │   │   │   │   │   ├── [6.0K] CompletionInfo.java │   │   │   │   │   ├── [ 683] CorrectionInfo.aidl │   │   │   │   │   ├── [3.2K] CorrectionInfo.java │   │   │   │   │   ├── [ 685] CursorAnchorInfo.aidl │   │   │   │   │   ├── [ 23K] CursorAnchorInfo.java │   │   │   │   │   ├── [ 679] EditorInfo.aidl │   │   │   │   │   ├── [ 20K] EditorInfo.java │   │   │   │   │   ├── [ 682] ExtractedText.aidl │   │   │   │   │   ├── [4.2K] ExtractedText.java │   │   │   │   │   ├── [ 689] ExtractedTextRequest.aidl │   │   │   │   │   ├── [2.6K] ExtractedTextRequest.java │   │   │   │   │   ├── [ 681] InputBinding.aidl │   │   │   │   │   ├── [4.1K] InputBinding.java │   │   │   │   │   ├── [ 37K] InputConnection.java │   │   │   │   │   ├── [3.9K] InputConnectionWrapper.java │   │   │   │   │   ├── [ 684] InputMethodInfo.aidl │   │   │   │   │   ├── [ 19K] InputMethodInfo.java │   │   │   │   │   ├── [9.9K] InputMethod.java │   │   │   │   │   ├── [1013] InputMethodManagerInternal.java │   │   │   │   │   ├── [ 86K] InputMethodManager.java │   │   │   │   │   ├── [7.3K] InputMethodSession.java │   │   │   │   │   ├── [ 687] InputMethodSubtype.aidl │   │   │   │   │   ├── [8.1K] InputMethodSubtypeArray.java │   │   │   │   │   ├── [ 25K] InputMethodSubtype.java │   │   │   │   │   ├── [ 539] package.html │   │   │   │   │   └── [ 11K] SparseRectFArray.java │   │   │   │   ├── [4.8K] InputQueue.java │   │   │   │   ├── [ 808] IOnKeyguardExitResult.aidl │   │   │   │   ├── [ 801] IRotationWatcher.aidl │   │   │   │   ├── [3.4K] IWindow.aidl │   │   │   │   ├── [ 768] IWindowFocusObserver.aidl │   │   │   │   ├── [ 871] IWindowId.aidl │   │   │   │   ├── [ 10K] IWindowManager.aidl │   │   │   │   ├── [9.3K] IWindowSession.aidl │   │   │   │   ├── [ 804] IWindowSessionCallback.aidl │   │   │   │   ├── [ 31K] KeyCharacterMap.java │   │   │   │   ├── [ 720] KeyEvent.aidl │   │   │   │   ├── [118K] KeyEvent.java │   │   │   │   ├── [ 43K] LayoutInflater.java │   │   │   │   ├── [ 671] MagnificationSpec.aidl │   │   │   │   ├── [3.4K] MagnificationSpec.java │   │   │   │   ├── [ 20K] MenuInflater.java │   │   │   │   ├── [ 23K] MenuItem.java │   │   │   │   ├── [ 17K] Menu.java │   │   │   │   ├── [ 723] MotionEvent.aidl │   │   │   │   ├── [141K] MotionEvent.java │   │   │   │   ├── [6.2K] OrientationEventListener.java │   │   │   │   ├── [3.7K] OrientationListener.java │   │   │   │   ├── [ 144] package.html │   │   │   │   ├── [ 668] PointerIcon.aidl │   │   │   │   ├── [ 14K] PointerIcon.java │   │   │   │   ├── [1.1K] RemotableViewMethod.java │   │   │   │   ├── [ 17K] RenderNodeAnimator.java │   │   │   │   ├── [ 32K] RenderNode.java │   │   │   │   ├── [ 24K] ScaleGestureDetector.java │   │   │   │   ├── [1.2K] SearchEvent.java │   │   │   │   ├── [2.1K] SoundEffectConstants.java │   │   │   │   ├── [3.7K] SubMenu.java │   │   │   │   ├── [ 718] Surface.aidl │   │   │   │   ├── [ 29K] SurfaceControl.java │   │   │   │   ├── [ 12K] SurfaceHolder.java │   │   │   │   ├── [ 21K] Surface.java │   │   │   │   ├── [1.8K] SurfaceSession.java │   │   │   │   ├── [ 34K] SurfaceView.java │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   ├── [ 692] SentenceSuggestionsInfo.aidl │   │   │   │   │   ├── [4.8K] SentenceSuggestionsInfo.java │   │   │   │   │   ├── [ 685] SpellCheckerInfo.aidl │   │   │   │   │   ├── [8.9K] SpellCheckerInfo.java │   │   │   │   │   ├── [ 23K] SpellCheckerSession.java │   │   │   │   │   ├── [ 688] SpellCheckerSubtype.aidl │   │   │   │   │   ├── [9.1K] SpellCheckerSubtype.java │   │   │   │   │   ├── [ 684] SuggestionsInfo.aidl │   │   │   │   │   ├── [5.9K] SuggestionsInfo.java │   │   │   │   │   ├── [ 677] TextInfo.aidl │   │   │   │   │   ├── [5.0K] TextInfo.java │   │   │   │   │   └── [ 10K] TextServicesManager.java │   │   │   │   ├── [ 28K] TextureView.java │   │   │   │   ├── [ 19K] ThreadedRenderer.java │   │   │   │   ├── [5.0K] TouchDelegate.java │   │   │   │   ├── [ 10K] VelocityTracker.java │   │   │   │   ├── [2.4K] ViewAnimationUtils.java │   │   │   │   ├── [ 25K] ViewConfiguration.java │   │   │   │   ├── [ 60K] ViewDebug.java │   │   │   │   ├── [289K] ViewGroup.java │   │   │   │   ├── [2.8K] ViewGroupOverlay.java │   │   │   │   ├── [6.0K] ViewHierarchyEncoder.java │   │   │   │   ├── [857K] View.java │   │   │   │   ├── [1.7K] ViewManager.java │   │   │   │   ├── [3.2K] ViewOutlineProvider.java │   │   │   │   ├── [ 12K] ViewOverlay.java │   │   │   │   ├── [ 27K] ViewParent.java │   │   │   │   ├── [ 49K] ViewPropertyAnimator.java │   │   │   │   ├── [4.8K] ViewPropertyAnimatorRT.java │   │   │   │   ├── [291K] ViewRootImpl.java │   │   │   │   ├── [ 10K] ViewStructure.java │   │   │   │   ├── [ 11K] ViewStub.java │   │   │   │   ├── [ 40K] ViewTreeObserver.java │   │   │   │   ├── [ 683] WindowAnimationFrameStats.aidl │   │   │   │   ├── [3.3K] WindowAnimationFrameStats.java │   │   │   │   ├── [4.3K] WindowCallbackWrapper.java │   │   │   │   ├── [ 681] WindowContentFrameStats.aidl │   │   │   │   ├── [5.9K] WindowContentFrameStats.java │   │   │   │   ├── [7.1K] WindowId.java │   │   │   │   ├── [ 668] WindowInfo.aidl │   │   │   │   ├── [4.8K] WindowInfo.java │   │   │   │   ├── [ 18K] WindowInsets.java │   │   │   │   ├── [ 76K] Window.java │   │   │   │   ├── [ 744] WindowManager.aidl │   │   │   │   ├── [ 21K] WindowManagerGlobal.java │   │   │   │   ├── [4.3K] WindowManagerImpl.java │   │   │   │   ├── [7.6K] WindowManagerInternal.java │   │   │   │   ├── [ 92K] WindowManager.java │   │   │   │   └── [ 50K] WindowManagerPolicy.java │   │   │   ├── [4.0K] webkit │   │   │   │   ├── [ 11K] CacheManager.java │   │   │   │   ├── [2.6K] ClientCertRequest.java │   │   │   │   ├── [1.8K] ConsoleMessage.java │   │   │   │   ├── [ 10K] CookieManager.java │   │   │   │   ├── [5.0K] CookieSyncManager.java │   │   │   │   ├── [4.0K] DateSorter.java │   │   │   │   ├── [1.3K] DownloadListener.java │   │   │   │   ├── [ 423] EventLogTags.logtags │   │   │   │   ├── [9.9K] FindActionModeCallback.java │   │   │   │   ├── [5.9K] GeolocationPermissions.java │   │   │   │   ├── [2.3K] HttpAuthHandler.java │   │   │   │   ├── [1.1K] IWebViewUpdateService.aidl │   │   │   │   ├── [1.3K] JavascriptInterface.java │   │   │   │   ├── [6.8K] JsDialogHelper.java │   │   │   │   ├── [1.7K] JsPromptResult.java │   │   │   │   ├── [2.3K] JsResult.java │   │   │   │   ├── [3.7K] LegacyErrorStrings.java │   │   │   │   ├── [6.1K] MimeTypeMap.java │   │   │   │   ├── [ 216] package.html │   │   │   │   ├── [4.0K] PermissionRequest.java │   │   │   │   ├── [4.1K] PluginData.java │   │   │   │   ├── [6.0K] Plugin.java │   │   │   │   ├── [3.2K] PluginList.java │   │   │   │   ├── [1.8K] PluginStub.java │   │   │   │   ├── [1.4K] SslErrorHandler.java │   │   │   │   ├── [1.9K] UrlInterceptHandler.java │   │   │   │   ├── [5.1K] UrlInterceptRegistry.java │   │   │   │   ├── [ 14K] URLUtil.java │   │   │   │   ├── [ 888] ValueCallback.java │   │   │   │   ├── [2.0K] WebBackForwardList.java │   │   │   │   ├── [ 24K] WebChromeClient.java │   │   │   │   ├── [2.8K] WebHistoryItem.java │   │   │   │   ├── [3.5K] WebIconDatabase.java │   │   │   │   ├── [1.6K] WebMessage.java │   │   │   │   ├── [4.0K] WebMessagePort.java │   │   │   │   ├── [1.6K] WebResourceError.java │   │   │   │   ├── [2.0K] WebResourceRequest.java │   │   │   │   ├── [8.2K] WebResourceResponse.java │   │   │   │   ├── [ 50K] WebSettings.java │   │   │   │   ├── [8.1K] WebStorage.java │   │   │   │   ├── [1.7K] WebSyncManager.java │   │   │   │   ├── [ 19K] WebViewClient.java │   │   │   │   ├── [3.2K] WebViewDatabase.java │   │   │   │   ├── [5.7K] WebViewDelegate.java │   │   │   │   ├── [ 23K] WebViewFactory.java │   │   │   │   ├── [4.4K] WebViewFactoryProvider.java │   │   │   │   ├── [2.6K] WebViewFragment.java │   │   │   │   ├── [ 98K] WebView.java │   │   │   │   └── [ 13K] WebViewProvider.java │   │   │   └── [4.0K] widget │   │   │   ├── [267K] AbsListView.java │   │   │   ├── [7.8K] AbsoluteLayout.java │   │   │   ├── [ 25K] AbsSeekBar.java │   │   │   ├── [ 15K] AbsSpinner.java │   │   │   ├── [6.7K] AccessibilityIterators.java │   │   │   ├── [ 40K] ActionMenuPresenter.java │   │   │   ├── [ 31K] ActionMenuView.java │   │   │   ├── [ 39K] ActivityChooserModel.java │   │   │   ├── [ 32K] ActivityChooserView.java │   │   │   ├── [5.9K] Adapter.java │   │   │   ├── [ 38K] AdapterViewAnimator.java │   │   │   ├── [9.6K] AdapterViewFlipper.java │   │   │   ├── [ 42K] AdapterView.java │   │   │   ├── [1.2K] Advanceable.java │   │   │   ├── [10.0K] AlphabetIndexer.java │   │   │   ├── [8.9K] AnalogClock.java │   │   │   ├── [ 26K] AppSecurityPermissions.java │   │   │   ├── [ 18K] ArrayAdapter.java │   │   │   ├── [ 45K] AutoCompleteTextView.java │   │   │   ├── [2.6K] BaseAdapter.java │   │   │   ├── [4.1K] BaseExpandableListAdapter.java │   │   │   ├── [4.2K] Button.java │   │   │   ├── [ 23K] CalendarView.java │   │   │   ├── [ 52K] CalendarViewLegacyDelegate.java │   │   │   ├── [3.6K] CalendarViewMaterialDelegate.java │   │   │   ├── [1.1K] Checkable.java │   │   │   ├── [2.4K] CheckBox.java │   │   │   ├── [ 15K] CheckedTextView.java │   │   │   ├── [ 11K] Chronometer.java │   │   │   ├── [ 17K] CompoundButton.java │   │   │   ├── [ 18K] CursorAdapter.java │   │   │   ├── [2.2K] CursorFilter.java │   │   │   ├── [ 18K] CursorTreeAdapter.java │   │   │   ├── [ 24K] DatePickerCalendarDelegate.java │   │   │   ├── [ 985] DatePickerController.java │   │   │   ├── [ 43K] DatePicker.java │   │   │   ├── [8.9K] DateTimeView.java │   │   │   ├── [ 10K] DayPickerPagerAdapter.java │   │   │   ├── [ 16K] DayPickerView.java │   │   │   ├── [5.2K] DayPickerViewPager.java │   │   │   ├── [ 13K] DialerFilter.java │   │   │   ├── [3.4K] DigitalClock.java │   │   │   ├── [3.4K] DoubleDigitManager.java │   │   │   ├── [ 15K] EdgeEffect.java │   │   │   ├── [233K] Editor.java │   │   │   ├── [4.4K] EditText.java │   │   │   ├── [8.1K] ExpandableListAdapter.java │   │   │   ├── [ 38K] ExpandableListConnector.java │   │   │   ├── [4.3K] ExpandableListPosition.java │   │   │   ├── [ 52K] ExpandableListView.java │   │   │   ├── [ 59K] FastScroller.java │   │   │   ├── [1.2K] Filterable.java │   │   │   ├── [ 11K] Filter.java │   │   │   ├── [1.4K] FilterQueryProvider.java │   │   │   ├── [ 19K] FrameLayout.java │   │   │   ├── [ 49K] Gallery.java │   │   │   ├── [109K] GridLayout.java │   │   │   ├── [ 89K] GridView.java │   │   │   ├── [8.5K] HeaderViewListAdapter.java │   │   │   ├── [5.0K] HeterogeneousExpandableList.java │   │   │   ├── [ 63K] HorizontalScrollView.java │   │   │   ├── [3.8K] ImageButton.java │   │   │   ├── [1.7K] ImageSwitcher.java │   │   │   ├── [ 50K] ImageView.java │   │   │   ├── [ 77K] LinearLayout.java │   │   │   ├── [1.9K] ListAdapter.java │   │   │   ├── [ 67K] ListPopupWindow.java │   │   │   ├── [152K] ListView.java │   │   │   ├── [ 26K] MediaController.java │   │   │   ├── [9.2K] MultiAutoCompleteTextView.java │   │   │   ├── [103K] NumberPicker.java │   │   │   ├── [ 822] OnDateChangedListener.java │   │   │   ├── [ 37K] OverScroller.java │   │   │   ├── [1.5K] package.html │   │   │   ├── [9.8K] PopupMenu.java │   │   │   ├── [ 75K] PopupWindow.java │   │   │   ├── [ 68K] ProgressBar.java │   │   │   ├── [ 15K] QuickContactBadge.java │   │   │   ├── [ 51K] RadialTimePickerView.java │   │   │   ├── [2.7K] RadioButton.java │   │   │   ├── [ 13K] RadioGroup.java │   │   │   ├── [ 10K] RatingBar.java │   │   │   ├── [ 76K] RelativeLayout.java │   │   │   ├── [ 56K] RemoteViewsAdapter.java │   │   │   ├── [ 678] RemoteViews.aidl │   │   │   ├── [110K] RemoteViews.java │   │   │   ├── [3.3K] RemoteViewsListAdapter.java │   │   │   ├── [9.8K] RemoteViewsService.java │   │   │   ├── [6.3K] ResourceCursorAdapter.java │   │   │   ├── [4.4K] ResourceCursorTreeAdapter.java │   │   │   ├── [2.6K] RtlSpacingHelper.java │   │   │   ├── [ 11K] ScrollBarDrawable.java │   │   │   ├── [ 20K] Scroller.java │   │   │   ├── [ 68K] ScrollView.java │   │   │   ├── [ 69K] SearchView.java │   │   │   ├── [3.2K] SectionIndexer.java │   │   │   ├── [4.5K] SeekBar.java │   │   │   ├── [ 13K] ShareActionProvider.java │   │   │   ├── [ 16K] SimpleAdapter.java │   │   │   ├── [ 16K] SimpleCursorAdapter.java │   │   │   ├── [ 14K] SimpleCursorTreeAdapter.java │   │   │   ├── [ 14K] SimpleExpandableListAdapter.java │   │   │   ├── [ 30K] SimpleMonthView.java │   │   │   ├── [ 34K] SlidingDrawer.java │   │   │   ├── [2.8K] Space.java │   │   │   ├── [ 33K] SpellChecker.java │   │   │   ├── [1.8K] SpinnerAdapter.java │   │   │   ├── [ 45K] Spinner.java │   │   │   ├── [ 54K] StackView.java │   │   │   ├── [ 27K] SuggestionsAdapter.java │   │   │   ├── [ 48K] Switch.java │   │   │   ├── [ 24K] TabHost.java │   │   │   ├── [ 27K] TableLayout.java │   │   │   ├── [ 18K] TableRow.java │   │   │   ├── [ 20K] TabWidget.java │   │   │   ├── [ 20K] TextClock.java │   │   │   ├── [2.9K] TextSwitcher.java │   │   │   ├── [372K] TextView.java │   │   │   ├── [1.9K] ThemedSpinnerAdapter.java │   │   │   ├── [ 50K] TimePickerClockDelegate.java │   │   │   ├── [ 10K] TimePicker.java │   │   │   ├── [ 22K] TimePickerSpinnerDelegate.java │   │   │   ├── [ 16K] Toast.java │   │   │   ├── [4.7K] ToggleButton.java │   │   │   ├── [ 77K] Toolbar.java │   │   │   ├── [3.3K] TwoLineListItem.java │   │   │   ├── [ 33K] VideoView.java │   │   │   ├── [ 12K] ViewAnimator.java │   │   │   ├── [7.1K] ViewFlipper.java │   │   │   ├── [4.0K] ViewSwitcher.java │   │   │   ├── [1.0K] WrapperListAdapter.java │   │   │   ├── [7.9K] YearPickerView.java │   │   │   ├── [3.2K] ZoomButton.java │   │   │   ├── [ 25K] ZoomButtonsController.java │   │   │   └── [3.3K] ZoomControls.java │   │   ├── [4.0K] com │   │   │   ├── [4.0K] android │   │   │   │   ├── [4.0K] internal │   │   │   │   │   ├── [4.0K] alsa │   │   │   │   │   │   ├── [6.9K] AlsaCardsParser.java │   │   │   │   │   │   ├── [9.5K] AlsaDevicesParser.java │   │   │   │   │   │   └── [1.7K] LineTokenizer.java │   │   │   │   │   ├── [4.0K] annotations │   │   │   │   │   │   ├── [1.1K] GuardedBy.java │   │   │   │   │   │   ├── [ 986] Immutable.java │   │   │   │   │   │   └── [1.8K] VisibleForTesting.java │   │   │   │   │   ├── [4.0K] app │   │   │   │   │   │   ├── [3.0K] AlertActivity.java │   │   │   │   │   │   ├── [ 42K] AlertController.java │   │   │   │   │   │   ├── [5.7K] AssistUtils.java │   │   │   │   │   │   ├── [ 55K] ChooserActivity.java │   │   │   │   │   │   ├── [1.4K] DisableCarModeActivity.java │   │   │   │   │   │   ├── [5.2K] DumpHeapActivity.java │   │   │   │   │   │   ├── [5.9K] HeavyWeightSwitcherActivity.java │   │   │   │   │   │   ├── [ 871] IAppOpsCallback.aidl │   │   │   │   │   │   ├── [2.2K] IAppOpsService.aidl │   │   │   │   │   │   ├── [ 786] IAssistScreenshotReceiver.aidl │   │   │   │   │   │   ├── [5.2K] IBatteryStats.aidl │   │   │   │   │   │   ├── [1.5K] IMediaContainerService.aidl │   │   │   │   │   │   ├── [7.4K] IntentForwarderActivity.java │   │   │   │   │   │   ├── [ 968] IProcessStats.aidl │   │   │   │   │   │   ├── [5.5K] IVoiceInteractionManagerService.aidl │   │   │   │   │   │   ├── [ 755] IVoiceInteractionSessionShowCallback.aidl │   │   │   │   │   │   ├── [1.9K] IVoiceInteractor.aidl │   │   │   │   │   │   ├── [1.5K] IVoiceInteractorCallback.aidl │   │   │   │   │   │   ├── [ 817] IVoiceInteractorRequest.aidl │   │   │   │   │   │   ├── [9.4K] LocalePicker.java │   │   │   │   │   │   ├── [3.3K] MediaRouteChooserDialogFragment.java │   │   │   │   │   │   ├── [8.9K] MediaRouteChooserDialog.java │   │   │   │   │   │   ├── [2.0K] MediaRouteControllerDialogFragment.java │   │   │   │   │   │   ├── [ 10K] MediaRouteControllerDialog.java │   │   │   │   │   │   ├── [3.5K] MediaRouteDialogPresenter.java │   │   │   │   │   │   ├── [1.5K] NavItemSelectedListener.java │   │   │   │   │   │   ├── [5.8K] NetInitiatedActivity.java │   │   │   │   │   │   ├── [ 22] package.html │   │   │   │   │   │   ├── [8.1K] PlatLogoActivity.java │   │   │   │   │   │   ├── [1.7K] ProcessMap.java │   │   │   │   │   │   ├── [ 676] ProcessStats.aidl │   │   │   │   │   │   ├── [161K] ProcessStats.java │   │   │   │   │   │   ├── [ 70K] ResolverActivity.java │   │   │   │   │   │   ├── [8.5K] ResolverComparator.java │   │   │   │   │   │   ├── [2.1K] ShutdownActivity.java │   │   │   │   │   │   ├── [ 16K] ToolbarActionBar.java │   │   │   │   │   │   └── [ 43K] WindowDecorActionBar.java │   │   │   │   │   ├── [4.0K] appwidget │   │   │   │   │   │   ├── [1.1K] IAppWidgetHost.aidl │   │   │   │   │   │   ├── [3.2K] IAppWidgetService.aidl │   │   │   │   │   │   └── [ 22] package.html │   │   │   │   │   ├── [4.0K] backup │   │   │   │   │   │   ├── [ 14K] IBackupTransport.aidl │   │   │   │   │   │   ├── [1.7K] IObbBackupService.aidl │   │   │   │   │   │   ├── [ 26K] LocalTransport.java │   │   │   │   │   │   └── [1.1K] LocalTransportService.java │   │   │   │   │   ├── [4.0K] content │   │   │   │   │   │   ├── [ 17K] NativeLibraryHelper.java │   │   │   │   │   │   ├── [ 20K] PackageHelper.java │   │   │   │   │   │   ├── [ 15K] PackageMonitor.java │   │   │   │   │   │   ├── [ 683] ReferrerIntent.aidl │   │   │   │   │   │   ├── [1.6K] ReferrerIntent.java │   │   │   │   │   │   └── [4.0K] SelectionBuilder.java │   │   │   │   │   ├── [4.0K] database │   │   │   │   │   │   └── [8.8K] SortCursor.java │   │   │   │   │   ├── [4.0K] http │   │   │   │   │   │   └── [7.1K] HttpDateTime.java │   │   │   │   │   ├── [4.0K] inputmethod │   │   │   │   │   │   ├── [ 24K] InputMethodSubtypeSwitchingController.java │   │   │   │   │   │   └── [ 64K] InputMethodUtils.java │   │   │   │   │   ├── [4.0K] logging │   │   │   │   │   │   ├── [1.5K] AndroidConfig.java │   │   │   │   │   │   ├── [4.6K] AndroidHandler.java │   │   │   │   │   │   ├── [ 342] EventLogTags.logtags │   │   │   │   │   │   ├── [ 14K] MetricsConstants.java │   │   │   │   │   │   └── [4.2K] MetricsLogger.java │   │   │   │   │   ├── [4.0K] midi │   │   │   │   │   │   ├── [7.9K] EventScheduler.java │   │   │   │   │   │   ├── [4.4K] MidiConstants.java │   │   │   │   │   │   ├── [2.9K] MidiDispatcher.java │   │   │   │   │   │   ├── [3.7K] MidiEventScheduler.java │   │   │   │   │   │   └── [4.5K] MidiFramer.java │   │   │   │   │   ├── [4.0K] net │   │   │   │   │   │   ├── [ 682] LegacyVpnInfo.aidl │   │   │   │   │   │   ├── [2.9K] LegacyVpnInfo.java │   │   │   │   │   │   ├── [ 13K] NetworkStatsFactory.java │   │   │   │   │   │   ├── [ 678] VpnConfig.aidl │   │   │   │   │   │   ├── [7.3K] VpnConfig.java │   │   │   │   │   │   ├── [ 676] VpnInfo.aidl │   │   │   │   │   │   ├── [2.0K] VpnInfo.java │   │   │   │   │   │   ├── [ 679] VpnProfile.aidl │   │   │   │   │   │   └── [7.3K] VpnProfile.java │   │   │   │   │   ├── [4.0K] os │   │   │   │   │   │   ├── [1.3K] AndroidPrintStream.java │   │   │   │   │   │   ├── [5.8K] AtomicFile.java │   │   │   │   │   │   ├── [1.6K] BackgroundThread.java │   │   │   │   │   │   ├── [4.1K] BaseCommand.java │   │   │   │   │   │   ├── [5.4K] BatterySipper.java │   │   │   │   │   │   ├── [ 29K] BatteryStatsHelper.java │   │   │   │   │   │   ├── [ 684] BatteryStatsImpl.aidl │   │   │   │   │   │   ├── [405K] BatteryStatsImpl.java │   │   │   │   │   │   ├── [3.4K] BinderInternal.java │   │   │   │   │   │   ├── [2.8K] BluetoothPowerCalculator.java │   │   │   │   │   │   ├── [1.8K] CameraPowerCalculator.java │   │   │   │   │   │   ├── [4.6K] CpuPowerCalculator.java │   │   │   │   │   │   ├── [1.7K] FlashlightPowerCalculator.java │   │   │   │   │   │   ├── [7.4K] HandlerCaller.java │   │   │   │   │   │   ├── [1.3K] IDropBoxManagerService.aidl │   │   │   │   │   │   ├── [6.3K] InstallerConnection.java │   │   │   │   │   │   ├── [ 937] IParcelFileDescriptorFactory.aidl │   │   │   │   │   │   ├── [ 853] IResultReceiver.aidl │   │   │   │   │   │   ├── [3.3K] KernelCpuSpeedReader.java │   │   │   │   │   │   ├── [7.4K] KernelUidCpuTimeReader.java │   │   │   │   │   │   ├── [8.1K] KernelWakelockReader.java │   │   │   │   │   │   ├── [1.1K] KernelWakelockStats.java │   │   │   │   │   │   ├── [9.0K] LoggingPrintStream.java │   │   │   │   │   │   ├── [6.4K] MobileRadioPowerCalculator.java │   │   │   │   │   │   ├── [2.3K] PowerCalculator.java │   │   │   │   │   │   ├── [ 15K] PowerProfile.java │   │   │   │   │   │   ├── [ 31K] ProcessCpuTracker.java │   │   │   │   │   │   ├── [ 15K] RuntimeInit.java │   │   │   │   │   │   ├── [8.0K] SamplingProfilerIntegration.java │   │   │   │   │   │   ├── [2.6K] SensorPowerCalculator.java │   │   │   │   │   │   ├── [3.1K] SomeArgs.java │   │   │   │   │   │   ├── [7.7K] TransferPipe.java │   │   │   │   │   │   ├── [3.3K] WakelockPowerCalculator.java │   │   │   │   │   │   ├── [4.2K] WifiPowerCalculator.java │   │   │   │   │   │   ├── [4.4K] WifiPowerEstimator.java │   │   │   │   │   │   ├── [5.0K] WrapperInit.java │   │   │   │   │   │   ├── [ 32K] ZygoteConnection.java │   │   │   │   │   │   ├── [ 26K] ZygoteInit.java │   │   │   │   │   │   ├── [7.9K] Zygote.java │   │   │   │   │   │   └── [ 854] ZygoteSecurityException.java │   │   │   │   │   ├── [ 22] package.html │   │   │   │   │   ├── [4.0K] policy │   │   │   │   │   │   ├── [ 722] IKeyguardDrawnCallback.aidl │   │   │   │   │   │   ├── [ 749] IKeyguardExitCallback.aidl │   │   │   │   │   │   ├── [3.0K] IKeyguardService.aidl │   │   │   │   │   │   ├── [ 861] IKeyguardStateCallback.aidl │   │   │   │   │   │   ├── [ 25] package.html │   │   │   │   │   │   ├── [ 12K] PhoneFallbackEventHandler.java │   │   │   │   │   │   ├── [2.3K] PhoneLayoutInflater.java │   │   │   │   │   │   └── [195K] PhoneWindow.java │   │   │   │   │   ├── [4.0K] preference │   │   │   │   │   │   └── [4.6K] YesNoPreference.java │   │   │   │   │   ├── [4.0K] statusbar │   │   │   │   │   │   ├── [2.9K] IStatusBar.aidl │   │   │   │   │   │   ├── [4.0K] IStatusBarService.aidl │   │   │   │   │   │   ├── [ 698] NotificationVisibility.aidl │   │   │   │   │   │   ├── [4.5K] NotificationVisibility.java │   │   │   │   │   │   ├── [ 697] StatusBarIcon.aidl │   │   │   │   │   │   ├── [4.1K] StatusBarIcon.java │   │   │   │   │   │   ├── [ 701] StatusBarIconList.aidl │   │   │   │   │   │   ├── [4.2K] StatusBarIconList.java │   │   │   │   │   │   └── [ 709] StatusBarNotificationList.aidl │   │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   │   ├── [1.0K] ISpellCheckerService.aidl │   │   │   │   │   │   ├── [1015] ISpellCheckerSession.aidl │   │   │   │   │   │   ├── [ 967] ISpellCheckerSessionListener.aidl │   │   │   │   │   │   ├── [1.8K] ITextServicesManager.aidl │   │   │   │   │   │   └── [ 961] ITextServicesSessionListener.aidl │   │   │   │   │   ├── [4.0K] transition │   │   │   │   │   │   ├── [ 13K] EpicenterTranslateClipReveal.java │   │   │   │   │   │   └── [ 969] TransitionConstants.java │   │   │   │   │   ├── [4.0K] util │   │   │   │   │   │   ├── [ 13K] ArrayUtils.java │   │   │   │   │   │   ├── [ 30K] AsyncChannel.java │   │   │   │   │   │   ├── [3.6K] AsyncService.java │   │   │   │   │   │   ├── [3.6K] BitwiseInputStream.java │   │   │   │   │   │   ├── [4.0K] BitwiseOutputStream.java │   │   │   │   │   │   ├── [ 16K] CallbackRegistry.java │   │   │   │   │   │   ├── [4.1K] CharSequences.java │   │   │   │   │   │   ├── [1.8K] DumpUtils.java │   │   │   │   │   │   ├── [1.1K] FastMath.java │   │   │   │   │   │   ├── [ 20K] FastPrintWriter.java │   │   │   │   │   │   ├── [ 13K] FastXmlSerializer.java │   │   │   │   │   │   ├── [ 15K] FileRotator.java │   │   │   │   │   │   ├── [7.3K] GrowingArrayUtils.java │   │   │   │   │   │   ├── [4.5K] HexDump.java │   │   │   │   │   │   ├── [5.8K] ImageUtils.java │   │   │   │   │   │   ├── [4.5K] IndentingPrintWriter.java │   │   │   │   │   │   ├── [2.0K] IState.java │   │   │   │   │   │   ├── [3.6K] JournaledFile.java │   │   │   │   │   │   ├── [1.9K] LocalLog.java │   │   │   │   │   │   ├── [3.2K] MemInfoReader.java │   │   │   │   │   │   ├── [8.3K] NotificationColorUtil.java │   │   │   │   │   │   ├── [1.6K] ParcelableString.java │   │   │   │   │   │   ├── [ 12K] Preconditions.java │   │   │   │   │   │   ├── [1.1K] Predicate.java │   │   │   │   │   │   ├── [4.3K] Predicates.java │   │   │   │   │   │   ├── [7.2K] ProcFileReader.java │   │   │   │   │   │   ├── [4.1K] Protocol.java │   │   │   │   │   │   ├── [ 957] ScreenShapeHelper.java │   │   │   │   │   │   ├── [1.8K] SizedInputStream.java │   │   │   │   │   │   ├── [2.0K] State.java │   │   │   │   │   │   ├── [ 68K] StateMachine.java │   │   │   │   │   │   ├── [ 25K] TypedProperties.java │   │   │   │   │   │   ├── [2.7K] UserIcons.java │   │   │   │   │   │   ├── [1.4K] VirtualRefBasePtr.java │   │   │   │   │   │   ├── [1.8K] WithFramework.java │   │   │   │   │   │   └── [ 61K] XmlUtils.java │   │   │   │   │   ├── [4.0K] view │   │   │   │   │   │   ├── [3.0K] ActionBarPolicy.java │   │   │   │   │   │   ├── [4.0K] animation │   │   │   │   │   │   │   ├── [2.7K] FallbackLUTInterpolator.java │   │   │   │   │   │   │   ├── [1.3K] HasNativeInterpolator.java │   │   │   │   │   │   │   ├── [1.5K] NativeInterpolatorFactoryHelper.java │   │   │   │   │   │   │   └── [ 751] NativeInterpolatorFactory.java │   │   │   │   │   │   ├── [3.0K] BaseIWindow.java │   │   │   │   │   │   ├── [6.6K] BaseSurfaceHolder.java │   │   │   │   │   │   ├── [ 12K] FloatingActionMode.java │   │   │   │   │   │   ├── [ 20K] IInputConnectionWrapper.java │   │   │   │   │   │   ├── [2.5K] IInputContext.aidl │   │   │   │   │   │   ├── [1.1K] IInputContextCallback.aidl │   │   │   │   │   │   ├── [1.8K] IInputMethod.aidl │   │   │   │   │   │   ├── [1.1K] IInputMethodClient.aidl │   │   │   │   │   │   ├── [4.0K] IInputMethodManager.aidl │   │   │   │   │   │   ├── [1.6K] IInputMethodSession.aidl │   │   │   │   │   │   ├── [ 953] IInputSessionCallback.aidl │   │   │   │   │   │   ├── [ 685] InputBindResult.aidl │   │   │   │   │   │   ├── [3.7K] InputBindResult.java │   │   │   │   │   │   ├── [ 15K] InputConnectionWrapper.java │   │   │   │   │   │   ├── [4.0K] menu │   │   │   │   │   │   │   ├── [6.9K] ActionMenuItem.java │   │   │   │   │   │   │   ├── [ 12K] ActionMenuItemView.java │   │   │   │   │   │   │   ├── [7.6K] ActionMenu.java │   │   │   │   │   │   │   ├── [7.5K] BaseMenuPresenter.java │   │   │   │   │   │   │   ├── [3.3K] ContextMenuBuilder.java │   │   │   │   │   │   │   ├── [2.5K] ExpandedMenuView.java │   │   │   │   │   │   │   ├── [10.0K] IconMenuItemView.java │   │   │   │   │   │   │   ├── [6.7K] IconMenuPresenter.java │   │   │   │   │   │   │   ├── [ 27K] IconMenuView.java │   │   │   │   │   │   │   ├── [9.3K] ListMenuItemView.java │   │   │   │   │   │   │   ├── [8.3K] ListMenuPresenter.java │   │   │   │   │   │   │   ├── [ 44K] MenuBuilder.java │   │   │   │   │   │   │   ├── [5.5K] MenuDialogHelper.java │   │   │   │   │   │   │   ├── [ 20K] MenuItemImpl.java │   │   │   │   │   │   │   ├── [ 13K] MenuPopupHelper.java │   │   │   │   │   │   │   ├── [5.3K] MenuPresenter.java │   │   │   │   │   │   │   ├── [4.3K] MenuView.java │   │   │   │   │   │   │   └── [3.5K] SubMenuBuilder.java │   │   │   │   │   │   ├── [ 23] package.html │   │   │   │   │   │   ├── [1.0K] RootViewSurfaceTaker.java │   │   │   │   │   │   ├── [7.6K] RotationPolicy.java │   │   │   │   │   │   ├── [4.4K] StandaloneActionMode.java │   │   │   │   │   │   └── [1.1K] WindowManagerPolicyThread.java │   │   │   │   │   └── [4.0K] widget │   │   │   │   │   ├── [ 10K] AbsActionBarView.java │   │   │   │   │   ├── [3.0K] AccountItemView.java │   │   │   │   │   ├── [3.6K] AccountViewAdapter.java │   │   │   │   │   ├── [ 15K] ActionBarContainer.java │   │   │   │   │   ├── [ 16K] ActionBarContextView.java │   │   │   │   │   ├── [ 30K] ActionBarOverlayLayout.java │   │   │   │   │   ├── [ 65K] ActionBarView.java │   │   │   │   │   ├── [ 34K] AutoScrollHelper.java │   │   │   │   │   ├── [3.4K] BackgroundFallback.java │   │   │   │   │   ├── [4.2K] ButtonBarLayout.java │   │   │   │   │   ├── [1.8K] DecorContentParent.java │   │   │   │   │   ├── [3.8K] DecorToolbar.java │   │   │   │   │   ├── [2.7K] DialogTitle.java │   │   │   │   │   ├── [5.9K] DialogViewAnimator.java │   │   │   │   │   ├── [6.4K] DrawableHolder.java │   │   │   │   │   ├── [2.5K] DrawingSpace.java │   │   │   │   │   ├── [8.1K] EditableInputConnection.java │   │   │   │   │   ├── [ 29K] ExploreByTouchHelper.java │   │   │   │   │   ├── [ 64K] FloatingToolbar.java │   │   │   │   │   ├── [2.0K] ILockSettings.aidl │   │   │   │   │   ├── [ 833] IRemoteViewsAdapterConnection.aidl │   │   │   │   │   ├── [1.1K] IRemoteViewsFactory.aidl │   │   │   │   │   ├── [2.2K] LinearLayoutWithDefaultTouchRecepient.java │   │   │   │   │   ├── [6.2K] LockPatternChecker.java │   │   │   │   │   ├── [ 53K] LockPatternUtils.java │   │   │   │   │   ├── [ 55K] LockPatternView.java │   │   │   │   │   ├── [1.5K] LockScreenWidgetCallback.java │   │   │   │   │   ├── [ 809] LockScreenWidgetInterface.java │   │   │   │   │   ├── [ 14K] PagerAdapter.java │   │   │   │   │   ├── [ 13K] PasswordEntryKeyboardHelper.java │   │   │   │   │   ├── [9.1K] PasswordEntryKeyboard.java │   │   │   │   │   ├── [1.8K] PasswordEntryKeyboardView.java │   │   │   │   │   ├── [ 34K] PointerLocationView.java │   │   │   │   │   ├── [2.6K] PreferenceImageView.java │   │   │   │   │   ├── [ 33K] ResolverDrawerLayout.java │   │   │   │   │   ├── [ 29K] RotarySelector.java │   │   │   │   │   ├── [ 21K] ScrollingTabContainerView.java │   │   │   │   │   ├── [ 33K] SlidingTab.java │   │   │   │   │   ├── [2.1K] Smileys.java │   │   │   │   │   ├── [ 12K] SubtitleView.java │   │   │   │   │   ├── [ 13K] SwipeDismissLayout.java │   │   │   │   │   ├── [7.0K] TextProgressBar.java │   │   │   │   │   ├── [1.7K] TextViewInputDisabler.java │   │   │   │   │   ├── [ 22K] ToolbarWidgetWrapper.java │   │   │   │   │   ├── [ 776] VerifyCredentialResponse.aidl │   │   │   │   │   ├── [3.6K] VerifyCredentialResponse.java │   │   │   │   │   ├── [106K] ViewPager.java │   │   │   │   │   └── [3.3K] WeightedLinearLayout.java │   │   │   │   └── [4.0K] server │   │   │   │   ├── [2.0K] AppWidgetBackupBridge.java │   │   │   │   ├── [4.0K] backup │   │   │   │   │   ├── [ 15K] AccountSyncSettingsBackupHelper.java │   │   │   │   │   ├── [2.6K] NotificationBackupHelper.java │   │   │   │   │   ├── [3.4K] PreferredActivityBackupHelper.java │   │   │   │   │   └── [9.0K] SystemBackupAgent.java │   │   │   │   ├── [ 11K] BootReceiver.java │   │   │   │   ├── [2.0K] LocalServices.java │   │   │   │   ├── [4.0K] net │   │   │   │   │   ├── [2.1K] BaseNetworkObserver.java │   │   │   │   │   └── [ 14K] NetlinkTracker.java │   │   │   │   ├── [5.1K] NetworkManagementSocketTagger.java │   │   │   │   ├── [3.8K] ResettableTimeout.java │   │   │   │   └── [1.2K] WidgetBackupProvider.java │   │   │   └── [4.0K] google │   │   │   └── [4.0K] android │   │   │   ├── [4.0K] collect │   │   │   │   ├── [2.1K] Lists.java │   │   │   │   ├── [1.2K] Maps.java │   │   │   │   └── [3.4K] Sets.java │   │   │   └── [4.0K] util │   │   │   ├── [ 44K] AbstractMessageParser.java │   │   │   ├── [ 808] Procedure.java │   │   │   ├── [2.6K] SmileyParser.java │   │   │   └── [2.1K] SmileyResources.java │   │   ├── [ 61] jarjar-rules.txt │   │   ├── [4.0K] org │   │   │   └── [4.0K] apache │   │   │   └── [4.0K] http │   │   │   ├── [4.0K] conn │   │   │   │   ├── [2.4K] ConnectTimeoutException.java │   │   │   │   ├── [4.0K] scheme │   │   │   │   │   ├── [1.6K] HostNameResolver.java │   │   │   │   │   ├── [2.9K] LayeredSocketFactory.java │   │   │   │   │   └── [5.5K] SocketFactory.java │   │   │   │   └── [4.0K] ssl │   │   │   │   ├── [ 10K] AbstractVerifier.java │   │   │   │   ├── [2.2K] AllowAllHostnameVerifier.java │   │   │   │   ├── [2.5K] BrowserCompatHostnameVerifier.java │   │   │   │   ├── [1.5K] package.html │   │   │   │   ├── [ 15K] SSLSocketFactory.java │   │   │   │   ├── [2.9K] StrictHostnameVerifier.java │   │   │   │   └── [3.7K] X509HostnameVerifier.java │   │   │   └── [4.0K] params │   │   │   ├── [5.3K] CoreConnectionPNames.java │   │   │   ├── [9.1K] HttpConnectionParams.java │   │   │   └── [6.2K] HttpParams.java │   │   └── [ 95] overview.html │   ├── [ 12K] jni │   │   ├── [4.0K] android │   │   │   ├── [4.0K] graphics │   │   │   │   ├── [2.5K] AutoDecodeCancel.cpp │   │   │   │   ├── [ 625] AutoDecodeCancel.h │   │   │   │   ├── [5.0K] AvoidXfermode.cpp │   │   │   │   ├── [2.3K] AvoidXfermode.h │   │   │   │   ├── [ 47K] Bitmap.cpp │   │   │   │   ├── [ 24K] BitmapFactory.cpp │   │   │   │   ├── [ 921] BitmapFactory.h │   │   │   │   ├── [3.6K] Bitmap.h │   │   │   │   ├── [ 11K] BitmapRegionDecoder.cpp │   │   │   │   ├── [5.7K] Camera.cpp │   │   │   │   ├── [1.7K] CanvasProperty.cpp │   │   │   │   ├── [3.2K] ColorFilter.cpp │   │   │   │   ├── [9.1K] CreateJavaOutputStreamAdaptor.cpp │   │   │   │   ├── [1.5K] CreateJavaOutputStreamAdaptor.h │   │   │   │   ├── [4.1K] DrawFilter.cpp │   │   │   │   ├── [4.9K] FontFamily.cpp │   │   │   │   ├── [ 26K] Graphics.cpp │   │   │   │   ├── [8.0K] GraphicsJNI.h │   │   │   │   ├── [6.7K] HarfBuzzNGFaceSkia.cpp │   │   │   │   ├── [2.1K] HarfBuzzNGFaceSkia.h │   │   │   │   ├── [3.2K] Interpolator.cpp │   │   │   │   ├── [3.5K] MaskFilter.cpp │   │   │   │   ├── [ 16K] Matrix.cpp │   │   │   │   ├── [ 961] Matrix.h │   │   │   │   ├── [4.2K] MinikinSkia.cpp │   │   │   │   ├── [1.7K] MinikinSkia.h │   │   │   │   ├── [3.5K] MinikinUtils.cpp │   │   │   │   ├── [2.6K] MinikinUtils.h │   │   │   │   ├── [5.8K] Movie.cpp │   │   │   │   ├── [7.7K] NinePatch.cpp │   │   │   │   ├── [ 12K] NinePatchImpl.cpp │   │   │   │   ├── [2.1K] NinePatchPeeker.cpp │   │   │   │   ├── [1.6K] NinePatchPeeker.h │   │   │   │   ├── [ 53K] Paint.cpp │   │   │   │   ├── [2.1K] Paint.h │   │   │   │   ├── [1.8K] PaintImpl.cpp │   │   │   │   ├── [ 23K] Path.cpp │   │   │   │   ├── [4.9K] PathEffect.cpp │   │   │   │   ├── [6.6K] PathMeasure.cpp │   │   │   │   ├── [4.0K] pdf │   │   │   │   │   ├── [5.1K] PdfDocument.cpp │   │   │   │   │   ├── [ 13K] PdfEditor.cpp │   │   │   │   │   └── [9.8K] PdfRenderer.cpp │   │   │   │   ├── [3.4K] Picture.cpp │   │   │   │   ├── [1.8K] Picture.h │   │   │   │   ├── [3.1K] PorterDuff.cpp │   │   │   │   ├── [3.3K] Rasterizer.cpp │   │   │   │   ├── [ 14K] Region.cpp │   │   │   │   ├── [ 961] Region.h │   │   │   │   ├── [1.3K] RtlProperties.h │   │   │   │   ├── [ 11K] Shader.cpp │   │   │   │   ├── [ 13K] SurfaceTexture.cpp │   │   │   │   ├── [3.5K] Typeface.cpp │   │   │   │   ├── [5.8K] TypefaceImpl.cpp │   │   │   │   ├── [2.1K] TypefaceImpl.h │   │   │   │   ├── [3.1K] Utils.cpp │   │   │   │   ├── [1.8K] Utils.h │   │   │   │   ├── [2.5K] Xfermode.cpp │   │   │   │   ├── [8.3K] YuvToJpegEncoder.cpp │   │   │   │   └── [2.6K] YuvToJpegEncoder.h │   │   │   └── [4.0K] opengl │   │   │   ├── [4.9K] poly_clip.cpp │   │   │   ├── [1.5K] poly.h │   │   │   └── [ 33K] util.cpp │   │   ├── [7.4K] android_animation_PropertyValuesHolder.cpp │   │   ├── [6.1K] android_app_backup_FullBackup.cpp │   │   ├── [ 22K] android_app_NativeActivity.cpp │   │   ├── [3.8K] android_backup_BackupDataInput.cpp │   │   ├── [3.0K] android_backup_BackupDataOutput.cpp │   │   ├── [7.1K] android_backup_BackupHelperDispatcher.cpp │   │   ├── [3.8K] android_backup_FileBackupHelperBase.cpp │   │   ├── [4.4K] android_content_res_Configuration.cpp │   │   ├── [3.1K] android_content_res_ObbScanner.cpp │   │   ├── [ 20K] android_database_CursorWindow.cpp │   │   ├── [5.4K] android_database_SQLiteCommon.cpp │   │   ├── [1.7K] android_database_SQLiteCommon.h │   │   ├── [ 33K] android_database_SQLiteConnection.cpp │   │   ├── [2.5K] android_database_SQLiteDebug.cpp │   │   ├── [3.1K] android_database_SQLiteGlobal.cpp │   │   ├── [3.6K] android_ddm_DdmHandleNativeHeap.cpp │   │   ├── [8.6K] android_emoji_EmojiFactory.cpp │   │   ├── [ 31K] android_graphics_Canvas.cpp │   │   ├── [4.3K] android_graphics_Picture.cpp │   │   ├── [ 31K] android_hardware_camera2_CameraMetadata.cpp │   │   ├── [ 82K] android_hardware_camera2_DngCreator.cpp │   │   ├── [ 28K] android_hardware_camera2_legacy_LegacyCameraDevice.cpp │   │   ├── [ 10K] android_hardware_camera2_legacy_PerfMeasurement.cpp │   │   ├── [ 38K] android_hardware_Camera.cpp │   │   ├── [8.7K] android_hardware_location_ActivityRecognitionHardware.cpp │   │   ├── [ 33K] android_hardware_Radio.cpp │   │   ├── [ 16K] android_hardware_SensorManager.cpp │   │   ├── [7.6K] android_hardware_SerialPort.cpp │   │   ├── [ 37K] android_hardware_SoundTrigger.cpp │   │   ├── [9.2K] android_hardware_UsbDeviceConnection.cpp │   │   ├── [1.8K] android_hardware_UsbDevice.cpp │   │   ├── [7.1K] android_hardware_UsbRequest.cpp │   │   ├── [1.9K] android_media_AudioErrors.h │   │   ├── [3.9K] android_media_AudioFormat.h │   │   ├── [ 30K] android_media_AudioRecord.cpp │   │   ├── [ 70K] android_media_AudioSystem.cpp │   │   ├── [ 46K] android_media_AudioTrack.cpp │   │   ├── [1.0K] android_media_AudioTrack.h │   │   ├── [2.5K] android_media_DeviceCallback.cpp │   │   ├── [1.5K] android_media_DeviceCallback.h │   │   ├── [ 20K] android_media_JetPlayer.cpp │   │   ├── [6.6K] android_media_RemoteDisplay.cpp │   │   ├── [4.8K] android_media_ToneGenerator.cpp │   │   ├── [9.1K] Android.mk │   │   ├── [ 23K] android_net_LocalSocketImpl.cpp │   │   ├── [ 12K] android_net_NetUtils.cpp │   │   ├── [5.5K] android_net_TrafficStats.cpp │   │   ├── [3.2K] android_nio_utils.cpp │   │   ├── [2.6K] android_nio_utils.h │   │   ├── [ 47K] android_opengl_EGL14.cpp │   │   ├── [6.0K] android_opengl_EGLExt.cpp │   │   ├── [ 99K] android_opengl_GLES10.cpp │   │   ├── [ 20K] android_opengl_GLES10Ext.cpp │   │   ├── [ 98K] android_opengl_GLES11.cpp │   │   ├── [118K] android_opengl_GLES11Ext.cpp │   │   ├── [205K] android_opengl_GLES20.cpp │   │   ├── [180K] android_opengl_GLES30.cpp │   │   ├── [113K] android_opengl_GLES31.cpp │   │   ├── [ 52K] android_opengl_GLES31Ext.cpp │   │   ├── [ 34K] android_os_Debug.cpp │   │   ├── [5.5K] android_os_MemoryFile.cpp │   │   ├── [7.8K] android_os_MessageQueue.cpp │   │   ├── [2.3K] android_os_MessageQueue.h │   │   ├── [ 26K] android_os_Parcel.cpp │   │   ├── [1007] android_os_Parcel.h │   │   ├── [ 11K] android_os_SELinux.cpp │   │   ├── [3.1K] android_os_SystemClock.cpp │   │   ├── [6.5K] android_os_SystemProperties.cpp │   │   ├── [4.6K] android_os_Trace.cpp │   │   ├── [3.5K] android_os_UEventObserver.cpp │   │   ├── [ 56K] AndroidRuntime.cpp │   │   ├── [2.7K] android_server_NetworkManagementSocketTagger.cpp │   │   ├── [3.2K] android_server_Watchdog.cpp │   │   ├── [2.3K] android_text_AndroidBidi.cpp │   │   ├── [6.8K] android_text_AndroidCharacter.cpp │   │   ├── [8.2K] android_text_StaticLayout.cpp │   │   ├── [ 76K] android_util_AssetManager.cpp │   │   ├── [ 45K] android_util_Binder.cpp │   │   ├── [1.3K] android_util_Binder.h │   │   ├── [ 10K] android_util_EventLog.cpp │   │   ├── [3.8K] android_util_FileObserver.cpp │   │   ├── [4.0K] android_util_Log.cpp │   │   ├── [ 833] android_util_Log.h │   │   ├── [ 32K] android_util_Process.cpp │   │   ├── [5.3K] android_util_StringBlock.cpp │   │   ├── [ 14K] android_util_XmlBlock.cpp │   │   ├── [9.9K] android_view_DisplayEventReceiver.cpp │   │   ├── [ 13K] android_view_DisplayListCanvas.cpp │   │   ├── [9.7K] android_view_GraphicBuffer.cpp │   │   ├── [ 900] android_view_GraphicBuffer.h │   │   ├── [4.1K] android_view_HardwareLayer.cpp │   │   ├── [ 11K] android_view_InputChannel.cpp │   │   ├── [1.5K] android_view_InputChannel.h │   │   ├── [3.5K] android_view_InputDevice.cpp │   │   ├── [ 988] android_view_InputDevice.h │   │   ├── [ 16K] android_view_InputEventReceiver.cpp │   │   ├── [ 11K] android_view_InputEventSender.cpp │   │   ├── [8.7K] android_view_InputQueue.cpp │   │   ├── [8.1K] android_view_KeyCharacterMap.cpp │   │   ├── [1.0K] android_view_KeyCharacterMap.h │   │   ├── [6.2K] android_view_KeyEvent.cpp │   │   ├── [1.5K] android_view_KeyEvent.h │   │   ├── [ 36K] android_view_MotionEvent.cpp │   │   ├── [1.4K] android_view_MotionEvent.h │   │   ├── [4.3K] android_view_PointerIcon.cpp │   │   ├── [2.3K] android_view_PointerIcon.h │   │   ├── [8.9K] android_view_RenderNodeAnimator.cpp │   │   ├── [ 25K] android_view_RenderNode.cpp │   │   ├── [ 26K] android_view_SurfaceControl.cpp │   │   ├── [ 19K] android_view_Surface.cpp │   │   ├── [2.5K] android_view_SurfaceSession.cpp │   │   ├── [7.5K] android_view_TextureView.cpp │   │   ├── [ 19K] android_view_ThreadedRenderer.cpp │   │   ├── [8.4K] android_view_VelocityTracker.cpp │   │   ├── [8.1K] BindTest.cpp │   │   ├── [ 19K] com_android_internal_content_NativeLibraryHelper.cpp │   │   ├── [ 11K] com_android_internal_net_NetworkStatsFactory.cpp │   │   ├── [ 22K] com_android_internal_os_Zygote.cpp │   │   ├── [1.6K] com_android_internal_util_VirtualRefBasePtr.cpp │   │   ├── [3.8K] com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp │   │   ├── [ 22K] com_google_android_gles_jni_EGLImpl.cpp │   │   ├── [276K] com_google_android_gles_jni_GLImpl.cpp │   │   ├── [3.0K] core_jni_helpers.h │   │   ├── [1002] GraphicsExternGlue.h │   │   ├── [ 908] GraphicsRegisterGlue.h │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   └── [ 10K] NOTICE │   ├── [4.0K] res │   │   ├── [143K] AndroidManifest.xml │   │   ├── [1.7K] Android.mk │   │   ├── [4.0K] assets │   │   │   ├── [4.0K] images │   │   │   │   ├── [ 14K] android-logo-mask.png │   │   │   │   └── [ 96K] android-logo-shine.png │   │   │   ├── [4.0K] sounds │   │   │   │   ├── [ 78K] bootanim0.raw │   │   │   │   └── [ 78K] bootanim1.raw │   │   │   └── [4.0K] webkit │   │   │   ├── [1.1K] android-weberror.png │   │   │   ├── [ 91K] hyph_en_US.dic │   │   │   ├── [1007] incognito_mode_start_page.html │   │   │   ├── [ 456] missingImage.png │   │   │   ├── [1.5K] nullPlugin.png │   │   │   ├── [ 63K] play.png │   │   │   ├── [ 182] textAreaResizeCorner.png │   │   │   ├── [1009] togglePlugin.png │   │   │   ├── [2.0K] youtube.html │   │   │   └── [1.5K] youtube.png │   │   ├── [ 215] lint.xml │   │   ├── [1.7K] MakeJavaSymbols.sed │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [ 32K] res │   │   ├── [ 12K] anim │   │   │   ├── [ 709] accelerate_decelerate_interpolator.xml │   │   │   ├── [ 699] accelerate_interpolator.xml │   │   │   ├── [1016] activity_close_enter.xml │   │   │   ├── [1.3K] activity_close_exit.xml │   │   │   ├── [1.3K] activity_open_enter.xml │   │   │   ├── [1.0K] activity_open_exit.xml │   │   │   ├── [ 702] anticipate_interpolator.xml │   │   │   ├── [ 711] anticipate_overshoot_interpolator.xml │   │   │   ├── [ 975] app_starting_exit.xml │   │   │   ├── [ 698] bounce_interpolator.xml │   │   │   ├── [2.5K] button_state_list_anim_material.xml │   │   │   ├── [ 697] cycle_interpolator.xml │   │   │   ├── [ 896] date_picker_fade_in_material.xml │   │   │   ├── [ 895] date_picker_fade_out_material.xml │   │   │   ├── [ 699] decelerate_interpolator.xml │   │   │   ├── [1.2K] dialog_enter.xml │   │   │   ├── [1.2K] dialog_exit.xml │   │   │   ├── [1019] dock_bottom_enter.xml │   │   │   ├── [1.0K] dock_bottom_exit.xml │   │   │   ├── [ 988] dock_left_enter.xml │   │   │   ├── [1014] dock_left_exit.xml │   │   │   ├── [ 988] dock_right_enter.xml │   │   │   ├── [1013] dock_right_exit.xml │   │   │   ├── [1017] dock_top_enter.xml │   │   │   ├── [1.0K] dock_top_exit.xml │   │   │   ├── [ 965] fade_in.xml │   │   │   ├── [ 958] fade_out.xml │   │   │   ├── [ 931] fast_fade_in.xml │   │   │   ├── [ 917] fast_fade_out.xml │   │   │   ├── [1.3K] grow_fade_in_center.xml │   │   │   ├── [1.3K] grow_fade_in_from_bottom.xml │   │   │   ├── [1.3K] grow_fade_in.xml │   │   │   ├── [2.6K] ic_checkbox_to_checked_box_inner_merged_animation.xml │   │   │   ├── [4.9K] ic_checkbox_to_checked_box_outer_merged_animation.xml │   │   │   ├── [1.9K] ic_checkbox_to_checked_icon_null_animation.xml │   │   │   ├── [4.1K] ic_checkbox_to_unchecked_box_inner_merged_animation.xml │   │   │   ├── [3.0K] ic_checkbox_to_unchecked_check_path_merged_animation.xml │   │   │   ├── [1.9K] ic_checkbox_to_unchecked_icon_null_animation.xml │   │   │   ├── [1.2K] input_method_enter.xml │   │   │   ├── [1.1K] input_method_exit.xml │   │   │   ├── [ 966] input_method_extract_enter.xml │   │   │   ├── [ 957] input_method_extract_exit.xml │   │   │   ├── [1.2K] input_method_fancy_enter.xml │   │   │   ├── [1.2K] input_method_fancy_exit.xml │   │   │   ├── [2.1K] launch_task_behind_source.xml │   │   │   ├── [1.4K] launch_task_behind_target.xml │   │   │   ├── [ 752] linear_interpolator.xml │   │   │   ├── [1.1K] lock_screen_behind_enter_fade_in.xml │   │   │   ├── [1.3K] lock_screen_behind_enter_wallpaper.xml │   │   │   ├── [1.1K] lock_screen_behind_enter.xml │   │   │   ├── [ 940] lock_screen_enter.xml │   │   │   ├── [1.4K] lock_screen_exit.xml │   │   │   ├── [1.4K] lock_screen_wallpaper_exit.xml │   │   │   ├── [1.1K] options_panel_enter.xml │   │   │   ├── [1.1K] options_panel_exit.xml │   │   │   ├── [ 701] overshoot_interpolator.xml │   │   │   ├── [ 978] popup_enter_material.xml │   │   │   ├── [ 977] popup_exit_material.xml │   │   │   ├── [1.3K] progress_indeterminate_horizontal_rect1.xml │   │   │   ├── [1.4K] progress_indeterminate_horizontal_rect2.xml │   │   │   ├── [1.6K] progress_indeterminate_material.xml │   │   │   ├── [ 989] progress_indeterminate_rotation_material.xml │   │   │   ├── [ 874] push_down_in_no_alpha.xml │   │   │   ├── [1003] push_down_in.xml │   │   │   ├── [ 873] push_down_out_no_alpha.xml │   │   │   ├── [1002] push_down_out.xml │   │   │   ├── [1002] push_up_in.xml │   │   │   ├── [1003] push_up_out.xml │   │   │   ├── [1.1K] recent_enter.xml │   │   │   ├── [1.1K] recent_exit.xml │   │   │   ├── [ 932] recents_fade_in.xml │   │   │   ├── [ 921] recents_fade_out.xml │   │   │   ├── [ 891] rotation_animation_enter.xml │   │   │   ├── [ 891] rotation_animation_jump_exit.xml │   │   │   ├── [ 893] rotation_animation_xfade_exit.xml │   │   │   ├── [ 973] screen_rotate_0_enter.xml │   │   │   ├── [ 971] screen_rotate_0_exit.xml │   │   │   ├── [ 973] screen_rotate_0_frame.xml │   │   │   ├── [1.1K] screen_rotate_180_enter.xml │   │   │   ├── [1.3K] screen_rotate_180_exit.xml │   │   │   ├── [1.1K] screen_rotate_180_frame.xml │   │   │   ├── [1.6K] screen_rotate_finish_enter.xml │   │   │   ├── [1.9K] screen_rotate_finish_exit.xml │   │   │   ├── [1.6K] screen_rotate_finish_frame.xml │   │   │   ├── [1.5K] screen_rotate_minus_90_enter.xml │   │   │   ├── [2.2K] screen_rotate_minus_90_exit.xml │   │   │   ├── [1.1K] screen_rotate_minus_90_frame.xml │   │   │   ├── [1.5K] screen_rotate_plus_90_enter.xml │   │   │   ├── [2.2K] screen_rotate_plus_90_exit.xml │   │   │   ├── [1.1K] screen_rotate_plus_90_frame.xml │   │   │   ├── [1.2K] screen_rotate_start_enter.xml │   │   │   ├── [1.2K] screen_rotate_start_exit.xml │   │   │   ├── [1.2K] screen_rotate_start_frame.xml │   │   │   ├── [ 894] screen_user_enter.xml │   │   │   ├── [ 894] screen_user_exit.xml │   │   │   ├── [1.1K] search_bar_enter.xml │   │   │   ├── [1.1K] search_bar_exit.xml │   │   │   ├── [ 640] seekbar_thumb_pressed_to_unpressed_thumb_animation.xml │   │   │   ├── [ 640] seekbar_thumb_unpressed_to_pressed_thumb_0_animation.xml │   │   │   ├── [1.3K] shrink_fade_out_center.xml │   │   │   ├── [1.3K] shrink_fade_out_from_bottom.xml │   │   │   ├── [1.3K] shrink_fade_out.xml │   │   │   ├── [1.1K] slide_in_child_bottom.xml │   │   │   ├── [1.0K] slide_in_left.xml │   │   │   ├── [1.1K] slide_in_micro.xml │   │   │   ├── [1.0K] slide_in_right.xml │   │   │   ├── [ 866] slide_in_up.xml │   │   │   ├── [ 866] slide_out_down.xml │   │   │   ├── [1.0K] slide_out_left.xml │   │   │   ├── [1.1K] slide_out_micro.xml │   │   │   ├── [1.0K] slide_out_right.xml │   │   │   ├── [ 933] slow_fade_in.xml │   │   │   ├── [1.1K] submenu_enter.xml │   │   │   ├── [1.0K] submenu_exit.xml │   │   │   ├── [1022] swipe_window_enter.xml │   │   │   ├── [ 989] swipe_window_exit.xml │   │   │   ├── [1.8K] task_close_enter.xml │   │   │   ├── [1.5K] task_close_exit.xml │   │   │   ├── [1.4K] task_open_enter.xml │   │   │   ├── [1.9K] task_open_exit.xml │   │   │   ├── [ 965] toast_enter.xml │   │   │   ├── [ 968] toast_exit.xml │   │   │   ├── [1.0K] translucent_enter.xml │   │   │   ├── [1.0K] translucent_exit.xml │   │   │   ├── [ 952] voice_activity_close_enter.xml │   │   │   ├── [1.1K] voice_activity_close_exit.xml │   │   │   ├── [1.1K] voice_activity_open_enter.xml │   │   │   ├── [ 952] voice_activity_open_exit.xml │   │   │   ├── [1.1K] voice_layer_enter.xml │   │   │   ├── [1.1K] voice_layer_exit.xml │   │   │   ├── [1.3K] wallpaper_close_enter.xml │   │   │   ├── [ 932] wallpaper_close_exit.xml │   │   │   ├── [1.2K] wallpaper_enter.xml │   │   │   ├── [1.2K] wallpaper_exit.xml │   │   │   ├── [1.1K] wallpaper_intra_close_enter.xml │   │   │   ├── [1.1K] wallpaper_intra_close_exit.xml │   │   │   ├── [1.1K] wallpaper_intra_open_enter.xml │   │   │   ├── [1.1K] wallpaper_intra_open_exit.xml │   │   │   ├── [1021] wallpaper_open_enter.xml │   │   │   ├── [1.7K] wallpaper_open_exit.xml │   │   │   └── [1.2K] window_move_from_decor.xml │   │   ├── [4.0K] animator │   │   │   ├── [ 944] fade_in.xml │   │   │   ├── [ 948] fade_out.xml │   │   │   ├── [ 982] fragment_close_enter.xml │   │   │   ├── [ 982] fragment_close_exit.xml │   │   │   ├── [1021] fragment_fade_enter.xml │   │   │   ├── [1019] fragment_fade_exit.xml │   │   │   ├── [ 982] fragment_open_enter.xml │   │   │   ├── [ 982] fragment_open_exit.xml │   │   │   ├── [1.1K] leanback_setup_fragment_close_enter.xml │   │   │   ├── [1.6K] leanback_setup_fragment_close_exit.xml │   │   │   ├── [1.6K] leanback_setup_fragment_open_enter.xml │   │   │   └── [1.1K] leanback_setup_fragment_open_exit.xml │   │   ├── [4.0K] color │   │   │   ├── [ 920] background_cache_hint_selector_holo_dark.xml │   │   │   ├── [ 921] background_cache_hint_selector_holo_light.xml │   │   │   ├── [ 912] background_cache_hint_selector_material_dark.xml │   │   │   ├── [ 913] background_cache_hint_selector_material_light.xml │   │   │   ├── [ 939] btn_colored_material.xml │   │   │   ├── [ 939] btn_colored_text_material.xml │   │   │   ├── [ 951] btn_default_material_dark.xml │   │   │   ├── [ 953] btn_default_material_light.xml │   │   │   ├── [1.0K] control_checkable_material.xml │   │   │   ├── [ 950] control_default_material.xml │   │   │   ├── [1011] control_highlight_material.xml │   │   │   ├── [ 830] highlighted_text_material.xml │   │   │   ├── [ 872] hint_foreground_material_dark.xml │   │   │   ├── [ 874] hint_foreground_material_light.xml │   │   │   ├── [ 974] list_highlight_material.xml │   │   │   ├── [ 929] primary_text_dark_disable_only.xml │   │   │   ├── [1.2K] primary_text_dark_focused.xml │   │   │   ├── [1.0K] primary_text_dark_nodisable.xml │   │   │   ├── [1.3K] primary_text_dark.xml │   │   │   ├── [ 929] primary_text_disable_only_holo_dark.xml │   │   │   ├── [ 931] primary_text_disable_only_holo_light.xml │   │   │   ├── [ 975] primary_text_disable_only_material_dark.xml │   │   │   ├── [ 978] primary_text_disable_only_material_light.xml │   │   │   ├── [1.2K] primary_text_focused_holo_dark.xml │   │   │   ├── [1.3K] primary_text_holo_dark.xml │   │   │   ├── [1.4K] primary_text_holo_light.xml │   │   │   ├── [1.2K] primary_text_inverse_when_activated_material.xml │   │   │   ├── [1019] primary_text_leanback_formwizard_dark.xml │   │   │   ├── [ 931] primary_text_light_disable_only.xml │   │   │   ├── [1.0K] primary_text_light_nodisable.xml │   │   │   ├── [1.3K] primary_text_light.xml │   │   │   ├── [ 999] primary_text_material_dark.xml │   │   │   ├── [1002] primary_text_material_light.xml │   │   │   ├── [1.0K] primary_text_nodisable_holo_dark.xml │   │   │   ├── [1.0K] primary_text_nodisable_holo_light.xml │   │   │   ├── [ 295] primary_text_secondary_when_activated_material_inverse.xml │   │   │   ├── [ 281] primary_text_secondary_when_activated_material.xml │   │   │   ├── [1.1K] ratingbar_background_material.xml │   │   │   ├── [ 877] ripple_material_dark.xml │   │   │   ├── [ 879] ripple_material_light.xml │   │   │   ├── [1.0K] search_url_text_holo.xml │   │   │   ├── [1013] search_url_text_material_dark.xml │   │   │   ├── [1013] search_url_text_material_light.xml │   │   │   ├── [1.0K] search_url_text.xml │   │   │   ├── [1.0K] secondary_text_dark_nodisable.xml │   │   │   ├── [1.7K] secondary_text_dark.xml │   │   │   ├── [1.7K] secondary_text_holo_dark.xml │   │   │   ├── [1.9K] secondary_text_holo_light.xml │   │   │   ├── [1.2K] secondary_text_inverse_when_activated_material.xml │   │   │   ├── [1.0K] secondary_text_light_nodisable.xml │   │   │   ├── [1.8K] secondary_text_light.xml │   │   │   ├── [1003] secondary_text_material_dark.xml │   │   │   ├── [1006] secondary_text_material_light.xml │   │   │   ├── [1.0K] secondary_text_nodisable_holo_dark.xml │   │   │   ├── [1.0K] secondary_text_nodisable_holo_light.xml │   │   │   ├── [ 810] secondary_text_nofocus.xml │   │   │   ├── [ 904] seekbar_track_progress_material.xml │   │   │   ├── [ 923] switch_thumb_material_dark.xml │   │   │   ├── [ 925] switch_thumb_material_light.xml │   │   │   ├── [1.0K] switch_track_material.xml │   │   │   ├── [ 876] tab_highlight_material.xml │   │   │   ├── [ 883] tab_indicator_material.xml │   │   │   ├── [ 903] tab_indicator_text_material.xml │   │   │   ├── [ 881] tab_indicator_text_v4.xml │   │   │   ├── [ 881] tab_indicator_text.xml │   │   │   ├── [1.1K] tertiary_text_dark.xml │   │   │   ├── [1.1K] tertiary_text_holo_dark.xml │   │   │   ├── [1.1K] tertiary_text_holo_light.xml │   │   │   ├── [1.1K] tertiary_text_light.xml │   │   │   ├── [ 841] white_disabled_material.xml │   │   │   └── [ 940] widget_edittext_dark.xml │   │   ├── [ 20K] drawable │   │   │   ├── [ 838] ab_share_pack_material.xml │   │   │   ├── [ 832] ab_solid_shadow_material.xml │   │   │   ├── [ 868] action_bar_background.xml │   │   │   ├── [ 868] action_bar_divider.xml │   │   │   ├── [ 823] action_bar_item_background_material.xml │   │   │   ├── [ 905] activated_background_holo_dark.xml │   │   │   ├── [ 905] activated_background_holo_light.xml │   │   │   ├── [ 917] activated_background_light.xml │   │   │   ├── [ 945] activated_background_material.xml │   │   │   ├── [ 919] activated_background.xml │   │   │   ├── [ 960] app_icon_background.xml │   │   │   ├── [ 880] background_holo_dark.xml │   │   │   ├── [ 880] background_holo_light.xml │   │   │   ├── [ 802] background_leanback_setup.xml │   │   │   ├── [ 986] box.xml │   │   │   ├── [ 898] btn_borderless_material.xml │   │   │   ├── [ 912] btn_browser_zoom_fit_page.xml │   │   │   ├── [ 917] btn_browser_zoom_page_overview.xml │   │   │   ├── [1.1K] btn_cab_done_holo_dark.xml │   │   │   ├── [1.1K] btn_cab_done_holo_light.xml │   │   │   ├── [2.9K] btn_check_holo_dark.xml │   │   │   ├── [3.0K] btn_check_holo_light.xml │   │   │   ├── [1.3K] btn_check_material_anim.xml │   │   │   ├── [2.8K] btn_check.xml │   │   │   ├── [1.6K] btn_circle.xml │   │   │   ├── [1.1K] btn_close.xml │   │   │   ├── [1.7K] btn_colored_material.xml │   │   │   ├── [1.6K] btn_default_holo_dark.xml │   │   │   ├── [1.6K] btn_default_holo_light.xml │   │   │   ├── [ 866] btn_default_material.xml │   │   │   ├── [1.5K] btn_default_mtrl_shape.xml │   │   │   ├── [1.6K] btn_default_small.xml │   │   │   ├── [1.1K] btn_default_transparent.xml │   │   │   ├── [1.5K] btn_default.xml │   │   │   ├── [1.3K] btn_dialog.xml │   │   │   ├── [1.5K] btn_dropdown.xml │   │   │   ├── [1.6K] btn_global_search.xml │   │   │   ├── [ 938] btn_group_holo_dark.xml │   │   │   ├── [ 940] btn_group_holo_light.xml │   │   │   ├── [1.6K] btn_keyboard_key_fulltrans.xml │   │   │   ├── [1.9K] btn_keyboard_key_ics.xml │   │   │   ├── [1.1K] btn_keyboard_key_trans.xml │   │   │   ├── [1.6K] btn_keyboard_key.xml │   │   │   ├── [1.3K] btn_minus.xml │   │   │   ├── [1.3K] btn_plus.xml │   │   │   ├── [2.9K] btn_radio_holo_dark.xml │   │   │   ├── [2.9K] btn_radio_holo_light.xml │   │   │   ├── [8.2K] btn_radio_material_anim.xml │   │   │   ├── [1.7K] btn_radio.xml │   │   │   ├── [1.3K] btn_search_dialog_voice.xml │   │   │   ├── [1.3K] btn_search_dialog.xml │   │   │   ├── [1.3K] btn_square_overlay.xml │   │   │   ├── [2.9K] btn_star_holo_dark.xml │   │   │   ├── [2.9K] btn_star_holo_light.xml │   │   │   ├── [ 850] btn_star_material.xml │   │   │   ├── [2.7K] btn_star.xml │   │   │   ├── [ 956] btn_toggle_bg.xml │   │   │   ├── [2.6K] btn_toggle_holo_dark.xml │   │   │   ├── [2.7K] btn_toggle_holo_light.xml │   │   │   ├── [2.2K] btn_toggle_material.xml │   │   │   ├── [ 925] btn_toggle.xml │   │   │   ├── [1.3K] btn_zoom_down.xml │   │   │   ├── [1.2K] btn_zoom_page.xml │   │   │   ├── [1.3K] btn_zoom_up.xml │   │   │   ├── [1.0K] button_inset.xml │   │   │   ├── [1.1K] cab_background_bottom_material.xml │   │   │   ├── [1.1K] cab_background_top_material.xml │   │   │   ├── [ 926] cling_button.xml │   │   │   ├── [ 829] control_background_32dp_material.xml │   │   │   ├── [ 829] control_background_40dp_material.xml │   │   │   ├── [ 811] dark_header_dither.xml │   │   │   ├── [ 920] dialog_background_material.xml │   │   │   ├── [ 996] editbox_background.xml │   │   │   ├── [1.3K] edit_query_background.xml │   │   │   ├── [2.6K] edit_text_holo_dark.xml │   │   │   ├── [2.6K] edit_text_holo_light.xml │   │   │   ├── [1.7K] edit_text_material.xml │   │   │   ├── [1.3K] edit_text.xml │   │   │   ├── [ 824] emulator_circular_window_overlay.xml │   │   │   ├── [ 940] expander_group_holo_dark.xml │   │   │   ├── [ 942] expander_group_holo_light.xml │   │   │   ├── [1.1K] expander_group_material.xml │   │   │   ├── [ 935] expander_group.xml │   │   │   ├── [1.1K] fastscroll_label_left_material.xml │   │   │   ├── [1.1K] fastscroll_label_right_material.xml │   │   │   ├── [ 926] fastscroll_thumb_holo.xml │   │   │   ├── [1.3K] fastscroll_thumb_material.xml │   │   │   ├── [ 936] fastscroll_track_holo_dark.xml │   │   │   ├── [ 938] fastscroll_track_holo_light.xml │   │   │   ├── [ 900] fastscroll_track_material.xml │   │   │   ├── [ 878] floating_popup_background_dark.xml │   │   │   ├── [ 876] floating_popup_background_light.xml │   │   │   ├── [1.9K] gallery_item_background.xml │   │   │   ├── [1.2K] gallery_thumb.xml │   │   │   ├── [1.2K] grid_selector_background.xml │   │   │   ├── [ 835] ic_ab_back_holo_dark.xml │   │   │   ├── [ 836] ic_ab_back_holo_light.xml │   │   │   ├── [1.1K] ic_ab_back_material_dark.xml │   │   │   ├── [1.1K] ic_ab_back_material_light.xml │   │   │   ├── [1.0K] ic_ab_back_material.xml │   │   │   ├── [1.2K] ic_account_circle.xml │   │   │   ├── [1.6K] ic_audio_alarm_mute.xml │   │   │   ├── [1.3K] ic_audio_alarm.xml │   │   │   ├── [1.3K] ic_audio_media_mute.xml │   │   │   ├── [1.1K] ic_audio_media.xml │   │   │   ├── [ 875] ic_audio_notification_mute.xml │   │   │   ├── [ 870] ic_audio_notification.xml │   │   │   ├── [1.3K] ic_audio_ring_notif_mute.xml │   │   │   ├── [1.3K] ic_audio_ring_notif_vibrate.xml │   │   │   ├── [1.2K] ic_audio_ring_notif.xml │   │   │   ├── [1.4K] ic_audio_vol_mute.xml │   │   │   ├── [1.2K] ic_audio_vol.xml │   │   │   ├── [ 936] ic_btn_round_more.xml │   │   │   ├── [ 954] ic_btn_square_browser_zoom_fit_page.xml │   │   │   ├── [ 964] ic_btn_square_browser_zoom_page_overview.xml │   │   │   ├── [1.2K] ic_checkbox_checked_to_unchecked_animation.xml │   │   │   ├── [3.0K] ic_checkbox_checked.xml │   │   │   ├── [1.2K] ic_checkbox_unchecked_to_checked_animation.xml │   │   │   ├── [3.0K] ic_checkbox_unchecked.xml │   │   │   ├── [1.1K] ic_check_circle_24px.xml │   │   │   ├── [1.0K] ic_chevron_end.xml │   │   │   ├── [1.0K] ic_chevron_start.xml │   │   │   ├── [ 953] ic_clear_holo_dark.xml │   │   │   ├── [ 955] ic_clear_holo_light.xml │   │   │   ├── [1.1K] ic_clear_material.xml │   │   │   ├── [ 918] ic_clear.xml │   │   │   ├── [ 845] ic_commit_search_api_material.xml │   │   │   ├── [1.6K] ic_corp_badge.xml │   │   │   ├── [2.0K] ic_corp_icon_badge.xml │   │   │   ├── [1.6K] ic_corp_statusbar_icon.xml │   │   │   ├── [1.0K] ic_dialog_alert_material.xml │   │   │   ├── [ 945] ic_eject_24dp.xml │   │   │   ├── [1.0K] ic_expand_more_48dp.xml │   │   │   ├── [ 837] ic_find_next_material.xml │   │   │   ├── [ 841] ic_find_previous_material.xml │   │   │   ├── [3.3K] ic_fingerprint.xml │   │   │   ├── [1.0K] ic_folder_24dp.xml │   │   │   ├── [1017] ic_go_search_api_material.xml │   │   │   ├── [ 874] ic_lock_airplane_mode_off.xml │   │   │   ├── [ 844] ic_lock_airplane_mode.xml │   │   │   ├── [1.5K] ic_lock_bugreport.xml │   │   │   ├── [ 838] ic_lock_idle_alarm.xml │   │   │   ├── [ 835] ic_lock_lock.xml │   │   │   ├── [ 837] ic_lock_power_off.xml │   │   │   ├── [1.0K] ic_lockscreen_outerring.xml │   │   │   ├── [1.3K] ic_maps_indicator_current_position_anim.xml │   │   │   ├── [1.1K] ic_media_route_connecting_holo_dark.xml │   │   │   ├── [1.2K] ic_media_route_connecting_holo_light.xml │   │   │   ├── [1.5K] ic_media_route_connecting_material.xml │   │   │   ├── [1.2K] ic_media_route_holo_dark.xml │   │   │   ├── [1.2K] ic_media_route_holo_light.xml │   │   │   ├── [1.4K] ic_media_route_material.xml │   │   │   ├── [ 825] ic_menu_cc.xml │   │   │   ├── [1.1K] ic_menu_copy_material.xml │   │   │   ├── [1.5K] ic_menu_cut_material.xml │   │   │   ├── [ 837] ic_menu_find_material.xml │   │   │   ├── [ 832] ic_menu_moreoverflow_holo_dark.xml │   │   │   ├── [ 833] ic_menu_moreoverflow_holo_light.xml │   │   │   ├── [1.2K] ic_menu_moreoverflow_material_dark.xml │   │   │   ├── [1.2K] ic_menu_moreoverflow_material_light.xml │   │   │   ├── [1.2K] ic_menu_moreoverflow_material.xml │   │   │   ├── [1.2K] ic_menu_paste_material.xml │   │   │   ├── [1.1K] ic_menu_refresh.xml │   │   │   ├── [ 839] ic_menu_search_material.xml │   │   │   ├── [1.4K] ic_menu_selectall_material.xml │   │   │   ├── [1.3K] ic_menu_share_material.xml │   │   │   ├── [1.0K] ic_more_items.xml │   │   │   ├── [1.2K] ic_perm_device_info.xml │   │   │   ├── [1.3K] ic_popup_sync.xml │   │   │   ├── [1.0K] ic_sd_card_48dp.xml │   │   │   ├── [1.2K] ic_search_api_material.xml │   │   │   ├── [1.6K] ic_settings_24dp.xml │   │   │   ├── [ 982] ic_spinner_caret.xml │   │   │   ├── [1001] ic_storage_48dp.xml │   │   │   ├── [ 942] ic_text_dot.xml │   │   │   ├── [1.2K] ic_usb_48dp.xml │   │   │   ├── [1.2K] ic_voice_search_api_material.xml │   │   │   ├── [ 895] immersive_cling_bg_circ.xml │   │   │   ├── [ 892] immersive_cling_light_bg_circ.xml │   │   │   ├── [1.0K] indicator_check_mark_dark.xml │   │   │   ├── [1.0K] indicator_check_mark_light.xml │   │   │   ├── [1.9K] item_background_activated_holo_dark.xml │   │   │   ├── [ 793] item_background_borderless_material_dark.xml │   │   │   ├── [ 799] item_background_borderless_material_light.xml │   │   │   ├── [ 789] item_background_borderless_material.xml │   │   │   ├── [1.8K] item_background_holo_dark.xml │   │   │   ├── [1.8K] item_background_holo_light.xml │   │   │   ├── [ 885] item_background_material_dark.xml │   │   │   ├── [ 886] item_background_material_light.xml │   │   │   ├── [ 889] item_background_material.xml │   │   │   ├── [1.8K] item_background.xml │   │   │   ├── [1.1K] jog_tab_bar_left_answer.xml │   │   │   ├── [1.1K] jog_tab_bar_left_generic.xml │   │   │   ├── [1.1K] jog_tab_bar_left_unlock.xml │   │   │   ├── [1.1K] jog_tab_bar_right_decline.xml │   │   │   ├── [1.1K] jog_tab_bar_right_generic.xml │   │   │   ├── [1.1K] jog_tab_bar_right_sound_off.xml │   │   │   ├── [1.1K] jog_tab_bar_right_sound_on.xml │   │   │   ├── [1.1K] jog_tab_left_answer.xml │   │   │   ├── [1.1K] jog_tab_left_generic.xml │   │   │   ├── [1.1K] jog_tab_left_unlock.xml │   │   │   ├── [1.1K] jog_tab_right_decline.xml │   │   │   ├── [1.1K] jog_tab_right_generic.xml │   │   │   ├── [1.1K] jog_tab_right_sound_off.xml │   │   │   ├── [1.1K] jog_tab_right_sound_on.xml │   │   │   ├── [ 977] keyboard_key_feedback.xml │   │   │   ├── [ 812] light_header_dither.xml │   │   │   ├── [ 896] list_choice_background_material.xml │   │   │   ├── [ 901] list_divider_material.xml │   │   │   ├── [1.1K] list_highlight_active.xml │   │   │   ├── [1.1K] list_highlight_inactive.xml │   │   │   ├── [1013] list_highlight.xml │   │   │   ├── [ 871] list_section_divider_material.xml │   │   │   ├── [1.0K] list_selected_background_light.xml │   │   │   ├── [1.0K] list_selected_background.xml │   │   │   ├── [1.8K] list_selector_background_light.xml │   │   │   ├── [ 909] list_selector_background_transition_holo_dark.xml │   │   │   ├── [ 911] list_selector_background_transition_holo_light.xml │   │   │   ├── [ 943] list_selector_background_transition_light.xml │   │   │   ├── [ 931] list_selector_background_transition.xml │   │   │   ├── [1.8K] list_selector_background.xml │   │   │   ├── [1.8K] list_selector_holo_dark.xml │   │   │   ├── [1.8K] list_selector_holo_light.xml │   │   │   ├── [ 824] load_average_background.xml │   │   │   ├── [1.6K] media_button_background.xml │   │   │   ├── [1.1K] menuitem_background_solid.xml │   │   │   ├── [1.1K] menuitem_background.xml │   │   │   ├── [ 935] menuitem_checkbox.xml │   │   │   ├── [ 944] menu_panel_holo_dark.xml │   │   │   ├── [ 946] menu_panel_holo_light.xml │   │   │   ├── [1.4K] menu_selector.xml │   │   │   ├── [1.1K] minitab_lt.xml │   │   │   ├── [ 855] notification_icon_legacy_bg.xml │   │   │   ├── [ 905] notification_material_action_background.xml │   │   │   ├── [ 794] notification_material_media_action_background.xml │   │   │   ├── [ 870] number_picker_divider_material.xml │   │   │   ├── [1.6K] numberpicker_down_btn.xml │   │   │   ├── [1.6K] numberpicker_input.xml │   │   │   ├── [1.6K] numberpicker_up_btn.xml │   │   │   ├── [1.1K] panel_picture_frame_background.xml │   │   │   ├── [1.1K] perm_group_calendar.xml │   │   │   ├── [1.4K] perm_group_camera.xml │   │   │   ├── [1.2K] perm_group_contacts.xml │   │   │   ├── [1.1K] perm_group_location.xml │   │   │   ├── [1.2K] perm_group_microphone.xml │   │   │   ├── [1.2K] perm_group_phone_calls.xml │   │   │   ├── [1.1K] perm_group_sensors.xml │   │   │   ├── [1.1K] perm_group_sms.xml │   │   │   ├── [1.1K] perm_group_storage.xml │   │   │   ├── [ 214] pointer_arrow_icon.xml │   │   │   ├── [ 222] pointer_spot_anchor_icon.xml │   │   │   ├── [ 221] pointer_spot_hover_icon.xml │   │   │   ├── [ 221] pointer_spot_touch_icon.xml │   │   │   ├── [ 895] popup_background_material.xml │   │   │   ├── [ 857] popup_inline_error_above_holo_dark.xml │   │   │   ├── [ 858] popup_inline_error_above_holo_light.xml │   │   │   ├── [ 847] popup_inline_error_above.xml │   │   │   ├── [ 851] popup_inline_error_holo_dark.xml │   │   │   ├── [ 852] popup_inline_error_holo_light.xml │   │   │   ├── [ 841] popup_inline_error.xml │   │   │   ├── [1.2K] progress_horizontal_holo_dark.xml │   │   │   ├── [1.2K] progress_horizontal_holo_light.xml │   │   │   ├── [2.0K] progress_horizontal_material.xml │   │   │   ├── [2.1K] progress_horizontal.xml │   │   │   ├── [1.5K] progress_indeterminate_horizontal_holo.xml │   │   │   ├── [1.1K] progress_indeterminate_horizontal_material.xml │   │   │   ├── [1.1K] progress_indeterminate_horizontal.xml │   │   │   ├── [1.2K] progress_large_holo.xml │   │   │   ├── [1.0K] progress_large_material.xml │   │   │   ├── [ 914] progress_large_white.xml │   │   │   ├── [ 914] progress_large.xml │   │   │   ├── [1.2K] progress_medium_holo.xml │   │   │   ├── [1.0K] progress_medium_material.xml │   │   │   ├── [ 914] progress_medium_white.xml │   │   │   ├── [ 914] progress_medium.xml │   │   │   ├── [1.2K] progress_small_holo.xml │   │   │   ├── [1.0K] progress_small_material.xml │   │   │   ├── [ 914] progress_small_titlebar.xml │   │   │   ├── [ 914] progress_small_white.xml │   │   │   ├── [ 914] progress_small.xml │   │   │   ├── [1.1K] quickcontact_badge_overlay_dark.xml │   │   │   ├── [ 862] quickcontact_badge_overlay_focused_dark.xml │   │   │   ├── [ 863] quickcontact_badge_overlay_focused_light.xml │   │   │   ├── [1.1K] quickcontact_badge_overlay_light.xml │   │   │   ├── [ 861] quickcontact_badge_overlay_normal_dark.xml │   │   │   ├── [ 862] quickcontact_badge_overlay_normal_light.xml │   │   │   ├── [ 862] quickcontact_badge_overlay_pressed_dark.xml │   │   │   ├── [ 863] quickcontact_badge_overlay_pressed_light.xml │   │   │   ├── [1.4K] ratingbar_full_empty_holo_dark.xml │   │   │   ├── [1.4K] ratingbar_full_empty_holo_light.xml │   │   │   ├── [1.1K] ratingbar_full_empty_material.xml │   │   │   ├── [1.3K] ratingbar_full_empty.xml │   │   │   ├── [1.4K] ratingbar_full_filled_holo_dark.xml │   │   │   ├── [1.4K] ratingbar_full_filled_holo_light.xml │   │   │   ├── [1.1K] ratingbar_full_filled_material.xml │   │   │   ├── [1.3K] ratingbar_full_filled.xml │   │   │   ├── [1.1K] ratingbar_full_half_material.xml │   │   │   ├── [1.1K] ratingbar_full_holo_dark.xml │   │   │   ├── [1.1K] ratingbar_full_holo_light.xml │   │   │   ├── [1.1K] ratingbar_full.xml │   │   │   ├── [1.1K] ratingbar_holo_dark.xml │   │   │   ├── [1.1K] ratingbar_holo_light.xml │   │   │   ├── [1.4K] ratingbar_indicator_material.xml │   │   │   ├── [1.3K] ratingbar_material.xml │   │   │   ├── [1.1K] ratingbar_small_holo_dark.xml │   │   │   ├── [1.1K] ratingbar_small_holo_light.xml │   │   │   ├── [1.4K] ratingbar_small_material.xml │   │   │   ├── [1.1K] ratingbar_small.xml │   │   │   ├── [1.1K] ratingbar.xml │   │   │   ├── [ 943] screen_background_selector_dark.xml │   │   │   ├── [ 945] screen_background_selector_light.xml │   │   │   ├── [ 900] scrollbar_handle_material.xml │   │   │   ├── [ 901] scroll_indicator_material.xml │   │   │   ├── [1.1K] scrubber_control_selector_holo.xml │   │   │   ├── [1.2K] scrubber_progress_horizontal_holo_dark.xml │   │   │   ├── [1.2K] scrubber_progress_horizontal_holo_light.xml │   │   │   ├── [ 940] search_dropdown_dark.xml │   │   │   ├── [ 940] search_dropdown_light.xml │   │   │   ├── [ 914] search_spinner.xml │   │   │   ├── [1.9K] seekbar_thumb_material_anim.xml │   │   │   ├── [ 337] seekbar_thumb_pressed_to_unpressed_animation.xml │   │   │   ├── [1.5K] seekbar_thumb_pressed_to_unpressed.xml │   │   │   ├── [ 341] seekbar_thumb_unpressed_to_pressed_animation.xml │   │   │   ├── [1.5K] seekbar_thumb_unpressed_to_pressed.xml │   │   │   ├── [2.5K] seekbar_track_material.xml │   │   │   ├── [1.3K] seek_thumb.xml │   │   │   ├── [ 815] settings_header.xml │   │   │   ├── [ 934] silent_mode_indicator.xml │   │   │   ├── [ 851] spinner_ab_default_holo_dark.xml │   │   │   ├── [ 852] spinner_ab_default_holo_light.xml │   │   │   ├── [ 852] spinner_ab_disabled_holo_dark.xml │   │   │   ├── [ 853] spinner_ab_disabled_holo_light.xml │   │   │   ├── [ 851] spinner_ab_focused_holo_dark.xml │   │   │   ├── [ 852] spinner_ab_focused_holo_light.xml │   │   │   ├── [1.2K] spinner_ab_holo_dark.xml │   │   │   ├── [1.2K] spinner_ab_holo_light.xml │   │   │   ├── [ 851] spinner_ab_pressed_holo_dark.xml │   │   │   ├── [ 852] spinner_ab_pressed_holo_light.xml │   │   │   ├── [1.2K] spinner_background_holo_dark.xml │   │   │   ├── [1.2K] spinner_background_holo_light.xml │   │   │   ├── [1.3K] spinner_background_material.xml │   │   │   ├── [1.0K] spinner_background.xml │   │   │   ├── [ 848] spinner_default_holo_dark.xml │   │   │   ├── [ 849] spinner_default_holo_light.xml │   │   │   ├── [ 849] spinner_disabled_holo_dark.xml │   │   │   ├── [ 850] spinner_disabled_holo_light.xml │   │   │   ├── [ 944] spinner_dropdown_background.xml │   │   │   ├── [ 848] spinner_focused_holo_dark.xml │   │   │   ├── [ 849] spinner_focused_holo_light.xml │   │   │   ├── [ 848] spinner_pressed_holo_dark.xml │   │   │   ├── [ 849] spinner_pressed_holo_light.xml │   │   │   ├── [ 928] spinner_textfield_background_material.xml │   │   │   ├── [1.4K] stat_notify_call_mute.xml │   │   │   ├── [1.2K] stat_notify_disabled_data.xml │   │   │   ├── [1.6K] stat_notify_wifi_in_range.xml │   │   │   ├── [1.5K] stat_sys_battery_charge.xml │   │   │   ├── [1.5K] stat_sys_battery.xml │   │   │   ├── [ 793] stat_sys_download_done_static.xml │   │   │   ├── [1.4K] stat_sys_download.xml │   │   │   ├── [1.4K] stat_sys_speakerphone.xml │   │   │   ├── [1.4K] stat_sys_tether_wifi.xml │   │   │   ├── [1.4K] stat_sys_upload.xml │   │   │   ├── [1.1K] status_bar_item_app_background.xml │   │   │   ├── [1.1K] status_bar_item_background.xml │   │   │   ├── [ 871] submenu_arrow.xml │   │   │   ├── [1.1K] switch_inner_holo_dark.xml │   │   │   ├── [1.1K] switch_inner_holo_light.xml │   │   │   ├── [7.6K] switch_thumb_material_anim.xml │   │   │   ├── [ 945] switch_track_holo_dark.xml │   │   │   ├── [ 947] switch_track_holo_light.xml │   │   │   ├── [1.1K] switch_track_material.xml │   │   │   ├── [1.0K] tab_bottom_left_v4.xml │   │   │   ├── [1.0K] tab_bottom_left.xml │   │   │   ├── [1.1K] tab_bottom_right_v4.xml │   │   │   ├── [1.0K] tab_bottom_right.xml │   │   │   ├── [2.1K] tab_indicator_ab_holo.xml │   │   │   ├── [2.1K] tab_indicator_holo.xml │   │   │   ├── [1.3K] tab_indicator_material.xml │   │   │   ├── [1.5K] tab_indicator_v4.xml │   │   │   ├── [1.5K] tab_indicator.xml │   │   │   ├── [1.0K] text_cursor_material.xml │   │   │   ├── [1.2K] textfield_search_empty.xml │   │   │   ├── [1.5K] textfield_search_material.xml │   │   │   ├── [ 947] textfield_searchview_holo_dark.xml │   │   │   ├── [ 949] textfield_searchview_holo_light.xml │   │   │   ├── [ 999] textfield_searchview_right_holo_dark.xml │   │   │   ├── [ 999] textfield_searchview_right_holo_light.xml │   │   │   ├── [1.2K] textfield_search.xml │   │   │   ├── [ 851] text_select_handle_left_material.xml │   │   │   ├── [ 853] text_select_handle_middle_material.xml │   │   │   ├── [ 852] text_select_handle_right_material.xml │   │   │   ├── [ 970] title_bar_shadow.xml │   │   │   ├── [ 818] title_bar.xml │   │   │   ├── [1.4K] vector_drawable_progress_bar_large.xml │   │   │   ├── [1.4K] vector_drawable_progress_bar_medium.xml │   │   │   ├── [1.4K] vector_drawable_progress_bar_small.xml │   │   │   ├── [1.9K] vector_drawable_progress_indeterminate_horizontal.xml │   │   │   └── [ 892] view_accessibility_focused.xml │   │   ├── [4.0K] drawable-en-hdpi │   │   │   └── [2.3K] sym_keyboard_delete.png │   │   ├── [4.0K] drawable-en-ldpi │   │   │   ├── [ 892] sym_keyboard_delete.png │   │   │   └── [ 704] sym_keyboard_feedback_delete.png │   │   ├── [4.0K] drawable-en-mdpi │   │   │   ├── [1.3K] sym_keyboard_delete.png │   │   │   └── [ 524] sym_keyboard_feedback_delete.png │   │   ├── [ 72K] drawable-hdpi │   │   │   ├── [ 144] ab_bottom_solid_dark_holo.9.png │   │   │   ├── [ 138] ab_bottom_solid_inverse_holo.9.png │   │   │   ├── [ 144] ab_bottom_solid_light_holo.9.png │   │   │   ├── [ 135] ab_bottom_transparent_dark_holo.9.png │   │   │   ├── [ 134] ab_bottom_transparent_light_holo.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_dark.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_light.9.png │   │   │   ├── [ 124] ab_share_pack_mtrl_alpha.9.png │   │   │   ├── [ 146] ab_solid_dark_holo.9.png │   │   │   ├── [ 145] ab_solid_light_holo.9.png │   │   │   ├── [ 192] ab_solid_shadow_holo.9.png │   │   │   ├── [ 192] ab_solid_shadow_mtrl_alpha.9.png │   │   │   ├── [ 146] ab_stacked_solid_dark_holo.9.png │   │   │   ├── [ 146] ab_stacked_solid_inverse_holo.9.png │   │   │   ├── [ 146] ab_stacked_solid_light_holo.9.png │   │   │   ├── [ 139] ab_stacked_transparent_dark_holo.9.png │   │   │   ├── [ 133] ab_stacked_transparent_light_holo.9.png │   │   │   ├── [ 155] ab_transparent_dark_holo.9.png │   │   │   ├── [ 145] ab_transparent_light_holo.9.png │   │   │   ├── [1.7K] activity_title_bar.9.png │   │   │   ├── [ 618] arrow_down_float.png │   │   │   ├── [ 616] arrow_up_float.png │   │   │   ├── [4.8K] battery_charge_background.png │   │   │   ├── [ 389] bottom_bar.png │   │   │   ├── [ 104] btn_cab_done_default_holo_dark.9.png │   │   │   ├── [ 102] btn_cab_done_default_holo_light.9.png │   │   │   ├── [ 112] btn_cab_done_focused_holo_dark.9.png │   │   │   ├── [ 108] btn_cab_done_focused_holo_light.9.png │   │   │   ├── [ 168] btn_cab_done_pressed_holo_dark.9.png │   │   │   ├── [ 161] btn_cab_done_pressed_holo_light.9.png │   │   │   ├── [ 895] btn_check_buttonless_off.png │   │   │   ├── [1.0K] btn_check_buttonless_on.png │   │   │   ├── [ 224] btn_check_label_background.9.png │   │   │   ├── [ 433] btn_check_off_disabled_focused_holo_dark.png │   │   │   ├── [ 433] btn_check_off_disabled_focused_holo_light.png │   │   │   ├── [ 354] btn_check_off_disabled_holo_dark.png │   │   │   ├── [ 361] btn_check_off_disabled_holo_light.png │   │   │   ├── [ 370] btn_check_off_disable_focused_holo_dark.png │   │   │   ├── [ 364] btn_check_off_disable_focused_holo_light.png │   │   │   ├── [1.4K] btn_check_off_disable_focused.png │   │   │   ├── [ 370] btn_check_off_disable_holo_dark.png │   │   │   ├── [ 364] btn_check_off_disable_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable.png │   │   │   ├── [ 450] btn_check_off_focused_holo_dark.png │   │   │   ├── [ 515] btn_check_off_focused_holo_light.png │   │   │   ├── [ 361] btn_check_off_holo_dark.png │   │   │   ├── [ 362] btn_check_off_holo_light.png │   │   │   ├── [ 486] btn_check_off_holo.png │   │   │   ├── [ 465] btn_check_off_normal_holo_dark.png │   │   │   ├── [ 466] btn_check_off_normal_holo_light.png │   │   │   ├── [1.2K] btn_check_off.png │   │   │   ├── [ 628] btn_check_off_pressed_holo_dark.png │   │   │   ├── [ 665] btn_check_off_pressed_holo_light.png │   │   │   ├── [3.3K] btn_check_off_pressed.png │   │   │   ├── [3.5K] btn_check_off_selected.png │   │   │   ├── [ 938] btn_check_on_disabled_focused_holo_dark.png │   │   │   ├── [ 783] btn_check_on_disabled_focused_holo_light.png │   │   │   ├── [ 585] btn_check_on_disabled_holo_dark.png │   │   │   ├── [ 624] btn_check_on_disabled_holo_light.png │   │   │   ├── [ 935] btn_check_on_disable_focused_holo_light.png │   │   │   ├── [1.9K] btn_check_on_disable_focused.png │   │   │   ├── [1.1K] btn_check_on_disable_holo_dark.png │   │   │   ├── [ 935] btn_check_on_disable_holo_light.png │   │   │   ├── [1.8K] btn_check_on_disable.png │   │   │   ├── [2.4K] btn_check_on_focused_holo_dark.png │   │   │   ├── [2.4K] btn_check_on_focused_holo_light.png │   │   │   ├── [2.1K] btn_check_on_holo_dark.png │   │   │   ├── [2.1K] btn_check_on_holo_light.png │   │   │   ├── [2.3K] btn_check_on_holo.png │   │   │   ├── [2.1K] btn_check_on.png │   │   │   ├── [1.0K] btn_check_on_pressed_holo_dark.png │   │   │   ├── [1.1K] btn_check_on_pressed_holo_light.png │   │   │   ├── [3.3K] btn_check_on_pressed.png │   │   │   ├── [3.5K] btn_check_on_selected.png │   │   │   ├── [2.3K] btn_circle_disable_focused.png │   │   │   ├── [2.7K] btn_circle_disable.png │   │   │   ├── [2.8K] btn_circle_normal.png │   │   │   ├── [4.3K] btn_circle_pressed.png │   │   │   ├── [4.4K] btn_circle_selected.png │   │   │   ├── [2.2K] btn_close_normal.png │   │   │   ├── [2.8K] btn_close_pressed.png │   │   │   ├── [3.0K] btn_close_selected.png │   │   │   ├── [ 438] btn_default_disabled_focused_holo_dark.9.png │   │   │   ├── [ 438] btn_default_disabled_focused_holo_light.9.png │   │   │   ├── [ 355] btn_default_disabled_holo.9.png │   │   │   ├── [ 420] btn_default_disabled_holo_dark.9.png │   │   │   ├── [ 420] btn_default_disabled_holo_light.9.png │   │   │   ├── [ 521] btn_default_focused_holo.9.png │   │   │   ├── [ 391] btn_default_focused_holo_dark.9.png │   │   │   ├── [ 391] btn_default_focused_holo_light.9.png │   │   │   ├── [1.8K] btn_default_normal.9.png │   │   │   ├── [3.5K] btn_default_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 372] btn_default_normal_holo.9.png │   │   │   ├── [ 432] btn_default_normal_holo_dark.9.png │   │   │   ├── [ 452] btn_default_normal_holo_light.9.png │   │   │   ├── [1.9K] btn_default_pressed.9.png │   │   │   ├── [ 380] btn_default_pressed_holo.9.png │   │   │   ├── [ 426] btn_default_pressed_holo_dark.9.png │   │   │   ├── [ 424] btn_default_pressed_holo_light.9.png │   │   │   ├── [1.5K] btn_default_selected.9.png │   │   │   ├── [1.7K] btn_default_small_normal.9.png │   │   │   ├── [1.6K] btn_default_small_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [1.5K] btn_default_small_pressed.9.png │   │   │   ├── [1.4K] btn_default_small_selected.9.png │   │   │   ├── [1.6K] btn_default_transparent_normal.9.png │   │   │   ├── [2.4K] btn_dialog_disable.png │   │   │   ├── [2.2K] btn_dialog_normal.png │   │   │   ├── [2.8K] btn_dialog_pressed.png │   │   │   ├── [3.0K] btn_dialog_selected.png │   │   │   ├── [3.3K] btn_dropdown_disabled.9.png │   │   │   ├── [3.4K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [2.6K] btn_dropdown_normal.9.png │   │   │   ├── [7.2K] btn_dropdown_pressed.9.png │   │   │   ├── [8.0K] btn_dropdown_selected.9.png │   │   │   ├── [ 690] btn_erase_default.9.png │   │   │   ├── [ 726] btn_erase_pressed.9.png │   │   │   ├── [ 747] btn_erase_selected.9.png │   │   │   ├── [1.0K] btn_global_search_normal.9.png │   │   │   ├── [ 280] btn_group_disabled_holo_dark.9.png │   │   │   ├── [ 272] btn_group_disabled_holo_light.9.png │   │   │   ├── [ 404] btn_group_focused_holo_dark.9.png │   │   │   ├── [ 404] btn_group_focused_holo_light.9.png │   │   │   ├── [ 280] btn_group_normal_holo_dark.9.png │   │   │   ├── [ 272] btn_group_normal_holo_light.9.png │   │   │   ├── [ 392] btn_group_pressed_holo_dark.9.png │   │   │   ├── [ 395] btn_group_pressed_holo_light.9.png │   │   │   ├── [ 435] btn_keyboard_key_dark_normal_holo.9.png │   │   │   ├── [ 514] btn_keyboard_key_dark_normal_off_holo.9.png │   │   │   ├── [ 585] btn_keyboard_key_dark_normal_on_holo.9.png │   │   │   ├── [ 553] btn_keyboard_key_dark_pressed_holo.9.png │   │   │   ├── [ 632] btn_keyboard_key_dark_pressed_off_holo.9.png │   │   │   ├── [ 720] btn_keyboard_key_dark_pressed_on_holo.9.png │   │   │   ├── [1.6K] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [1.9K] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [1.9K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [1.7K] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [2.0K] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [2.0K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 468] btn_keyboard_key_light_normal_holo.9.png │   │   │   ├── [ 547] btn_keyboard_key_light_pressed_holo.9.png │   │   │   ├── [ 715] btn_keyboard_key_normal.9.png │   │   │   ├── [1001] btn_keyboard_key_normal_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_normal_on.9.png │   │   │   ├── [ 745] btn_keyboard_key_pressed.9.png │   │   │   ├── [1.0K] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [1.2K] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [1.0K] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [1.7K] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [1.1K] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [1.1K] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [1.7K] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [ 940] btn_media_player.9.png │   │   │   ├── [ 941] btn_media_player_disabled.9.png │   │   │   ├── [1.1K] btn_media_player_disabled_selected.9.png │   │   │   ├── [ 861] btn_media_player_pressed.9.png │   │   │   ├── [1.3K] btn_media_player_selected.9.png │   │   │   ├── [8.1K] btn_minus_default.png │   │   │   ├── [6.2K] btn_minus_disable_focused.png │   │   │   ├── [8.4K] btn_minus_disable.png │   │   │   ├── [6.2K] btn_minus_pressed.png │   │   │   ├── [8.8K] btn_minus_selected.png │   │   │   ├── [8.3K] btn_plus_default.png │   │   │   ├── [6.4K] btn_plus_disable_focused.png │   │   │   ├── [8.6K] btn_plus_disable.png │   │   │   ├── [9.0K] btn_plus_pressed.png │   │   │   ├── [9.0K] btn_plus_selected.png │   │   │   ├── [ 216] btn_radio_label_background.9.png │   │   │   ├── [1.3K] btn_radio_off_disabled_focused_holo_dark.png │   │   │   ├── [1.4K] btn_radio_off_disabled_focused_holo_light.png │   │   │   ├── [ 654] btn_radio_off_disabled_holo_dark.png │   │   │   ├── [ 717] btn_radio_off_disabled_holo_light.png │   │   │   ├── [1.6K] btn_radio_off_focused_holo_dark.png │   │   │   ├── [1.8K] btn_radio_off_focused_holo_light.png │   │   │   ├── [ 682] btn_radio_off_holo_dark.png │   │   │   ├── [ 794] btn_radio_off_holo_light.png │   │   │   ├── [1.1K] btn_radio_off_holo.png │   │   │   ├── [3.6K] btn_radio_off.png │   │   │   ├── [1.5K] btn_radio_off_pressed_holo_dark.png │   │   │   ├── [1.8K] btn_radio_off_pressed_holo_light.png │   │   │   ├── [4.6K] btn_radio_off_pressed.png │   │   │   ├── [4.7K] btn_radio_off_selected.png │   │   │   ├── [2.0K] btn_radio_on_disabled_focused_holo_dark.png │   │   │   ├── [2.1K] btn_radio_on_disabled_focused_holo_light.png │   │   │   ├── [1.0K] btn_radio_on_disabled_holo_dark.png │   │   │   ├── [1.1K] btn_radio_on_disabled_holo_light.png │   │   │   ├── [2.7K] btn_radio_on_focused_holo_dark.png │   │   │   ├── [2.9K] btn_radio_on_focused_holo_light.png │   │   │   ├── [1.8K] btn_radio_on_holo_dark.png │   │   │   ├── [2.2K] btn_radio_on_holo_light.png │   │   │   ├── [1.7K] btn_radio_on_holo.png │   │   │   ├── [3.6K] btn_radio_on.png │   │   │   ├── [1.8K] btn_radio_on_pressed_holo_dark.png │   │   │   ├── [2.2K] btn_radio_on_pressed_holo_light.png │   │   │   ├── [4.6K] btn_radio_on_pressed.png │   │   │   ├── [4.7K] btn_radio_on_selected.png │   │   │   ├── [1.1K] btn_radio_to_off_mtrl_000.png │   │   │   ├── [ 966] btn_radio_to_off_mtrl_001.png │   │   │   ├── [ 974] btn_radio_to_off_mtrl_002.png │   │   │   ├── [ 945] btn_radio_to_off_mtrl_003.png │   │   │   ├── [ 924] btn_radio_to_off_mtrl_004.png │   │   │   ├── [ 854] btn_radio_to_off_mtrl_005.png │   │   │   ├── [ 754] btn_radio_to_off_mtrl_006.png │   │   │   ├── [ 863] btn_radio_to_off_mtrl_007.png │   │   │   ├── [ 908] btn_radio_to_off_mtrl_008.png │   │   │   ├── [ 944] btn_radio_to_off_mtrl_009.png │   │   │   ├── [ 976] btn_radio_to_off_mtrl_010.png │   │   │   ├── [ 948] btn_radio_to_off_mtrl_011.png │   │   │   ├── [ 976] btn_radio_to_off_mtrl_012.png │   │   │   ├── [ 956] btn_radio_to_off_mtrl_013.png │   │   │   ├── [ 941] btn_radio_to_off_mtrl_014.png │   │   │   ├── [ 951] btn_radio_to_off_mtrl_015.png │   │   │   ├── [ 951] btn_radio_to_on_mtrl_000.png │   │   │   ├── [ 914] btn_radio_to_on_mtrl_001.png │   │   │   ├── [ 830] btn_radio_to_on_mtrl_002.png │   │   │   ├── [ 779] btn_radio_to_on_mtrl_003.png │   │   │   ├── [ 954] btn_radio_to_on_mtrl_004.png │   │   │   ├── [ 874] btn_radio_to_on_mtrl_005.png │   │   │   ├── [ 886] btn_radio_to_on_mtrl_006.png │   │   │   ├── [ 988] btn_radio_to_on_mtrl_007.png │   │   │   ├── [ 979] btn_radio_to_on_mtrl_008.png │   │   │   ├── [ 975] btn_radio_to_on_mtrl_009.png │   │   │   ├── [1.0K] btn_radio_to_on_mtrl_010.png │   │   │   ├── [1.0K] btn_radio_to_on_mtrl_011.png │   │   │   ├── [1.1K] btn_radio_to_on_mtrl_012.png │   │   │   ├── [1.0K] btn_radio_to_on_mtrl_013.png │   │   │   ├── [1.1K] btn_radio_to_on_mtrl_014.png │   │   │   ├── [1.1K] btn_radio_to_on_mtrl_015.png │   │   │   ├── [3.5K] btn_rating_star_off_disabled_focused_holo_dark.png │   │   │   ├── [3.7K] btn_rating_star_off_disabled_focused_holo_light.png │   │   │   ├── [2.1K] btn_rating_star_off_disabled_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_off_disabled_holo_light.png │   │   │   ├── [3.7K] btn_rating_star_off_focused_holo_dark.png │   │   │   ├── [3.9K] btn_rating_star_off_focused_holo_light.png │   │   │   ├── [1.1K] btn_rating_star_off_mtrl_alpha.png │   │   │   ├── [2.4K] btn_rating_star_off_normal_holo_dark.png │   │   │   ├── [2.5K] btn_rating_star_off_normal_holo_light.png │   │   │   ├── [4.3K] btn_rating_star_off_normal.png │   │   │   ├── [4.1K] btn_rating_star_off_pressed_holo_dark.png │   │   │   ├── [4.2K] btn_rating_star_off_pressed_holo_light.png │   │   │   ├── [5.9K] btn_rating_star_off_pressed.png │   │   │   ├── [5.8K] btn_rating_star_off_selected.png │   │   │   ├── [3.6K] btn_rating_star_on_disabled_focused_holo_dark.png │   │   │   ├── [3.6K] btn_rating_star_on_disabled_focused_holo_light.png │   │   │   ├── [2.3K] btn_rating_star_on_disabled_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_on_disabled_holo_light.png │   │   │   ├── [3.8K] btn_rating_star_on_focused_holo_dark.png │   │   │   ├── [3.8K] btn_rating_star_on_focused_holo_light.png │   │   │   ├── [ 738] btn_rating_star_on_mtrl_alpha.png │   │   │   ├── [2.4K] btn_rating_star_on_normal_holo_dark.png │   │   │   ├── [2.5K] btn_rating_star_on_normal_holo_light.png │   │   │   ├── [4.9K] btn_rating_star_on_normal.png │   │   │   ├── [4.2K] btn_rating_star_on_pressed_holo_dark.png │   │   │   ├── [4.2K] btn_rating_star_on_pressed_holo_light.png │   │   │   ├── [6.1K] btn_rating_star_on_pressed.png │   │   │   ├── [6.0K] btn_rating_star_on_selected.png │   │   │   ├── [ 712] btn_search_dialog_default.9.png │   │   │   ├── [2.5K] btn_search_dialog_pressed.9.png │   │   │   ├── [2.5K] btn_search_dialog_selected.9.png │   │   │   ├── [1.0K] btn_search_dialog_voice_default.9.png │   │   │   ├── [1.6K] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [1.7K] btn_search_dialog_voice_selected.9.png │   │   │   ├── [1.1K] btn_square_overlay_disabled_focused.png │   │   │   ├── [ 822] btn_square_overlay_disabled.png │   │   │   ├── [ 858] btn_square_overlay_normal.png │   │   │   ├── [ 955] btn_square_overlay_pressed.png │   │   │   ├── [ 971] btn_square_overlay_selected.png │   │   │   ├── [2.5K] btn_star_big_off_disable_focused.png │   │   │   ├── [2.0K] btn_star_big_off_disable.png │   │   │   ├── [2.2K] btn_star_big_off.png │   │   │   ├── [2.6K] btn_star_big_off_pressed.png │   │   │   ├── [2.4K] btn_star_big_off_selected.png │   │   │   ├── [2.3K] btn_star_big_on_disable_focused.png │   │   │   ├── [2.0K] btn_star_big_on_disable.png │   │   │   ├── [2.6K] btn_star_big_on.png │   │   │   ├── [2.7K] btn_star_big_on_pressed.png │   │   │   ├── [2.4K] btn_star_big_on_selected.png │   │   │   ├── [ 185] btn_star_label_background.9.png │   │   │   ├── [ 496] btn_star_mtrl_alpha.png │   │   │   ├── [2.6K] btn_star_off_disabled_focused_holo_dark.png │   │   │   ├── [2.7K] btn_star_off_disabled_focused_holo_light.png │   │   │   ├── [1.7K] btn_star_off_disabled_holo_dark.png │   │   │   ├── [1.9K] btn_star_off_disabled_holo_light.png │   │   │   ├── [2.8K] btn_star_off_focused_holo_dark.png │   │   │   ├── [2.9K] btn_star_off_focused_holo_light.png │   │   │   ├── [1.9K] btn_star_off_normal_holo_dark.png │   │   │   ├── [2.0K] btn_star_off_normal_holo_light.png │   │   │   ├── [3.2K] btn_star_off_pressed_holo_dark.png │   │   │   ├── [3.2K] btn_star_off_pressed_holo_light.png │   │   │   ├── [2.6K] btn_star_on_disabled_focused_holo_dark.png │   │   │   ├── [2.7K] btn_star_on_disabled_focused_holo_light.png │   │   │   ├── [1.9K] btn_star_on_disabled_holo_dark.png │   │   │   ├── [1.9K] btn_star_on_disabled_holo_light.png │   │   │   ├── [2.8K] btn_star_on_focused_holo_dark.png │   │   │   ├── [2.9K] btn_star_on_focused_holo_light.png │   │   │   ├── [2.0K] btn_star_on_normal_holo_dark.png │   │   │   ├── [2.0K] btn_star_on_normal_holo_light.png │   │   │   ├── [3.2K] btn_star_on_pressed_holo_dark.png │   │   │   ├── [3.2K] btn_star_on_pressed_holo_light.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00001.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00002.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00003.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00004.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00005.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00006.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00007.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00008.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00009.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00010.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00011.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00012.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00001.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00002.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00003.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00004.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00005.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00006.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00007.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00008.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00009.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00010.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00011.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00012.9.png │   │   │   ├── [ 584] btn_toggle_off.9.png │   │   │   ├── [ 468] btn_toggle_off_disabled_focused_holo_dark.9.png │   │   │   ├── [ 468] btn_toggle_off_disabled_focused_holo_light.9.png │   │   │   ├── [ 443] btn_toggle_off_disabled_holo_dark.9.png │   │   │   ├── [ 443] btn_toggle_off_disabled_holo_light.9.png │   │   │   ├── [ 420] btn_toggle_off_focused_holo_dark.9.png │   │   │   ├── [ 420] btn_toggle_off_focused_holo_light.9.png │   │   │   ├── [ 456] btn_toggle_off_normal_holo_dark.9.png │   │   │   ├── [ 458] btn_toggle_off_normal_holo_light.9.png │   │   │   ├── [ 462] btn_toggle_off_pressed_holo_dark.9.png │   │   │   ├── [ 459] btn_toggle_off_pressed_holo_light.9.png │   │   │   ├── [ 602] btn_toggle_on.9.png │   │   │   ├── [ 530] btn_toggle_on_disabled_focused_holo_dark.9.png │   │   │   ├── [ 530] btn_toggle_on_disabled_focused_holo_light.9.png │   │   │   ├── [ 567] btn_toggle_on_disabled_holo_dark.9.png │   │   │   ├── [ 567] btn_toggle_on_disabled_holo_light.9.png │   │   │   ├── [ 493] btn_toggle_on_focused_holo_dark.9.png │   │   │   ├── [ 493] btn_toggle_on_focused_holo_light.9.png │   │   │   ├── [ 592] btn_toggle_on_normal_holo_dark.9.png │   │   │   ├── [ 608] btn_toggle_on_normal_holo_light.9.png │   │   │   ├── [ 563] btn_toggle_on_pressed_holo_dark.9.png │   │   │   ├── [ 604] btn_toggle_on_pressed_holo_light.9.png │   │   │   ├── [2.2K] btn_zoom_down_disabled.9.png │   │   │   ├── [2.6K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [3.1K] btn_zoom_down_normal.9.png │   │   │   ├── [4.4K] btn_zoom_down_pressed.9.png │   │   │   ├── [4.4K] btn_zoom_down_selected.9.png │   │   │   ├── [3.1K] btn_zoom_page_normal.png │   │   │   ├── [3.4K] btn_zoom_page_press.png │   │   │   ├── [5.1K] btn_zoom_up_disabled.9.png │   │   │   ├── [5.4K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [6.1K] btn_zoom_up_normal.9.png │   │   │   ├── [6.4K] btn_zoom_up_pressed.9.png │   │   │   ├── [6.3K] btn_zoom_up_selected.9.png │   │   │   ├── [ 431] button_onoff_indicator_off.png │   │   │   ├── [ 431] button_onoff_indicator_on.png │   │   │   ├── [ 149] cab_background_bottom_holo_dark.9.png │   │   │   ├── [ 145] cab_background_bottom_holo_light.9.png │   │   │   ├── [ 126] cab_background_bottom_mtrl_alpha.9.png │   │   │   ├── [ 147] cab_background_top_holo_dark.9.png │   │   │   ├── [ 147] cab_background_top_holo_light.9.png │   │   │   ├── [ 119] cab_background_top_mtrl_alpha.9.png │   │   │   ├── [1.8K] call_contact.png │   │   │   ├── [ 803] checkbox_off_background.png │   │   │   ├── [1.2K] checkbox_on_background.png │   │   │   ├── [ 469] cling_arrow_up.png │   │   │   ├── [ 284] cling_bg.9.png │   │   │   ├── [ 450] cling_button_normal.9.png │   │   │   ├── [ 453] cling_button_pressed.9.png │   │   │   ├── [ 10K] clock_dial.png │   │   │   ├── [2.1K] clock_hand_hour.png │   │   │   ├── [2.5K] clock_hand_minute.png │   │   │   ├── [ 222] code_lock_bottom.9.png │   │   │   ├── [ 168] code_lock_left.9.png │   │   │   ├── [ 165] code_lock_top.9.png │   │   │   ├── [ 511] combobox_disabled.png │   │   │   ├── [ 530] combobox_nohighlight.png │   │   │   ├── [1.0K] compass_arrow.png │   │   │   ├── [3.9K] compass_base.png │   │   │   ├── [ 219] contact_header_bg.9.png │   │   │   ├── [ 956] create_contact.png │   │   │   ├── [ 693] dark_header.9.png │   │   │   ├── [ 142] day_picker_week_view_dayline_holo.9.png │   │   │   ├── [ 913] dialog_bottom_holo_dark.9.png │   │   │   ├── [ 965] dialog_bottom_holo_light.9.png │   │   │   ├── [ 176] dialog_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 182] dialog_divider_horizontal_holo_light.9.png │   │   │   ├── [ 296] dialog_divider_horizontal_light.9.png │   │   │   ├── [1.4K] dialog_full_holo_dark.9.png │   │   │   ├── [1.5K] dialog_full_holo_light.9.png │   │   │   ├── [ 676] dialog_ic_close_focused_holo_dark.png │   │   │   ├── [ 675] dialog_ic_close_focused_holo_light.png │   │   │   ├── [ 337] dialog_ic_close_normal_holo_dark.png │   │   │   ├── [ 347] dialog_ic_close_normal_holo_light.png │   │   │   ├── [ 444] dialog_ic_close_pressed_holo_dark.png │   │   │   ├── [ 496] dialog_ic_close_pressed_holo_light.png │   │   │   ├── [ 330] dialog_middle_holo.9.png │   │   │   ├── [ 293] dialog_middle_holo_dark.9.png │   │   │   ├── [ 302] dialog_middle_holo_light.9.png │   │   │   ├── [ 803] dialog_top_holo_dark.9.png │   │   │   ├── [ 774] dialog_top_holo_light.9.png │   │   │   ├── [ 97] divider_horizontal_bright.9.png │   │   │   ├── [ 106] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dark.9.png │   │   │   ├── [ 106] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 165] divider_horizontal_holo_dark.9.png │   │   │   ├── [ 164] divider_horizontal_holo_light.9.png │   │   │   ├── [ 142] divider_horizontal_textfield.9.png │   │   │   ├── [ 122] divider_strong_holo.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 103] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 157] divider_vertical_holo_dark.9.png │   │   │   ├── [ 158] divider_vertical_holo_light.9.png │   │   │   ├── [ 713] dropdown_disabled_focused_holo_dark.9.png │   │   │   ├── [ 742] dropdown_disabled_focused_holo_light.9.png │   │   │   ├── [ 434] dropdown_disabled_holo_dark.9.png │   │   │   ├── [ 484] dropdown_disabled_holo_light.9.png │   │   │   ├── [ 741] dropdown_focused_holo_dark.9.png │   │   │   ├── [ 761] dropdown_focused_holo_light.9.png │   │   │   ├── [ 663] dropdown_ic_arrow_disabled_focused_holo_dark.png │   │   │   ├── [ 689] dropdown_ic_arrow_disabled_focused_holo_light.png │   │   │   ├── [ 405] dropdown_ic_arrow_disabled_holo_dark.png │   │   │   ├── [ 416] dropdown_ic_arrow_disabled_holo_light.png │   │   │   ├── [ 691] dropdown_ic_arrow_focused_holo_dark.png │   │   │   ├── [ 707] dropdown_ic_arrow_focused_holo_light.png │   │   │   ├── [ 508] dropdown_ic_arrow_normal_holo_dark.png │   │   │   ├── [ 551] dropdown_ic_arrow_normal_holo_light.png │   │   │   ├── [ 547] dropdown_ic_arrow_pressed_holo_dark.png │   │   │   ├── [ 739] dropdown_ic_arrow_pressed_holo_light.png │   │   │   ├── [ 613] dropdown_normal_holo_dark.9.png │   │   │   ├── [ 663] dropdown_normal_holo_light.9.png │   │   │   ├── [ 693] dropdown_pressed_holo_dark.9.png │   │   │   ├── [ 738] dropdown_pressed_holo_light.9.png │   │   │   ├── [1.3K] editbox_background_focus_yellow.9.png │   │   │   ├── [ 642] editbox_background_normal.9.png │   │   │   ├── [ 395] editbox_dropdown_background.9.png │   │   │   ├── [ 402] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 209] edit_query_background_normal.9.png │   │   │   ├── [3.9K] edit_query_background_pressed.9.png │   │   │   ├── [4.0K] edit_query_background_selected.9.png │   │   │   ├── [4.3K] edit_query.png │   │   │   ├── [1.4K] emo_im_angel.png │   │   │   ├── [1.4K] emo_im_cool.png │   │   │   ├── [1.2K] emo_im_crying.png │   │   │   ├── [1.2K] emo_im_embarrassed.png │   │   │   ├── [1.3K] emo_im_foot_in_mouth.png │   │   │   ├── [1.2K] emo_im_happy.png │   │   │   ├── [1.3K] emo_im_kissing.png │   │   │   ├── [1.3K] emo_im_laughing.png │   │   │   ├── [1.4K] emo_im_lips_are_sealed.png │   │   │   ├── [1.5K] emo_im_money_mouth.png │   │   │   ├── [1.3K] emo_im_sad.png │   │   │   ├── [1.3K] emo_im_surprised.png │   │   │   ├── [1.4K] emo_im_tongue_sticking_out.png │   │   │   ├── [1.2K] emo_im_undecided.png │   │   │   ├── [1.3K] emo_im_winking.png │   │   │   ├── [1.3K] emo_im_wtf.png │   │   │   ├── [1.3K] emo_im_yelling.png │   │   │   ├── [ 555] expander_close_holo_dark.9.png │   │   │   ├── [ 475] expander_close_holo_light.9.png │   │   │   ├── [ 326] expander_close_mtrl_alpha.9.png │   │   │   ├── [2.9K] expander_ic_maximized.9.png │   │   │   ├── [2.9K] expander_ic_minimized.9.png │   │   │   ├── [ 609] expander_open_holo_dark.9.png │   │   │   ├── [ 485] expander_open_holo_light.9.png │   │   │   ├── [ 330] expander_open_mtrl_alpha.9.png │   │   │   ├── [1.7K] fastscroll_label_left_holo_dark.9.png │   │   │   ├── [1.7K] fastscroll_label_left_holo_light.9.png │   │   │   ├── [1.7K] fastscroll_label_right_holo_dark.9.png │   │   │   ├── [1.6K] fastscroll_label_right_holo_light.9.png │   │   │   ├── [ 403] fastscroll_thumb_default_holo.png │   │   │   ├── [ 620] fastscroll_thumb_pressed_holo.png │   │   │   ├── [ 131] fastscroll_track_default_holo_dark.9.png │   │   │   ├── [ 131] fastscroll_track_default_holo_light.9.png │   │   │   ├── [ 132] fastscroll_track_pressed_holo_dark.9.png │   │   │   ├── [ 132] fastscroll_track_pressed_holo_light.9.png │   │   │   ├── [2.2K] focused_application_background_static.png │   │   │   ├── [ 990] frame_gallery_thumb.9.png │   │   │   ├── [ 976] frame_gallery_thumb_pressed.9.png │   │   │   ├── [ 783] frame_gallery_thumb_selected.9.png │   │   │   ├── [1.4K] gallery_selected_default.9.png │   │   │   ├── [1.6K] gallery_selected_focused.9.png │   │   │   ├── [1.6K] gallery_selected_pressed.9.png │   │   │   ├── [1.4K] gallery_unselected_default.9.png │   │   │   ├── [1.4K] gallery_unselected_pressed.9.png │   │   │   ├── [1.6K] grid_selector_background_focus.9.png │   │   │   ├── [1.5K] grid_selector_background_pressed.9.png │   │   │   ├── [1.5K] highlight_disabled.9.png │   │   │   ├── [1.5K] highlight_pressed.9.png │   │   │   ├── [1.6K] highlight_selected.9.png │   │   │   ├── [ 602] ic_ab_back_holo_dark_am.png │   │   │   ├── [ 546] ic_ab_back_holo_light_am.png │   │   │   ├── [ 22K] ic_action_assist_focused.png │   │   │   ├── [1.3K] ic_aggregated.png │   │   │   ├── [1015] ic_audio_notification_am_alpha.png │   │   │   ├── [1.2K] ic_audio_notification_mute_am_alpha.png │   │   │   ├── [ 457] ic_btn_round_more_disabled.png │   │   │   ├── [ 477] ic_btn_round_more_normal.png │   │   │   ├── [ 641] ic_btn_search_go.png │   │   │   ├── [1004] ic_btn_speak_now.png │   │   │   ├── [ 655] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [1.4K] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [ 702] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [2.0K] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 545] ic_bullet_key_permission.png │   │   │   ├── [ 713] ic_cab_done_holo_dark.png │   │   │   ├── [ 737] ic_cab_done_holo_light.png │   │   │   ├── [1.0K] ic_cab_done_holo.png │   │   │   ├── [ 336] ic_cab_done_mtrl_alpha.png │   │   │   ├── [ 924] ic_checkmark_holo_light.png │   │   │   ├── [1.7K] ic_clear_disabled.png │   │   │   ├── [ 294] ic_clear_mtrl_alpha.png │   │   │   ├── [1.9K] ic_clear_normal.png │   │   │   ├── [ 739] ic_clear_search_api_disabled_holo_dark.png │   │   │   ├── [1.5K] ic_clear_search_api_disabled_holo_light.png │   │   │   ├── [ 874] ic_clear_search_api_holo_dark.png │   │   │   ├── [1.5K] ic_clear_search_api_holo_light.png │   │   │   ├── [2.2K] ic_coins_l.png │   │   │   ├── [1.1K] ic_coins_s.png │   │   │   ├── [ 597] ic_commit_search_api_holo_dark.png │   │   │   ├── [ 616] ic_commit_search_api_holo_light.png │   │   │   ├── [ 192] ic_commit_search_api_mtrl_alpha.png │   │   │   ├── [1.8K] ic_contact_picture_2.png │   │   │   ├── [1.1K] ic_contact_picture_3.png │   │   │   ├── [1.5K] ic_contact_picture.png │   │   │   ├── [2.8K] ic_corp_icon.png │   │   │   ├── [1.4K] ic_delete.png │   │   │   ├── [ 930] ic_dialog_alert_holo_dark.png │   │   │   ├── [1018] ic_dialog_alert_holo_light.png │   │   │   ├── [1.3K] ic_dialog_alert.png │   │   │   ├── [ 477] ic_dialog_close_normal_holo.png │   │   │   ├── [ 728] ic_dialog_close_pressed_holo.png │   │   │   ├── [1.1K] ic_dialog_dialer.png │   │   │   ├── [1.6K] ic_dialog_email.png │   │   │   ├── [1.0K] ic_dialog_focused_holo.png │   │   │   ├── [1.3K] ic_dialog_info.png │   │   │   ├── [1.7K] ic_dialog_map.png │   │   │   ├── [2.0K] ic_dialog_time.png │   │   │   ├── [1.4K] ic_dialog_usb.png │   │   │   ├── [ 943] ic_emergency.png │   │   │   ├── [1.0K] ic_find_next_holo_dark.png │   │   │   ├── [ 926] ic_find_next_holo_light.png │   │   │   ├── [ 409] ic_find_next_mtrl_alpha.png │   │   │   ├── [1.0K] ic_find_previous_holo_dark.png │   │   │   ├── [ 920] ic_find_previous_holo_light.png │   │   │   ├── [ 403] ic_find_previous_mtrl_alpha.png │   │   │   ├── [1.4K] ic_go.png │   │   │   ├── [ 468] ic_go_search_api_holo_dark.png │   │   │   ├── [1.2K] ic_go_search_api_holo_light.png │   │   │   ├── [3.3K] ic_grayedout_printer.png │   │   │   ├── [ 686] ic_input_add.png │   │   │   ├── [1.0K] ic_input_delete.png │   │   │   ├── [ 976] ic_input_get.png │   │   │   ├── [6.5K] ic_jog_dial_answer_and_end.png │   │   │   ├── [6.8K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [6.1K] ic_jog_dial_answer.png │   │   │   ├── [5.6K] ic_jog_dial_decline.png │   │   │   ├── [5.6K] ic_jog_dial_sound_off.png │   │   │   ├── [5.6K] ic_jog_dial_sound_on.png │   │   │   ├── [5.6K] ic_jog_dial_unlock.png │   │   │   ├── [8.2K] ic_jog_dial_vibrate_on.png │   │   │   ├── [6.7K] ic_launcher_android.png │   │   │   ├── [1.2K] ic_lock_airplane_mode_alpha.png │   │   │   ├── [1.2K] ic_lock_airplane_mode_off_am_alpha.png │   │   │   ├── [ 830] ic_lock_idle_alarm_alpha.png │   │   │   ├── [ 890] ic_lock_idle_charging.png │   │   │   ├── [ 784] ic_lock_idle_lock.png │   │   │   ├── [ 951] ic_lock_idle_low_battery.png │   │   │   ├── [ 789] ic_lock_lock_alpha.png │   │   │   ├── [ 390] ic_lock_open_wht_24dp.png │   │   │   ├── [ 391] ic_lock_outline_wht_24dp.png │   │   │   ├── [1.3K] ic_lock_power_off_alpha.png │   │   │   ├── [1.3K] ic_lock_ringer_off_alpha.png │   │   │   ├── [1.7K] ic_lock_ringer_on_alpha.png │   │   │   ├── [8.2K] ic_lockscreen_handle_pressed.png │   │   │   ├── [1.3K] ic_lock_silent_mode_off.png │   │   │   ├── [1.3K] ic_lock_silent_mode.png │   │   │   ├── [2.5K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [2.0K] ic_maps_indicator_current_position.png │   │   │   ├── [1.1K] ic_media_embed_play.png │   │   │   ├── [1.1K] ic_media_ff.png │   │   │   ├── [1.9K] ic_media_fullscreen.png │   │   │   ├── [1.0K] ic_media_next.png │   │   │   ├── [ 599] ic_media_pause.png │   │   │   ├── [1.1K] ic_media_play.png │   │   │   ├── [1.0K] ic_media_previous.png │   │   │   ├── [1.2K] ic_media_rew.png │   │   │   ├── [ 543] ic_media_route_disabled_holo_dark.png │   │   │   ├── [ 561] ic_media_route_disabled_holo_light.png │   │   │   ├── [ 409] ic_media_route_disabled_mtrl_alpha.png │   │   │   ├── [ 497] ic_media_route_off_holo_dark.png │   │   │   ├── [ 637] ic_media_route_off_holo_light.png │   │   │   ├── [ 445] ic_media_route_off_mtrl_alpha.png │   │   │   ├── [ 543] ic_media_route_on_0_holo_dark.png │   │   │   ├── [ 581] ic_media_route_on_0_holo_light.png │   │   │   ├── [ 426] ic_media_route_on_0_mtrl_alpha.png │   │   │   ├── [ 565] ic_media_route_on_1_holo_dark.png │   │   │   ├── [ 599] ic_media_route_on_1_holo_light.png │   │   │   ├── [ 446] ic_media_route_on_1_mtrl_alpha.png │   │   │   ├── [ 568] ic_media_route_on_2_holo_dark.png │   │   │   ├── [ 622] ic_media_route_on_2_holo_light.png │   │   │   ├── [ 448] ic_media_route_on_2_mtrl_alpha.png │   │   │   ├── [ 551] ic_media_route_on_holo_dark.png │   │   │   ├── [ 699] ic_media_route_on_holo_light.png │   │   │   ├── [ 494] ic_media_route_on_mtrl_alpha.png │   │   │   ├── [ 553] ic_media_stop.png │   │   │   ├── [6.9K] ic_media_video_poster.png │   │   │   ├── [1.5K] ic_menu_account_list.png │   │   │   ├── [2.1K] ic_menu_add.png │   │   │   ├── [1.3K] ic_menu_agenda.png │   │   │   ├── [1.9K] ic_menu_allfriends.png │   │   │   ├── [2.0K] ic_menu_always_landscape_portrait.png │   │   │   ├── [1.1K] ic_menu_archive.png │   │   │   ├── [1.7K] ic_menu_attachment.png │   │   │   ├── [ 991] ic_menu_back.png │   │   │   ├── [1.7K] ic_menu_blocked_user.png │   │   │   ├── [1.9K] ic_menu_block.png │   │   │   ├── [2.1K] ic_menu_btn_add.png │   │   │   ├── [1.7K] ic_menu_call.png │   │   │   ├── [1.3K] ic_menu_camera.png │   │   │   ├── [1.6K] ic_menu_cc_am.png │   │   │   ├── [1.2K] ic_menu_chat_dashboard.png │   │   │   ├── [1.7K] ic_menu_clear_playlist.png │   │   │   ├── [1.4K] ic_menu_close_clear_cancel.png │   │   │   ├── [2.0K] ic_menu_compass.png │   │   │   ├── [1.3K] ic_menu_compose.png │   │   │   ├── [ 186] ic_menu_copy_holo_dark.png │   │   │   ├── [ 199] ic_menu_copy_holo_light.png │   │   │   ├── [ 961] ic_menu_copy.png │   │   │   ├── [1.3K] ic_menu_crop.png │   │   │   ├── [ 663] ic_menu_cut_holo_dark.png │   │   │   ├── [ 564] ic_menu_cut_holo_light.png │   │   │   ├── [1.9K] ic_menu_cut.png │   │   │   ├── [1.3K] ic_menu_day.png │   │   │   ├── [1.4K] ic_menu_delete.png │   │   │   ├── [1.1K] ic_menu_directions.png │   │   │   ├── [1.9K] ic_menu_edit.png │   │   │   ├── [2.0K] ic_menu_emoticons.png │   │   │   ├── [1.9K] ic_menu_end_conversation.png │   │   │   ├── [1.3K] ic_menu_find_holo_dark.png │   │   │   ├── [1.2K] ic_menu_find_holo_light.png │   │   │   ├── [ 598] ic_menu_find_mtrl_alpha.png │   │   │   ├── [2.0K] ic_menu_find.png │   │   │   ├── [ 977] ic_menu_forward.png │   │   │   ├── [1.5K] ic_menu_friendslist.png │   │   │   ├── [1.0K] ic_menu_gallery.png │   │   │   ├── [1.3K] ic_menu_goto.png │   │   │   ├── [ 971] ic_menu_help_holo_light.png │   │   │   ├── [1.4K] ic_menu_help.png │   │   │   ├── [1.6K] ic_menu_home.png │   │   │   ├── [1.9K] ic_menu_info_details.png │   │   │   ├── [1.5K] ic_menu_invite.png │   │   │   ├── [1.6K] ic_menu_login.png │   │   │   ├── [1.8K] ic_menu_manage.png │   │   │   ├── [1.8K] ic_menu_mapmode.png │   │   │   ├── [1.3K] ic_menu_mark.png │   │   │   ├── [1.7K] ic_menu_month.png │   │   │   ├── [ 693] ic_menu_moreoverflow_focused_holo_dark.png │   │   │   ├── [ 736] ic_menu_moreoverflow_focused_holo_light.png │   │   │   ├── [ 144] ic_menu_moreoverflow_normal_holo_dark.png │   │   │   ├── [ 148] ic_menu_moreoverflow_normal_holo_light.png │   │   │   ├── [ 982] ic_menu_moreoverflow.png │   │   │   ├── [2.1K] ic_menu_more.png │   │   │   ├── [1.5K] ic_menu_my_calendar.png │   │   │   ├── [2.0K] ic_menu_mylocation.png │   │   │   ├── [1.5K] ic_menu_myplaces.png │   │   │   ├── [1.7K] ic_menu_notifications.png │   │   │   ├── [ 344] ic_menu_paste_holo_dark.png │   │   │   ├── [ 337] ic_menu_paste_holo_light.png │   │   │   ├── [1.3K] ic_menu_paste.png │   │   │   ├── [1.2K] ic_menu_play_clip.png │   │   │   ├── [1.8K] ic_menu_preferences.png │   │   │   ├── [2.1K] ic_menu_recent_history.png │   │   │   ├── [1.5K] ic_menu_report_image.png │   │   │   ├── [1.5K] ic_menu_revert.png │   │   │   ├── [2.2K] ic_menu_rotate.png │   │   │   ├── [1.2K] ic_menu_save.png │   │   │   ├── [1.6K] ic_menu_search_holo_dark.png │   │   │   ├── [1.6K] ic_menu_search_holo_light.png │   │   │   ├── [1.1K] ic_menu_search_mtrl_alpha.png │   │   │   ├── [2.9K] ic_menu_search.png │   │   │   ├── [ 185] ic_menu_selectall_holo_dark.png │   │   │   ├── [ 216] ic_menu_selectall_holo_light.png │   │   │   ├── [1.3K] ic_menu_send.png │   │   │   ├── [1.4K] ic_menu_set_as.png │   │   │   ├── [1.2K] ic_menu_settings_holo_light.png │   │   │   ├── [ 467] ic_menu_share_holo_dark.png │   │   │   ├── [ 505] ic_menu_share_holo_light.png │   │   │   ├── [1.8K] ic_menu_share.png │   │   │   ├── [1.2K] ic_menu_slideshow.png │   │   │   ├── [1.5K] ic_menu_sort_alphabetically.png │   │   │   ├── [ 678] ic_menu_sort_by_size.png │   │   │   ├── [1.7K] ic_menu_star.png │   │   │   ├── [1.6K] ic_menu_start_conversation.png │   │   │   ├── [1.0K] ic_menu_stop.png │   │   │   ├── [1.5K] ic_menu_today.png │   │   │   ├── [1.0K] ic_menu_upload.png │   │   │   ├── [1.0K] ic_menu_upload_you_tube.png │   │   │   ├── [1.7K] ic_menu_view.png │   │   │   ├── [1.4K] ic_menu_week.png │   │   │   ├── [1.8K] ic_menu_zoom.png │   │   │   ├── [ 471] ic_notification_cast_0.png │   │   │   ├── [ 473] ic_notification_cast_1.png │   │   │   ├── [ 472] ic_notification_cast_2.png │   │   │   ├── [2.2K] ic_notification_clear_all.png │   │   │   ├── [ 755] ic_notification_ime_default.png │   │   │   ├── [1014] ic_notification_overlay.9.png │   │   │   ├── [1.3K] icon_highlight_rectangle.9.png │   │   │   ├── [1.5K] icon_highlight_square.9.png │   │   │   ├── [ 542] ic_partial_secure.png │   │   │   ├── [2.0K] ic_popup_disk_full.png │   │   │   ├── [1.6K] ic_popup_reminder.png │   │   │   ├── [1.6K] ic_popup_sync_1.png │   │   │   ├── [1.7K] ic_popup_sync_2.png │   │   │   ├── [1.6K] ic_popup_sync_3.png │   │   │   ├── [1.6K] ic_popup_sync_4.png │   │   │   ├── [1.8K] ic_popup_sync_5.png │   │   │   ├── [1.7K] ic_popup_sync_6.png │   │   │   ├── [ 852] ic_print_error.png │   │   │   ├── [1.0K] ic_print.png │   │   │   ├── [1.2K] ic_search_api_holo_dark.png │   │   │   ├── [1.2K] ic_search_api_holo_light.png │   │   │   ├── [3.7K] ic_search_category_default.png │   │   │   ├── [2.5K] ic_search.png │   │   │   ├── [ 420] ic_secure.png │   │   │   ├── [ 986] ic_settings_language.png │   │   │   ├── [1.8K] ic_settings.png │   │   │   ├── [ 605] ic_sim_card_multi_24px_clr.png │   │   │   ├── [ 876] ic_sim_card_multi_48px_clr.png │   │   │   ├── [ 263] ic_star_black_16dp.png │   │   │   ├── [ 541] ic_star_black_36dp.png │   │   │   ├── [ 668] ic_star_black_48dp.png │   │   │   ├── [ 273] ic_star_half_black_16dp.png │   │   │   ├── [ 435] ic_star_half_black_36dp.png │   │   │   ├── [ 537] ic_star_half_black_48dp.png │   │   │   ├── [ 773] ic_sysbar_quicksettings.png │   │   │   ├── [2.9K] ic_vibrate.png │   │   │   ├── [1.5K] ic_vibrate_small.png │   │   │   ├── [1.1K] ic_voice_search_api_holo_dark.png │   │   │   ├── [1.1K] ic_voice_search_api_holo_light.png │   │   │   ├── [2.0K] ic_voice_search.png │   │   │   ├── [5.1K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [4.3K] ic_volume_bluetooth_in_call.png │   │   │   ├── [1.8K] ic_volume_off.png │   │   │   ├── [ 666] ic_volume_off_small.png │   │   │   ├── [2.2K] ic_volume.png │   │   │   ├── [1.0K] ic_volume_small.png │   │   │   ├── [ 708] ime_qwerty.png │   │   │   ├── [1.1K] indicator_input_error.png │   │   │   ├── [7.3K] jog_dial_arrow_long_left_green.png │   │   │   ├── [7.2K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [4.8K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [7.3K] jog_dial_arrow_long_right_red.png │   │   │   ├── [7.3K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [6.4K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [3.6K] jog_dial_arrow_short_left.png │   │   │   ├── [3.7K] jog_dial_arrow_short_right.png │   │   │   ├── [ 21K] jog_dial_bg.png │   │   │   ├── [4.9K] jog_dial_dimple_dim.png │   │   │   ├── [5.3K] jog_dial_dimple.png │   │   │   ├── [5.5K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [5.8K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [5.6K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [5.6K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [3.9K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [5.5K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [5.7K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [6.0K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [5.9K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [5.8K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [4.0K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [5.6K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [5.4K] jog_tab_left_confirm_gray.png │   │   │   ├── [5.7K] jog_tab_left_confirm_green.png │   │   │   ├── [5.6K] jog_tab_left_confirm_red.png │   │   │   ├── [5.6K] jog_tab_left_confirm_yellow.png │   │   │   ├── [5.2K] jog_tab_left_normal.png │   │   │   ├── [5.1K] jog_tab_left_pressed.png │   │   │   ├── [5.1K] jog_tab_right_confirm_gray.png │   │   │   ├── [5.4K] jog_tab_right_confirm_green.png │   │   │   ├── [5.3K] jog_tab_right_confirm_red.png │   │   │   ├── [5.4K] jog_tab_right_confirm_yellow.png │   │   │   ├── [4.9K] jog_tab_right_normal.png │   │   │   ├── [4.7K] jog_tab_right_pressed.png │   │   │   ├── [ 931] jog_tab_target_gray.png │   │   │   ├── [1.1K] jog_tab_target_green.png │   │   │   ├── [1.1K] jog_tab_target_red.png │   │   │   ├── [1.1K] jog_tab_target_yellow.png │   │   │   ├── [ 217] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 206] keyboard_background.9.png │   │   │   ├── [1.3K] keyboard_key_feedback_background.9.png │   │   │   ├── [1.6K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [1.4K] keyboard_popup_panel_background.9.png │   │   │   ├── [1.6K] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [ 174] light_header.9.png │   │   │   ├── [ 154] list_activated_holo.9.png │   │   │   ├── [ 78] list_divider_holo_dark.9.png │   │   │   ├── [ 76] list_divider_holo_light.9.png │   │   │   ├── [ 184] list_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 191] list_focused_holo.9.png │   │   │   ├── [ 154] list_longpressed_holo.9.png │   │   │   ├── [ 159] list_longpressed_holo_dark.9.png │   │   │   ├── [ 158] list_longpressed_holo_light.9.png │   │   │   ├── [ 159] list_pressed_holo_dark.9.png │   │   │   ├── [ 159] list_pressed_holo_light.9.png │   │   │   ├── [ 173] list_section_divider_holo_dark.9.png │   │   │   ├── [ 163] list_section_divider_holo_light.9.png │   │   │   ├── [ 108] list_section_divider_mtrl_alpha.9.png │   │   │   ├── [ 311] list_section_header_holo_dark.9.png │   │   │   ├── [ 245] list_section_header_holo_light.9.png │   │   │   ├── [ 159] list_selected_holo_dark.9.png │   │   │   ├── [ 158] list_selected_holo_light.9.png │   │   │   ├── [ 376] list_selector_activated_holo_dark.9.png │   │   │   ├── [ 353] list_selector_activated_holo_light.9.png │   │   │   ├── [ 325] list_selector_background_default.9.png │   │   │   ├── [ 356] list_selector_background_default_light.9.png │   │   │   ├── [ 215] list_selector_background_disabled.9.png │   │   │   ├── [ 573] list_selector_background_disabled_light.9.png │   │   │   ├── [2.1K] list_selector_background_focus.9.png │   │   │   ├── [ 485] list_selector_background_focused.9.png │   │   │   ├── [ 485] list_selector_background_focused_light.9.png │   │   │   ├── [ 802] list_selector_background_focused_selected.9.png │   │   │   ├── [ 986] list_selector_background_longpress.9.png │   │   │   ├── [ 327] list_selector_background_longpress_light.9.png │   │   │   ├── [1.9K] list_selector_background_pressed.9.png │   │   │   ├── [ 392] list_selector_background_pressed_light.9.png │   │   │   ├── [ 748] list_selector_background_selected.9.png │   │   │   ├── [ 638] list_selector_background_selected_light.9.png │   │   │   ├── [ 189] list_selector_disabled_holo_dark.9.png │   │   │   ├── [ 189] list_selector_disabled_holo_light.9.png │   │   │   ├── [ 191] list_selector_focused_holo_dark.9.png │   │   │   ├── [ 190] list_selector_focused_holo_light.9.png │   │   │   ├── [ 273] list_selector_multiselect_holo_dark.9.png │   │   │   ├── [ 284] list_selector_multiselect_holo_light.9.png │   │   │   ├── [ 191] list_selector_pressed_holo_dark.9.png │   │   │   ├── [ 187] list_selector_pressed_holo_light.9.png │   │   │   ├── [ 190] magnified_region_frame.9.png │   │   │   ├── [4.1K] maps_google_logo.png │   │   │   ├── [ 199] menu_background.9.png │   │   │   ├── [ 203] menu_background_fill_parent_width.9.png │   │   │   ├── [1.2K] menu_dropdown_panel_holo_dark.9.png │   │   │   ├── [1.3K] menu_dropdown_panel_holo_light.9.png │   │   │   ├── [ 875] menu_hardkey_panel_holo_dark.9.png │   │   │   ├── [ 850] menu_hardkey_panel_holo_light.9.png │   │   │   ├── [4.2K] menuitem_background_focus.9.png │   │   │   ├── [4.1K] menuitem_background_pressed.9.png │   │   │   ├── [ 165] menuitem_background_solid_focused.9.png │   │   │   ├── [ 165] menuitem_background_solid_pressed.9.png │   │   │   ├── [ 328] menuitem_checkbox_on.png │   │   │   ├── [1.3K] menu_popup_panel_holo_dark.9.png │   │   │   ├── [1.3K] menu_popup_panel_holo_light.9.png │   │   │   ├── [2.8K] menu_separator.9.png │   │   │   ├── [ 420] menu_submenu_background.9.png │   │   │   ├── [ 180] minitab_lt_focus.9.png │   │   │   ├── [ 178] minitab_lt_press.9.png │   │   │   ├── [ 169] minitab_lt_selected.9.png │   │   │   ├── [ 143] minitab_lt_unselected.9.png │   │   │   ├── [ 170] minitab_lt_unselected_press.9.png │   │   │   ├── [ 554] numberpicker_down_disabled.9.png │   │   │   ├── [ 786] numberpicker_down_disabled_focused.9.png │   │   │   ├── [1.1K] numberpicker_down_normal.9.png │   │   │   ├── [1.7K] numberpicker_down_pressed.9.png │   │   │   ├── [1.7K] numberpicker_down_selected.9.png │   │   │   ├── [ 391] numberpicker_input_disabled.9.png │   │   │   ├── [ 694] numberpicker_input_normal.9.png │   │   │   ├── [ 970] numberpicker_input_pressed.9.png │   │   │   ├── [ 662] numberpicker_input_selected.9.png │   │   │   ├── [ 141] numberpicker_selection_divider.9.png │   │   │   ├── [ 710] numberpicker_up_disabled.9.png │   │   │   ├── [ 946] numberpicker_up_disabled_focused.9.png │   │   │   ├── [1.4K] numberpicker_up_normal.9.png │   │   │   ├── [2.0K] numberpicker_up_pressed.9.png │   │   │   ├── [2.1K] numberpicker_up_selected.9.png │   │   │   ├── [2.0K] panel_background.9.png │   │   │   ├── [ 516] panel_bg_holo_dark.9.png │   │   │   ├── [ 493] panel_bg_holo_light.9.png │   │   │   ├── [2.0K] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [ 862] panel_picture_frame_bg_normal.9.png │   │   │   ├── [1.9K] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [1.2K] password_field_default.9.png │   │   │   ├── [1.1K] password_keyboard_background_holo.9.png │   │   │   ├── [ 468] perm_group_accessibility_features.png │   │   │   ├── [ 497] perm_group_affects_battery.png │   │   │   ├── [ 887] perm_group_app_info.png │   │   │   ├── [ 837] perm_group_audio_settings.png │   │   │   ├── [ 934] perm_group_bluetooth.png │   │   │   ├── [ 520] perm_group_bookmarks.png │   │   │   ├── [1.2K] perm_group_device_alarms.png │   │   │   ├── [ 496] perm_group_display.png │   │   │   ├── [ 643] perm_group_network.png │   │   │   ├── [ 623] perm_group_personal_info.png │   │   │   ├── [ 736] perm_group_screenlock.png │   │   │   ├── [ 517] perm_group_shortrange_network.png │   │   │   ├── [ 496] perm_group_status_bar.png │   │   │   ├── [ 907] perm_group_sync_settings.png │   │   │   ├── [1.1K] perm_group_system_clock.png │   │   │   ├── [ 995] perm_group_system_tools.png │   │   │   ├── [ 942] perm_group_voicemail.png │   │   │   ├── [ 636] perm_group_wallpaper.png │   │   │   ├── [2.5K] picture_emergency.png │   │   │   ├── [ 901] picture_frame.9.png │   │   │   ├── [2.4K] pointer_arrow.png │   │   │   ├── [7.2K] pointer_spot_anchor.png │   │   │   ├── [7.8K] pointer_spot_hover.png │   │   │   ├── [3.3K] pointer_spot_touch.png │   │   │   ├── [1.3K] popup_background_mtrl_mult.9.png │   │   │   ├── [1.6K] popup_bottom_bright.9.png │   │   │   ├── [1.6K] popup_bottom_dark.9.png │   │   │   ├── [3.4K] popup_bottom_medium.9.png │   │   │   ├── [1.1K] popup_center_bright.9.png │   │   │   ├── [ 253] popup_center_dark.9.png │   │   │   ├── [2.8K] popup_center_medium.9.png │   │   │   ├── [2.0K] popup_full_bright.9.png │   │   │   ├── [1.9K] popup_full_dark.9.png │   │   │   ├── [2.3K] popup_inline_error_above_am.9.png │   │   │   ├── [1000] popup_inline_error_above_holo_dark_am.9.png │   │   │   ├── [ 992] popup_inline_error_above_holo_light_am.9.png │   │   │   ├── [2.3K] popup_inline_error_am.9.png │   │   │   ├── [ 936] popup_inline_error_holo_dark_am.9.png │   │   │   ├── [ 969] popup_inline_error_holo_light_am.9.png │   │   │   ├── [1.6K] popup_top_bright.9.png │   │   │   ├── [1.6K] popup_top_dark.9.png │   │   │   ├── [1.1K] presence_audio_away.png │   │   │   ├── [1.2K] presence_audio_busy.png │   │   │   ├── [1.2K] presence_audio_online.png │   │   │   ├── [1.2K] presence_away.png │   │   │   ├── [1.2K] presence_busy.png │   │   │   ├── [ 898] presence_invisible.png │   │   │   ├── [ 942] presence_offline.png │   │   │   ├── [1.2K] presence_online.png │   │   │   ├── [ 826] presence_video_away.png │   │   │   ├── [ 890] presence_video_busy.png │   │   │   ├── [ 863] presence_video_online.png │   │   │   ├── [1.6K] pressed_application_background_static.png │   │   │   ├── [ 474] progressbar_indeterminate1.png │   │   │   ├── [ 472] progressbar_indeterminate2.png │   │   │   ├── [ 469] progressbar_indeterminate3.png │   │   │   ├── [1.1K] progressbar_indeterminate_holo1.png │   │   │   ├── [1.2K] progressbar_indeterminate_holo2.png │   │   │   ├── [1.3K] progressbar_indeterminate_holo3.png │   │   │   ├── [1.3K] progressbar_indeterminate_holo4.png │   │   │   ├── [1.2K] progressbar_indeterminate_holo5.png │   │   │   ├── [1.4K] progressbar_indeterminate_holo6.png │   │   │   ├── [1.1K] progressbar_indeterminate_holo7.png │   │   │   ├── [1.2K] progressbar_indeterminate_holo8.png │   │   │   ├── [ 178] progress_bg_holo_dark.9.png │   │   │   ├── [ 175] progress_bg_holo_light.9.png │   │   │   ├── [ 869] progress_primary_holo_dark.9.png │   │   │   ├── [ 873] progress_primary_holo_light.9.png │   │   │   ├── [ 188] progress_secondary_holo_dark.9.png │   │   │   ├── [ 188] progress_secondary_holo_light.9.png │   │   │   ├── [ 441] quickactions_arrowdown_left_holo_dark.9.png │   │   │   ├── [ 424] quickactions_arrowdown_left_holo_light.9.png │   │   │   ├── [ 455] quickactions_arrowdown_right_holo_dark.9.png │   │   │   ├── [ 460] quickactions_arrowdown_right_holo_light.9.png │   │   │   ├── [ 425] quickactions_arrowup_left_holo_dark.9.png │   │   │   ├── [ 418] quickactions_arrowup_left_holo_light.9.png │   │   │   ├── [ 445] quickactions_arrowup_left_right_holo_dark.9.png │   │   │   ├── [ 427] quickactions_arrowup_right_holo_light.9.png │   │   │   ├── [ 721] quickcontact_badge_overlay_focused_dark_am.9.png │   │   │   ├── [ 653] quickcontact_badge_overlay_focused_light_am.9.png │   │   │   ├── [ 394] quickcontact_badge_overlay_normal_dark_am.9.png │   │   │   ├── [ 462] quickcontact_badge_overlay_normal_light_am.9.png │   │   │   ├── [ 633] quickcontact_badge_overlay_pressed_dark_am.9.png │   │   │   ├── [ 609] quickcontact_badge_overlay_pressed_light_am.9.png │   │   │   ├── [ 882] radiobutton_off_background.png │   │   │   ├── [1.2K] radiobutton_on_background.png │   │   │   ├── [2.4K] rate_star_big_half_holo_dark.png │   │   │   ├── [2.4K] rate_star_big_half_holo_light.png │   │   │   ├── [1.1K] rate_star_big_half.png │   │   │   ├── [1.5K] rate_star_big_off_holo_dark.png │   │   │   ├── [1.6K] rate_star_big_off_holo_light.png │   │   │   ├── [ 729] rate_star_big_off.png │   │   │   ├── [2.4K] rate_star_big_on_holo_dark.png │   │   │   ├── [2.4K] rate_star_big_on_holo_light.png │   │   │   ├── [1.3K] rate_star_big_on.png │   │   │   ├── [1.7K] rate_star_med_half_holo_dark.png │   │   │   ├── [1.7K] rate_star_med_half_holo_light.png │   │   │   ├── [ 939] rate_star_med_half.png │   │   │   ├── [1.1K] rate_star_med_off_holo_dark.png │   │   │   ├── [1.1K] rate_star_med_off_holo_light.png │   │   │   ├── [ 626] rate_star_med_off.png │   │   │   ├── [1.7K] rate_star_med_on_holo_dark.png │   │   │   ├── [1.7K] rate_star_med_on_holo_light.png │   │   │   ├── [1.0K] rate_star_med_on.png │   │   │   ├── [1.1K] rate_star_small_half_holo_dark.png │   │   │   ├── [1.1K] rate_star_small_half_holo_light.png │   │   │   ├── [ 877] rate_star_small_half.png │   │   │   ├── [ 783] rate_star_small_off_holo_dark.png │   │   │   ├── [ 799] rate_star_small_off_holo_light.png │   │   │   ├── [ 579] rate_star_small_off.png │   │   │   ├── [1.1K] rate_star_small_on_holo_dark.png │   │   │   ├── [1.1K] rate_star_small_on_holo_light.png │   │   │   ├── [ 987] rate_star_small_on.png │   │   │   ├── [ 352] recent_dialog_background.9.png │   │   │   ├── [1.1K] reticle.png │   │   │   ├── [2.0K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 218] scrollbar_handle_holo_dark.9.png │   │   │   ├── [ 215] scrollbar_handle_holo_light.9.png │   │   │   ├── [ 336] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 308] scrollbar_handle_vertical.9.png │   │   │   ├── [1.2K] scrubber_control_disabled_holo.png │   │   │   ├── [1.5K] scrubber_control_focused_holo.png │   │   │   ├── [1.7K] scrubber_control_normal_holo.png │   │   │   ├── [ 184] scrubber_control_on_mtrl_alpha.png │   │   │   ├── [ 468] scrubber_control_on_pressed_mtrl_alpha.png │   │   │   ├── [2.1K] scrubber_control_pressed_holo.png │   │   │   ├── [ 189] scrubber_primary_holo.9.png │   │   │   ├── [ 109] scrubber_primary_mtrl_alpha.9.png │   │   │   ├── [ 189] scrubber_secondary_holo.9.png │   │   │   ├── [ 167] scrubber_track_holo_dark.9.png │   │   │   ├── [ 169] scrubber_track_holo_light.9.png │   │   │   ├── [ 105] scrubber_track_mtrl_alpha.9.png │   │   │   ├── [ 552] search_dropdown_background.9.png │   │   │   ├── [ 319] search_plate.9.png │   │   │   ├── [ 301] search_plate_global.9.png │   │   │   ├── [1.3K] seek_thumb_normal.png │   │   │   ├── [1.6K] seek_thumb_pressed.png │   │   │   ├── [1.6K] seek_thumb_selected.png │   │   │   ├── [ 13K] settings_header_raw.9.png │   │   │   ├── [ 167] sim_dark_blue.9.png │   │   │   ├── [ 168] sim_dark_green.9.png │   │   │   ├── [ 167] sim_dark_orange.9.png │   │   │   ├── [ 167] sim_dark_purple.9.png │   │   │   ├── [ 166] sim_light_blue.9.png │   │   │   ├── [ 168] sim_light_green.9.png │   │   │   ├── [ 168] sim_light_orange.9.png │   │   │   ├── [ 169] sim_light_purple.9.png │   │   │   ├── [ 755] spinner_16_inner_holo.png │   │   │   ├── [ 654] spinner_16_outer_holo.png │   │   │   ├── [2.0K] spinner_48_inner_holo.png │   │   │   ├── [1.8K] spinner_48_outer_holo.png │   │   │   ├── [3.3K] spinner_76_inner_holo.png │   │   │   ├── [2.8K] spinner_76_outer_holo.png │   │   │   ├── [ 316] spinner_ab_default_holo_dark_am.9.png │   │   │   ├── [ 318] spinner_ab_default_holo_light_am.9.png │   │   │   ├── [ 316] spinner_ab_disabled_holo_dark_am.9.png │   │   │   ├── [ 316] spinner_ab_disabled_holo_light_am.9.png │   │   │   ├── [ 507] spinner_ab_focused_holo_dark_am.9.png │   │   │   ├── [ 510] spinner_ab_focused_holo_light_am.9.png │   │   │   ├── [ 439] spinner_ab_pressed_holo_dark_am.9.png │   │   │   ├── [ 446] spinner_ab_pressed_holo_light_am.9.png │   │   │   ├── [1.1K] spinner_black_16.png │   │   │   ├── [1.7K] spinner_black_20.png │   │   │   ├── [4.8K] spinner_black_48.png │   │   │   ├── [8.6K] spinner_black_76.png │   │   │   ├── [ 423] spinner_default_holo_dark_am.9.png │   │   │   ├── [ 421] spinner_default_holo_light_am.9.png │   │   │   ├── [ 378] spinner_disabled_holo_dark_am.9.png │   │   │   ├── [ 378] spinner_disabled_holo_light_am.9.png │   │   │   ├── [ 592] spinner_dropdown_background_down.9.png │   │   │   ├── [ 574] spinner_dropdown_background_up.9.png │   │   │   ├── [ 678] spinner_focused_holo_dark_am.9.png │   │   │   ├── [ 668] spinner_focused_holo_light_am.9.png │   │   │   ├── [ 911] spinner_normal.9.png │   │   │   ├── [1.9K] spinner_press.9.png │   │   │   ├── [ 412] spinner_pressed_holo_dark_am.9.png │   │   │   ├── [ 409] spinner_pressed_holo_light_am.9.png │   │   │   ├── [2.0K] spinner_select.9.png │   │   │   ├── [1.2K] spinner_white_16.png │   │   │   ├── [5.4K] spinner_white_48.png │   │   │   ├── [7.2K] spinner_white_76.png │   │   │   ├── [2.4K] star_big_off.png │   │   │   ├── [2.9K] star_big_on.png │   │   │   ├── [ 891] star_off.png │   │   │   ├── [1.5K] star_on.png │   │   │   ├── [ 537] stat_ecb_mode.png │   │   │   ├── [1.2K] stat_notify_car_mode.png │   │   │   ├── [ 763] stat_notify_chat.png │   │   │   ├── [1007] stat_notify_disk_full.png │   │   │   ├── [ 771] stat_notify_email_generic.png │   │   │   ├── [ 904] stat_notify_error.png │   │   │   ├── [ 830] stat_notify_gmail.png │   │   │   ├── [1018] stat_notify_missed_call.png │   │   │   ├── [1.3K] stat_notify_more.png │   │   │   ├── [1.1K] stat_notify_rssi_in_range.png │   │   │   ├── [ 735] stat_notify_sdcard.png │   │   │   ├── [1.0K] stat_notify_sdcard_prepare.png │   │   │   ├── [ 834] stat_notify_sdcard_usb.png │   │   │   ├── [1.1K] stat_notify_sim_toolkit.png │   │   │   ├── [1012] stat_notify_sync_anim0.png │   │   │   ├── [1.1K] stat_notify_sync_error.png │   │   │   ├── [1012] stat_notify_sync.png │   │   │   ├── [ 878] stat_notify_voicemail.png │   │   │   ├── [ 813] stat_sys_battery_0.png │   │   │   ├── [ 389] stat_sys_battery_100.png │   │   │   ├── [1.5K] stat_sys_battery_10.png │   │   │   ├── [ 463] stat_sys_battery_15.png │   │   │   ├── [1.6K] stat_sys_battery_20.png │   │   │   ├── [ 457] stat_sys_battery_28.png │   │   │   ├── [1.6K] stat_sys_battery_40.png │   │   │   ├── [ 464] stat_sys_battery_43.png │   │   │   ├── [ 454] stat_sys_battery_57.png │   │   │   ├── [1.7K] stat_sys_battery_60.png │   │   │   ├── [ 457] stat_sys_battery_71.png │   │   │   ├── [1.7K] stat_sys_battery_80.png │   │   │   ├── [ 445] stat_sys_battery_85.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 684] stat_sys_battery_charge_anim100.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim15.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim1.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim28.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim2.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim3.png │   │   │   ├── [1.1K] stat_sys_battery_charge_anim43.png │   │   │   ├── [1.9K] stat_sys_battery_charge_anim4.png │   │   │   ├── [1.0K] stat_sys_battery_charge_anim57.png │   │   │   ├── [2.0K] stat_sys_battery_charge_anim5.png │   │   │   ├── [1016] stat_sys_battery_charge_anim71.png │   │   │   ├── [1004] stat_sys_battery_charge_anim85.png │   │   │   ├── [ 973] stat_sys_battery_unknown.png │   │   │   ├── [1.4K] stat_sys_certificate_info.png │   │   │   ├── [ 860] stat_sys_data_bluetooth.png │   │   │   ├── [ 968] stat_sys_data_usb.png │   │   │   ├── [ 917] stat_sys_data_wimax_signal_3_fully.png │   │   │   ├── [ 963] stat_sys_data_wimax_signal_disconnected.png │   │   │   ├── [ 695] stat_sys_download_anim0.png │   │   │   ├── [ 675] stat_sys_download_anim1.png │   │   │   ├── [ 697] stat_sys_download_anim2.png │   │   │   ├── [ 688] stat_sys_download_anim3.png │   │   │   ├── [ 660] stat_sys_download_anim4.png │   │   │   ├── [ 673] stat_sys_download_anim5.png │   │   │   ├── [1.1K] stat_sys_gps_on.png │   │   │   ├── [ 664] stat_sys_headset.png │   │   │   ├── [2.9K] stat_sys_phone_call_forward.png │   │   │   ├── [2.7K] stat_sys_phone_call_on_hold.png │   │   │   ├── [2.3K] stat_sys_phone_call.png │   │   │   ├── [1.3K] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [1.8K] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [2.0K] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [2.1K] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [2.2K] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [1.3K] stat_sys_r_signal_0_cdma.png │   │   │   ├── [1.9K] stat_sys_r_signal_1_cdma.png │   │   │   ├── [2.0K] stat_sys_r_signal_2_cdma.png │   │   │   ├── [2.1K] stat_sys_r_signal_3_cdma.png │   │   │   ├── [2.2K] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 425] stat_sys_signal_0_cdma.png │   │   │   ├── [ 947] stat_sys_signal_1_cdma.png │   │   │   ├── [1.1K] stat_sys_signal_2_cdma.png │   │   │   ├── [1.3K] stat_sys_signal_3_cdma.png │   │   │   ├── [1.3K] stat_sys_signal_4_cdma.png │   │   │   ├── [ 526] stat_sys_signal_evdo_0.png │   │   │   ├── [1.1K] stat_sys_signal_evdo_1.png │   │   │   ├── [1.3K] stat_sys_signal_evdo_2.png │   │   │   ├── [1.4K] stat_sys_signal_evdo_3.png │   │   │   ├── [1.5K] stat_sys_signal_evdo_4.png │   │   │   ├── [ 891] stat_sys_tether_bluetooth.png │   │   │   ├── [ 963] stat_sys_tether_general.png │   │   │   ├── [ 909] stat_sys_tether_usb.png │   │   │   ├── [ 948] stat_sys_throttled.png │   │   │   ├── [ 690] stat_sys_upload_anim0.png │   │   │   ├── [ 681] stat_sys_upload_anim1.png │   │   │   ├── [ 634] stat_sys_upload_anim2.png │   │   │   ├── [ 704] stat_sys_upload_anim3.png │   │   │   ├── [ 697] stat_sys_upload_anim4.png │   │   │   ├── [ 669] stat_sys_upload_anim5.png │   │   │   ├── [2.8K] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [2.7K] stat_sys_vp_phone_call.png │   │   │   ├── [ 769] stat_sys_warning.png │   │   │   ├── [3.2K] statusbar_background.9.png │   │   │   ├── [1.0K] status_bar_background.png │   │   │   ├── [ 204] status_bar_header_background.9.png │   │   │   ├── [ 322] status_bar_item_app_background_normal.9.png │   │   │   ├── [1.6K] status_bar_item_background_focus.9.png │   │   │   ├── [2.8K] status_bar_item_background_normal.9.png │   │   │   ├── [1.5K] status_bar_item_background_pressed.9.png │   │   │   ├── [ 251] submenu_arrow_nofocus.png │   │   │   ├── [ 249] switch_bg_disabled_holo_dark.9.png │   │   │   ├── [ 249] switch_bg_disabled_holo_light.9.png │   │   │   ├── [ 269] switch_bg_focused_holo_dark.9.png │   │   │   ├── [ 264] switch_bg_focused_holo_light.9.png │   │   │   ├── [ 182] switch_bg_holo_dark.9.png │   │   │   ├── [ 182] switch_bg_holo_light.9.png │   │   │   ├── [ 549] switch_thumb_activated_holo_dark.9.png │   │   │   ├── [ 549] switch_thumb_activated_holo_light.9.png │   │   │   ├── [ 535] switch_thumb_disabled_holo_dark.9.png │   │   │   ├── [ 535] switch_thumb_disabled_holo_light.9.png │   │   │   ├── [ 559] switch_thumb_holo_dark.9.png │   │   │   ├── [ 559] switch_thumb_holo_light.9.png │   │   │   ├── [ 534] switch_thumb_pressed_holo_dark.9.png │   │   │   ├── [ 520] switch_thumb_pressed_holo_light.9.png │   │   │   ├── [1.5K] sym_action_add.png │   │   │   ├── [1.5K] sym_action_call.png │   │   │   ├── [1.4K] sym_action_chat.png │   │   │   ├── [1.4K] sym_action_email.png │   │   │   ├── [3.3K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [2.0K] sym_call_incoming.png │   │   │   ├── [1.9K] sym_call_missed.png │   │   │   ├── [1.9K] sym_call_outgoing.png │   │   │   ├── [ 498] sym_contact_card.png │   │   │   ├── [3.3K] sym_def_app_icon.png │   │   │   ├── [2.1K] sym_keyboard_delete_dim.png │   │   │   ├── [1.1K] sym_keyboard_delete.png │   │   │   ├── [2.1K] sym_keyboard_enter.png │   │   │   ├── [1.2K] sym_keyboard_feedback_delete.png │   │   │   ├── [ 845] sym_keyboard_feedback_ok.png │   │   │   ├── [ 838] sym_keyboard_feedback_return.png │   │   │   ├── [ 700] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [ 885] sym_keyboard_feedback_shift.png │   │   │   ├── [ 287] sym_keyboard_feedback_space.png │   │   │   ├── [1.1K] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 626] sym_keyboard_num1.png │   │   │   ├── [2.4K] sym_keyboard_num2.png │   │   │   ├── [1.9K] sym_keyboard_num3.png │   │   │   ├── [1.7K] sym_keyboard_num4.png │   │   │   ├── [2.0K] sym_keyboard_num5.png │   │   │   ├── [2.5K] sym_keyboard_num6.png │   │   │   ├── [2.6K] sym_keyboard_num7.png │   │   │   ├── [2.4K] sym_keyboard_num8.png │   │   │   ├── [3.1K] sym_keyboard_num9.png │   │   │   ├── [2.0K] sym_keyboard_ok_dim.png │   │   │   ├── [2.2K] sym_keyboard_ok.png │   │   │   ├── [1.1K] sym_keyboard_return.png │   │   │   ├── [1.1K] sym_keyboard_shift_locked.png │   │   │   ├── [1.5K] sym_keyboard_shift.png │   │   │   ├── [ 371] sym_keyboard_space.png │   │   │   ├── [ 129] tab_bottom_holo.9.png │   │   │   ├── [ 623] tab_focus.9.png │   │   │   ├── [ 138] tab_focus_bar_left.9.png │   │   │   ├── [ 138] tab_focus_bar_right.9.png │   │   │   ├── [ 102] tab_indicator_mtrl_alpha.9.png │   │   │   ├── [ 608] tab_press.9.png │   │   │   ├── [ 138] tab_press_bar_left.9.png │   │   │   ├── [ 138] tab_press_bar_right.9.png │   │   │   ├── [ 428] tab_pressed_holo.9.png │   │   │   ├── [ 623] tab_selected.9.png │   │   │   ├── [ 135] tab_selected_bar_left.9.png │   │   │   ├── [ 151] tab_selected_bar_left_v4.9.png │   │   │   ├── [ 135] tab_selected_bar_right.9.png │   │   │   ├── [ 151] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 147] tab_selected_focused_holo.9.png │   │   │   ├── [ 148] tab_selected_holo.9.png │   │   │   ├── [ 166] tab_selected_pressed_holo.9.png │   │   │   ├── [ 998] tab_selected_v4.9.png │   │   │   ├── [ 380] tab_unselected.9.png │   │   │   ├── [ 146] tab_unselected_focused_holo.9.png │   │   │   ├── [ 153] tab_unselected_holo.9.png │   │   │   ├── [ 157] tab_unselected_pressed_holo.9.png │   │   │   ├── [ 975] tab_unselected_v4.9.png │   │   │   ├── [1.0K] text_edit_paste_window.9.png │   │   │   ├── [ 488] text_edit_side_paste_window.9.png │   │   │   ├── [1.0K] text_edit_suggestions_window.9.png │   │   │   ├── [1.1K] textfield_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_activated_holo_light.9.png │   │   │   ├── [ 92] textfield_activated_mtrl_alpha.9.png │   │   │   ├── [ 213] textfield_bg_activated_holo_dark.9.png │   │   │   ├── [ 214] textfield_bg_default_holo_dark.9.png │   │   │   ├── [ 210] textfield_bg_disabled_focused_holo_dark.9.png │   │   │   ├── [ 212] textfield_bg_disabled_holo_dark.9.png │   │   │   ├── [ 209] textfield_bg_focused_holo_dark.9.png │   │   │   ├── [ 529] textfield_default.9.png │   │   │   ├── [1.1K] textfield_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_default_holo_light.9.png │   │   │   ├── [ 99] textfield_default_mtrl_alpha.9.png │   │   │   ├── [ 613] textfield_disabled.9.png │   │   │   ├── [1.2K] textfield_disabled_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_light.9.png │   │   │   ├── [ 738] textfield_disabled_selected.9.png │   │   │   ├── [ 330] textfield_focused_holo_dark.9.png │   │   │   ├── [ 330] textfield_focused_holo_light.9.png │   │   │   ├── [ 196] textfield_longpress_holo.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_disabled_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_light.9.png │   │   │   ├── [ 192] textfield_pressed_holo.9.png │   │   │   ├── [ 152] textfield_search_activated_mtrl_alpha.9.png │   │   │   ├── [ 790] textfield_search_default.9.png │   │   │   ├── [ 110] textfield_search_default_holo_dark.9.png │   │   │   ├── [ 105] textfield_search_default_holo_light.9.png │   │   │   ├── [ 152] textfield_search_default_mtrl_alpha.9.png │   │   │   ├── [3.6K] textfield_search_empty_default.9.png │   │   │   ├── [3.9K] textfield_search_empty_pressed.9.png │   │   │   ├── [3.6K] textfield_search_empty_selected.9.png │   │   │   ├── [1.3K] textfield_search_pressed.9.png │   │   │   ├── [ 108] textfield_search_right_default_holo_dark.9.png │   │   │   ├── [ 103] textfield_search_right_default_holo_light.9.png │   │   │   ├── [ 114] textfield_search_right_selected_holo_dark.9.png │   │   │   ├── [ 111] textfield_search_right_selected_holo_light.9.png │   │   │   ├── [ 873] textfield_search_selected.9.png │   │   │   ├── [ 114] textfield_search_selected_holo_dark.9.png │   │   │   ├── [ 112] textfield_search_selected_holo_light.9.png │   │   │   ├── [ 616] textfield_selected.9.png │   │   │   ├── [ 15K] text_select_handle_left_mtrl_alpha.png │   │   │   ├── [1.6K] text_select_handle_left.png │   │   │   ├── [ 413] text_select_handle_middle_mtrl_alpha.png │   │   │   ├── [1.8K] text_select_handle_middle.png │   │   │   ├── [ 15K] text_select_handle_right_mtrl_alpha.png │   │   │   ├── [1.7K] text_select_handle_right.png │   │   │   ├── [ 245] title_bar_medium.9.png │   │   │   ├── [ 215] title_bar_portrait.9.png │   │   │   ├── [ 262] title_bar_tall.9.png │   │   │   ├── [1.5K] toast_frame.9.png │   │   │   ├── [4.1K] transportcontrol_bg.9.png │   │   │   ├── [ 148] unknown_image.png │   │   │   ├── [6.5K] usb_android_connected.png │   │   │   ├── [6.8K] usb_android.png │   │   │   ├── [ 539] vpn_connected.png │   │   │   ├── [ 577] vpn_disconnected.png │   │   │   └── [1.6K] zoom_plate.9.png │   │   ├── [4.0K] drawable-land-hdpi │   │   │   ├── [1.4K] btn_lock_normal.9.png │   │   │   ├── [3.0K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [4.4K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [4.4K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [4.4K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [4.0K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [3.8K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [2.8K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [4.2K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [4.2K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [4.2K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [3.9K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [3.7K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [6.5K] jog_tab_left_confirm_gray.png │   │   │   ├── [ 11K] jog_tab_left_confirm_green.png │   │   │   ├── [ 11K] jog_tab_left_confirm_red.png │   │   │   ├── [ 11K] jog_tab_left_confirm_yellow.png │   │   │   ├── [ 10K] jog_tab_left_normal.png │   │   │   ├── [9.7K] jog_tab_left_pressed.png │   │   │   ├── [6.5K] jog_tab_right_confirm_gray.png │   │   │   ├── [ 11K] jog_tab_right_confirm_green.png │   │   │   ├── [ 11K] jog_tab_right_confirm_red.png │   │   │   ├── [ 11K] jog_tab_right_confirm_yellow.png │   │   │   ├── [ 10K] jog_tab_right_normal.png │   │   │   ├── [9.7K] jog_tab_right_pressed.png │   │   │   ├── [ 959] jog_tab_target_gray.png │   │   │   ├── [1.1K] jog_tab_target_green.png │   │   │   ├── [1.1K] jog_tab_target_red.png │   │   │   └── [1.1K] jog_tab_target_yellow.png │   │   ├── [4.0K] drawable-land-ldpi │   │   │   ├── [ 726] btn_lock_normal.9.png │   │   │   ├── [3.9K] ic_jog_dial_sound_off.png │   │   │   ├── [2.3K] ic_jog_dial_sound_on.png │   │   │   ├── [4.1K] ic_jog_dial_unlock.png │   │   │   ├── [1.4K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [1.8K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [1.7K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [1.3K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [1.7K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [1.7K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [2.1K] jog_tab_left_confirm_gray.png │   │   │   ├── [4.5K] jog_tab_left_confirm_green.png │   │   │   ├── [4.5K] jog_tab_left_confirm_red.png │   │   │   ├── [4.6K] jog_tab_left_confirm_yellow.png │   │   │   ├── [3.1K] jog_tab_left_normal.png │   │   │   ├── [3.0K] jog_tab_left_pressed.png │   │   │   ├── [2.1K] jog_tab_right_confirm_gray.png │   │   │   ├── [4.5K] jog_tab_right_confirm_green.png │   │   │   ├── [4.5K] jog_tab_right_confirm_red.png │   │   │   ├── [4.6K] jog_tab_right_confirm_yellow.png │   │   │   ├── [3.1K] jog_tab_right_normal.png │   │   │   ├── [3.0K] jog_tab_right_pressed.png │   │   │   ├── [ 427] jog_tab_target_gray.png │   │   │   ├── [ 580] jog_tab_target_green.png │   │   │   ├── [ 586] jog_tab_target_red.png │   │   │   └── [ 579] jog_tab_target_yellow.png │   │   ├── [4.0K] drawable-land-mdpi │   │   │   ├── [ 984] btn_lock_normal.9.png │   │   │   ├── [1.9K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [2.7K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [2.6K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [2.7K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [2.5K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [2.4K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [1.8K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [2.6K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [2.5K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [2.6K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [2.4K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [2.3K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [4.1K] jog_tab_left_confirm_gray.png │   │   │   ├── [6.7K] jog_tab_left_confirm_green.png │   │   │   ├── [6.7K] jog_tab_left_confirm_red.png │   │   │   ├── [6.7K] jog_tab_left_confirm_yellow.png │   │   │   ├── [6.1K] jog_tab_left_normal.png │   │   │   ├── [5.8K] jog_tab_left_pressed.png │   │   │   ├── [4.1K] jog_tab_right_confirm_gray.png │   │   │   ├── [6.6K] jog_tab_right_confirm_green.png │   │   │   ├── [6.7K] jog_tab_right_confirm_red.png │   │   │   ├── [6.7K] jog_tab_right_confirm_yellow.png │   │   │   ├── [6.1K] jog_tab_right_normal.png │   │   │   ├── [5.8K] jog_tab_right_pressed.png │   │   │   ├── [ 549] jog_tab_target_gray.png │   │   │   ├── [ 808] jog_tab_target_green.png │   │   │   ├── [ 807] jog_tab_target_red.png │   │   │   └── [ 798] jog_tab_target_yellow.png │   │   ├── [4.0K] drawable-land-xhdpi │   │   │   └── [2.5K] btn_lock_normal.9.png │   │   ├── [ 36K] drawable-ldpi │   │   │   ├── [ 505] activity_title_bar.9.png │   │   │   ├── [ 424] arrow_down_float.png │   │   │   ├── [ 422] arrow_up_float.png │   │   │   ├── [1.7K] battery_charge_background.png │   │   │   ├── [ 348] bottom_bar.png │   │   │   ├── [ 516] btn_check_buttonless_off.png │   │   │   ├── [ 670] btn_check_buttonless_on.png │   │   │   ├── [ 138] btn_check_label_background.9.png │   │   │   ├── [ 572] btn_check_off_disable_focused.png │   │   │   ├── [ 443] btn_check_off_disable.png │   │   │   ├── [ 427] btn_check_off.png │   │   │   ├── [1017] btn_check_off_pressed.png │   │   │   ├── [1.0K] btn_check_off_selected.png │   │   │   ├── [ 988] btn_check_on_disable_focused.png │   │   │   ├── [ 669] btn_check_on_disable.png │   │   │   ├── [1.0K] btn_check_on.png │   │   │   ├── [1.1K] btn_check_on_pressed.png │   │   │   ├── [1.2K] btn_check_on_selected.png │   │   │   ├── [1.1K] btn_circle_disable_focused.png │   │   │   ├── [1.1K] btn_circle_disable.png │   │   │   ├── [1.2K] btn_circle_normal.png │   │   │   ├── [1.5K] btn_circle_pressed.png │   │   │   ├── [1.5K] btn_circle_selected.png │   │   │   ├── [ 915] btn_close_normal.png │   │   │   ├── [ 965] btn_close_pressed.png │   │   │   ├── [1015] btn_close_selected.png │   │   │   ├── [ 545] btn_default_normal.9.png │   │   │   ├── [ 518] btn_default_normal_disable.9.png │   │   │   ├── [ 584] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 505] btn_default_pressed.9.png │   │   │   ├── [ 408] btn_default_selected.9.png │   │   │   ├── [ 473] btn_default_small_normal.9.png │   │   │   ├── [ 457] btn_default_small_normal_disable.9.png │   │   │   ├── [ 545] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [ 369] btn_default_small_pressed.9.png │   │   │   ├── [ 356] btn_default_small_selected.9.png │   │   │   ├── [ 801] btn_default_transparent_normal.9.png │   │   │   ├── [ 951] btn_dialog_disable.png │   │   │   ├── [ 915] btn_dialog_normal.png │   │   │   ├── [ 975] btn_dialog_pressed.png │   │   │   ├── [1006] btn_dialog_selected.png │   │   │   ├── [1.2K] btn_dropdown_disabled.9.png │   │   │   ├── [1.4K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [1.0K] btn_dropdown_normal.9.png │   │   │   ├── [1.8K] btn_dropdown_pressed.9.png │   │   │   ├── [2.0K] btn_dropdown_selected.9.png │   │   │   ├── [ 544] btn_erase_default.9.png │   │   │   ├── [ 556] btn_erase_pressed.9.png │   │   │   ├── [ 554] btn_erase_selected.9.png │   │   │   ├── [ 563] btn_global_search_normal.9.png │   │   │   ├── [ 849] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [ 992] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [1.0K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [ 872] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [1010] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [1.0K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 389] btn_keyboard_key_normal.9.png │   │   │   ├── [ 516] btn_keyboard_key_normal_off.9.png │   │   │   ├── [ 582] btn_keyboard_key_normal_on.9.png │   │   │   ├── [ 394] btn_keyboard_key_pressed.9.png │   │   │   ├── [ 532] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [ 580] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [ 634] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [ 592] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [ 651] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [ 776] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [ 618] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [ 642] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [ 796] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [ 689] btn_media_player.9.png │   │   │   ├── [ 645] btn_media_player_disabled.9.png │   │   │   ├── [ 755] btn_media_player_disabled_selected.9.png │   │   │   ├── [ 983] btn_media_player_pressed.9.png │   │   │   ├── [1.1K] btn_media_player_selected.9.png │   │   │   ├── [5.0K] btn_minus_default.png │   │   │   ├── [2.7K] btn_minus_disable_focused.png │   │   │   ├── [5.0K] btn_minus_disable.png │   │   │   ├── [2.5K] btn_minus_pressed.png │   │   │   ├── [5.1K] btn_minus_selected.png │   │   │   ├── [5.1K] btn_plus_default.png │   │   │   ├── [2.7K] btn_plus_disable_focused.png │   │   │   ├── [5.1K] btn_plus_disable.png │   │   │   ├── [5.2K] btn_plus_pressed.png │   │   │   ├── [5.2K] btn_plus_selected.png │   │   │   ├── [ 140] btn_radio_label_background.9.png │   │   │   ├── [1.5K] btn_radio_off.png │   │   │   ├── [1.6K] btn_radio_off_pressed.png │   │   │   ├── [1.6K] btn_radio_off_selected.png │   │   │   ├── [1.5K] btn_radio_on.png │   │   │   ├── [1.6K] btn_radio_on_pressed.png │   │   │   ├── [1.7K] btn_radio_on_selected.png │   │   │   ├── [1.4K] btn_rating_star_off_normal.png │   │   │   ├── [2.4K] btn_rating_star_off_pressed.png │   │   │   ├── [2.4K] btn_rating_star_off_selected.png │   │   │   ├── [2.5K] btn_rating_star_on_normal.png │   │   │   ├── [2.5K] btn_rating_star_on_pressed.png │   │   │   ├── [2.6K] btn_rating_star_on_selected.png │   │   │   ├── [ 467] btn_search_dialog_default.9.png │   │   │   ├── [ 688] btn_search_dialog_pressed.9.png │   │   │   ├── [ 716] btn_search_dialog_selected.9.png │   │   │   ├── [ 582] btn_search_dialog_voice_default.9.png │   │   │   ├── [ 794] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [ 814] btn_search_dialog_voice_selected.9.png │   │   │   ├── [ 769] btn_square_overlay_disabled_focused.png │   │   │   ├── [ 788] btn_square_overlay_disabled.png │   │   │   ├── [ 585] btn_square_overlay_normal.png │   │   │   ├── [ 902] btn_square_overlay_pressed.png │   │   │   ├── [ 873] btn_square_overlay_selected.png │   │   │   ├── [1.2K] btn_star_big_off_disable_focused.png │   │   │   ├── [ 785] btn_star_big_off_disable.png │   │   │   ├── [ 771] btn_star_big_off.png │   │   │   ├── [1.1K] btn_star_big_off_pressed.png │   │   │   ├── [1.1K] btn_star_big_off_selected.png │   │   │   ├── [1.2K] btn_star_big_on_disable_focused.png │   │   │   ├── [1.2K] btn_star_big_on_disable.png │   │   │   ├── [1.1K] btn_star_big_on.png │   │   │   ├── [1.1K] btn_star_big_on_pressed.png │   │   │   ├── [1.1K] btn_star_big_on_selected.png │   │   │   ├── [ 136] btn_star_label_background.9.png │   │   │   ├── [ 310] btn_toggle_off.9.png │   │   │   ├── [ 312] btn_toggle_on.9.png │   │   │   ├── [1.1K] btn_zoom_down_disabled.9.png │   │   │   ├── [1.3K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [1.6K] btn_zoom_down_normal.9.png │   │   │   ├── [1.7K] btn_zoom_down_pressed.9.png │   │   │   ├── [1.7K] btn_zoom_down_selected.9.png │   │   │   ├── [1.6K] btn_zoom_page_normal.png │   │   │   ├── [1.6K] btn_zoom_page_press.png │   │   │   ├── [1.2K] btn_zoom_up_disabled.9.png │   │   │   ├── [1.3K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [1.6K] btn_zoom_up_normal.9.png │   │   │   ├── [1.6K] btn_zoom_up_pressed.9.png │   │   │   ├── [1.6K] btn_zoom_up_selected.9.png │   │   │   ├── [ 406] button_onoff_indicator_off.png │   │   │   ├── [ 400] button_onoff_indicator_on.png │   │   │   ├── [1003] call_contact.png │   │   │   ├── [ 359] checkbox_off_background.png │   │   │   ├── [ 702] checkbox_on_background.png │   │   │   ├── [3.0K] clock_dial.png │   │   │   ├── [ 820] clock_hand_hour.png │   │   │   ├── [ 913] clock_hand_minute.png │   │   │   ├── [ 158] code_lock_bottom.9.png │   │   │   ├── [ 128] code_lock_left.9.png │   │   │   ├── [ 125] code_lock_top.9.png │   │   │   ├── [ 674] compass_arrow.png │   │   │   ├── [1.8K] compass_base.png │   │   │   ├── [ 177] contact_header_bg.9.png │   │   │   ├── [ 854] create_contact.png │   │   │   ├── [ 124] dark_header.9.png │   │   │   ├── [ 225] dialog_divider_horizontal_light.9.png │   │   │   ├── [ 109] divider_horizontal_bright.9.png │   │   │   ├── [ 109] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 120] divider_horizontal_dark.9.png │   │   │   ├── [ 109] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 218] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 117] divider_horizontal_textfield.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 120] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 619] editbox_background_focus_yellow.9.png │   │   │   ├── [ 359] editbox_background_normal.9.png │   │   │   ├── [ 291] editbox_dropdown_background.9.png │   │   │   ├── [ 263] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 902] emo_im_angel.png │   │   │   ├── [ 859] emo_im_cool.png │   │   │   ├── [ 845] emo_im_crying.png │   │   │   ├── [ 870] emo_im_foot_in_mouth.png │   │   │   ├── [ 879] emo_im_happy.png │   │   │   ├── [ 826] emo_im_kissing.png │   │   │   ├── [ 865] emo_im_laughing.png │   │   │   ├── [ 922] emo_im_lips_are_sealed.png │   │   │   ├── [ 897] emo_im_money_mouth.png │   │   │   ├── [ 873] emo_im_sad.png │   │   │   ├── [ 833] emo_im_surprised.png │   │   │   ├── [ 907] emo_im_tongue_sticking_out.png │   │   │   ├── [ 872] emo_im_undecided.png │   │   │   ├── [ 859] emo_im_winking.png │   │   │   ├── [ 877] emo_im_wtf.png │   │   │   ├── [ 843] emo_im_yelling.png │   │   │   ├── [1.1K] expander_ic_maximized.9.png │   │   │   ├── [1.1K] expander_ic_minimized.9.png │   │   │   ├── [1.2K] focused_application_background_static.png │   │   │   ├── [ 563] frame_gallery_thumb.9.png │   │   │   ├── [ 568] frame_gallery_thumb_pressed.9.png │   │   │   ├── [ 430] frame_gallery_thumb_selected.9.png │   │   │   ├── [ 814] gallery_selected_default.9.png │   │   │   ├── [ 899] gallery_selected_focused.9.png │   │   │   ├── [ 901] gallery_selected_pressed.9.png │   │   │   ├── [ 493] gallery_unselected_default.9.png │   │   │   ├── [ 646] gallery_unselected_pressed.9.png │   │   │   ├── [ 784] grid_selector_background_focus.9.png │   │   │   ├── [ 744] grid_selector_background_pressed.9.png │   │   │   ├── [ 698] highlight_disabled.9.png │   │   │   ├── [ 747] highlight_pressed.9.png │   │   │   ├── [ 781] highlight_selected.9.png │   │   │   ├── [ 584] ic_aggregated.png │   │   │   ├── [ 502] ic_btn_round_more_disabled.png │   │   │   ├── [ 518] ic_btn_round_more_normal.png │   │   │   ├── [ 750] ic_btn_search_go.png │   │   │   ├── [ 963] ic_btn_speak_now.png │   │   │   ├── [ 657] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [ 803] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [ 550] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [ 971] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 611] ic_bullet_key_permission.png │   │   │   ├── [ 810] ic_contact_picture_2.png │   │   │   ├── [ 625] ic_contact_picture_3.png │   │   │   ├── [ 769] ic_contact_picture.png │   │   │   ├── [1.6K] ic_delete.png │   │   │   ├── [ 908] ic_dialog_alert.png │   │   │   ├── [ 875] ic_dialog_dialer.png │   │   │   ├── [ 905] ic_dialog_email.png │   │   │   ├── [ 905] ic_dialog_info.png │   │   │   ├── [1.0K] ic_dialog_map.png │   │   │   ├── [1.2K] ic_dialog_time.png │   │   │   ├── [ 903] ic_dialog_usb.png │   │   │   ├── [ 888] ic_emergency.png │   │   │   ├── [1.1K] ic_input_add.png │   │   │   ├── [ 825] ic_input_delete.png │   │   │   ├── [ 856] ic_input_get.png │   │   │   ├── [4.3K] ic_jog_dial_answer_and_end.png │   │   │   ├── [4.5K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [4.1K] ic_jog_dial_answer.png │   │   │   ├── [3.8K] ic_jog_dial_decline.png │   │   │   ├── [3.9K] ic_jog_dial_sound_off.png │   │   │   ├── [2.3K] ic_jog_dial_sound_on.png │   │   │   ├── [4.1K] ic_jog_dial_unlock.png │   │   │   ├── [4.7K] ic_jog_dial_vibrate_on.png │   │   │   ├── [3.2K] ic_launcher_android.png │   │   │   ├── [1.0K] ic_lock_airplane_mode_alpha.png │   │   │   ├── [1.1K] ic_lock_airplane_mode_off_am_alpha.png │   │   │   ├── [ 824] ic_lock_idle_alarm_alpha.png │   │   │   ├── [ 740] ic_lock_idle_charging.png │   │   │   ├── [ 701] ic_lock_idle_lock.png │   │   │   ├── [ 701] ic_lock_idle_low_battery.png │   │   │   ├── [ 972] ic_lock_lock_alpha.png │   │   │   ├── [1.2K] ic_lock_power_off_alpha.png │   │   │   ├── [ 782] ic_lock_ringer_off_alpha.png │   │   │   ├── [ 857] ic_lock_ringer_on_alpha.png │   │   │   ├── [1.1K] ic_lock_silent_mode_off.png │   │   │   ├── [ 964] ic_lock_silent_mode.png │   │   │   ├── [1.3K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [1.6K] ic_maps_indicator_current_position.png │   │   │   ├── [ 673] ic_media_embed_play.png │   │   │   ├── [ 886] ic_media_ff.png │   │   │   ├── [ 594] ic_media_fullscreen.png │   │   │   ├── [ 735] ic_media_next.png │   │   │   ├── [3.2K] ic_media_pause.png │   │   │   ├── [ 673] ic_media_play.png │   │   │   ├── [ 770] ic_media_previous.png │   │   │   ├── [ 906] ic_media_rew.png │   │   │   ├── [3.4K] ic_media_video_poster.png │   │   │   ├── [1.3K] ic_menu_account_list.png │   │   │   ├── [1.5K] ic_menu_add.png │   │   │   ├── [1.3K] ic_menu_agenda.png │   │   │   ├── [1.3K] ic_menu_allfriends.png │   │   │   ├── [1.3K] ic_menu_always_landscape_portrait.png │   │   │   ├── [1.1K] ic_menu_archive.png │   │   │   ├── [1.5K] ic_menu_attachment.png │   │   │   ├── [1.0K] ic_menu_back.png │   │   │   ├── [1.5K] ic_menu_blocked_user.png │   │   │   ├── [1.5K] ic_menu_block.png │   │   │   ├── [1.4K] ic_menu_call.png │   │   │   ├── [1.2K] ic_menu_camera.png │   │   │   ├── [1.4K] ic_menu_cc_am.png │   │   │   ├── [1.3K] ic_menu_chat_dashboard.png │   │   │   ├── [1.5K] ic_menu_clear_playlist.png │   │   │   ├── [1.8K] ic_menu_close_clear_cancel.png │   │   │   ├── [1.8K] ic_menu_compass.png │   │   │   ├── [1.3K] ic_menu_compose.png │   │   │   ├── [1.2K] ic_menu_crop.png │   │   │   ├── [1.1K] ic_menu_day.png │   │   │   ├── [1.2K] ic_menu_delete.png │   │   │   ├── [1.4K] ic_menu_directions.png │   │   │   ├── [1.4K] ic_menu_edit.png │   │   │   ├── [1.6K] ic_menu_emoticons.png │   │   │   ├── [2.4K] ic_menu_end_conversation.png │   │   │   ├── [1.1K] ic_menu_forward.png │   │   │   ├── [1.2K] ic_menu_friendslist.png │   │   │   ├── [1.1K] ic_menu_gallery.png │   │   │   ├── [1.3K] ic_menu_goto.png │   │   │   ├── [1.6K] ic_menu_help.png │   │   │   ├── [1.4K] ic_menu_home.png │   │   │   ├── [1.5K] ic_menu_info_details.png │   │   │   ├── [1.5K] ic_menu_invite.png │   │   │   ├── [1.5K] ic_menu_login.png │   │   │   ├── [1.3K] ic_menu_manage.png │   │   │   ├── [1.2K] ic_menu_mapmode.png │   │   │   ├── [1.5K] ic_menu_mark.png │   │   │   ├── [1.6K] ic_menu_month.png │   │   │   ├── [1.8K] ic_menu_more.png │   │   │   ├── [1.3K] ic_menu_my_calendar.png │   │   │   ├── [1.4K] ic_menu_mylocation.png │   │   │   ├── [1.3K] ic_menu_myplaces.png │   │   │   ├── [1.2K] ic_menu_notifications.png │   │   │   ├── [1.2K] ic_menu_play_clip.png │   │   │   ├── [1.6K] ic_menu_preferences.png │   │   │   ├── [1.6K] ic_menu_recent_history.png │   │   │   ├── [1.3K] ic_menu_report_image.png │   │   │   ├── [1.3K] ic_menu_revert.png │   │   │   ├── [1.7K] ic_menu_rotate.png │   │   │   ├── [1.2K] ic_menu_save.png │   │   │   ├── [1.4K] ic_menu_search.png │   │   │   ├── [1.3K] ic_menu_send.png │   │   │   ├── [1.3K] ic_menu_set_as.png │   │   │   ├── [1.4K] ic_menu_share.png │   │   │   ├── [1.2K] ic_menu_slideshow.png │   │   │   ├── [1.3K] ic_menu_sort_alphabetically.png │   │   │   ├── [ 993] ic_menu_sort_by_size.png │   │   │   ├── [1.3K] ic_menu_star.png │   │   │   ├── [1.3K] ic_menu_start_conversation.png │   │   │   ├── [1.5K] ic_menu_stop.png │   │   │   ├── [1.4K] ic_menu_today.png │   │   │   ├── [1.2K] ic_menu_upload.png │   │   │   ├── [1.4K] ic_menu_upload_you_tube.png │   │   │   ├── [1.3K] ic_menu_view.png │   │   │   ├── [1.2K] ic_menu_week.png │   │   │   ├── [1.5K] ic_menu_zoom.png │   │   │   ├── [1.1K] ic_notification_clear_all.png │   │   │   ├── [ 465] ic_notification_overlay.9.png │   │   │   ├── [ 736] icon_highlight_rectangle.9.png │   │   │   ├── [ 943] icon_highlight_square.9.png │   │   │   ├── [ 432] ic_partial_secure.png │   │   │   ├── [1.1K] ic_popup_disk_full.png │   │   │   ├── [ 970] ic_popup_reminder.png │   │   │   ├── [1.1K] ic_popup_sync_1.png │   │   │   ├── [1.1K] ic_popup_sync_2.png │   │   │   ├── [1.1K] ic_popup_sync_3.png │   │   │   ├── [1.1K] ic_popup_sync_4.png │   │   │   ├── [1.1K] ic_popup_sync_5.png │   │   │   ├── [1.1K] ic_popup_sync_6.png │   │   │   ├── [1.4K] ic_search_category_default.png │   │   │   ├── [ 485] ic_secure.png │   │   │   ├── [1.9K] ic_vibrate.png │   │   │   ├── [ 823] ic_vibrate_small.png │   │   │   ├── [1.8K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [1.5K] ic_volume_bluetooth_in_call.png │   │   │   ├── [1.4K] ic_volume_off.png │   │   │   ├── [ 668] ic_volume_off_small.png │   │   │   ├── [1.5K] ic_volume.png │   │   │   ├── [ 753] ic_volume_small.png │   │   │   ├── [ 411] ime_qwerty.png │   │   │   ├── [ 802] indicator_input_error.png │   │   │   ├── [3.9K] jog_dial_arrow_long_left_green.png │   │   │   ├── [3.8K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [2.4K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [3.7K] jog_dial_arrow_long_right_red.png │   │   │   ├── [3.8K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [2.1K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [1.3K] jog_dial_arrow_short_left.png │   │   │   ├── [1.3K] jog_dial_arrow_short_right.png │   │   │   ├── [8.0K] jog_dial_bg.png │   │   │   ├── [1.7K] jog_dial_dimple_dim.png │   │   │   ├── [1.8K] jog_dial_dimple.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [1.4K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [1.5K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [1.4K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [1.4K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [1.5K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [1.8K] jog_tab_left_confirm_gray.png │   │   │   ├── [2.7K] jog_tab_left_confirm_green.png │   │   │   ├── [2.5K] jog_tab_left_confirm_red.png │   │   │   ├── [2.6K] jog_tab_left_confirm_yellow.png │   │   │   ├── [1.6K] jog_tab_left_normal.png │   │   │   ├── [1.6K] jog_tab_left_pressed.png │   │   │   ├── [1.7K] jog_tab_right_confirm_gray.png │   │   │   ├── [2.6K] jog_tab_right_confirm_green.png │   │   │   ├── [2.4K] jog_tab_right_confirm_red.png │   │   │   ├── [2.5K] jog_tab_right_confirm_yellow.png │   │   │   ├── [1.6K] jog_tab_right_normal.png │   │   │   ├── [1.5K] jog_tab_right_pressed.png │   │   │   ├── [ 480] jog_tab_target_gray.png │   │   │   ├── [ 667] jog_tab_target_green.png │   │   │   ├── [ 667] jog_tab_target_red.png │   │   │   ├── [ 669] jog_tab_target_yellow.png │   │   │   ├── [ 167] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 156] keyboard_background.9.png │   │   │   ├── [ 900] keyboard_key_feedback_background.9.png │   │   │   ├── [1.0K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [ 771] keyboard_popup_panel_background.9.png │   │   │   ├── [ 954] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [ 134] light_header.9.png │   │   │   ├── [ 192] list_selector_background_disabled.9.png │   │   │   ├── [1.4K] list_selector_background_focus.9.png │   │   │   ├── [ 625] list_selector_background_longpress.9.png │   │   │   ├── [1.2K] list_selector_background_pressed.9.png │   │   │   ├── [1.3K] maps_google_logo.png │   │   │   ├── [ 198] menu_background.9.png │   │   │   ├── [ 166] menu_background_fill_parent_width.9.png │   │   │   ├── [ 777] menuitem_background_focus.9.png │   │   │   ├── [ 740] menuitem_background_pressed.9.png │   │   │   ├── [ 105] menuitem_background_solid_focused.9.png │   │   │   ├── [ 105] menuitem_background_solid_pressed.9.png │   │   │   ├── [ 348] menuitem_checkbox_on.png │   │   │   ├── [ 122] menu_separator.9.png │   │   │   ├── [ 369] menu_submenu_background.9.png │   │   │   ├── [ 351] numberpicker_down_disabled.9.png │   │   │   ├── [ 507] numberpicker_down_disabled_focused.9.png │   │   │   ├── [ 574] numberpicker_down_normal.9.png │   │   │   ├── [ 776] numberpicker_down_pressed.9.png │   │   │   ├── [ 809] numberpicker_down_selected.9.png │   │   │   ├── [ 250] numberpicker_input_disabled.9.png │   │   │   ├── [ 415] numberpicker_input_normal.9.png │   │   │   ├── [ 565] numberpicker_input_pressed.9.png │   │   │   ├── [ 463] numberpicker_input_selected.9.png │   │   │   ├── [ 504] numberpicker_up_disabled.9.png │   │   │   ├── [ 671] numberpicker_up_disabled_focused.9.png │   │   │   ├── [ 777] numberpicker_up_normal.9.png │   │   │   ├── [ 987] numberpicker_up_pressed.9.png │   │   │   ├── [1003] numberpicker_up_selected.9.png │   │   │   ├── [ 579] panel_background.9.png │   │   │   ├── [ 923] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [ 483] panel_picture_frame_bg_normal.9.png │   │   │   ├── [ 905] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [ 659] password_field_default.9.png │   │   │   ├── [4.3K] picture_emergency.png │   │   │   ├── [ 552] picture_frame.9.png │   │   │   ├── [ 455] popup_bottom_bright.9.png │   │   │   ├── [ 498] popup_bottom_dark.9.png │   │   │   ├── [ 488] popup_bottom_medium.9.png │   │   │   ├── [ 174] popup_center_bright.9.png │   │   │   ├── [ 208] popup_center_dark.9.png │   │   │   ├── [ 203] popup_center_medium.9.png │   │   │   ├── [ 569] popup_full_bright.9.png │   │   │   ├── [ 574] popup_full_dark.9.png │   │   │   ├── [1.1K] popup_inline_error_above_am.9.png │   │   │   ├── [1.1K] popup_inline_error_am.9.png │   │   │   ├── [ 455] popup_top_bright.9.png │   │   │   ├── [ 472] popup_top_dark.9.png │   │   │   ├── [ 687] presence_audio_away.png │   │   │   ├── [ 675] presence_audio_busy.png │   │   │   ├── [ 664] presence_audio_online.png │   │   │   ├── [ 663] presence_away.png │   │   │   ├── [ 652] presence_busy.png │   │   │   ├── [ 507] presence_invisible.png │   │   │   ├── [ 531] presence_offline.png │   │   │   ├── [ 646] presence_online.png │   │   │   ├── [ 657] presence_video_away.png │   │   │   ├── [ 622] presence_video_busy.png │   │   │   ├── [ 605] presence_video_online.png │   │   │   ├── [ 941] pressed_application_background_static.png │   │   │   ├── [ 402] progressbar_indeterminate1.png │   │   │   ├── [ 403] progressbar_indeterminate2.png │   │   │   ├── [ 403] progressbar_indeterminate3.png │   │   │   ├── [ 518] radiobutton_off_background.png │   │   │   ├── [ 557] radiobutton_on_background.png │   │   │   ├── [ 870] rate_star_big_half.png │   │   │   ├── [ 587] rate_star_big_off.png │   │   │   ├── [ 967] rate_star_big_on.png │   │   │   ├── [ 719] rate_star_med_half.png │   │   │   ├── [ 502] rate_star_med_off.png │   │   │   ├── [ 784] rate_star_med_on.png │   │   │   ├── [ 551] rate_star_small_half.png │   │   │   ├── [ 410] rate_star_small_off.png │   │   │   ├── [ 560] rate_star_small_on.png │   │   │   ├── [ 206] recent_dialog_background.9.png │   │   │   ├── [ 514] reticle.png │   │   │   ├── [1.1K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 234] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 204] scrollbar_handle_vertical.9.png │   │   │   ├── [ 301] search_dropdown_background.9.png │   │   │   ├── [ 234] search_plate.9.png │   │   │   ├── [ 237] search_plate_global.9.png │   │   │   ├── [ 652] seek_thumb_normal.png │   │   │   ├── [ 905] seek_thumb_pressed.png │   │   │   ├── [ 902] seek_thumb_selected.png │   │   │   ├── [2.8K] settings_header_raw.9.png │   │   │   ├── [ 719] spinner_black_16.png │   │   │   ├── [ 849] spinner_black_20.png │   │   │   ├── [2.1K] spinner_black_48.png │   │   │   ├── [3.5K] spinner_black_76.png │   │   │   ├── [ 315] spinner_dropdown_background_down.9.png │   │   │   ├── [ 325] spinner_dropdown_background_up.9.png │   │   │   ├── [ 634] spinner_normal.9.png │   │   │   ├── [1000] spinner_press.9.png │   │   │   ├── [1.0K] spinner_select.9.png │   │   │   ├── [ 676] spinner_white_16.png │   │   │   ├── [2.0K] spinner_white_48.png │   │   │   ├── [3.0K] spinner_white_76.png │   │   │   ├── [ 860] star_big_off.png │   │   │   ├── [1.3K] star_big_on.png │   │   │   ├── [ 548] star_off.png │   │   │   ├── [ 955] star_on.png │   │   │   ├── [ 556] stat_ecb_mode.png │   │   │   ├── [ 488] stat_notify_car_mode.png │   │   │   ├── [ 491] stat_notify_chat.png │   │   │   ├── [ 442] stat_notify_disk_full.png │   │   │   ├── [ 349] stat_notify_email_generic.png │   │   │   ├── [ 441] stat_notify_error.png │   │   │   ├── [ 364] stat_notify_gmail.png │   │   │   ├── [ 789] stat_notify_missed_call.png │   │   │   ├── [ 404] stat_notify_more.png │   │   │   ├── [ 367] stat_notify_sdcard.png │   │   │   ├── [ 419] stat_notify_sdcard_prepare.png │   │   │   ├── [ 391] stat_notify_sdcard_usb.png │   │   │   ├── [ 448] stat_notify_sim_toolkit.png │   │   │   ├── [ 518] stat_notify_sync_anim0.png │   │   │   ├── [ 523] stat_notify_sync_error.png │   │   │   ├── [ 530] stat_notify_sync.png │   │   │   ├── [ 410] stat_notify_voicemail.png │   │   │   ├── [ 751] stat_sys_battery_0.png │   │   │   ├── [ 604] stat_sys_battery_100.png │   │   │   ├── [ 550] stat_sys_battery_10.png │   │   │   ├── [ 600] stat_sys_battery_20.png │   │   │   ├── [ 611] stat_sys_battery_40.png │   │   │   ├── [ 592] stat_sys_battery_60.png │   │   │   ├── [ 580] stat_sys_battery_80.png │   │   │   ├── [ 682] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 699] stat_sys_battery_charge_anim1.png │   │   │   ├── [ 699] stat_sys_battery_charge_anim2.png │   │   │   ├── [ 688] stat_sys_battery_charge_anim3.png │   │   │   ├── [ 666] stat_sys_battery_charge_anim4.png │   │   │   ├── [ 692] stat_sys_battery_charge_anim5.png │   │   │   ├── [ 443] stat_sys_battery_unknown.png │   │   │   ├── [ 398] stat_sys_data_bluetooth.png │   │   │   ├── [ 429] stat_sys_data_usb.png │   │   │   ├── [ 349] stat_sys_download_anim0.png │   │   │   ├── [ 401] stat_sys_download_anim1.png │   │   │   ├── [ 402] stat_sys_download_anim2.png │   │   │   ├── [ 428] stat_sys_download_anim3.png │   │   │   ├── [ 435] stat_sys_download_anim4.png │   │   │   ├── [ 426] stat_sys_download_anim5.png │   │   │   ├── [1.1K] stat_sys_gps_on.png │   │   │   ├── [ 467] stat_sys_headset.png │   │   │   ├── [ 960] stat_sys_phone_call_forward.png │   │   │   ├── [ 921] stat_sys_phone_call_on_hold.png │   │   │   ├── [ 793] stat_sys_phone_call.png │   │   │   ├── [ 426] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [ 687] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [ 723] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [ 763] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [ 793] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [ 436] stat_sys_r_signal_0_cdma.png │   │   │   ├── [ 691] stat_sys_r_signal_1_cdma.png │   │   │   ├── [ 737] stat_sys_r_signal_2_cdma.png │   │   │   ├── [ 772] stat_sys_r_signal_3_cdma.png │   │   │   ├── [ 810] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 452] stat_sys_signal_0_cdma.png │   │   │   ├── [ 669] stat_sys_signal_1_cdma.png │   │   │   ├── [ 717] stat_sys_signal_2_cdma.png │   │   │   ├── [ 768] stat_sys_signal_3_cdma.png │   │   │   ├── [ 818] stat_sys_signal_4_cdma.png │   │   │   ├── [ 478] stat_sys_signal_evdo_0.png │   │   │   ├── [ 724] stat_sys_signal_evdo_1.png │   │   │   ├── [ 761] stat_sys_signal_evdo_2.png │   │   │   ├── [ 810] stat_sys_signal_evdo_3.png │   │   │   ├── [ 841] stat_sys_signal_evdo_4.png │   │   │   ├── [ 534] stat_sys_tether_bluetooth.png │   │   │   ├── [ 554] stat_sys_tether_general.png │   │   │   ├── [ 518] stat_sys_tether_usb.png │   │   │   ├── [ 480] stat_sys_throttled.png │   │   │   ├── [ 322] stat_sys_upload_anim0.png │   │   │   ├── [ 374] stat_sys_upload_anim1.png │   │   │   ├── [ 395] stat_sys_upload_anim2.png │   │   │   ├── [ 393] stat_sys_upload_anim3.png │   │   │   ├── [ 416] stat_sys_upload_anim4.png │   │   │   ├── [ 374] stat_sys_upload_anim5.png │   │   │   ├── [ 964] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [ 940] stat_sys_vp_phone_call.png │   │   │   ├── [ 467] stat_sys_warning.png │   │   │   ├── [ 832] status_bar_background.png │   │   │   ├── [ 131] status_bar_header_background.9.png │   │   │   ├── [ 279] status_bar_item_app_background_normal.9.png │   │   │   ├── [ 592] status_bar_item_background_focus.9.png │   │   │   ├── [ 159] status_bar_item_background_normal.9.png │   │   │   ├── [ 575] status_bar_item_background_pressed.9.png │   │   │   ├── [ 328] submenu_arrow_nofocus.png │   │   │   ├── [ 707] sym_action_add.png │   │   │   ├── [ 785] sym_action_call.png │   │   │   ├── [ 618] sym_action_chat.png │   │   │   ├── [ 631] sym_action_email.png │   │   │   ├── [1.1K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [1.1K] sym_call_incoming.png │   │   │   ├── [1.1K] sym_call_missed.png │   │   │   ├── [1.1K] sym_call_outgoing.png │   │   │   ├── [ 467] sym_contact_card.png │   │   │   ├── [1.7K] sym_def_app_icon.png │   │   │   ├── [ 845] sym_keyboard_delete_dim.png │   │   │   ├── [ 892] sym_keyboard_delete.png │   │   │   ├── [ 704] sym_keyboard_feedback_delete.png │   │   │   ├── [ 625] sym_keyboard_feedback_ok.png │   │   │   ├── [ 506] sym_keyboard_feedback_return.png │   │   │   ├── [ 489] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [ 577] sym_keyboard_feedback_shift.png │   │   │   ├── [ 349] sym_keyboard_feedback_space.png │   │   │   ├── [ 604] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 473] sym_keyboard_num1.png │   │   │   ├── [1.1K] sym_keyboard_num2.png │   │   │   ├── [1.0K] sym_keyboard_num3.png │   │   │   ├── [ 989] sym_keyboard_num4.png │   │   │   ├── [ 935] sym_keyboard_num5.png │   │   │   ├── [1.1K] sym_keyboard_num6.png │   │   │   ├── [1.2K] sym_keyboard_num7.png │   │   │   ├── [1.0K] sym_keyboard_num8.png │   │   │   ├── [1.2K] sym_keyboard_num9.png │   │   │   ├── [ 812] sym_keyboard_ok_dim.png │   │   │   ├── [ 867] sym_keyboard_ok.png │   │   │   ├── [ 572] sym_keyboard_return.png │   │   │   ├── [ 583] sym_keyboard_shift_locked.png │   │   │   ├── [ 661] sym_keyboard_shift.png │   │   │   ├── [ 379] sym_keyboard_space.png │   │   │   ├── [ 365] tab_focus.9.png │   │   │   ├── [2.8K] tab_focus_bar_left.9.png │   │   │   ├── [2.8K] tab_focus_bar_right.9.png │   │   │   ├── [ 274] tab_press.9.png │   │   │   ├── [2.8K] tab_press_bar_left.9.png │   │   │   ├── [2.8K] tab_press_bar_right.9.png │   │   │   ├── [ 197] tab_selected.9.png │   │   │   ├── [1011] tab_selected_bar_left.9.png │   │   │   ├── [ 151] tab_selected_bar_left_v4.9.png │   │   │   ├── [1011] tab_selected_bar_right.9.png │   │   │   ├── [ 151] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 274] tab_selected_v4.9.png │   │   │   ├── [ 215] tab_unselected.9.png │   │   │   ├── [ 270] tab_unselected_v4.9.png │   │   │   ├── [ 327] textfield_default.9.png │   │   │   ├── [ 381] textfield_disabled.9.png │   │   │   ├── [ 517] textfield_disabled_selected.9.png │   │   │   ├── [ 475] textfield_search_default.9.png │   │   │   ├── [ 570] textfield_search_empty_default.9.png │   │   │   ├── [ 695] textfield_search_empty_pressed.9.png │   │   │   ├── [ 623] textfield_search_empty_selected.9.png │   │   │   ├── [ 743] textfield_search_pressed.9.png │   │   │   ├── [ 559] textfield_search_selected.9.png │   │   │   ├── [ 465] textfield_selected.9.png │   │   │   ├── [ 945] text_select_handle_left.png │   │   │   ├── [1008] text_select_handle_middle.png │   │   │   ├── [ 997] text_select_handle_right.png │   │   │   ├── [ 186] title_bar_medium.9.png │   │   │   ├── [ 169] title_bar_portrait.9.png │   │   │   ├── [ 191] title_bar_tall.9.png │   │   │   ├── [3.2K] toast_frame.9.png │   │   │   ├── [ 269] unknown_image.png │   │   │   ├── [2.9K] usb_android_connected.png │   │   │   ├── [3.3K] usb_android.png │   │   │   ├── [ 757] vpn_connected.png │   │   │   ├── [ 717] vpn_disconnected.png │   │   │   └── [ 855] zoom_plate.9.png │   │   ├── [ 72K] drawable-mdpi │   │   │   ├── [ 134] ab_bottom_solid_dark_holo.9.png │   │   │   ├── [ 129] ab_bottom_solid_inverse_holo.9.png │   │   │   ├── [ 134] ab_bottom_solid_light_holo.9.png │   │   │   ├── [ 123] ab_bottom_transparent_dark_holo.9.png │   │   │   ├── [ 123] ab_bottom_transparent_light_holo.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_dark.9.png │   │   │   ├── [ 122] ab_share_pack_holo_light.9.png │   │   │   ├── [ 117] ab_share_pack_mtrl_alpha.9.png │   │   │   ├── [ 133] ab_solid_dark_holo.9.png │   │   │   ├── [ 133] ab_solid_light_holo.9.png │   │   │   ├── [ 168] ab_solid_shadow_holo.9.png │   │   │   ├── [ 152] ab_solid_shadow_mtrl_alpha.9.png │   │   │   ├── [ 134] ab_stacked_solid_dark_holo.9.png │   │   │   ├── [ 133] ab_stacked_solid_inverse_holo.9.png │   │   │   ├── [ 133] ab_stacked_solid_light_holo.9.png │   │   │   ├── [ 127] ab_stacked_transparent_dark_holo.9.png │   │   │   ├── [ 123] ab_stacked_transparent_light_holo.9.png │   │   │   ├── [ 139] ab_transparent_dark_holo.9.png │   │   │   ├── [ 133] ab_transparent_light_holo.9.png │   │   │   ├── [ 205] activity_title_bar.9.png │   │   │   ├── [3.1K] arrow_down_float.png │   │   │   ├── [3.1K] arrow_up_float.png │   │   │   ├── [4.6K] battery_charge_background.png │   │   │   ├── [2.4K] bottom_bar.png │   │   │   ├── [ 101] btn_cab_done_default_holo_dark.9.png │   │   │   ├── [ 99] btn_cab_done_default_holo_light.9.png │   │   │   ├── [ 109] btn_cab_done_focused_holo_dark.9.png │   │   │   ├── [ 105] btn_cab_done_focused_holo_light.9.png │   │   │   ├── [ 171] btn_cab_done_pressed_holo_dark.9.png │   │   │   ├── [ 161] btn_cab_done_pressed_holo_light.9.png │   │   │   ├── [ 608] btn_check_buttonless_off.png │   │   │   ├── [ 721] btn_check_buttonless_on.png │   │   │   ├── [ 178] btn_check_label_background.9.png │   │   │   ├── [ 368] btn_check_off_disabled_focused_holo_dark.png │   │   │   ├── [ 368] btn_check_off_disabled_focused_holo_light.png │   │   │   ├── [ 329] btn_check_off_disabled_holo_dark.png │   │   │   ├── [ 329] btn_check_off_disabled_holo_light.png │   │   │   ├── [ 354] btn_check_off_disable_focused_holo_dark.png │   │   │   ├── [ 351] btn_check_off_disable_focused_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable_focused.png │   │   │   ├── [ 354] btn_check_off_disable_holo_dark.png │   │   │   ├── [ 351] btn_check_off_disable_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable.png │   │   │   ├── [ 366] btn_check_off_focused_holo_dark.png │   │   │   ├── [ 425] btn_check_off_focused_holo_light.png │   │   │   ├── [ 329] btn_check_off_holo_dark.png │   │   │   ├── [ 323] btn_check_off_holo_light.png │   │   │   ├── [ 429] btn_check_off_holo.png │   │   │   ├── [ 490] btn_check_off_normal_holo_dark.png │   │   │   ├── [ 491] btn_check_off_normal_holo_light.png │   │   │   ├── [1.2K] btn_check_off.png │   │   │   ├── [ 513] btn_check_off_pressed_holo_dark.png │   │   │   ├── [ 542] btn_check_off_pressed_holo_light.png │   │   │   ├── [2.4K] btn_check_off_pressed.png │   │   │   ├── [2.4K] btn_check_off_selected.png │   │   │   ├── [ 694] btn_check_on_disabled_focused_holo_dark.png │   │   │   ├── [ 632] btn_check_on_disabled_focused_holo_light.png │   │   │   ├── [ 475] btn_check_on_disabled_holo_dark.png │   │   │   ├── [ 508] btn_check_on_disabled_holo_light.png │   │   │   ├── [ 687] btn_check_on_disable_focused_holo_light.png │   │   │   ├── [1.8K] btn_check_on_disable_focused.png │   │   │   ├── [ 810] btn_check_on_disable_holo_dark.png │   │   │   ├── [ 687] btn_check_on_disable_holo_light.png │   │   │   ├── [1.7K] btn_check_on_disable.png │   │   │   ├── [1.7K] btn_check_on_focused_holo_dark.png │   │   │   ├── [1.7K] btn_check_on_focused_holo_light.png │   │   │   ├── [1.5K] btn_check_on_holo_dark.png │   │   │   ├── [1.5K] btn_check_on_holo_light.png │   │   │   ├── [1.4K] btn_check_on_holo.png │   │   │   ├── [1.9K] btn_check_on.png │   │   │   ├── [ 827] btn_check_on_pressed_holo_dark.png │   │   │   ├── [ 823] btn_check_on_pressed_holo_light.png │   │   │   ├── [2.4K] btn_check_on_pressed.png │   │   │   ├── [2.5K] btn_check_on_selected.png │   │   │   ├── [1.5K] btn_circle_disable_focused.png │   │   │   ├── [1.7K] btn_circle_disable.png │   │   │   ├── [1.8K] btn_circle_normal.png │   │   │   ├── [2.2K] btn_circle_pressed.png │   │   │   ├── [2.2K] btn_circle_selected.png │   │   │   ├── [1.2K] btn_close_normal.png │   │   │   ├── [1.3K] btn_close_pressed.png │   │   │   ├── [1.4K] btn_close_selected.png │   │   │   ├── [ 331] btn_default_disabled_focused_holo_dark.9.png │   │   │   ├── [ 331] btn_default_disabled_focused_holo_light.9.png │   │   │   ├── [ 272] btn_default_disabled_holo.9.png │   │   │   ├── [ 300] btn_default_disabled_holo_dark.9.png │   │   │   ├── [ 300] btn_default_disabled_holo_light.9.png │   │   │   ├── [ 405] btn_default_focused_holo.9.png │   │   │   ├── [ 305] btn_default_focused_holo_dark.9.png │   │   │   ├── [ 305] btn_default_focused_holo_light.9.png │   │   │   ├── [ 683] btn_default_normal.9.png │   │   │   ├── [ 663] btn_default_normal_disable.9.png │   │   │   ├── [ 713] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 296] btn_default_normal_holo.9.png │   │   │   ├── [ 332] btn_default_normal_holo_dark.9.png │   │   │   ├── [ 321] btn_default_normal_holo_light.9.png │   │   │   ├── [ 713] btn_default_pressed.9.png │   │   │   ├── [ 274] btn_default_pressed_holo.9.png │   │   │   ├── [ 313] btn_default_pressed_holo_dark.9.png │   │   │   ├── [ 315] btn_default_pressed_holo_light.9.png │   │   │   ├── [ 504] btn_default_selected.9.png │   │   │   ├── [1.5K] btn_default_small_normal.9.png │   │   │   ├── [1.5K] btn_default_small_normal_disable.9.png │   │   │   ├── [1.5K] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [1.4K] btn_default_small_pressed.9.png │   │   │   ├── [1.4K] btn_default_small_selected.9.png │   │   │   ├── [1007] btn_default_transparent_normal.9.png │   │   │   ├── [1.3K] btn_dialog_disable.png │   │   │   ├── [1.2K] btn_dialog_normal.png │   │   │   ├── [1.3K] btn_dialog_pressed.png │   │   │   ├── [1.4K] btn_dialog_selected.png │   │   │   ├── [1.8K] btn_dropdown_disabled.9.png │   │   │   ├── [1.9K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [2.1K] btn_dropdown_normal.9.png │   │   │   ├── [4.1K] btn_dropdown_pressed.9.png │   │   │   ├── [4.5K] btn_dropdown_selected.9.png │   │   │   ├── [1.4K] btn_erase_default.9.png │   │   │   ├── [1.3K] btn_erase_pressed.9.png │   │   │   ├── [1.2K] btn_erase_selected.9.png │   │   │   ├── [ 676] btn_global_search_normal.9.png │   │   │   ├── [ 226] btn_group_disabled_holo_dark.9.png │   │   │   ├── [ 224] btn_group_disabled_holo_light.9.png │   │   │   ├── [ 293] btn_group_focused_holo_dark.9.png │   │   │   ├── [ 293] btn_group_focused_holo_light.9.png │   │   │   ├── [ 227] btn_group_normal_holo_dark.9.png │   │   │   ├── [ 230] btn_group_normal_holo_light.9.png │   │   │   ├── [ 289] btn_group_pressed_holo_dark.9.png │   │   │   ├── [ 293] btn_group_pressed_holo_light.9.png │   │   │   ├── [ 334] btn_keyboard_key_dark_normal_holo.9.png │   │   │   ├── [ 373] btn_keyboard_key_dark_normal_off_holo.9.png │   │   │   ├── [ 422] btn_keyboard_key_dark_normal_on_holo.9.png │   │   │   ├── [ 394] btn_keyboard_key_dark_pressed_holo.9.png │   │   │   ├── [ 449] btn_keyboard_key_dark_pressed_off_holo.9.png │   │   │   ├── [ 499] btn_keyboard_key_dark_pressed_on_holo.9.png │   │   │   ├── [1.0K] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [1.3K] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [1.3K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [1002] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [1.2K] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [1.2K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 332] btn_keyboard_key_light_normal_holo.9.png │   │   │   ├── [ 381] btn_keyboard_key_light_pressed_holo.9.png │   │   │   ├── [ 726] btn_keyboard_key_normal.9.png │   │   │   ├── [ 860] btn_keyboard_key_normal_off.9.png │   │   │   ├── [ 926] btn_keyboard_key_normal_on.9.png │   │   │   ├── [ 664] btn_keyboard_key_pressed.9.png │   │   │   ├── [ 836] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [ 886] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [ 780] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [ 892] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [ 948] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [1018] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [ 871] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [ 903] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [1.0K] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [1.6K] btn_media_player.9.png │   │   │   ├── [ 724] btn_media_player_disabled.9.png │   │   │   ├── [1.0K] btn_media_player_disabled_selected.9.png │   │   │   ├── [1.2K] btn_media_player_pressed.9.png │   │   │   ├── [1.4K] btn_media_player_selected.9.png │   │   │   ├── [3.3K] btn_minus_default.png │   │   │   ├── [3.8K] btn_minus_disable_focused.png │   │   │   ├── [3.5K] btn_minus_disable.png │   │   │   ├── [3.5K] btn_minus_pressed.png │   │   │   ├── [3.5K] btn_minus_selected.png │   │   │   ├── [3.3K] btn_plus_default.png │   │   │   ├── [3.9K] btn_plus_disable_focused.png │   │   │   ├── [3.6K] btn_plus_disable.png │   │   │   ├── [3.6K] btn_plus_pressed.png │   │   │   ├── [3.6K] btn_plus_selected.png │   │   │   ├── [ 178] btn_radio_label_background.9.png │   │   │   ├── [ 895] btn_radio_off_disabled_focused_holo_dark.png │   │   │   ├── [ 919] btn_radio_off_disabled_focused_holo_light.png │   │   │   ├── [ 464] btn_radio_off_disabled_holo_dark.png │   │   │   ├── [ 479] btn_radio_off_disabled_holo_light.png │   │   │   ├── [ 985] btn_radio_off_focused_holo_dark.png │   │   │   ├── [1.0K] btn_radio_off_focused_holo_light.png │   │   │   ├── [ 478] btn_radio_off_holo_dark.png │   │   │   ├── [ 533] btn_radio_off_holo_light.png │   │   │   ├── [ 747] btn_radio_off_holo.png │   │   │   ├── [2.4K] btn_radio_off.png │   │   │   ├── [1.0K] btn_radio_off_pressed_holo_dark.png │   │   │   ├── [1.2K] btn_radio_off_pressed_holo_light.png │   │   │   ├── [3.0K] btn_radio_off_pressed.png │   │   │   ├── [3.1K] btn_radio_off_selected.png │   │   │   ├── [1.2K] btn_radio_on_disabled_focused_holo_dark.png │   │   │   ├── [1.2K] btn_radio_on_disabled_focused_holo_light.png │   │   │   ├── [ 684] btn_radio_on_disabled_holo_dark.png │   │   │   ├── [ 736] btn_radio_on_disabled_holo_light.png │   │   │   ├── [1.3K] btn_radio_on_focused_holo_dark.png │   │   │   ├── [1.4K] btn_radio_on_focused_holo_light.png │   │   │   ├── [ 959] btn_radio_on_holo_dark.png │   │   │   ├── [ 993] btn_radio_on_holo_light.png │   │   │   ├── [1022] btn_radio_on_holo.png │   │   │   ├── [ 234] btn_radio_on_mtrl_alpha.png │   │   │   ├── [2.6K] btn_radio_on.png │   │   │   ├── [1.2K] btn_radio_on_pressed_holo_dark.png │   │   │   ├── [1.4K] btn_radio_on_pressed_holo_light.png │   │   │   ├── [ 326] btn_radio_on_pressed_mtrl_alpha.png │   │   │   ├── [3.0K] btn_radio_on_pressed.png │   │   │   ├── [3.1K] btn_radio_on_selected.png │   │   │   ├── [ 758] btn_radio_to_off_mtrl_000.png │   │   │   ├── [ 720] btn_radio_to_off_mtrl_001.png │   │   │   ├── [ 696] btn_radio_to_off_mtrl_002.png │   │   │   ├── [ 712] btn_radio_to_off_mtrl_003.png │   │   │   ├── [ 711] btn_radio_to_off_mtrl_004.png │   │   │   ├── [ 644] btn_radio_to_off_mtrl_005.png │   │   │   ├── [ 625] btn_radio_to_off_mtrl_006.png │   │   │   ├── [ 621] btn_radio_to_off_mtrl_007.png │   │   │   ├── [ 690] btn_radio_to_off_mtrl_008.png │   │   │   ├── [ 698] btn_radio_to_off_mtrl_009.png │   │   │   ├── [ 699] btn_radio_to_off_mtrl_010.png │   │   │   ├── [ 726] btn_radio_to_off_mtrl_011.png │   │   │   ├── [ 692] btn_radio_to_off_mtrl_012.png │   │   │   ├── [ 701] btn_radio_to_off_mtrl_013.png │   │   │   ├── [ 701] btn_radio_to_off_mtrl_014.png │   │   │   ├── [ 714] btn_radio_to_off_mtrl_015.png │   │   │   ├── [ 714] btn_radio_to_on_mtrl_000.png │   │   │   ├── [ 684] btn_radio_to_on_mtrl_001.png │   │   │   ├── [ 671] btn_radio_to_on_mtrl_002.png │   │   │   ├── [ 629] btn_radio_to_on_mtrl_003.png │   │   │   ├── [ 712] btn_radio_to_on_mtrl_004.png │   │   │   ├── [ 675] btn_radio_to_on_mtrl_005.png │   │   │   ├── [ 712] btn_radio_to_on_mtrl_006.png │   │   │   ├── [ 692] btn_radio_to_on_mtrl_007.png │   │   │   ├── [ 715] btn_radio_to_on_mtrl_008.png │   │   │   ├── [ 720] btn_radio_to_on_mtrl_009.png │   │   │   ├── [ 755] btn_radio_to_on_mtrl_010.png │   │   │   ├── [ 754] btn_radio_to_on_mtrl_011.png │   │   │   ├── [ 754] btn_radio_to_on_mtrl_012.png │   │   │   ├── [ 759] btn_radio_to_on_mtrl_013.png │   │   │   ├── [ 752] btn_radio_to_on_mtrl_014.png │   │   │   ├── [ 758] btn_radio_to_on_mtrl_015.png │   │   │   ├── [2.2K] btn_rating_star_off_disabled_focused_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_off_disabled_focused_holo_light.png │   │   │   ├── [1.4K] btn_rating_star_off_disabled_holo_dark.png │   │   │   ├── [1.5K] btn_rating_star_off_disabled_holo_light.png │   │   │   ├── [2.3K] btn_rating_star_off_focused_holo_dark.png │   │   │   ├── [2.4K] btn_rating_star_off_focused_holo_light.png │   │   │   ├── [ 908] btn_rating_star_off_mtrl_alpha.png │   │   │   ├── [1.6K] btn_rating_star_off_normal_holo_dark.png │   │   │   ├── [1.6K] btn_rating_star_off_normal_holo_light.png │   │   │   ├── [2.7K] btn_rating_star_off_normal.png │   │   │   ├── [2.6K] btn_rating_star_off_pressed_holo_dark.png │   │   │   ├── [2.7K] btn_rating_star_off_pressed_holo_light.png │   │   │   ├── [3.5K] btn_rating_star_off_pressed.png │   │   │   ├── [3.5K] btn_rating_star_off_selected.png │   │   │   ├── [2.2K] btn_rating_star_on_disabled_focused_holo_dark.png │   │   │   ├── [2.3K] btn_rating_star_on_disabled_focused_holo_light.png │   │   │   ├── [1.5K] btn_rating_star_on_disabled_holo_dark.png │   │   │   ├── [1.6K] btn_rating_star_on_disabled_holo_light.png │   │   │   ├── [2.4K] btn_rating_star_on_focused_holo_dark.png │   │   │   ├── [2.4K] btn_rating_star_on_focused_holo_light.png │   │   │   ├── [ 647] btn_rating_star_on_mtrl_alpha.png │   │   │   ├── [1.6K] btn_rating_star_on_normal_holo_dark.png │   │   │   ├── [1.7K] btn_rating_star_on_normal_holo_light.png │   │   │   ├── [3.2K] btn_rating_star_on_normal.png │   │   │   ├── [2.7K] btn_rating_star_on_pressed_holo_dark.png │   │   │   ├── [2.7K] btn_rating_star_on_pressed_holo_light.png │   │   │   ├── [3.7K] btn_rating_star_on_pressed.png │   │   │   ├── [3.7K] btn_rating_star_on_selected.png │   │   │   ├── [3.1K] btn_search_dialog_default.9.png │   │   │   ├── [3.5K] btn_search_dialog_pressed.9.png │   │   │   ├── [3.5K] btn_search_dialog_selected.9.png │   │   │   ├── [ 741] btn_search_dialog_voice_default.9.png │   │   │   ├── [1.1K] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [1.1K] btn_search_dialog_voice_selected.9.png │   │   │   ├── [ 826] btn_square_overlay_disabled_focused.png │   │   │   ├── [ 653] btn_square_overlay_disabled.png │   │   │   ├── [ 910] btn_square_overlay_normal.png │   │   │   ├── [1.2K] btn_square_overlay_pressed.png │   │   │   ├── [1.2K] btn_square_overlay_selected.png │   │   │   ├── [1.8K] btn_star_big_off_disable_focused.png │   │   │   ├── [1.8K] btn_star_big_off_disable.png │   │   │   ├── [1.3K] btn_star_big_off.png │   │   │   ├── [1.5K] btn_star_big_off_pressed.png │   │   │   ├── [1.4K] btn_star_big_off_selected.png │   │   │   ├── [1.9K] btn_star_big_on_disable_focused.png │   │   │   ├── [4.4K] btn_star_big_on_disable.png │   │   │   ├── [1.5K] btn_star_big_on.png │   │   │   ├── [1.5K] btn_star_big_on_pressed.png │   │   │   ├── [1.4K] btn_star_big_on_selected.png │   │   │   ├── [ 153] btn_star_label_background.9.png │   │   │   ├── [ 433] btn_star_mtrl_alpha.png │   │   │   ├── [1.6K] btn_star_off_disabled_focused_holo_dark.png │   │   │   ├── [1.7K] btn_star_off_disabled_focused_holo_light.png │   │   │   ├── [1.1K] btn_star_off_disabled_holo_dark.png │   │   │   ├── [1.2K] btn_star_off_disabled_holo_light.png │   │   │   ├── [1.6K] btn_star_off_focused_holo_dark.png │   │   │   ├── [1.7K] btn_star_off_focused_holo_light.png │   │   │   ├── [1.2K] btn_star_off_normal_holo_dark.png │   │   │   ├── [1.3K] btn_star_off_normal_holo_light.png │   │   │   ├── [1.9K] btn_star_off_pressed_holo_dark.png │   │   │   ├── [2.0K] btn_star_off_pressed_holo_light.png │   │   │   ├── [1.6K] btn_star_on_disabled_focused_holo_dark.png │   │   │   ├── [1.6K] btn_star_on_disabled_focused_holo_light.png │   │   │   ├── [1.2K] btn_star_on_disabled_holo_dark.png │   │   │   ├── [1.2K] btn_star_on_disabled_holo_light.png │   │   │   ├── [1.7K] btn_star_on_focused_holo_dark.png │   │   │   ├── [1.7K] btn_star_on_focused_holo_light.png │   │   │   ├── [1.3K] btn_star_on_normal_holo_dark.png │   │   │   ├── [1.3K] btn_star_on_normal_holo_light.png │   │   │   ├── [1.9K] btn_star_on_pressed_holo_dark.png │   │   │   ├── [2.0K] btn_star_on_pressed_holo_light.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00001.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00002.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00003.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00004.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00005.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00006.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00007.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00008.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00009.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00010.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00011.9.png │   │   │   ├── [ 16K] btn_switch_to_off_mtrl_00012.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00001.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00002.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00003.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00004.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00005.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00006.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00007.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00008.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00009.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00010.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00011.9.png │   │   │   ├── [ 16K] btn_switch_to_on_mtrl_00012.9.png │   │   │   ├── [ 409] btn_toggle_off.9.png │   │   │   ├── [ 351] btn_toggle_off_disabled_focused_holo_dark.9.png │   │   │   ├── [ 351] btn_toggle_off_disabled_focused_holo_light.9.png │   │   │   ├── [ 321] btn_toggle_off_disabled_holo_dark.9.png │   │   │   ├── [ 321] btn_toggle_off_disabled_holo_light.9.png │   │   │   ├── [ 320] btn_toggle_off_focused_holo_dark.9.png │   │   │   ├── [ 320] btn_toggle_off_focused_holo_light.9.png │   │   │   ├── [ 349] btn_toggle_off_normal_holo_dark.9.png │   │   │   ├── [ 358] btn_toggle_off_normal_holo_light.9.png │   │   │   ├── [ 343] btn_toggle_off_pressed_holo_dark.9.png │   │   │   ├── [ 344] btn_toggle_off_pressed_holo_light.9.png │   │   │   ├── [ 409] btn_toggle_on.9.png │   │   │   ├── [ 376] btn_toggle_on_disabled_focused_holo_dark.9.png │   │   │   ├── [ 376] btn_toggle_on_disabled_focused_holo_light.9.png │   │   │   ├── [ 374] btn_toggle_on_disabled_holo_dark.9.png │   │   │   ├── [ 374] btn_toggle_on_disabled_holo_light.9.png │   │   │   ├── [ 364] btn_toggle_on_focused_holo_dark.9.png │   │   │   ├── [ 364] btn_toggle_on_focused_holo_light.9.png │   │   │   ├── [ 413] btn_toggle_on_normal_holo_dark.9.png │   │   │   ├── [ 427] btn_toggle_on_normal_holo_light.9.png │   │   │   ├── [ 382] btn_toggle_on_pressed_holo_dark.9.png │   │   │   ├── [ 413] btn_toggle_on_pressed_holo_light.9.png │   │   │   ├── [1.4K] btn_zoom_down_disabled.9.png │   │   │   ├── [1.8K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [1.9K] btn_zoom_down_normal.9.png │   │   │   ├── [2.5K] btn_zoom_down_pressed.9.png │   │   │   ├── [2.5K] btn_zoom_down_selected.9.png │   │   │   ├── [1.9K] btn_zoom_page_normal.png │   │   │   ├── [2.0K] btn_zoom_page_press.png │   │   │   ├── [1.4K] btn_zoom_up_disabled.9.png │   │   │   ├── [1.8K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [1.9K] btn_zoom_up_normal.9.png │   │   │   ├── [2.5K] btn_zoom_up_pressed.9.png │   │   │   ├── [2.5K] btn_zoom_up_selected.9.png │   │   │   ├── [ 298] button_onoff_indicator_off.png │   │   │   ├── [ 380] button_onoff_indicator_on.png │   │   │   ├── [ 127] cab_background_bottom_holo_dark.9.png │   │   │   ├── [ 124] cab_background_bottom_holo_light.9.png │   │   │   ├── [ 107] cab_background_bottom_mtrl_alpha.9.png │   │   │   ├── [ 130] cab_background_top_holo_dark.9.png │   │   │   ├── [ 128] cab_background_top_holo_light.9.png │   │   │   ├── [ 107] cab_background_top_mtrl_alpha.9.png │   │   │   ├── [1.0K] call_contact.png │   │   │   ├── [ 114] checkbox_off_background.png │   │   │   ├── [ 389] checkbox_on_background.png │   │   │   ├── [ 428] cling_arrow_up.png │   │   │   ├── [ 236] cling_bg.9.png │   │   │   ├── [ 356] cling_button_normal.9.png │   │   │   ├── [ 352] cling_button_pressed.9.png │   │   │   ├── [7.2K] clock_dial.png │   │   │   ├── [1.4K] clock_hand_hour.png │   │   │   ├── [1.5K] clock_hand_minute.png │   │   │   ├── [ 158] code_lock_bottom.9.png │   │   │   ├── [ 131] code_lock_left.9.png │   │   │   ├── [ 124] code_lock_top.9.png │   │   │   ├── [ 443] combobox_disabled.png │   │   │   ├── [ 461] combobox_nohighlight.png │   │   │   ├── [ 732] compass_arrow.png │   │   │   ├── [2.4K] compass_base.png │   │   │   ├── [ 231] contact_header_bg.9.png │   │   │   ├── [ 689] create_contact.png │   │   │   ├── [ 696] dark_header.9.png │   │   │   ├── [ 133] day_picker_week_view_dayline_holo.9.png │   │   │   ├── [ 618] dialog_bottom_holo_dark.9.png │   │   │   ├── [ 628] dialog_bottom_holo_light.9.png │   │   │   ├── [ 143] dialog_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 144] dialog_divider_horizontal_holo_light.9.png │   │   │   ├── [2.9K] dialog_divider_horizontal_light.9.png │   │   │   ├── [ 935] dialog_full_holo_dark.9.png │   │   │   ├── [ 944] dialog_full_holo_light.9.png │   │   │   ├── [ 492] dialog_ic_close_focused_holo_dark.png │   │   │   ├── [ 481] dialog_ic_close_focused_holo_light.png │   │   │   ├── [ 310] dialog_ic_close_normal_holo_dark.png │   │   │   ├── [ 313] dialog_ic_close_normal_holo_light.png │   │   │   ├── [ 356] dialog_ic_close_pressed_holo_dark.png │   │   │   ├── [ 393] dialog_ic_close_pressed_holo_light.png │   │   │   ├── [ 267] dialog_middle_holo.9.png │   │   │   ├── [ 250] dialog_middle_holo_dark.9.png │   │   │   ├── [ 259] dialog_middle_holo_light.9.png │   │   │   ├── [ 536] dialog_top_holo_dark.9.png │   │   │   ├── [ 535] dialog_top_holo_light.9.png │   │   │   ├── [ 97] divider_horizontal_bright.9.png │   │   │   ├── [ 106] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dark.9.png │   │   │   ├── [ 106] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 164] divider_horizontal_holo_dark.9.png │   │   │   ├── [ 165] divider_horizontal_holo_light.9.png │   │   │   ├── [ 137] divider_horizontal_textfield.9.png │   │   │   ├── [ 122] divider_strong_holo.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 103] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 157] divider_vertical_holo_dark.9.png │   │   │   ├── [ 158] divider_vertical_holo_light.9.png │   │   │   ├── [ 504] dropdown_disabled_focused_holo_dark.9.png │   │   │   ├── [ 516] dropdown_disabled_focused_holo_light.9.png │   │   │   ├── [ 309] dropdown_disabled_holo_dark.9.png │   │   │   ├── [ 354] dropdown_disabled_holo_light.9.png │   │   │   ├── [ 513] dropdown_focused_holo_dark.9.png │   │   │   ├── [ 524] dropdown_focused_holo_light.9.png │   │   │   ├── [ 559] dropdown_ic_arrow_disabled_focused_holo_dark.png │   │   │   ├── [ 557] dropdown_ic_arrow_disabled_focused_holo_light.png │   │   │   ├── [ 371] dropdown_ic_arrow_disabled_holo_dark.png │   │   │   ├── [ 375] dropdown_ic_arrow_disabled_holo_light.png │   │   │   ├── [ 536] dropdown_ic_arrow_focused_holo_dark.png │   │   │   ├── [ 570] dropdown_ic_arrow_focused_holo_light.png │   │   │   ├── [ 443] dropdown_ic_arrow_normal_holo_dark.png │   │   │   ├── [ 468] dropdown_ic_arrow_normal_holo_light.png │   │   │   ├── [ 443] dropdown_ic_arrow_pressed_holo_dark.png │   │   │   ├── [ 579] dropdown_ic_arrow_pressed_holo_light.png │   │   │   ├── [ 436] dropdown_normal_holo_dark.9.png │   │   │   ├── [ 473] dropdown_normal_holo_light.9.png │   │   │   ├── [ 473] dropdown_pressed_holo_dark.9.png │   │   │   ├── [ 503] dropdown_pressed_holo_light.9.png │   │   │   ├── [3.3K] editbox_background_focus_yellow.9.png │   │   │   ├── [3.1K] editbox_background_normal.9.png │   │   │   ├── [3.2K] editbox_dropdown_background.9.png │   │   │   ├── [ 367] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 154] edit_query_background_normal.9.png │   │   │   ├── [3.5K] edit_query_background_pressed.9.png │   │   │   ├── [3.5K] edit_query_background_selected.9.png │   │   │   ├── [3.7K] edit_query.png │   │   │   ├── [ 893] emo_im_angel.png │   │   │   ├── [ 916] emo_im_cool.png │   │   │   ├── [ 873] emo_im_crying.png │   │   │   ├── [ 913] emo_im_embarrassed.png │   │   │   ├── [ 911] emo_im_foot_in_mouth.png │   │   │   ├── [ 862] emo_im_happy.png │   │   │   ├── [ 926] emo_im_kissing.png │   │   │   ├── [ 893] emo_im_laughing.png │   │   │   ├── [ 952] emo_im_lips_are_sealed.png │   │   │   ├── [ 985] emo_im_money_mouth.png │   │   │   ├── [ 856] emo_im_sad.png │   │   │   ├── [ 916] emo_im_surprised.png │   │   │   ├── [ 941] emo_im_tongue_sticking_out.png │   │   │   ├── [ 884] emo_im_undecided.png │   │   │   ├── [ 895] emo_im_winking.png │   │   │   ├── [ 893] emo_im_wtf.png │   │   │   ├── [ 927] emo_im_yelling.png │   │   │   ├── [ 409] expander_close_holo_dark.9.png │   │   │   ├── [ 343] expander_close_holo_light.9.png │   │   │   ├── [ 241] expander_close_mtrl_alpha.9.png │   │   │   ├── [1.9K] expander_ic_maximized.9.png │   │   │   ├── [1.9K] expander_ic_minimized.9.png │   │   │   ├── [ 424] expander_open_holo_dark.9.png │   │   │   ├── [ 338] expander_open_holo_light.9.png │   │   │   ├── [ 243] expander_open_mtrl_alpha.9.png │   │   │   ├── [1.1K] fastscroll_label_left_holo_dark.9.png │   │   │   ├── [1.1K] fastscroll_label_left_holo_light.9.png │   │   │   ├── [1.1K] fastscroll_label_right_holo_dark.9.png │   │   │   ├── [1.1K] fastscroll_label_right_holo_light.9.png │   │   │   ├── [ 369] fastscroll_thumb_default_holo.png │   │   │   ├── [ 520] fastscroll_thumb_pressed_holo.png │   │   │   ├── [ 127] fastscroll_track_default_holo_dark.9.png │   │   │   ├── [ 127] fastscroll_track_default_holo_light.9.png │   │   │   ├── [ 128] fastscroll_track_pressed_holo_dark.9.png │   │   │   ├── [ 128] fastscroll_track_pressed_holo_light.9.png │   │   │   ├── [3.8K] focused_application_background_static.png │   │   │   ├── [ 925] frame_gallery_thumb.9.png │   │   │   ├── [1.7K] frame_gallery_thumb_pressed.9.png │   │   │   ├── [ 621] frame_gallery_thumb_selected.9.png │   │   │   ├── [1.1K] gallery_selected_default.9.png │   │   │   ├── [1.3K] gallery_selected_focused.9.png │   │   │   ├── [1.3K] gallery_selected_pressed.9.png │   │   │   ├── [ 560] gallery_unselected_default.9.png │   │   │   ├── [ 686] gallery_unselected_pressed.9.png │   │   │   ├── [ 985] grid_selector_background_focus.9.png │   │   │   ├── [ 920] grid_selector_background_pressed.9.png │   │   │   ├── [1.3K] highlight_disabled.9.png │   │   │   ├── [1.1K] highlight_pressed.9.png │   │   │   ├── [1.1K] highlight_selected.9.png │   │   │   ├── [ 466] ic_ab_back_holo_dark_am.png │   │   │   ├── [ 438] ic_ab_back_holo_light_am.png │   │   │   ├── [ 11K] ic_action_assist_focused.png │   │   │   ├── [ 812] ic_aggregated.png │   │   │   ├── [ 758] ic_audio_notification_am_alpha.png │   │   │   ├── [ 870] ic_audio_notification_mute_am_alpha.png │   │   │   ├── [ 434] ic_btn_round_more_disabled.png │   │   │   ├── [ 445] ic_btn_round_more_normal.png │   │   │   ├── [ 537] ic_btn_search_go.png │   │   │   ├── [ 739] ic_btn_speak_now.png │   │   │   ├── [ 456] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [ 820] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [ 461] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [ 839] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 453] ic_bullet_key_permission.png │   │   │   ├── [ 566] ic_cab_done_holo_dark.png │   │   │   ├── [ 552] ic_cab_done_holo_light.png │   │   │   ├── [ 839] ic_cab_done_holo.png │   │   │   ├── [ 329] ic_cab_done_mtrl_alpha.png │   │   │   ├── [ 658] ic_checkmark_holo_light.png │   │   │   ├── [1.7K] ic_clear_disabled.png │   │   │   ├── [1.8K] ic_clear_normal.png │   │   │   ├── [ 379] ic_clear_search_api_disabled_holo_dark.png │   │   │   ├── [ 740] ic_clear_search_api_disabled_holo_light.png │   │   │   ├── [ 423] ic_clear_search_api_holo_dark.png │   │   │   ├── [ 743] ic_clear_search_api_holo_light.png │   │   │   ├── [1.4K] ic_coins_l.png │   │   │   ├── [ 741] ic_coins_s.png │   │   │   ├── [1.5K] ic_commit.png │   │   │   ├── [ 511] ic_commit_search_api_holo_dark.png │   │   │   ├── [ 532] ic_commit_search_api_holo_light.png │   │   │   ├── [ 200] ic_commit_search_api_mtrl_alpha.png │   │   │   ├── [1009] ic_contact_picture_2.png │   │   │   ├── [ 734] ic_contact_picture_3.png │   │   │   ├── [ 959] ic_contact_picture.png │   │   │   ├── [2.0K] ic_corp_icon.png │   │   │   ├── [3.4K] ic_delete.png │   │   │   ├── [ 736] ic_dialog_alert_holo_dark.png │   │   │   ├── [ 770] ic_dialog_alert_holo_light.png │   │   │   ├── [1.2K] ic_dialog_alert.png │   │   │   ├── [ 440] ic_dialog_close_normal_holo.png │   │   │   ├── [ 588] ic_dialog_close_pressed_holo.png │   │   │   ├── [3.4K] ic_dialog_dialer.png │   │   │   ├── [3.6K] ic_dialog_email.png │   │   │   ├── [ 939] ic_dialog_focused_holo.png │   │   │   ├── [3.5K] ic_dialog_info.png │   │   │   ├── [3.8K] ic_dialog_map.png │   │   │   ├── [1.5K] ic_dialog_time.png │   │   │   ├── [ 938] ic_dialog_usb.png │   │   │   ├── [ 700] ic_emergency.png │   │   │   ├── [ 740] ic_find_next_holo_dark.png │   │   │   ├── [ 623] ic_find_next_holo_light.png │   │   │   ├── [ 318] ic_find_next_mtrl_alpha.png │   │   │   ├── [ 744] ic_find_previous_holo_dark.png │   │   │   ├── [ 622] ic_find_previous_holo_light.png │   │   │   ├── [ 316] ic_find_previous_mtrl_alpha.png │   │   │   ├── [1.5K] ic_go.png │   │   │   ├── [ 245] ic_go_search_api_holo_dark.png │   │   │   ├── [ 570] ic_go_search_api_holo_light.png │   │   │   ├── [3.3K] ic_grayedout_printer.png │   │   │   ├── [3.1K] ic_input_add.png │   │   │   ├── [ 786] ic_input_delete.png │   │   │   ├── [ 995] ic_input_get.png │   │   │   ├── [3.8K] ic_jog_dial_answer_and_end.png │   │   │   ├── [3.9K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [3.5K] ic_jog_dial_answer.png │   │   │   ├── [3.2K] ic_jog_dial_decline.png │   │   │   ├── [3.3K] ic_jog_dial_sound_off.png │   │   │   ├── [3.1K] ic_jog_dial_sound_on.png │   │   │   ├── [3.3K] ic_jog_dial_unlock.png │   │   │   ├── [4.7K] ic_jog_dial_vibrate_on.png │   │   │   ├── [3.7K] ic_launcher_android.png │   │   │   ├── [ 891] ic_lock_airplane_mode_alpha.png │   │   │   ├── [ 862] ic_lock_airplane_mode_off_am_alpha.png │   │   │   ├── [ 585] ic_lock_idle_alarm_alpha.png │   │   │   ├── [ 599] ic_lock_idle_charging.png │   │   │   ├── [ 547] ic_lock_idle_lock.png │   │   │   ├── [ 665] ic_lock_idle_low_battery.png │   │   │   ├── [ 636] ic_lock_lock_alpha.png │   │   │   ├── [ 294] ic_lock_open_wht_24dp.png │   │   │   ├── [ 294] ic_lock_outline_wht_24dp.png │   │   │   ├── [ 913] ic_lock_power_off_alpha.png │   │   │   ├── [ 906] ic_lock_ringer_off_alpha.png │   │   │   ├── [ 977] ic_lock_ringer_on_alpha.png │   │   │   ├── [4.2K] ic_lockscreen_handle_pressed.png │   │   │   ├── [ 916] ic_lock_silent_mode_off.png │   │   │   ├── [1.0K] ic_lock_silent_mode.png │   │   │   ├── [1.6K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [1.3K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [1.3K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [1.2K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [1.2K] ic_maps_indicator_current_position.png │   │   │   ├── [ 934] ic_media_embed_play.png │   │   │   ├── [ 929] ic_media_ff.png │   │   │   ├── [1.4K] ic_media_fullscreen.png │   │   │   ├── [ 843] ic_media_next.png │   │   │   ├── [ 540] ic_media_pause.png │   │   │   ├── [ 897] ic_media_play.png │   │   │   ├── [ 837] ic_media_previous.png │   │   │   ├── [ 997] ic_media_rew.png │   │   │   ├── [ 353] ic_media_route_disabled_holo_dark.png │   │   │   ├── [ 380] ic_media_route_disabled_holo_light.png │   │   │   ├── [ 349] ic_media_route_disabled_mtrl_alpha.png │   │   │   ├── [ 379] ic_media_route_off_holo_dark.png │   │   │   ├── [ 401] ic_media_route_off_holo_light.png │   │   │   ├── [ 388] ic_media_route_off_mtrl_alpha.png │   │   │   ├── [ 373] ic_media_route_on_0_holo_dark.png │   │   │   ├── [ 398] ic_media_route_on_0_holo_light.png │   │   │   ├── [ 363] ic_media_route_on_0_mtrl_alpha.png │   │   │   ├── [ 388] ic_media_route_on_1_holo_dark.png │   │   │   ├── [ 401] ic_media_route_on_1_holo_light.png │   │   │   ├── [ 376] ic_media_route_on_1_mtrl_alpha.png │   │   │   ├── [ 383] ic_media_route_on_2_holo_dark.png │   │   │   ├── [ 399] ic_media_route_on_2_holo_light.png │   │   │   ├── [ 381] ic_media_route_on_2_mtrl_alpha.png │   │   │   ├── [ 402] ic_media_route_on_holo_dark.png │   │   │   ├── [ 438] ic_media_route_on_holo_light.png │   │   │   ├── [ 415] ic_media_route_on_mtrl_alpha.png │   │   │   ├── [ 500] ic_media_stop.png │   │   │   ├── [3.4K] ic_media_video_poster.png │   │   │   ├── [1.1K] ic_menu_account_list.png │   │   │   ├── [1.3K] ic_menu_add.png │   │   │   ├── [1010] ic_menu_agenda.png │   │   │   ├── [1.2K] ic_menu_allfriends.png │   │   │   ├── [1.4K] ic_menu_always_landscape_portrait.png │   │   │   ├── [ 831] ic_menu_archive.png │   │   │   ├── [1.1K] ic_menu_attachment.png │   │   │   ├── [ 779] ic_menu_back.png │   │   │   ├── [1.1K] ic_menu_blocked_user.png │   │   │   ├── [1.2K] ic_menu_block.png │   │   │   ├── [1.3K] ic_menu_btn_add.png │   │   │   ├── [1.0K] ic_menu_call.png │   │   │   ├── [ 981] ic_menu_camera.png │   │   │   ├── [1.1K] ic_menu_cc_am.png │   │   │   ├── [ 959] ic_menu_chat_dashboard.png │   │   │   ├── [1.1K] ic_menu_clear_playlist.png │   │   │   ├── [ 932] ic_menu_close_clear_cancel.png │   │   │   ├── [1.2K] ic_menu_compass.png │   │   │   ├── [ 978] ic_menu_compose.png │   │   │   ├── [ 162] ic_menu_copy_holo_dark.png │   │   │   ├── [ 161] ic_menu_copy_holo_light.png │   │   │   ├── [ 758] ic_menu_copy.png │   │   │   ├── [ 932] ic_menu_crop.png │   │   │   ├── [ 421] ic_menu_cut_holo_dark.png │   │   │   ├── [ 357] ic_menu_cut_holo_light.png │   │   │   ├── [1.2K] ic_menu_cut.png │   │   │   ├── [ 915] ic_menu_day.png │   │   │   ├── [ 967] ic_menu_delete.png │   │   │   ├── [ 834] ic_menu_directions.png │   │   │   ├── [1.2K] ic_menu_edit.png │   │   │   ├── [1.3K] ic_menu_emoticons.png │   │   │   ├── [1.2K] ic_menu_end_conversation.png │   │   │   ├── [ 923] ic_menu_find_holo_dark.png │   │   │   ├── [ 863] ic_menu_find_holo_light.png │   │   │   ├── [ 545] ic_menu_find_mtrl_alpha.png │   │   │   ├── [1.3K] ic_menu_find.png │   │   │   ├── [ 769] ic_menu_forward.png │   │   │   ├── [1.0K] ic_menu_friendslist.png │   │   │   ├── [ 804] ic_menu_gallery.png │   │   │   ├── [ 915] ic_menu_goto.png │   │   │   ├── [ 721] ic_menu_help_holo_light.png │   │   │   ├── [ 951] ic_menu_help.png │   │   │   ├── [1.0K] ic_menu_home.png │   │   │   ├── [1.2K] ic_menu_info_details.png │   │   │   ├── [1.0K] ic_menu_invite.png │   │   │   ├── [1.1K] ic_menu_login.png │   │   │   ├── [1.1K] ic_menu_manage.png │   │   │   ├── [1.1K] ic_menu_mapmode.png │   │   │   ├── [ 955] ic_menu_mark.png │   │   │   ├── [1.2K] ic_menu_month.png │   │   │   ├── [ 852] ic_menu_moreoverflow_focused_holo_dark.png │   │   │   ├── [ 908] ic_menu_moreoverflow_focused_holo_light.png │   │   │   ├── [ 122] ic_menu_moreoverflow_normal_holo_dark.png │   │   │   ├── [ 131] ic_menu_moreoverflow_normal_holo_light.png │   │   │   ├── [ 854] ic_menu_moreoverflow.png │   │   │   ├── [1.2K] ic_menu_more.png │   │   │   ├── [1.0K] ic_menu_my_calendar.png │   │   │   ├── [1.2K] ic_menu_mylocation.png │   │   │   ├── [1.1K] ic_menu_myplaces.png │   │   │   ├── [1.1K] ic_menu_notifications.png │   │   │   ├── [ 226] ic_menu_paste_holo_dark.png │   │   │   ├── [ 203] ic_menu_paste_holo_light.png │   │   │   ├── [ 936] ic_menu_paste.png │   │   │   ├── [ 841] ic_menu_play_clip.png │   │   │   ├── [1.1K] ic_menu_preferences.png │   │   │   ├── [1.3K] ic_menu_recent_history.png │   │   │   ├── [1.0K] ic_menu_report_image.png │   │   │   ├── [1.0K] ic_menu_revert.png │   │   │   ├── [1.3K] ic_menu_rotate.png │   │   │   ├── [ 981] ic_menu_save.png │   │   │   ├── [1.1K] ic_menu_search_holo_dark.png │   │   │   ├── [1.1K] ic_menu_search_holo_light.png │   │   │   ├── [ 794] ic_menu_search_mtrl_alpha.png │   │   │   ├── [1.7K] ic_menu_search.png │   │   │   ├── [ 167] ic_menu_selectall_holo_dark.png │   │   │   ├── [ 166] ic_menu_selectall_holo_light.png │   │   │   ├── [ 920] ic_menu_send.png │   │   │   ├── [ 941] ic_menu_set_as.png │   │   │   ├── [ 866] ic_menu_settings_holo_light.png │   │   │   ├── [ 332] ic_menu_share_holo_dark.png │   │   │   ├── [ 355] ic_menu_share_holo_light.png │   │   │   ├── [1.1K] ic_menu_share.png │   │   │   ├── [ 902] ic_menu_slideshow.png │   │   │   ├── [ 948] ic_menu_sort_alphabetically.png │   │   │   ├── [ 640] ic_menu_sort_by_size.png │   │   │   ├── [1.1K] ic_menu_star.png │   │   │   ├── [1.1K] ic_menu_start_conversation.png │   │   │   ├── [ 865] ic_menu_stop.png │   │   │   ├── [1.1K] ic_menu_today.png │   │   │   ├── [ 793] ic_menu_upload.png │   │   │   ├── [ 793] ic_menu_upload_you_tube.png │   │   │   ├── [1.1K] ic_menu_view.png │   │   │   ├── [1013] ic_menu_week.png │   │   │   ├── [1.2K] ic_menu_zoom.png │   │   │   ├── [ 329] ic_notification_cast_0.png │   │   │   ├── [ 330] ic_notification_cast_1.png │   │   │   ├── [ 351] ic_notification_cast_2.png │   │   │   ├── [1.5K] ic_notification_clear_all.png │   │   │   ├── [ 642] ic_notification_ime_default.png │   │   │   ├── [3.1K] ic_notification_overlay.9.png │   │   │   ├── [1022] icon_highlight_rectangle.9.png │   │   │   ├── [1.4K] icon_highlight_square.9.png │   │   │   ├── [ 315] ic_partial_secure.png │   │   │   ├── [4.0K] ic_popup_disk_full.png │   │   │   ├── [1.3K] ic_popup_reminder.png │   │   │   ├── [3.9K] ic_popup_sync_1.png │   │   │   ├── [4.0K] ic_popup_sync_2.png │   │   │   ├── [3.9K] ic_popup_sync_3.png │   │   │   ├── [3.9K] ic_popup_sync_4.png │   │   │   ├── [4.0K] ic_popup_sync_5.png │   │   │   ├── [3.9K] ic_popup_sync_6.png │   │   │   ├── [ 658] ic_print_error.png │   │   │   ├── [ 799] ic_print.png │   │   │   ├── [ 892] ic_search_api_holo_dark.png │   │   │   ├── [ 894] ic_search_api_holo_light.png │   │   │   ├── [4.9K] ic_search_category_default.png │   │   │   ├── [2.4K] ic_search.png │   │   │   ├── [ 398] ic_secure.png │   │   │   ├── [ 756] ic_settings_language.png │   │   │   ├── [1.2K] ic_settings.png │   │   │   ├── [ 551] ic_sim_card_multi_24px_clr.png │   │   │   ├── [ 702] ic_sim_card_multi_48px_clr.png │   │   │   ├── [ 193] ic_star_black_16dp.png │   │   │   ├── [ 369] ic_star_black_36dp.png │   │   │   ├── [ 467] ic_star_black_48dp.png │   │   │   ├── [ 216] ic_star_half_black_16dp.png │   │   │   ├── [ 339] ic_star_half_black_36dp.png │   │   │   ├── [ 412] ic_star_half_black_48dp.png │   │   │   ├── [ 653] ic_sysbar_quicksettings.png │   │   │   ├── [2.1K] ic_vibrate.png │   │   │   ├── [1.0K] ic_vibrate_small.png │   │   │   ├── [ 850] ic_voice_search_api_holo_dark.png │   │   │   ├── [ 850] ic_voice_search_api_holo_light.png │   │   │   ├── [1.7K] ic_voice_search.png │   │   │   ├── [2.9K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [2.1K] ic_volume_bluetooth_in_call.png │   │   │   ├── [1.0K] ic_volume_off.png │   │   │   ├── [ 509] ic_volume_off_small.png │   │   │   ├── [1.4K] ic_volume.png │   │   │   ├── [ 792] ic_volume_small.png │   │   │   ├── [3.0K] ime_qwerty.png │   │   │   ├── [ 822] indicator_input_error.png │   │   │   ├── [4.4K] jog_dial_arrow_long_left_green.png │   │   │   ├── [4.4K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [2.8K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [4.4K] jog_dial_arrow_long_right_red.png │   │   │   ├── [4.5K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [3.6K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [2.2K] jog_dial_arrow_short_left.png │   │   │   ├── [2.2K] jog_dial_arrow_short_right.png │   │   │   ├── [ 13K] jog_dial_bg.png │   │   │   ├── [2.8K] jog_dial_dimple_dim.png │   │   │   ├── [3.3K] jog_dial_dimple.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_confirm_gray.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_confirm_green.9.png │   │   │   ├── [2.1K] jog_tab_bar_left_end_confirm_red.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_confirm_yellow.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_normal.9.png │   │   │   ├── [2.0K] jog_tab_bar_left_end_pressed.9.png │   │   │   ├── [3.0K] jog_tab_bar_right_end_confirm_gray.9.png │   │   │   ├── [3.1K] jog_tab_bar_right_end_confirm_green.9.png │   │   │   ├── [3.1K] jog_tab_bar_right_end_confirm_red.9.png │   │   │   ├── [3.0K] jog_tab_bar_right_end_confirm_yellow.9.png │   │   │   ├── [1.9K] jog_tab_bar_right_end_normal.9.png │   │   │   ├── [2.9K] jog_tab_bar_right_end_pressed.9.png │   │   │   ├── [4.0K] jog_tab_left_confirm_gray.png │   │   │   ├── [4.4K] jog_tab_left_confirm_green.png │   │   │   ├── [4.2K] jog_tab_left_confirm_red.png │   │   │   ├── [4.3K] jog_tab_left_confirm_yellow.png │   │   │   ├── [3.6K] jog_tab_left_normal.png │   │   │   ├── [3.8K] jog_tab_left_pressed.png │   │   │   ├── [3.8K] jog_tab_right_confirm_gray.png │   │   │   ├── [4.1K] jog_tab_right_confirm_green.png │   │   │   ├── [4.0K] jog_tab_right_confirm_red.png │   │   │   ├── [4.0K] jog_tab_right_confirm_yellow.png │   │   │   ├── [3.3K] jog_tab_right_normal.png │   │   │   ├── [3.5K] jog_tab_right_pressed.png │   │   │   ├── [ 584] jog_tab_target_gray.png │   │   │   ├── [ 828] jog_tab_target_green.png │   │   │   ├── [ 835] jog_tab_target_red.png │   │   │   ├── [ 829] jog_tab_target_yellow.png │   │   │   ├── [ 197] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 189] keyboard_background.9.png │   │   │   ├── [1.2K] keyboard_key_feedback_background.9.png │   │   │   ├── [1.4K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [ 996] keyboard_popup_panel_background.9.png │   │   │   ├── [3.6K] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [ 162] light_header.9.png │   │   │   ├── [ 151] list_activated_holo.9.png │   │   │   ├── [ 78] list_divider_holo_dark.9.png │   │   │   ├── [ 76] list_divider_holo_light.9.png │   │   │   ├── [ 184] list_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 171] list_focused_holo.9.png │   │   │   ├── [ 151] list_longpressed_holo.9.png │   │   │   ├── [ 156] list_longpressed_holo_dark.9.png │   │   │   ├── [ 155] list_longpressed_holo_light.9.png │   │   │   ├── [ 158] list_pressed_holo_dark.9.png │   │   │   ├── [ 158] list_pressed_holo_light.9.png │   │   │   ├── [ 165] list_section_divider_holo_dark.9.png │   │   │   ├── [ 152] list_section_divider_holo_light.9.png │   │   │   ├── [ 100] list_section_divider_mtrl_alpha.9.png │   │   │   ├── [ 263] list_section_header_holo_dark.9.png │   │   │   ├── [ 222] list_section_header_holo_light.9.png │   │   │   ├── [ 158] list_selected_holo_dark.9.png │   │   │   ├── [ 157] list_selected_holo_light.9.png │   │   │   ├── [ 296] list_selector_activated_holo_dark.9.png │   │   │   ├── [ 268] list_selector_activated_holo_light.9.png │   │   │   ├── [ 223] list_selector_background_default.9.png │   │   │   ├── [ 260] list_selector_background_default_light.9.png │   │   │   ├── [ 182] list_selector_background_disabled.9.png │   │   │   ├── [ 458] list_selector_background_disabled_light.9.png │   │   │   ├── [1.1K] list_selector_background_focus.9.png │   │   │   ├── [ 374] list_selector_background_focused.9.png │   │   │   ├── [ 374] list_selector_background_focused_light.9.png │   │   │   ├── [ 550] list_selector_background_focused_selected.9.png │   │   │   ├── [ 571] list_selector_background_longpress.9.png │   │   │   ├── [ 241] list_selector_background_longpress_light.9.png │   │   │   ├── [1.0K] list_selector_background_pressed.9.png │   │   │   ├── [ 273] list_selector_background_pressed_light.9.png │   │   │   ├── [ 562] list_selector_background_selected.9.png │   │   │   ├── [ 454] list_selector_background_selected_light.9.png │   │   │   ├── [ 172] list_selector_disabled_holo_dark.9.png │   │   │   ├── [ 171] list_selector_disabled_holo_light.9.png │   │   │   ├── [ 177] list_selector_focused_holo_dark.9.png │   │   │   ├── [ 176] list_selector_focused_holo_light.9.png │   │   │   ├── [ 227] list_selector_multiselect_holo_dark.9.png │   │   │   ├── [ 236] list_selector_multiselect_holo_light.9.png │   │   │   ├── [ 177] list_selector_pressed_holo_dark.9.png │   │   │   ├── [ 171] list_selector_pressed_holo_light.9.png │   │   │   ├── [ 172] magnified_region_frame.9.png │   │   │   ├── [2.7K] maps_google_logo.png │   │   │   ├── [ 186] menu_background.9.png │   │   │   ├── [ 167] menu_background_fill_parent_width.9.png │   │   │   ├── [ 839] menu_dropdown_panel_holo_dark.9.png │   │   │   ├── [ 836] menu_dropdown_panel_holo_light.9.png │   │   │   ├── [ 567] menu_hardkey_panel_holo_dark.9.png │   │   │   ├── [ 562] menu_hardkey_panel_holo_light.9.png │   │   │   ├── [ 11K] menuitem_background_focus.9.png │   │   │   ├── [ 11K] menuitem_background_pressed.9.png │   │   │   ├── [ 165] menuitem_background_solid_focused.9.png │   │   │   ├── [ 165] menuitem_background_solid_pressed.9.png │   │   │   ├── [2.9K] menuitem_checkbox_on.png │   │   │   ├── [ 824] menu_popup_panel_holo_dark.9.png │   │   │   ├── [ 830] menu_popup_panel_holo_light.9.png │   │   │   ├── [2.8K] menu_separator.9.png │   │   │   ├── [ 324] menu_submenu_background.9.png │   │   │   ├── [ 182] minitab_lt_focus.9.png │   │   │   ├── [ 181] minitab_lt_press.9.png │   │   │   ├── [ 183] minitab_lt_selected.9.png │   │   │   ├── [ 177] minitab_lt_unselected.9.png │   │   │   ├── [ 180] minitab_lt_unselected_press.9.png │   │   │   ├── [ 422] numberpicker_down_disabled.9.png │   │   │   ├── [ 580] numberpicker_down_disabled_focused.9.png │   │   │   ├── [ 795] numberpicker_down_normal.9.png │   │   │   ├── [1.1K] numberpicker_down_pressed.9.png │   │   │   ├── [1.1K] numberpicker_down_selected.9.png │   │   │   ├── [ 280] numberpicker_input_disabled.9.png │   │   │   ├── [ 582] numberpicker_input_normal.9.png │   │   │   ├── [ 604] numberpicker_input_pressed.9.png │   │   │   ├── [ 517] numberpicker_input_selected.9.png │   │   │   ├── [ 135] numberpicker_selection_divider.9.png │   │   │   ├── [ 491] numberpicker_up_disabled.9.png │   │   │   ├── [ 728] numberpicker_up_disabled_focused.9.png │   │   │   ├── [ 989] numberpicker_up_normal.9.png │   │   │   ├── [1.4K] numberpicker_up_pressed.9.png │   │   │   ├── [1.4K] numberpicker_up_selected.9.png │   │   │   ├── [1.6K] panel_background.9.png │   │   │   ├── [ 384] panel_bg_holo_dark.9.png │   │   │   ├── [ 363] panel_bg_holo_light.9.png │   │   │   ├── [5.2K] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [3.4K] panel_picture_frame_bg_normal.9.png │   │   │   ├── [5.0K] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [ 784] password_field_default.9.png │   │   │   ├── [1.1K] password_keyboard_background_holo.9.png │   │   │   ├── [ 386] perm_group_accessibility_features.png │   │   │   ├── [ 471] perm_group_affects_battery.png │   │   │   ├── [ 609] perm_group_app_info.png │   │   │   ├── [ 605] perm_group_audio_settings.png │   │   │   ├── [ 596] perm_group_bluetooth.png │   │   │   ├── [ 426] perm_group_bookmarks.png │   │   │   ├── [ 839] perm_group_device_alarms.png │   │   │   ├── [ 391] perm_group_display.png │   │   │   ├── [ 542] perm_group_network.png │   │   │   ├── [ 517] perm_group_personal_info.png │   │   │   ├── [ 542] perm_group_screenlock.png │   │   │   ├── [ 406] perm_group_shortrange_network.png │   │   │   ├── [ 418] perm_group_status_bar.png │   │   │   ├── [ 686] perm_group_sync_settings.png │   │   │   ├── [ 800] perm_group_system_clock.png │   │   │   ├── [ 729] perm_group_system_tools.png │   │   │   ├── [ 558] perm_group_voicemail.png │   │   │   ├── [ 496] perm_group_wallpaper.png │   │   │   ├── [5.0K] picture_emergency.png │   │   │   ├── [ 547] picture_frame.9.png │   │   │   ├── [1.5K] pointer_arrow.png │   │   │   ├── [3.6K] pointer_spot_anchor.png │   │   │   ├── [3.9K] pointer_spot_hover.png │   │   │   ├── [1.8K] pointer_spot_touch.png │   │   │   ├── [ 961] popup_background_mtrl_mult.9.png │   │   │   ├── [1.5K] popup_bottom_bright.9.png │   │   │   ├── [1.5K] popup_bottom_dark.9.png │   │   │   ├── [3.2K] popup_bottom_medium.9.png │   │   │   ├── [1.1K] popup_center_bright.9.png │   │   │   ├── [ 211] popup_center_dark.9.png │   │   │   ├── [2.8K] popup_center_medium.9.png │   │   │   ├── [1.6K] popup_full_bright.9.png │   │   │   ├── [1.6K] popup_full_dark.9.png │   │   │   ├── [1.5K] popup_inline_error_above_am.9.png │   │   │   ├── [ 666] popup_inline_error_above_holo_dark_am.9.png │   │   │   ├── [ 648] popup_inline_error_above_holo_light_am.9.png │   │   │   ├── [1.5K] popup_inline_error_am.9.png │   │   │   ├── [ 672] popup_inline_error_holo_dark_am.9.png │   │   │   ├── [ 661] popup_inline_error_holo_light_am.9.png │   │   │   ├── [1.5K] popup_top_bright.9.png │   │   │   ├── [1.6K] popup_top_dark.9.png │   │   │   ├── [ 819] presence_audio_away.png │   │   │   ├── [ 858] presence_audio_busy.png │   │   │   ├── [ 878] presence_audio_online.png │   │   │   ├── [ 853] presence_away.png │   │   │   ├── [ 884] presence_busy.png │   │   │   ├── [ 627] presence_invisible.png │   │   │   ├── [ 647] presence_offline.png │   │   │   ├── [ 862] presence_online.png │   │   │   ├── [ 651] presence_video_away.png │   │   │   ├── [ 673] presence_video_busy.png │   │   │   ├── [ 695] presence_video_online.png │   │   │   ├── [3.8K] pressed_application_background_static.png │   │   │   ├── [ 687] progressbar_indeterminate1.png │   │   │   ├── [ 624] progressbar_indeterminate2.png │   │   │   ├── [ 637] progressbar_indeterminate3.png │   │   │   ├── [ 672] progressbar_indeterminate_holo1.png │   │   │   ├── [ 764] progressbar_indeterminate_holo2.png │   │   │   ├── [ 855] progressbar_indeterminate_holo3.png │   │   │   ├── [ 839] progressbar_indeterminate_holo4.png │   │   │   ├── [ 828] progressbar_indeterminate_holo5.png │   │   │   ├── [ 840] progressbar_indeterminate_holo6.png │   │   │   ├── [ 794] progressbar_indeterminate_holo7.png │   │   │   ├── [ 811] progressbar_indeterminate_holo8.png │   │   │   ├── [ 168] progress_bg_holo_dark.9.png │   │   │   ├── [ 161] progress_bg_holo_light.9.png │   │   │   ├── [ 559] progress_primary_holo_dark.9.png │   │   │   ├── [ 561] progress_primary_holo_light.9.png │   │   │   ├── [ 173] progress_secondary_holo_dark.9.png │   │   │   ├── [ 177] progress_secondary_holo_light.9.png │   │   │   ├── [ 338] quickactions_arrowdown_left_holo_dark.9.png │   │   │   ├── [ 323] quickactions_arrowdown_left_holo_light.9.png │   │   │   ├── [ 336] quickactions_arrowdown_right_holo_dark.9.png │   │   │   ├── [ 340] quickactions_arrowdown_right_holo_light.9.png │   │   │   ├── [ 325] quickactions_arrowup_left_holo_dark.9.png │   │   │   ├── [ 328] quickactions_arrowup_left_holo_light.9.png │   │   │   ├── [ 334] quickactions_arrowup_left_right_holo_dark.9.png │   │   │   ├── [ 331] quickactions_arrowup_right_holo_light.9.png │   │   │   ├── [ 456] quickcontact_badge_overlay_focused_dark_am.9.png │   │   │   ├── [ 396] quickcontact_badge_overlay_focused_light_am.9.png │   │   │   ├── [ 270] quickcontact_badge_overlay_normal_dark_am.9.png │   │   │   ├── [ 289] quickcontact_badge_overlay_normal_light_am.9.png │   │   │   ├── [ 305] quickcontact_badge_overlay_pressed_dark_am.9.png │   │   │   ├── [ 305] quickcontact_badge_overlay_pressed_light_am.9.png │   │   │   ├── [3.3K] radiobutton_off_background.png │   │   │   ├── [3.4K] radiobutton_on_background.png │   │   │   ├── [1.6K] rate_star_big_half_holo_dark.png │   │   │   ├── [1.6K] rate_star_big_half_holo_light.png │   │   │   ├── [ 818] rate_star_big_half.png │   │   │   ├── [1.0K] rate_star_big_off_holo_dark.png │   │   │   ├── [1.1K] rate_star_big_off_holo_light.png │   │   │   ├── [ 527] rate_star_big_off.png │   │   │   ├── [1.6K] rate_star_big_on_holo_dark.png │   │   │   ├── [1.6K] rate_star_big_on_holo_light.png │   │   │   ├── [ 992] rate_star_big_on.png │   │   │   ├── [1.1K] rate_star_med_half_holo_dark.png │   │   │   ├── [1.1K] rate_star_med_half_holo_light.png │   │   │   ├── [ 994] rate_star_med_half.png │   │   │   ├── [ 763] rate_star_med_off_holo_dark.png │   │   │   ├── [ 782] rate_star_med_off_holo_light.png │   │   │   ├── [ 616] rate_star_med_off.png │   │   │   ├── [1.1K] rate_star_med_on_holo_dark.png │   │   │   ├── [1.1K] rate_star_med_on_holo_light.png │   │   │   ├── [1.0K] rate_star_med_on.png │   │   │   ├── [ 753] rate_star_small_half_holo_dark.png │   │   │   ├── [ 758] rate_star_small_half_holo_light.png │   │   │   ├── [ 540] rate_star_small_half.png │   │   │   ├── [ 566] rate_star_small_off_holo_dark.png │   │   │   ├── [ 561] rate_star_small_off_holo_light.png │   │   │   ├── [ 447] rate_star_small_off.png │   │   │   ├── [ 752] rate_star_small_on_holo_dark.png │   │   │   ├── [ 753] rate_star_small_on_holo_light.png │   │   │   ├── [ 570] rate_star_small_on.png │   │   │   ├── [ 314] recent_dialog_background.9.png │   │   │   ├── [3.2K] reticle.png │   │   │   ├── [1.4K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 191] scrollbar_handle_holo_dark.9.png │   │   │   ├── [ 194] scrollbar_handle_holo_light.9.png │   │   │   ├── [ 266] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 254] scrollbar_handle_vertical.9.png │   │   │   ├── [ 857] scrubber_control_disabled_holo.png │   │   │   ├── [1017] scrubber_control_focused_holo.png │   │   │   ├── [1.1K] scrubber_control_normal_holo.png │   │   │   ├── [ 154] scrubber_control_on_mtrl_alpha.png │   │   │   ├── [ 326] scrubber_control_on_pressed_mtrl_alpha.png │   │   │   ├── [1.3K] scrubber_control_pressed_holo.png │   │   │   ├── [ 180] scrubber_primary_holo.9.png │   │   │   ├── [ 106] scrubber_primary_mtrl_alpha.9.png │   │   │   ├── [ 177] scrubber_secondary_holo.9.png │   │   │   ├── [ 161] scrubber_track_holo_dark.9.png │   │   │   ├── [ 163] scrubber_track_holo_light.9.png │   │   │   ├── [ 100] scrubber_track_mtrl_alpha.9.png │   │   │   ├── [3.0K] search_dropdown_background.9.png │   │   │   ├── [2.9K] search_plate.9.png │   │   │   ├── [ 293] search_plate_global.9.png │   │   │   ├── [ 880] seek_thumb_normal.png │   │   │   ├── [1.0K] seek_thumb_pressed.png │   │   │   ├── [1.1K] seek_thumb_selected.png │   │   │   ├── [ 285] settings_header_raw.9.png │   │   │   ├── [ 151] sim_dark_blue.9.png │   │   │   ├── [ 153] sim_dark_green.9.png │   │   │   ├── [ 152] sim_dark_orange.9.png │   │   │   ├── [ 151] sim_dark_purple.9.png │   │   │   ├── [ 151] sim_light_blue.9.png │   │   │   ├── [ 154] sim_light_green.9.png │   │   │   ├── [ 153] sim_light_orange.9.png │   │   │   ├── [ 154] sim_light_purple.9.png │   │   │   ├── [ 553] spinner_16_inner_holo.png │   │   │   ├── [ 491] spinner_16_outer_holo.png │   │   │   ├── [1.3K] spinner_48_inner_holo.png │   │   │   ├── [1.1K] spinner_48_outer_holo.png │   │   │   ├── [2.1K] spinner_76_inner_holo.png │   │   │   ├── [1.8K] spinner_76_outer_holo.png │   │   │   ├── [ 266] spinner_ab_default_holo_dark_am.9.png │   │   │   ├── [ 266] spinner_ab_default_holo_light_am.9.png │   │   │   ├── [ 262] spinner_ab_disabled_holo_dark_am.9.png │   │   │   ├── [ 262] spinner_ab_disabled_holo_light_am.9.png │   │   │   ├── [ 407] spinner_ab_focused_holo_dark_am.9.png │   │   │   ├── [ 407] spinner_ab_focused_holo_light_am.9.png │   │   │   ├── [ 341] spinner_ab_pressed_holo_dark_am.9.png │   │   │   ├── [ 356] spinner_ab_pressed_holo_light_am.9.png │   │   │   ├── [1008] spinner_black_16.png │   │   │   ├── [1.2K] spinner_black_20.png │   │   │   ├── [3.2K] spinner_black_48.png │   │   │   ├── [5.3K] spinner_black_76.png │   │   │   ├── [ 280] spinner_default_holo_dark_am.9.png │   │   │   ├── [ 279] spinner_default_holo_light_am.9.png │   │   │   ├── [ 274] spinner_disabled_holo_dark_am.9.png │   │   │   ├── [ 274] spinner_disabled_holo_light_am.9.png │   │   │   ├── [ 350] spinner_dropdown_background_down.9.png │   │   │   ├── [ 347] spinner_dropdown_background_up.9.png │   │   │   ├── [ 427] spinner_focused_holo_dark_am.9.png │   │   │   ├── [ 433] spinner_focused_holo_light_am.9.png │   │   │   ├── [1.1K] spinner_normal.9.png │   │   │   ├── [1.7K] spinner_press.9.png │   │   │   ├── [ 324] spinner_pressed_holo_dark_am.9.png │   │   │   ├── [ 319] spinner_pressed_holo_light_am.9.png │   │   │   ├── [1.7K] spinner_select.9.png │   │   │   ├── [ 962] spinner_white_16.png │   │   │   ├── [3.0K] spinner_white_48.png │   │   │   ├── [4.6K] spinner_white_76.png │   │   │   ├── [1.5K] star_big_off.png │   │   │   ├── [1.7K] star_big_on.png │   │   │   ├── [ 594] star_off.png │   │   │   ├── [1.2K] star_on.png │   │   │   ├── [ 625] stat_ecb_mode.png │   │   │   ├── [ 824] stat_notify_car_mode.png │   │   │   ├── [ 617] stat_notify_chat.png │   │   │   ├── [ 736] stat_notify_disk_full.png │   │   │   ├── [ 617] stat_notify_email_generic.png │   │   │   ├── [ 662] stat_notify_error.png │   │   │   ├── [ 648] stat_notify_gmail.png │   │   │   ├── [ 717] stat_notify_missed_call.png │   │   │   ├── [ 849] stat_notify_more.png │   │   │   ├── [ 855] stat_notify_rssi_in_range.png │   │   │   ├── [ 620] stat_notify_sdcard.png │   │   │   ├── [ 767] stat_notify_sdcard_prepare.png │   │   │   ├── [ 678] stat_notify_sdcard_usb.png │   │   │   ├── [ 794] stat_notify_sim_toolkit.png │   │   │   ├── [ 732] stat_notify_sync_anim0.png │   │   │   ├── [ 746] stat_notify_sync_error.png │   │   │   ├── [ 732] stat_notify_sync.png │   │   │   ├── [ 637] stat_notify_voicemail.png │   │   │   ├── [ 374] stat_sys_battery_0.png │   │   │   ├── [ 241] stat_sys_battery_100.png │   │   │   ├── [ 253] stat_sys_battery_15.png │   │   │   ├── [ 250] stat_sys_battery_28.png │   │   │   ├── [ 261] stat_sys_battery_43.png │   │   │   ├── [ 254] stat_sys_battery_57.png │   │   │   ├── [ 253] stat_sys_battery_71.png │   │   │   ├── [ 248] stat_sys_battery_85.png │   │   │   ├── [ 440] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 430] stat_sys_battery_charge_anim100.png │   │   │   ├── [ 448] stat_sys_battery_charge_anim15.png │   │   │   ├── [ 446] stat_sys_battery_charge_anim28.png │   │   │   ├── [ 448] stat_sys_battery_charge_anim43.png │   │   │   ├── [ 452] stat_sys_battery_charge_anim57.png │   │   │   ├── [ 452] stat_sys_battery_charge_anim71.png │   │   │   ├── [ 440] stat_sys_battery_charge_anim85.png │   │   │   ├── [ 461] stat_sys_battery_unknown.png │   │   │   ├── [ 930] stat_sys_certificate_info.png │   │   │   ├── [ 652] stat_sys_data_bluetooth.png │   │   │   ├── [ 707] stat_sys_data_usb.png │   │   │   ├── [ 662] stat_sys_data_wimax_signal_3_fully.png │   │   │   ├── [ 665] stat_sys_data_wimax_signal_disconnected.png │   │   │   ├── [ 574] stat_sys_download_anim0.png │   │   │   ├── [ 571] stat_sys_download_anim1.png │   │   │   ├── [ 576] stat_sys_download_anim2.png │   │   │   ├── [ 575] stat_sys_download_anim3.png │   │   │   ├── [ 557] stat_sys_download_anim4.png │   │   │   ├── [ 567] stat_sys_download_anim5.png │   │   │   ├── [ 791] stat_sys_gps_on.png │   │   │   ├── [ 408] stat_sys_headset.png │   │   │   ├── [1.1K] stat_sys_phone_call_forward.png │   │   │   ├── [1.1K] stat_sys_phone_call_on_hold.png │   │   │   ├── [ 862] stat_sys_phone_call.png │   │   │   ├── [ 469] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [ 836] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [ 933] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [1023] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [1.0K] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [ 450] stat_sys_r_signal_0_cdma.png │   │   │   ├── [ 847] stat_sys_r_signal_1_cdma.png │   │   │   ├── [ 946] stat_sys_r_signal_2_cdma.png │   │   │   ├── [1.0K] stat_sys_r_signal_3_cdma.png │   │   │   ├── [1.0K] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 440] stat_sys_signal_0_cdma.png │   │   │   ├── [ 755] stat_sys_signal_1_cdma.png │   │   │   ├── [ 870] stat_sys_signal_2_cdma.png │   │   │   ├── [ 952] stat_sys_signal_3_cdma.png │   │   │   ├── [ 973] stat_sys_signal_4_cdma.png │   │   │   ├── [ 482] stat_sys_signal_evdo_0.png │   │   │   ├── [ 860] stat_sys_signal_evdo_1.png │   │   │   ├── [ 928] stat_sys_signal_evdo_2.png │   │   │   ├── [1008] stat_sys_signal_evdo_3.png │   │   │   ├── [1.0K] stat_sys_signal_evdo_4.png │   │   │   ├── [ 675] stat_sys_tether_bluetooth.png │   │   │   ├── [ 659] stat_sys_tether_general.png │   │   │   ├── [ 698] stat_sys_tether_usb.png │   │   │   ├── [ 694] stat_sys_throttled.png │   │   │   ├── [ 580] stat_sys_upload_anim0.png │   │   │   ├── [ 577] stat_sys_upload_anim1.png │   │   │   ├── [ 545] stat_sys_upload_anim2.png │   │   │   ├── [ 586] stat_sys_upload_anim3.png │   │   │   ├── [ 582] stat_sys_upload_anim4.png │   │   │   ├── [ 573] stat_sys_upload_anim5.png │   │   │   ├── [1.1K] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [1.1K] stat_sys_vp_phone_call.png │   │   │   ├── [ 654] stat_sys_warning.png │   │   │   ├── [ 204] statusbar_background.9.png │   │   │   ├── [3.0K] status_bar_background.png │   │   │   ├── [2.8K] status_bar_header_background.9.png │   │   │   ├── [ 288] status_bar_item_app_background_normal.9.png │   │   │   ├── [ 11K] status_bar_item_background_focus.9.png │   │   │   ├── [2.8K] status_bar_item_background_normal.9.png │   │   │   ├── [ 11K] status_bar_item_background_pressed.9.png │   │   │   ├── [2.8K] submenu_arrow_nofocus.png │   │   │   ├── [ 206] switch_bg_disabled_holo_dark.9.png │   │   │   ├── [ 207] switch_bg_disabled_holo_light.9.png │   │   │   ├── [ 216] switch_bg_focused_holo_dark.9.png │   │   │   ├── [ 210] switch_bg_focused_holo_light.9.png │   │   │   ├── [ 163] switch_bg_holo_dark.9.png │   │   │   ├── [ 163] switch_bg_holo_light.9.png │   │   │   ├── [ 351] switch_thumb_activated_holo_dark.9.png │   │   │   ├── [ 351] switch_thumb_activated_holo_light.9.png │   │   │   ├── [ 350] switch_thumb_disabled_holo_dark.9.png │   │   │   ├── [ 350] switch_thumb_disabled_holo_light.9.png │   │   │   ├── [ 362] switch_thumb_holo_dark.9.png │   │   │   ├── [ 362] switch_thumb_holo_light.9.png │   │   │   ├── [ 351] switch_thumb_pressed_holo_dark.9.png │   │   │   ├── [ 349] switch_thumb_pressed_holo_light.9.png │   │   │   ├── [ 930] sym_action_add.png │   │   │   ├── [ 904] sym_action_call.png │   │   │   ├── [ 956] sym_action_chat.png │   │   │   ├── [ 791] sym_action_email.png │   │   │   ├── [5.3K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [1.2K] sym_call_incoming.png │   │   │   ├── [1.2K] sym_call_missed.png │   │   │   ├── [1.2K] sym_call_outgoing.png │   │   │   ├── [3.0K] sym_contact_card.png │   │   │   ├── [2.2K] sym_def_app_icon.png │   │   │   ├── [1.2K] sym_keyboard_delete_dim.png │   │   │   ├── [1.4K] sym_keyboard_delete_holo.png │   │   │   ├── [ 896] sym_keyboard_delete.png │   │   │   ├── [1.4K] sym_keyboard_enter.png │   │   │   ├── [ 374] sym_keyboard_feedback_delete.png │   │   │   ├── [ 530] sym_keyboard_feedback_ok.png │   │   │   ├── [ 381] sym_keyboard_feedback_return.png │   │   │   ├── [ 333] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [ 437] sym_keyboard_feedback_shift.png │   │   │   ├── [ 223] sym_keyboard_feedback_space.png │   │   │   ├── [ 823] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 511] sym_keyboard_num1.png │   │   │   ├── [1.5K] sym_keyboard_num2.png │   │   │   ├── [1.4K] sym_keyboard_num3.png │   │   │   ├── [1.3K] sym_keyboard_num4.png │   │   │   ├── [1.4K] sym_keyboard_num5.png │   │   │   ├── [1.7K] sym_keyboard_num6.png │   │   │   ├── [1.6K] sym_keyboard_num7.png │   │   │   ├── [1.5K] sym_keyboard_num8.png │   │   │   ├── [1.9K] sym_keyboard_num9.png │   │   │   ├── [1.2K] sym_keyboard_ok_dim.png │   │   │   ├── [1.3K] sym_keyboard_ok.png │   │   │   ├── [ 866] sym_keyboard_return.png │   │   │   ├── [ 761] sym_keyboard_shift_locked.png │   │   │   ├── [ 868] sym_keyboard_shift.png │   │   │   ├── [ 424] sym_keyboard_space.png │   │   │   ├── [ 145] tab_bottom_holo.9.png │   │   │   ├── [ 280] tab_focus.9.png │   │   │   ├── [ 141] tab_focus_bar_left.9.png │   │   │   ├── [ 141] tab_focus_bar_right.9.png │   │   │   ├── [ 94] tab_indicator_mtrl_alpha.9.png │   │   │   ├── [ 271] tab_press.9.png │   │   │   ├── [ 141] tab_press_bar_left.9.png │   │   │   ├── [ 141] tab_press_bar_right.9.png │   │   │   ├── [ 328] tab_pressed_holo.9.png │   │   │   ├── [ 287] tab_selected.9.png │   │   │   ├── [ 143] tab_selected_bar_left.9.png │   │   │   ├── [ 124] tab_selected_bar_left_v4.9.png │   │   │   ├── [ 143] tab_selected_bar_right.9.png │   │   │   ├── [ 124] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 148] tab_selected_focused_holo.9.png │   │   │   ├── [ 151] tab_selected_holo.9.png │   │   │   ├── [ 161] tab_selected_pressed_holo.9.png │   │   │   ├── [ 307] tab_selected_v4.9.png │   │   │   ├── [ 300] tab_unselected.9.png │   │   │   ├── [ 150] tab_unselected_focused_holo.9.png │   │   │   ├── [ 157] tab_unselected_holo.9.png │   │   │   ├── [ 156] tab_unselected_pressed_holo.9.png │   │   │   ├── [ 289] tab_unselected_v4.9.png │   │   │   ├── [ 736] text_edit_paste_window.9.png │   │   │   ├── [ 406] text_edit_side_paste_window.9.png │   │   │   ├── [ 736] text_edit_suggestions_window.9.png │   │   │   ├── [1.1K] textfield_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_activated_holo_light.9.png │   │   │   ├── [ 88] textfield_activated_mtrl_alpha.9.png │   │   │   ├── [ 213] textfield_bg_activated_holo_dark.9.png │   │   │   ├── [ 214] textfield_bg_default_holo_dark.9.png │   │   │   ├── [ 210] textfield_bg_disabled_focused_holo_dark.9.png │   │   │   ├── [ 212] textfield_bg_disabled_holo_dark.9.png │   │   │   ├── [ 209] textfield_bg_focused_holo_dark.9.png │   │   │   ├── [ 417] textfield_default.9.png │   │   │   ├── [1.1K] textfield_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_default_holo_light.9.png │   │   │   ├── [ 96] textfield_default_mtrl_alpha.9.png │   │   │   ├── [ 483] textfield_disabled.9.png │   │   │   ├── [1.1K] textfield_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_light.9.png │   │   │   ├── [ 685] textfield_disabled_selected.9.png │   │   │   ├── [ 304] textfield_focused_holo_dark.9.png │   │   │   ├── [ 304] textfield_focused_holo_light.9.png │   │   │   ├── [ 196] textfield_longpress_holo.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_light.9.png │   │   │   ├── [ 192] textfield_pressed_holo.9.png │   │   │   ├── [ 149] textfield_search_activated_mtrl_alpha.9.png │   │   │   ├── [3.3K] textfield_search_default.9.png │   │   │   ├── [ 106] textfield_search_default_holo_dark.9.png │   │   │   ├── [ 100] textfield_search_default_holo_light.9.png │   │   │   ├── [ 148] textfield_search_default_mtrl_alpha.9.png │   │   │   ├── [ 818] textfield_search_empty_default.9.png │   │   │   ├── [1.0K] textfield_search_empty_pressed.9.png │   │   │   ├── [ 837] textfield_search_empty_selected.9.png │   │   │   ├── [3.5K] textfield_search_pressed.9.png │   │   │   ├── [ 105] textfield_search_right_default_holo_dark.9.png │   │   │   ├── [ 98] textfield_search_right_default_holo_light.9.png │   │   │   ├── [ 107] textfield_search_right_selected_holo_dark.9.png │   │   │   ├── [ 107] textfield_search_right_selected_holo_light.9.png │   │   │   ├── [3.3K] textfield_search_selected.9.png │   │   │   ├── [ 109] textfield_search_selected_holo_dark.9.png │   │   │   ├── [ 109] textfield_search_selected_holo_light.9.png │   │   │   ├── [ 600] textfield_selected.9.png │   │   │   ├── [ 14K] text_select_handle_left_mtrl_alpha.png │   │   │   ├── [1.1K] text_select_handle_left.png │   │   │   ├── [ 323] text_select_handle_middle_mtrl_alpha.png │   │   │   ├── [1.1K] text_select_handle_middle.png │   │   │   ├── [ 14K] text_select_handle_right_mtrl_alpha.png │   │   │   ├── [1.2K] text_select_handle_right.png │   │   │   ├── [ 222] title_bar_medium.9.png │   │   │   ├── [ 202] title_bar_portrait.9.png │   │   │   ├── [ 231] title_bar_tall.9.png │   │   │   ├── [ 965] toast_frame.9.png │   │   │   ├── [2.4K] transportcontrol_bg.9.png │   │   │   ├── [ 208] unknown_image.png │   │   │   ├── [4.1K] usb_android_connected.png │   │   │   ├── [4.5K] usb_android.png │   │   │   ├── [ 502] vpn_connected.png │   │   │   ├── [ 496] vpn_disconnected.png │   │   │   └── [2.1K] zoom_plate.9.png │   │   ├── [4.0K] drawable-nodpi │   │   │   ├── [ 557] blank_tile.png │   │   │   ├── [ 42K] default_wallpaper.jpg │   │   │   ├── [ 494] loading_tile_android.png │   │   │   ├── [ 729] loading_tile.png │   │   │   ├── [1.4K] no_tile_128.png │   │   │   ├── [ 835] no_tile_256.png │   │   │   ├── [1.4K] platlogo_m.xml │   │   │   ├── [1.8K] platlogo.xml │   │   │   ├── [2.1K] stat_sys_adb.xml │   │   │   ├── [ 116] text_cursor_holo_dark.9.png │   │   │   └── [ 116] text_cursor_holo_light.9.png │   │   ├── [4.0K] drawable-sw600dp-hdpi │   │   │   ├── [ 15K] ic_lockscreen_handle_pressed.png │   │   │   ├── [1.1K] sym_keyboard_return_holo.png │   │   │   ├── [1.0K] unlock_default.png │   │   │   ├── [ 11K] unlock_halo.png │   │   │   ├── [ 11K] unlock_ring.png │   │   │   └── [183K] unlock_wave.png │   │   ├── [4.0K] drawable-sw600dp-mdpi │   │   │   ├── [8.0K] ic_lockscreen_handle_pressed.png │   │   │   ├── [ 823] sym_keyboard_return_holo.png │   │   │   ├── [ 745] unlock_default.png │   │   │   ├── [5.5K] unlock_halo.png │   │   │   ├── [7.1K] unlock_ring.png │   │   │   └── [107K] unlock_wave.png │   │   ├── [4.0K] drawable-sw600dp-nodpi │   │   │   └── [ 95K] default_wallpaper.jpg │   │   ├── [4.0K] drawable-sw600dp-xhdpi │   │   │   ├── [ 25K] ic_lockscreen_handle_pressed.png │   │   │   ├── [1.5K] sym_keyboard_return_holo.png │   │   │   ├── [1.3K] unlock_default.png │   │   │   ├── [ 18K] unlock_halo.png │   │   │   ├── [ 16K] unlock_ring.png │   │   │   └── [250K] unlock_wave.png │   │   ├── [4.0K] drawable-sw720dp-nodpi │   │   │   └── [778K] default_wallpaper.jpg │   │   ├── [ 68K] drawable-xhdpi │   │   │   ├── [ 165] ab_bottom_solid_dark_holo.9.png │   │   │   ├── [ 157] ab_bottom_solid_inverse_holo.9.png │   │   │   ├── [ 166] ab_bottom_solid_light_holo.9.png │   │   │   ├── [ 153] ab_bottom_transparent_dark_holo.9.png │   │   │   ├── [ 152] ab_bottom_transparent_light_holo.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_dark.9.png │   │   │   ├── [2.8K] ab_share_pack_holo_light.9.png │   │   │   ├── [ 139] ab_share_pack_mtrl_alpha.9.png │   │   │   ├── [ 163] ab_solid_dark_holo.9.png │   │   │   ├── [ 163] ab_solid_light_holo.9.png │   │   │   ├── [ 290] ab_solid_shadow_holo.9.png │   │   │   ├── [ 246] ab_solid_shadow_mtrl_alpha.9.png │   │   │   ├── [ 163] ab_stacked_solid_dark_holo.9.png │   │   │   ├── [ 163] ab_stacked_solid_inverse_holo.9.png │   │   │   ├── [ 163] ab_stacked_solid_light_holo.9.png │   │   │   ├── [ 158] ab_stacked_transparent_dark_holo.9.png │   │   │   ├── [ 152] ab_stacked_transparent_light_holo.9.png │   │   │   ├── [ 171] ab_transparent_dark_holo.9.png │   │   │   ├── [ 160] ab_transparent_light_holo.9.png │   │   │   ├── [2.3K] activity_title_bar.9.png │   │   │   ├── [ 920] arrow_down_float.png │   │   │   ├── [ 918] arrow_up_float.png │   │   │   ├── [7.3K] battery_charge_background.png │   │   │   ├── [ 562] bottom_bar.png │   │   │   ├── [ 109] btn_cab_done_default_holo_dark.9.png │   │   │   ├── [ 108] btn_cab_done_default_holo_light.9.png │   │   │   ├── [ 112] btn_cab_done_focused_holo_dark.9.png │   │   │   ├── [ 113] btn_cab_done_focused_holo_light.9.png │   │   │   ├── [ 174] btn_cab_done_pressed_holo_dark.9.png │   │   │   ├── [ 169] btn_cab_done_pressed_holo_light.9.png │   │   │   ├── [1.5K] btn_check_buttonless_off.png │   │   │   ├── [2.2K] btn_check_buttonless_on.png │   │   │   ├── [ 297] btn_check_label_background.9.png │   │   │   ├── [ 478] btn_check_off_disabled_focused_holo_dark.png │   │   │   ├── [ 478] btn_check_off_disabled_focused_holo_light.png │   │   │   ├── [ 376] btn_check_off_disabled_holo_dark.png │   │   │   ├── [ 375] btn_check_off_disabled_holo_light.png │   │   │   ├── [ 406] btn_check_off_disable_focused_holo_dark.png │   │   │   ├── [ 407] btn_check_off_disable_focused_holo_light.png │   │   │   ├── [1.2K] btn_check_off_disable_focused.png │   │   │   ├── [ 406] btn_check_off_disable_holo_dark.png │   │   │   ├── [ 407] btn_check_off_disable_holo_light.png │   │   │   ├── [ 684] btn_check_off_disable.png │   │   │   ├── [ 485] btn_check_off_focused_holo_dark.png │   │   │   ├── [ 653] btn_check_off_focused_holo_light.png │   │   │   ├── [ 377] btn_check_off_holo_dark.png │   │   │   ├── [ 375] btn_check_off_holo_light.png │   │   │   ├── [ 544] btn_check_off_holo.png │   │   │   ├── [ 683] btn_check_off_normal_holo_dark.png │   │   │   ├── [ 721] btn_check_off_normal_holo_light.png │   │   │   ├── [ 709] btn_check_off.png │   │   │   ├── [ 736] btn_check_off_pressed_holo_dark.png │   │   │   ├── [ 770] btn_check_off_pressed_holo_light.png │   │   │   ├── [4.0K] btn_check_off_pressed.png │   │   │   ├── [4.3K] btn_check_off_selected.png │   │   │   ├── [1.2K] btn_check_on_disabled_focused_holo_dark.png │   │   │   ├── [ 945] btn_check_on_disabled_focused_holo_light.png │   │   │   ├── [ 701] btn_check_on_disabled_holo_dark.png │   │   │   ├── [ 762] btn_check_on_disabled_holo_light.png │   │   │   ├── [1.7K] btn_check_on_disable.png │   │   │   ├── [3.4K] btn_check_on_focused_holo_dark.png │   │   │   ├── [3.4K] btn_check_on_focused_holo_light.png │   │   │   ├── [2.9K] btn_check_on_holo_dark.png │   │   │   ├── [2.9K] btn_check_on_holo_light.png │   │   │   ├── [3.3K] btn_check_on_holo.png │   │   │   ├── [3.1K] btn_check_on.png │   │   │   ├── [1.3K] btn_check_on_pressed_holo_dark.png │   │   │   ├── [1.4K] btn_check_on_pressed_holo_light.png │   │   │   ├── [4.1K] btn_check_on_pressed.png │   │   │   ├── [4.4K] btn_check_on_selected.png │   │   │   ├── [3.8K] btn_circle_disable_focused.png │   │   │   ├── [4.8K] btn_circle_disable.png │   │   │   ├── [5.1K] btn_circle_normal.png │   │   │   ├── [6.6K] btn_circle_pressed.png │   │   │   ├── [6.8K] btn_circle_selected.png │   │   │   ├── [3.3K] btn_close_normal.png │   │   │   ├── [3.9K] btn_close_pressed.png │   │   │   ├── [4.2K] btn_close_selected.png │   │   │   ├── [ 517] btn_default_disabled_focused_holo_dark.9.png │   │   │   ├── [ 517] btn_default_disabled_focused_holo_light.9.png │   │   │   ├── [ 451] btn_default_disabled_holo.9.png │   │   │   ├── [ 508] btn_default_disabled_holo_dark.9.png │   │   │   ├── [ 508] btn_default_disabled_holo_light.9.png │   │   │   ├── [ 691] btn_default_focused_holo.9.png │   │   │   ├── [ 476] btn_default_focused_holo_dark.9.png │   │   │   ├── [ 476] btn_default_focused_holo_light.9.png │   │   │   ├── [1.6K] btn_default_normal.9.png │   │   │   ├── [1.5K] btn_default_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_normal_disable_focused.9.png │   │   │   ├── [ 481] btn_default_normal_holo.9.png │   │   │   ├── [ 540] btn_default_normal_holo_dark.9.png │   │   │   ├── [ 574] btn_default_normal_holo_light.9.png │   │   │   ├── [1.8K] btn_default_pressed.9.png │   │   │   ├── [ 458] btn_default_pressed_holo.9.png │   │   │   ├── [ 551] btn_default_pressed_holo_dark.9.png │   │   │   ├── [ 557] btn_default_pressed_holo_light.9.png │   │   │   ├── [1.2K] btn_default_selected.9.png │   │   │   ├── [1.3K] btn_default_small_normal.9.png │   │   │   ├── [1.2K] btn_default_small_normal_disable.9.png │   │   │   ├── [1.7K] btn_default_small_normal_disable_focused.9.png │   │   │   ├── [1.2K] btn_default_small_pressed.9.png │   │   │   ├── [1.0K] btn_default_small_selected.9.png │   │   │   ├── [2.7K] btn_default_transparent_normal.9.png │   │   │   ├── [3.6K] btn_dialog_disable.png │   │   │   ├── [3.3K] btn_dialog_normal.png │   │   │   ├── [3.9K] btn_dialog_pressed.png │   │   │   ├── [4.2K] btn_dialog_selected.png │   │   │   ├── [4.8K] btn_dropdown_disabled.9.png │   │   │   ├── [5.6K] btn_dropdown_disabled_focused.9.png │   │   │   ├── [3.5K] btn_dropdown_normal.9.png │   │   │   ├── [ 10K] btn_dropdown_pressed.9.png │   │   │   ├── [ 12K] btn_dropdown_selected.9.png │   │   │   ├── [1.7K] btn_erase_default.9.png │   │   │   ├── [1.8K] btn_erase_pressed.9.png │   │   │   ├── [1.8K] btn_erase_selected.9.png │   │   │   ├── [2.0K] btn_global_search_normal.9.png │   │   │   ├── [ 305] btn_group_disabled_holo_dark.9.png │   │   │   ├── [ 299] btn_group_disabled_holo_light.9.png │   │   │   ├── [ 541] btn_group_focused_holo_dark.9.png │   │   │   ├── [ 541] btn_group_focused_holo_light.9.png │   │   │   ├── [ 305] btn_group_normal_holo_dark.9.png │   │   │   ├── [ 301] btn_group_normal_holo_light.9.png │   │   │   ├── [ 541] btn_group_pressed_holo_dark.9.png │   │   │   ├── [ 546] btn_group_pressed_holo_light.9.png │   │   │   ├── [ 568] btn_keyboard_key_dark_normal_holo.9.png │   │   │   ├── [ 655] btn_keyboard_key_dark_normal_off_holo.9.png │   │   │   ├── [ 775] btn_keyboard_key_dark_normal_on_holo.9.png │   │   │   ├── [ 737] btn_keyboard_key_dark_pressed_holo.9.png │   │   │   ├── [ 855] btn_keyboard_key_dark_pressed_off_holo.9.png │   │   │   ├── [ 996] btn_keyboard_key_dark_pressed_on_holo.9.png │   │   │   ├── [2.9K] btn_keyboard_key_fulltrans_normal.9.png │   │   │   ├── [3.5K] btn_keyboard_key_fulltrans_normal_off.9.png │   │   │   ├── [3.6K] btn_keyboard_key_fulltrans_normal_on.9.png │   │   │   ├── [3.0K] btn_keyboard_key_fulltrans_pressed.9.png │   │   │   ├── [3.7K] btn_keyboard_key_fulltrans_pressed_off.9.png │   │   │   ├── [3.7K] btn_keyboard_key_fulltrans_pressed_on.9.png │   │   │   ├── [ 591] btn_keyboard_key_light_normal_holo.9.png │   │   │   ├── [ 668] btn_keyboard_key_light_pressed_holo.9.png │   │   │   ├── [1.2K] btn_keyboard_key_normal.9.png │   │   │   ├── [1.8K] btn_keyboard_key_normal_off.9.png │   │   │   ├── [2.0K] btn_keyboard_key_normal_on.9.png │   │   │   ├── [1.2K] btn_keyboard_key_pressed.9.png │   │   │   ├── [1.8K] btn_keyboard_key_pressed_off.9.png │   │   │   ├── [2.0K] btn_keyboard_key_pressed_on.9.png │   │   │   ├── [2.0K] btn_keyboard_key_trans_normal.9.png │   │   │   ├── [2.0K] btn_keyboard_key_trans_normal_off.9.png │   │   │   ├── [2.2K] btn_keyboard_key_trans_normal_on.9.png │   │   │   ├── [3.0K] btn_keyboard_key_trans_pressed.9.png │   │   │   ├── [2.0K] btn_keyboard_key_trans_pressed_off.9.png │   │   │   ├── [2.2K] btn_keyboard_key_trans_pressed_on.9.png │   │   │   ├── [3.0K] btn_keyboard_key_trans_selected.9.png │   │   │   ├── [2.1K] btn_media_player.9.png │   │   │   ├── [1.8K] btn_media_player_disabled.9.png │   │   │   ├── [2.4K] btn_media_player_disabled_selected.9.png │   │   │   ├── [2.0K] btn_media_player_pressed.9.png │   │   │   ├── [2.7K] btn_media_player_selected.9.png │   │   │   ├── [ 13K] btn_minus_default.png │   │   │   ├── [ 12K] btn_minus_disable_focused.png │   │   │   ├── [ 13K] btn_minus_disable.png │   │   │   ├── [ 11K] btn_minus_pressed.png │   │   │   ├── [ 14K] btn_minus_selected.png │   │   │   ├── [ 13K] btn_plus_default.png │   │   │   ├── [ 12K] btn_plus_disable_focused.png │   │   │   ├── [ 13K] btn_plus_disable.png │   │   │   ├── [ 14K] btn_plus_pressed.png │   │   │   ├── [ 14K] btn_plus_selected.png │   │   │   ├── [ 298] btn_radio_label_background.9.png │   │   │   ├── [1.6K] btn_radio_off_disabled_focused_holo_dark.png │   │   │   ├── [1.7K] btn_radio_off_disabled_focused_holo_light.png │   │   │   ├── [ 817] btn_radio_off_disabled_holo_dark.png │   │   │   ├── [ 919] btn_radio_off_disabled_holo_light.png │   │   │   ├── [2.1K] btn_radio_off_focused_holo_dark.png │   │   │   ├── [2.3K] btn_radio_off_focused_holo_light.png │   │   │   ├── [ 911] btn_radio_off_holo_dark.png │   │   │   ├── [1009] btn_radio_off_holo_light.png │   │   │   ├── [1.4K] btn_radio_off_holo.png │   │   │   ├── [6.3K] btn_radio_off.png │   │   │   ├── [2.1K] btn_radio_off_pressed_holo_dark.png │   │   │   ├── [2.5K] btn_radio_off_pressed_holo_light.png │   │   │   ├── [7.1K] btn_radio_off_pressed.png │   │   │   ├── [7.2K] btn_radio_off_selected.png │   │   │   ├── [3.3K] btn_radio_on_disabled_focused_holo_dark.png │   │   │   ├── [3.5K] btn_radio_on_disabled_focused_holo_light.png │   │   │   ├── [1.4K] btn_radio_on_disabled_holo_dark.png │   │   │   ├── [1.6K] btn_radio_on_disabled_holo_light.png │   │   │   ├── [4.0K] btn_radio_on_focused_holo_dark.png │   │   │   ├── [4.2K] btn_radio_on_focused_holo_light.png │   │   │   ├── [2.9K] btn_radio_on_holo_dark.png │   │   │   ├── [3.1K] btn_radio_on_holo_light.png │   │   │   ├── [3.4K] btn_radio_on_holo.png │   │   │   ├── [ 443] btn_radio_on_mtrl_alpha.png │   │   │   ├── [6.5K] btn_radio_on.png │   │   │   ├── [2.5K] btn_radio_on_pressed_holo_dark.png │   │   │   ├── [2.9K] btn_radio_on_pressed_holo_light.png │   │   │   ├── [ 734] btn_radio_on_pressed_mtrl_alpha.png │   │   │   ├── [7.2K] btn_radio_on_pressed.png │   │   │   ├── [7.3K] btn_radio_on_selected.png │   │   │   ├── [1.4K] btn_radio_to_off_mtrl_000.png │   │   │   ├── [1.3K] btn_radio_to_off_mtrl_001.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_002.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_003.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_004.png │   │   │   ├── [1.1K] btn_radio_to_off_mtrl_005.png │   │   │   ├── [ 952] btn_radio_to_off_mtrl_006.png │   │   │   ├── [1.0K] btn_radio_to_off_mtrl_007.png │   │   │   ├── [1.1K] btn_radio_to_off_mtrl_008.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_009.png │   │   │   ├── [1.1K] btn_radio_to_off_mtrl_010.png │   │   │   ├── [1.1K] btn_radio_to_off_mtrl_011.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_012.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_013.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_014.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_015.png │   │   │   ├── [1.2K] btn_radio_to_on_mtrl_000.png │   │   │   ├── [1.1K] btn_radio_to_on_mtrl_001.png │   │   │   ├── [1011] btn_radio_to_on_mtrl_002.png │   │   │   ├── [ 975] btn_radio_to_on_mtrl_003.png │   │   │   ├── [1.2K] btn_radio_to_on_mtrl_004.png │   │   │   ├── [1.2K] btn_radio_to_on_mtrl_005.png │   │   │   ├── [1.2K] btn_radio_to_on_mtrl_006.png │   │   │   ├── [1.3K] btn_radio_to_on_mtrl_007.png │   │   │   ├── [1.3K] btn_radio_to_on_mtrl_008.png │   │   │   ├── [1.3K] btn_radio_to_on_mtrl_009.png │   │   │   ├── [1.3K] btn_radio_to_on_mtrl_010.png │   │   │   ├── [1.3K] btn_radio_to_on_mtrl_011.png │   │   │   ├── [1.4K] btn_radio_to_on_mtrl_012.png │   │   │   ├── [1.4K] btn_radio_to_on_mtrl_013.png │   │   │   ├── [1.4K] btn_radio_to_on_mtrl_014.png │   │   │   ├── [1.4K] btn_radio_to_on_mtrl_015.png │   │   │   ├── [5.2K] btn_rating_star_off_disabled_focused_holo_dark.png │   │   │   ├── [5.3K] btn_rating_star_off_disabled_focused_holo_light.png │   │   │   ├── [3.1K] btn_rating_star_off_disabled_holo_dark.png │   │   │   ├── [3.3K] btn_rating_star_off_disabled_holo_light.png │   │   │   ├── [5.6K] btn_rating_star_off_focused_holo_dark.png │   │   │   ├── [5.6K] btn_rating_star_off_focused_holo_light.png │   │   │   ├── [1.8K] btn_rating_star_off_mtrl_alpha.png │   │   │   ├── [3.4K] btn_rating_star_off_normal_holo_dark.png │   │   │   ├── [3.6K] btn_rating_star_off_normal_holo_light.png │   │   │   ├── [9.3K] btn_rating_star_off_normal.png │   │   │   ├── [6.2K] btn_rating_star_off_pressed_holo_dark.png │   │   │   ├── [6.2K] btn_rating_star_off_pressed_holo_light.png │   │   │   ├── [ 11K] btn_rating_star_off_pressed.png │   │   │   ├── [ 11K] btn_rating_star_off_selected.png │   │   │   ├── [5.4K] btn_rating_star_on_disabled_focused_holo_dark.png │   │   │   ├── [5.3K] btn_rating_star_on_disabled_focused_holo_light.png │   │   │   ├── [3.4K] btn_rating_star_on_disabled_holo_dark.png │   │   │   ├── [3.3K] btn_rating_star_on_disabled_holo_light.png │   │   │   ├── [5.8K] btn_rating_star_on_focused_holo_dark.png │   │   │   ├── [5.6K] btn_rating_star_on_focused_holo_light.png │   │   │   ├── [1.1K] btn_rating_star_on_mtrl_alpha.png │   │   │   ├── [3.6K] btn_rating_star_on_normal_holo_dark.png │   │   │   ├── [3.6K] btn_rating_star_on_normal_holo_light.png │   │   │   ├── [ 11K] btn_rating_star_on_normal.png │   │   │   ├── [6.4K] btn_rating_star_on_pressed_holo_dark.png │   │   │   ├── [6.2K] btn_rating_star_on_pressed_holo_light.png │   │   │   ├── [ 12K] btn_rating_star_on_pressed.png │   │   │   ├── [ 12K] btn_rating_star_on_selected.png │   │   │   ├── [1.4K] btn_search_dialog_default.9.png │   │   │   ├── [2.4K] btn_search_dialog_pressed.9.png │   │   │   ├── [2.5K] btn_search_dialog_selected.9.png │   │   │   ├── [1.9K] btn_search_dialog_voice_default.9.png │   │   │   ├── [3.1K] btn_search_dialog_voice_pressed.9.png │   │   │   ├── [3.1K] btn_search_dialog_voice_selected.9.png │   │   │   ├── [2.4K] btn_square_overlay_disabled_focused.png │   │   │   ├── [1.2K] btn_square_overlay_disabled.png │   │   │   ├── [1.3K] btn_square_overlay_normal.png │   │   │   ├── [2.1K] btn_square_overlay_pressed.png │   │   │   ├── [2.1K] btn_square_overlay_selected.png │   │   │   ├── [5.0K] btn_star_big_off_disable_focused.png │   │   │   ├── [5.0K] btn_star_big_off_disable.png │   │   │   ├── [4.4K] btn_star_big_off.png │   │   │   ├── [4.7K] btn_star_big_off_pressed.png │   │   │   ├── [4.6K] btn_star_big_off_selected.png │   │   │   ├── [4.8K] btn_star_big_on_disable_focused.png │   │   │   ├── [4.7K] btn_star_big_on_disable.png │   │   │   ├── [5.0K] btn_star_big_on.png │   │   │   ├── [4.8K] btn_star_big_on_pressed.png │   │   │   ├── [4.6K] btn_star_big_on_selected.png │   │   │   ├── [ 197] btn_star_label_background.9.png │   │   │   ├── [ 757] btn_star_mtrl_alpha.png │   │   │   ├── [3.6K] btn_star_off_disabled_focused_holo_dark.png │   │   │   ├── [3.9K] btn_star_off_disabled_focused_holo_light.png │   │   │   ├── [2.3K] btn_star_off_disabled_holo_dark.png │   │   │   ├── [2.5K] btn_star_off_disabled_holo_light.png │   │   │   ├── [3.9K] btn_star_off_focused_holo_dark.png │   │   │   ├── [4.1K] btn_star_off_focused_holo_light.png │   │   │   ├── [2.6K] btn_star_off_normal_holo_dark.png │   │   │   ├── [2.7K] btn_star_off_normal_holo_light.png │   │   │   ├── [4.4K] btn_star_off_pressed_holo_dark.png │   │   │   ├── [4.5K] btn_star_off_pressed_holo_light.png │   │   │   ├── [3.8K] btn_star_on_disabled_focused_holo_dark.png │   │   │   ├── [3.9K] btn_star_on_disabled_focused_holo_light.png │   │   │   ├── [2.4K] btn_star_on_disabled_holo_dark.png │   │   │   ├── [2.5K] btn_star_on_disabled_holo_light.png │   │   │   ├── [4.0K] btn_star_on_focused_holo_dark.png │   │   │   ├── [4.1K] btn_star_on_focused_holo_light.png │   │   │   ├── [2.6K] btn_star_on_normal_holo_dark.png │   │   │   ├── [2.7K] btn_star_on_normal_holo_light.png │   │   │   ├── [4.5K] btn_star_on_pressed_holo_dark.png │   │   │   ├── [4.5K] btn_star_on_pressed_holo_light.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00001.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00002.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00003.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00004.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00005.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00006.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00007.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00008.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00009.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00010.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00011.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00012.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00001.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00002.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00003.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00004.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00005.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00006.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00007.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00008.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00009.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00010.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00011.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00012.9.png │   │   │   ├── [ 963] btn_toggle_off.9.png │   │   │   ├── [ 547] btn_toggle_off_disabled_focused_holo_dark.9.png │   │   │   ├── [ 547] btn_toggle_off_disabled_focused_holo_light.9.png │   │   │   ├── [ 535] btn_toggle_off_disabled_holo_dark.9.png │   │   │   ├── [ 535] btn_toggle_off_disabled_holo_light.9.png │   │   │   ├── [ 505] btn_toggle_off_focused_holo_dark.9.png │   │   │   ├── [ 505] btn_toggle_off_focused_holo_light.9.png │   │   │   ├── [ 572] btn_toggle_off_normal_holo_dark.9.png │   │   │   ├── [ 585] btn_toggle_off_normal_holo_light.9.png │   │   │   ├── [ 601] btn_toggle_off_pressed_holo_dark.9.png │   │   │   ├── [ 605] btn_toggle_off_pressed_holo_light.9.png │   │   │   ├── [ 952] btn_toggle_on.9.png │   │   │   ├── [ 660] btn_toggle_on_disabled_focused_holo_dark.9.png │   │   │   ├── [ 660] btn_toggle_on_disabled_focused_holo_light.9.png │   │   │   ├── [ 677] btn_toggle_on_disabled_holo_dark.9.png │   │   │   ├── [ 677] btn_toggle_on_disabled_holo_light.9.png │   │   │   ├── [ 620] btn_toggle_on_focused_holo_dark.9.png │   │   │   ├── [ 620] btn_toggle_on_focused_holo_light.9.png │   │   │   ├── [ 728] btn_toggle_on_normal_holo_dark.9.png │   │   │   ├── [ 772] btn_toggle_on_normal_holo_light.9.png │   │   │   ├── [ 714] btn_toggle_on_pressed_holo_dark.9.png │   │   │   ├── [ 780] btn_toggle_on_pressed_holo_light.9.png │   │   │   ├── [4.1K] btn_zoom_down_disabled.9.png │   │   │   ├── [5.1K] btn_zoom_down_disabled_focused.9.png │   │   │   ├── [6.3K] btn_zoom_down_normal.9.png │   │   │   ├── [7.8K] btn_zoom_down_pressed.9.png │   │   │   ├── [7.8K] btn_zoom_down_selected.9.png │   │   │   ├── [7.3K] btn_zoom_page_normal.png │   │   │   ├── [7.5K] btn_zoom_page_press.png │   │   │   ├── [4.3K] btn_zoom_up_disabled.9.png │   │   │   ├── [5.2K] btn_zoom_up_disabled_focused.9.png │   │   │   ├── [6.2K] btn_zoom_up_normal.9.png │   │   │   ├── [6.8K] btn_zoom_up_pressed.9.png │   │   │   ├── [6.8K] btn_zoom_up_selected.9.png │   │   │   ├── [ 861] button_onoff_indicator_off.png │   │   │   ├── [ 810] button_onoff_indicator_on.png │   │   │   ├── [ 166] cab_background_bottom_holo_dark.9.png │   │   │   ├── [ 161] cab_background_bottom_holo_light.9.png │   │   │   ├── [ 140] cab_background_bottom_mtrl_alpha.9.png │   │   │   ├── [1.1K] cab_background_top_holo_dark.9.png │   │   │   ├── [1.1K] cab_background_top_holo_light.9.png │   │   │   ├── [ 136] cab_background_top_mtrl_alpha.9.png │   │   │   ├── [3.5K] call_contact.png │   │   │   ├── [1.1K] checkbox_off_background.png │   │   │   ├── [1.5K] checkbox_on_background.png │   │   │   ├── [ 545] cling_arrow_up.png │   │   │   ├── [ 327] cling_bg.9.png │   │   │   ├── [ 558] cling_button_normal.9.png │   │   │   ├── [ 558] cling_button_pressed.9.png │   │   │   ├── [ 12K] clock_dial.png │   │   │   ├── [2.6K] clock_hand_hour.png │   │   │   ├── [3.0K] clock_hand_minute.png │   │   │   ├── [ 187] code_lock_bottom.9.png │   │   │   ├── [ 149] code_lock_left.9.png │   │   │   ├── [ 141] code_lock_top.9.png │   │   │   ├── [ 650] combobox_disabled.png │   │   │   ├── [ 675] combobox_nohighlight.png │   │   │   ├── [1.8K] compass_arrow.png │   │   │   ├── [7.0K] compass_base.png │   │   │   ├── [ 262] contact_header_bg.9.png │   │   │   ├── [1.3K] create_contact.png │   │   │   ├── [ 138] dark_header.9.png │   │   │   ├── [ 142] day_picker_week_view_dayline_holo.9.png │   │   │   ├── [1.3K] dialog_bottom_holo_dark.9.png │   │   │   ├── [1.3K] dialog_bottom_holo_light.9.png │   │   │   ├── [ 176] dialog_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 176] dialog_divider_horizontal_holo_light.9.png │   │   │   ├── [ 319] dialog_divider_horizontal_light.9.png │   │   │   ├── [2.1K] dialog_full_holo_dark.9.png │   │   │   ├── [2.2K] dialog_full_holo_light.9.png │   │   │   ├── [ 762] dialog_ic_close_focused_holo_dark.png │   │   │   ├── [ 742] dialog_ic_close_focused_holo_light.png │   │   │   ├── [ 398] dialog_ic_close_normal_holo_dark.png │   │   │   ├── [ 398] dialog_ic_close_normal_holo_light.png │   │   │   ├── [ 509] dialog_ic_close_pressed_holo_dark.png │   │   │   ├── [ 591] dialog_ic_close_pressed_holo_light.png │   │   │   ├── [ 318] dialog_middle_holo_dark.9.png │   │   │   ├── [ 325] dialog_middle_holo_light.9.png │   │   │   ├── [1.1K] dialog_top_holo_dark.9.png │   │   │   ├── [1.1K] dialog_top_holo_light.9.png │   │   │   ├── [ 97] divider_horizontal_bright.9.png │   │   │   ├── [ 106] divider_horizontal_bright_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dark.9.png │   │   │   ├── [ 106] divider_horizontal_dark_opaque.9.png │   │   │   ├── [ 103] divider_horizontal_dim_dark.9.png │   │   │   ├── [ 171] divider_horizontal_holo_dark.9.png │   │   │   ├── [ 173] divider_horizontal_holo_light.9.png │   │   │   ├── [ 141] divider_horizontal_textfield.9.png │   │   │   ├── [ 97] divider_vertical_bright.9.png │   │   │   ├── [ 106] divider_vertical_bright_opaque.9.png │   │   │   ├── [ 103] divider_vertical_dark.9.png │   │   │   ├── [ 106] divider_vertical_dark_opaque.9.png │   │   │   ├── [ 134] divider_vertical_holo_dark.9.png │   │   │   ├── [ 142] divider_vertical_holo_light.9.png │   │   │   ├── [1.4K] dropdown_disabled_focused_holo_dark.9.png │   │   │   ├── [1.4K] dropdown_disabled_focused_holo_light.9.png │   │   │   ├── [ 903] dropdown_disabled_holo_dark.9.png │   │   │   ├── [1.0K] dropdown_disabled_holo_light.9.png │   │   │   ├── [1.4K] dropdown_focused_holo_dark.9.png │   │   │   ├── [1.4K] dropdown_focused_holo_light.9.png │   │   │   ├── [1.3K] dropdown_ic_arrow_disabled_focused_holo_dark.png │   │   │   ├── [1.2K] dropdown_ic_arrow_disabled_focused_holo_light.png │   │   │   ├── [ 667] dropdown_ic_arrow_disabled_holo_dark.png │   │   │   ├── [ 703] dropdown_ic_arrow_disabled_holo_light.png │   │   │   ├── [1.3K] dropdown_ic_arrow_focused_holo_light.png │   │   │   ├── [ 810] dropdown_ic_arrow_normal_holo_dark.png │   │   │   ├── [ 849] dropdown_ic_arrow_normal_holo_light.png │   │   │   ├── [1.3K] dropdown_ic_arrow_pressed_holo_light.png │   │   │   ├── [1.1K] dropdown_normal_holo_dark.9.png │   │   │   ├── [1.2K] dropdown_normal_holo_light.9.png │   │   │   ├── [1.3K] dropdown_pressed_holo_dark.9.png │   │   │   ├── [1.4K] dropdown_pressed_holo_light.9.png │   │   │   ├── [2.1K] editbox_background_focus_yellow.9.png │   │   │   ├── [1.0K] editbox_background_normal.9.png │   │   │   ├── [ 696] editbox_dropdown_background.9.png │   │   │   ├── [ 640] editbox_dropdown_background_dark.9.png │   │   │   ├── [ 437] edit_query_background_normal.9.png │   │   │   ├── [2.4K] edit_query_background_pressed.9.png │   │   │   ├── [2.7K] edit_query_background_selected.9.png │   │   │   ├── [5.7K] edit_query.png │   │   │   ├── [1.9K] emo_im_angel.png │   │   │   ├── [1.9K] emo_im_cool.png │   │   │   ├── [1.7K] emo_im_crying.png │   │   │   ├── [1.8K] emo_im_embarrassed.png │   │   │   ├── [1.8K] emo_im_foot_in_mouth.png │   │   │   ├── [1.7K] emo_im_happy.png │   │   │   ├── [1.8K] emo_im_kissing.png │   │   │   ├── [1.7K] emo_im_laughing.png │   │   │   ├── [1.9K] emo_im_lips_are_sealed.png │   │   │   ├── [2.1K] emo_im_money_mouth.png │   │   │   ├── [1.7K] emo_im_sad.png │   │   │   ├── [1.7K] emo_im_surprised.png │   │   │   ├── [1.9K] emo_im_tongue_sticking_out.png │   │   │   ├── [1.5K] emo_im_undecided.png │   │   │   ├── [1.7K] emo_im_winking.png │   │   │   ├── [1.7K] emo_im_wtf.png │   │   │   ├── [1.8K] emo_im_yelling.png │   │   │   ├── [ 753] expander_close_holo_dark.9.png │   │   │   ├── [ 624] expander_close_holo_light.9.png │   │   │   ├── [ 459] expander_close_mtrl_alpha.9.png │   │   │   ├── [5.2K] expander_ic_maximized.9.png │   │   │   ├── [5.4K] expander_ic_minimized.9.png │   │   │   ├── [ 821] expander_open_holo_dark.9.png │   │   │   ├── [ 636] expander_open_holo_light.9.png │   │   │   ├── [ 467] expander_open_mtrl_alpha.9.png │   │   │   ├── [2.3K] fastscroll_label_left_holo_dark.9.png │   │   │   ├── [2.3K] fastscroll_label_left_holo_light.9.png │   │   │   ├── [2.4K] fastscroll_label_right_holo_dark.9.png │   │   │   ├── [2.4K] fastscroll_label_right_holo_light.9.png │   │   │   ├── [ 472] fastscroll_thumb_default_holo.png │   │   │   ├── [ 795] fastscroll_thumb_pressed_holo.png │   │   │   ├── [ 133] fastscroll_track_default_holo_dark.9.png │   │   │   ├── [ 133] fastscroll_track_default_holo_light.9.png │   │   │   ├── [ 133] fastscroll_track_pressed_holo_dark.9.png │   │   │   ├── [ 133] fastscroll_track_pressed_holo_light.9.png │   │   │   ├── [4.1K] focused_application_background_static.png │   │   │   ├── [1.9K] frame_gallery_thumb.9.png │   │   │   ├── [1.8K] frame_gallery_thumb_pressed.9.png │   │   │   ├── [1.3K] frame_gallery_thumb_selected.9.png │   │   │   ├── [2.9K] gallery_selected_default.9.png │   │   │   ├── [3.9K] gallery_selected_focused.9.png │   │   │   ├── [3.9K] gallery_selected_pressed.9.png │   │   │   ├── [1.7K] gallery_unselected_default.9.png │   │   │   ├── [2.2K] gallery_unselected_pressed.9.png │   │   │   ├── [3.0K] grid_selector_background_focus.9.png │   │   │   ├── [2.6K] grid_selector_background_pressed.9.png │   │   │   ├── [2.5K] highlight_disabled.9.png │   │   │   ├── [2.6K] highlight_pressed.9.png │   │   │   ├── [3.0K] highlight_selected.9.png │   │   │   ├── [ 741] ic_ab_back_holo_dark_am.png │   │   │   ├── [ 661] ic_ab_back_holo_light_am.png │   │   │   ├── [2.0K] ic_aggregated.png │   │   │   ├── [1.2K] ic_audio_notification_am_alpha.png │   │   │   ├── [1.6K] ic_audio_notification_mute_am_alpha.png │   │   │   ├── [ 705] ic_btn_round_more_disabled.png │   │   │   ├── [ 738] ic_btn_round_more_normal.png │   │   │   ├── [ 804] ic_btn_search_go.png │   │   │   ├── [1.3K] ic_btn_speak_now.png │   │   │   ├── [1.1K] ic_btn_square_browser_zoom_fit_page_disabled.png │   │   │   ├── [1.6K] ic_btn_square_browser_zoom_fit_page_normal.png │   │   │   ├── [1.1K] ic_btn_square_browser_zoom_page_overview_disabled.png │   │   │   ├── [2.3K] ic_btn_square_browser_zoom_page_overview_normal.png │   │   │   ├── [ 646] ic_bullet_key_permission.png │   │   │   ├── [ 970] ic_cab_done_holo_dark.png │   │   │   ├── [ 915] ic_cab_done_holo_light.png │   │   │   ├── [1.4K] ic_cab_done_holo.png │   │   │   ├── [ 545] ic_cab_done_mtrl_alpha.png │   │   │   ├── [1.1K] ic_checkmark_holo_light.png │   │   │   ├── [2.5K] ic_clear_disabled.png │   │   │   ├── [1.0K] ic_clear_search_api_disabled_holo_dark.png │   │   │   ├── [1.3K] ic_clear_search_api_disabled_holo_light.png │   │   │   ├── [1.3K] ic_clear_search_api_holo_dark.png │   │   │   ├── [1.4K] ic_clear_search_api_holo_light.png │   │   │   ├── [3.2K] ic_coins_l.png │   │   │   ├── [1.4K] ic_coins_s.png │   │   │   ├── [1.9K] ic_commit.png │   │   │   ├── [ 703] ic_commit_search_api_holo_dark.png │   │   │   ├── [ 712] ic_commit_search_api_holo_light.png │   │   │   ├── [ 281] ic_commit_search_api_mtrl_alpha.png │   │   │   ├── [2.1K] ic_contact_picture_2.png │   │   │   ├── [1.3K] ic_contact_picture_3.png │   │   │   ├── [2.4K] ic_contact_picture.png │   │   │   ├── [3.9K] ic_corp_icon.png │   │   │   ├── [3.4K] ic_delete.png │   │   │   ├── [1.3K] ic_dialog_alert_holo_dark.png │   │   │   ├── [1.3K] ic_dialog_alert_holo_light.png │   │   │   ├── [1.9K] ic_dialog_alert.png │   │   │   ├── [1.1K] ic_dialog_close_normal_holo.png │   │   │   ├── [1.7K] ic_dialog_close_pressed_holo.png │   │   │   ├── [1.9K] ic_dialog_dialer.png │   │   │   ├── [2.4K] ic_dialog_email.png │   │   │   ├── [3.8K] ic_dialog_focused_holo.png │   │   │   ├── [2.1K] ic_dialog_info.png │   │   │   ├── [2.4K] ic_dialog_map.png │   │   │   ├── [3.2K] ic_dialog_time.png │   │   │   ├── [2.1K] ic_dialog_usb.png │   │   │   ├── [1.2K] ic_emergency.png │   │   │   ├── [1.4K] ic_find_next_holo_dark.png │   │   │   ├── [1.3K] ic_find_next_holo_light.png │   │   │   ├── [ 578] ic_find_next_mtrl_alpha.png │   │   │   ├── [1.4K] ic_find_previous_holo_dark.png │   │   │   ├── [1.3K] ic_find_previous_holo_light.png │   │   │   ├── [ 568] ic_find_previous_mtrl_alpha.png │   │   │   ├── [1.9K] ic_go.png │   │   │   ├── [ 629] ic_go_search_api_holo_dark.png │   │   │   ├── [ 836] ic_go_search_api_holo_light.png │   │   │   ├── [3.3K] ic_grayedout_printer.png │   │   │   ├── [1.3K] ic_input_add.png │   │   │   ├── [1.3K] ic_input_delete.png │   │   │   ├── [1.4K] ic_input_get.png │   │   │   ├── [ 12K] ic_jog_dial_answer_and_end.png │   │   │   ├── [ 13K] ic_jog_dial_answer_and_hold.png │   │   │   ├── [ 11K] ic_jog_dial_answer.png │   │   │   ├── [ 10K] ic_jog_dial_decline.png │   │   │   ├── [ 11K] ic_jog_dial_sound_off.png │   │   │   ├── [6.9K] ic_jog_dial_sound_on.png │   │   │   ├── [ 11K] ic_jog_dial_unlock.png │   │   │   ├── [ 16K] ic_jog_dial_vibrate_on.png │   │   │   ├── [ 11K] ic_launcher_android.png │   │   │   ├── [1.6K] ic_lock_airplane_mode_alpha.png │   │   │   ├── [1.5K] ic_lock_airplane_mode_off_am_alpha.png │   │   │   ├── [1.1K] ic_lock_idle_alarm_alpha.png │   │   │   ├── [1.4K] ic_lock_idle_charging.png │   │   │   ├── [1.3K] ic_lock_idle_lock.png │   │   │   ├── [1.4K] ic_lock_idle_low_battery.png │   │   │   ├── [ 954] ic_lock_lock_alpha.png │   │   │   ├── [ 523] ic_lock_open_wht_24dp.png │   │   │   ├── [ 530] ic_lock_outline_wht_24dp.png │   │   │   ├── [1.7K] ic_lock_power_off_alpha.png │   │   │   ├── [1.6K] ic_lock_ringer_off_alpha.png │   │   │   ├── [2.0K] ic_lock_ringer_on_alpha.png │   │   │   ├── [ 12K] ic_lockscreen_handle_pressed.png │   │   │   ├── [1.7K] ic_lock_silent_mode_off.png │   │   │   ├── [2.0K] ic_lock_silent_mode.png │   │   │   ├── [4.1K] ic_lock_silent_mode_vibrate.png │   │   │   ├── [3.8K] ic_maps_indicator_current_position_anim1.png │   │   │   ├── [3.8K] ic_maps_indicator_current_position_anim2.png │   │   │   ├── [3.8K] ic_maps_indicator_current_position_anim3.png │   │   │   ├── [3.9K] ic_maps_indicator_current_position.png │   │   │   ├── [1.6K] ic_media_embed_play.png │   │   │   ├── [1.4K] ic_media_ff.png │   │   │   ├── [2.6K] ic_media_fullscreen.png │   │   │   ├── [1.3K] ic_media_next.png │   │   │   ├── [ 685] ic_media_pause.png │   │   │   ├── [1.6K] ic_media_play.png │   │   │   ├── [1.3K] ic_media_previous.png │   │   │   ├── [1.6K] ic_media_rew.png │   │   │   ├── [ 677] ic_media_route_disabled_holo_dark.png │   │   │   ├── [ 689] ic_media_route_disabled_holo_light.png │   │   │   ├── [ 559] ic_media_route_disabled_mtrl_alpha.png │   │   │   ├── [ 684] ic_media_route_off_holo_dark.png │   │   │   ├── [ 787] ic_media_route_off_holo_light.png │   │   │   ├── [ 658] ic_media_route_off_mtrl_alpha.png │   │   │   ├── [ 675] ic_media_route_on_0_holo_dark.png │   │   │   ├── [ 721] ic_media_route_on_0_holo_light.png │   │   │   ├── [ 584] ic_media_route_on_0_mtrl_alpha.png │   │   │   ├── [ 698] ic_media_route_on_1_holo_dark.png │   │   │   ├── [ 719] ic_media_route_on_1_holo_light.png │   │   │   ├── [ 610] ic_media_route_on_1_mtrl_alpha.png │   │   │   ├── [ 712] ic_media_route_on_2_holo_dark.png │   │   │   ├── [ 790] ic_media_route_on_2_holo_light.png │   │   │   ├── [ 637] ic_media_route_on_2_mtrl_alpha.png │   │   │   ├── [ 686] ic_media_route_on_holo_dark.png │   │   │   ├── [ 857] ic_media_route_on_holo_light.png │   │   │   ├── [ 723] ic_media_route_on_mtrl_alpha.png │   │   │   ├── [ 635] ic_media_stop.png │   │   │   ├── [9.4K] ic_media_video_poster.png │   │   │   ├── [2.2K] ic_menu_account_list.png │   │   │   ├── [3.0K] ic_menu_add.png │   │   │   ├── [1.7K] ic_menu_agenda.png │   │   │   ├── [2.5K] ic_menu_allfriends.png │   │   │   ├── [2.8K] ic_menu_always_landscape_portrait.png │   │   │   ├── [1.4K] ic_menu_archive.png │   │   │   ├── [2.6K] ic_menu_attachment.png │   │   │   ├── [1.3K] ic_menu_back.png │   │   │   ├── [2.4K] ic_menu_blocked_user.png │   │   │   ├── [2.7K] ic_menu_block.png │   │   │   ├── [3.0K] ic_menu_btn_add.png │   │   │   ├── [2.2K] ic_menu_call.png │   │   │   ├── [1.8K] ic_menu_camera.png │   │   │   ├── [2.2K] ic_menu_cc_am.png │   │   │   ├── [1.6K] ic_menu_chat_dashboard.png │   │   │   ├── [2.3K] ic_menu_clear_playlist.png │   │   │   ├── [1.7K] ic_menu_close_clear_cancel.png │   │   │   ├── [2.9K] ic_menu_compass.png │   │   │   ├── [1.7K] ic_menu_compose.png │   │   │   ├── [ 261] ic_menu_copy_holo_dark.png │   │   │   ├── [ 252] ic_menu_copy_holo_light.png │   │   │   ├── [1.1K] ic_menu_copy.png │   │   │   ├── [1.6K] ic_menu_crop.png │   │   │   ├── [ 969] ic_menu_cut_holo_dark.png │   │   │   ├── [ 996] ic_menu_cut_holo_light.png │   │   │   ├── [2.6K] ic_menu_cut.png │   │   │   ├── [1.6K] ic_menu_day.png │   │   │   ├── [1.8K] ic_menu_delete.png │   │   │   ├── [1.5K] ic_menu_directions.png │   │   │   ├── [2.6K] ic_menu_edit.png │   │   │   ├── [2.7K] ic_menu_emoticons.png │   │   │   ├── [2.4K] ic_menu_end_conversation.png │   │   │   ├── [1.8K] ic_menu_find_holo_dark.png │   │   │   ├── [1.5K] ic_menu_find_holo_light.png │   │   │   ├── [ 910] ic_menu_find_mtrl_alpha.png │   │   │   ├── [2.7K] ic_menu_find.png │   │   │   ├── [1.2K] ic_menu_forward.png │   │   │   ├── [1.9K] ic_menu_friendslist.png │   │   │   ├── [1.3K] ic_menu_gallery.png │   │   │   ├── [1.7K] ic_menu_goto.png │   │   │   ├── [1.2K] ic_menu_help_holo_light.png │   │   │   ├── [1.8K] ic_menu_help.png │   │   │   ├── [2.2K] ic_menu_home.png │   │   │   ├── [2.7K] ic_menu_info_details.png │   │   │   ├── [2.0K] ic_menu_invite.png │   │   │   ├── [2.1K] ic_menu_login.png │   │   │   ├── [2.4K] ic_menu_manage.png │   │   │   ├── [2.5K] ic_menu_mapmode.png │   │   │   ├── [1.8K] ic_menu_mark.png │   │   │   ├── [2.4K] ic_menu_month.png │   │   │   ├── [1.3K] ic_menu_moreoverflow_focused_holo_dark.png │   │   │   ├── [1.3K] ic_menu_moreoverflow_focused_holo_light.png │   │   │   ├── [ 167] ic_menu_moreoverflow_normal_holo_dark.png │   │   │   ├── [ 184] ic_menu_moreoverflow_normal_holo_light.png │   │   │   ├── [1.2K] ic_menu_moreoverflow.png │   │   │   ├── [2.8K] ic_menu_more.png │   │   │   ├── [1.9K] ic_menu_my_calendar.png │   │   │   ├── [2.9K] ic_menu_mylocation.png │   │   │   ├── [2.1K] ic_menu_myplaces.png │   │   │   ├── [2.2K] ic_menu_notifications.png │   │   │   ├── [ 433] ic_menu_paste_holo_dark.png │   │   │   ├── [ 442] ic_menu_paste_holo_light.png │   │   │   ├── [1.8K] ic_menu_paste.png │   │   │   ├── [1.4K] ic_menu_play_clip.png │   │   │   ├── [2.4K] ic_menu_preferences.png │   │   │   ├── [2.9K] ic_menu_recent_history.png │   │   │   ├── [1.9K] ic_menu_report_image.png │   │   │   ├── [2.0K] ic_menu_revert.png │   │   │   ├── [3.0K] ic_menu_rotate.png │   │   │   ├── [1.5K] ic_menu_save.png │   │   │   ├── [2.2K] ic_menu_search_holo_dark.png │   │   │   ├── [2.2K] ic_menu_search_holo_light.png │   │   │   ├── [1.3K] ic_menu_search_mtrl_alpha.png │   │   │   ├── [4.2K] ic_menu_search.png │   │   │   ├── [ 244] ic_menu_selectall_holo_dark.png │   │   │   ├── [ 254] ic_menu_selectall_holo_light.png │   │   │   ├── [1.7K] ic_menu_send.png │   │   │   ├── [1.8K] ic_menu_set_as.png │   │   │   ├── [1.6K] ic_menu_settings_holo_light.png │   │   │   ├── [ 699] ic_menu_share_holo_dark.png │   │   │   ├── [ 935] ic_menu_share_holo_light.png │   │   │   ├── [2.4K] ic_menu_share.png │   │   │   ├── [1.4K] ic_menu_slideshow.png │   │   │   ├── [2.1K] ic_menu_sort_alphabetically.png │   │   │   ├── [ 902] ic_menu_sort_by_size.png │   │   │   ├── [2.3K] ic_menu_star.png │   │   │   ├── [2.1K] ic_menu_start_conversation.png │   │   │   ├── [1.3K] ic_menu_stop.png │   │   │   ├── [1.9K] ic_menu_today.png │   │   │   ├── [1.3K] ic_menu_upload.png │   │   │   ├── [1.3K] ic_menu_upload_you_tube.png │   │   │   ├── [2.3K] ic_menu_view.png │   │   │   ├── [1.9K] ic_menu_week.png │   │   │   ├── [2.6K] ic_menu_zoom.png │   │   │   ├── [ 582] ic_notification_cast_0.png │   │   │   ├── [ 607] ic_notification_cast_1.png │   │   │   ├── [ 610] ic_notification_cast_2.png │   │   │   ├── [2.9K] ic_notification_clear_all.png │   │   │   ├── [1012] ic_notification_ime_default.png │   │   │   ├── [1.6K] ic_notification_overlay.9.png │   │   │   ├── [2.4K] icon_highlight_rectangle.9.png │   │   │   ├── [3.1K] icon_highlight_square.9.png │   │   │   ├── [ 949] ic_partial_secure.png │   │   │   ├── [2.9K] ic_popup_disk_full.png │   │   │   ├── [2.2K] ic_popup_reminder.png │   │   │   ├── [2.4K] ic_popup_sync_1.png │   │   │   ├── [2.6K] ic_popup_sync_2.png │   │   │   ├── [2.6K] ic_popup_sync_3.png │   │   │   ├── [2.5K] ic_popup_sync_4.png │   │   │   ├── [2.7K] ic_popup_sync_5.png │   │   │   ├── [2.6K] ic_popup_sync_6.png │   │   │   ├── [1.0K] ic_print_error.png │   │   │   ├── [1.1K] ic_print.png │   │   │   ├── [1.7K] ic_search_api_holo_dark.png │   │   │   ├── [1.7K] ic_search_api_holo_light.png │   │   │   ├── [8.6K] ic_search_category_default.png │   │   │   ├── [6.1K] ic_search.png │   │   │   ├── [1.0K] ic_secure.png │   │   │   ├── [1.2K] ic_settings_language.png │   │   │   ├── [2.5K] ic_settings.png │   │   │   ├── [ 667] ic_sim_card_multi_24px_clr.png │   │   │   ├── [ 988] ic_sim_card_multi_48px_clr.png │   │   │   ├── [ 341] ic_star_black_16dp.png │   │   │   ├── [ 668] ic_star_black_36dp.png │   │   │   ├── [ 887] ic_star_black_48dp.png │   │   │   ├── [ 306] ic_star_half_black_16dp.png │   │   │   ├── [ 537] ic_star_half_black_36dp.png │   │   │   ├── [ 712] ic_star_half_black_48dp.png │   │   │   ├── [5.9K] ic_vibrate.png │   │   │   ├── [2.5K] ic_vibrate_small.png │   │   │   ├── [1.5K] ic_voice_search_api_holo_dark.png │   │   │   ├── [1.5K] ic_voice_search_api_holo_light.png │   │   │   ├── [4.2K] ic_voice_search.png │   │   │   ├── [6.5K] ic_volume_bluetooth_ad2p.png │   │   │   ├── [5.4K] ic_volume_bluetooth_in_call.png │   │   │   ├── [3.3K] ic_volume_off.png │   │   │   ├── [1.2K] ic_volume_off_small.png │   │   │   ├── [4.1K] ic_volume.png │   │   │   ├── [1.7K] ic_volume_small.png │   │   │   ├── [1.1K] ime_qwerty.png │   │   │   ├── [1.7K] indicator_input_error.png │   │   │   ├── [ 17K] jog_dial_arrow_long_left_green.png │   │   │   ├── [ 17K] jog_dial_arrow_long_left_yellow.png │   │   │   ├── [ 10K] jog_dial_arrow_long_middle_yellow.png │   │   │   ├── [ 16K] jog_dial_arrow_long_right_red.png │   │   │   ├── [ 17K] jog_dial_arrow_long_right_yellow.png │   │   │   ├── [8.3K] jog_dial_arrow_short_left_and_right.png │   │   │   ├── [4.6K] jog_dial_arrow_short_left.png │   │   │   ├── [4.7K] jog_dial_arrow_short_right.png │   │   │   ├── [ 37K] jog_dial_bg.png │   │   │   ├── [6.4K] jog_dial_dimple_dim.png │   │   │   ├── [7.5K] jog_dial_dimple.png │   │   │   ├── [ 246] keyboard_accessory_bg_landscape.9.png │   │   │   ├── [ 213] keyboard_background.9.png │   │   │   ├── [3.9K] keyboard_key_feedback_background.9.png │   │   │   ├── [4.6K] keyboard_key_feedback_more_background.9.png │   │   │   ├── [2.7K] keyboard_popup_panel_background.9.png │   │   │   ├── [3.4K] keyboard_popup_panel_trans_background.9.png │   │   │   ├── [ 146] light_header.9.png │   │   │   ├── [ 158] list_activated_holo.9.png │   │   │   ├── [ 83] list_divider_holo_dark.9.png │   │   │   ├── [ 83] list_divider_holo_light.9.png │   │   │   ├── [ 190] list_divider_horizontal_holo_dark.9.png │   │   │   ├── [ 203] list_focused_holo.9.png │   │   │   ├── [ 158] list_longpressed_holo.9.png │   │   │   ├── [ 163] list_longpressed_holo_dark.9.png │   │   │   ├── [ 162] list_longpressed_holo_light.9.png │   │   │   ├── [ 163] list_pressed_holo_dark.9.png │   │   │   ├── [ 163] list_pressed_holo_light.9.png │   │   │   ├── [ 179] list_section_divider_holo_dark.9.png │   │   │   ├── [ 175] list_section_divider_holo_light.9.png │   │   │   ├── [ 115] list_section_divider_mtrl_alpha.9.png │   │   │   ├── [ 433] list_section_header_holo_dark.9.png │   │   │   ├── [ 301] list_section_header_holo_light.9.png │   │   │   ├── [ 163] list_selected_holo_dark.9.png │   │   │   ├── [ 162] list_selected_holo_light.9.png │   │   │   ├── [ 504] list_selector_activated_holo_dark.9.png │   │   │   ├── [ 452] list_selector_activated_holo_light.9.png │   │   │   ├── [ 392] list_selector_background_default.9.png │   │   │   ├── [ 417] list_selector_background_default_light.9.png │   │   │   ├── [ 266] list_selector_background_disabled.9.png │   │   │   ├── [ 791] list_selector_background_disabled_light.9.png │   │   │   ├── [3.1K] list_selector_background_focus.9.png │   │   │   ├── [ 599] list_selector_background_focused.9.png │   │   │   ├── [ 599] list_selector_background_focused_light.9.png │   │   │   ├── [1.1K] list_selector_background_focused_selected.9.png │   │   │   ├── [1.2K] list_selector_background_longpress.9.png │   │   │   ├── [ 398] list_selector_background_longpress_light.9.png │   │   │   ├── [2.8K] list_selector_background_pressed.9.png │   │   │   ├── [ 468] list_selector_background_pressed_light.9.png │   │   │   ├── [ 985] list_selector_background_selected.9.png │   │   │   ├── [ 923] list_selector_background_selected_light.9.png │   │   │   ├── [ 190] list_selector_disabled_holo_dark.9.png │   │   │   ├── [ 188] list_selector_disabled_holo_light.9.png │   │   │   ├── [ 189] list_selector_focused_holo_dark.9.png │   │   │   ├── [ 190] list_selector_focused_holo_light.9.png │   │   │   ├── [ 321] list_selector_multiselect_holo_dark.9.png │   │   │   ├── [ 324] list_selector_multiselect_holo_light.9.png │   │   │   ├── [ 189] list_selector_pressed_holo_dark.9.png │   │   │   ├── [ 183] list_selector_pressed_holo_light.9.png │   │   │   ├── [ 205] magnified_region_frame.9.png │   │   │   ├── [5.8K] maps_google_logo.png │   │   │   ├── [ 332] menu_background.9.png │   │   │   ├── [ 243] menu_background_fill_parent_width.9.png │   │   │   ├── [1.8K] menu_dropdown_panel_holo_dark.9.png │   │   │   ├── [1.9K] menu_dropdown_panel_holo_light.9.png │   │   │   ├── [1.2K] menu_hardkey_panel_holo_dark.9.png │   │   │   ├── [1.2K] menu_hardkey_panel_holo_light.9.png │   │   │   ├── [3.0K] menuitem_background_focus.9.png │   │   │   ├── [2.6K] menuitem_background_pressed.9.png │   │   │   ├── [ 105] menuitem_background_solid_focused.9.png │   │   │   ├── [ 105] menuitem_background_solid_pressed.9.png │   │   │   ├── [ 664] menuitem_checkbox_on.png │   │   │   ├── [1.9K] menu_popup_panel_holo_dark.9.png │   │   │   ├── [1.8K] menu_popup_panel_holo_light.9.png │   │   │   ├── [ 145] menu_separator.9.png │   │   │   ├── [1.0K] menu_submenu_background.9.png │   │   │   ├── [ 194] minitab_lt_focus.9.png │   │   │   ├── [ 194] minitab_lt_press.9.png │   │   │   ├── [ 186] minitab_lt_selected.9.png │   │   │   ├── [ 148] minitab_lt_unselected.9.png │   │   │   ├── [ 177] minitab_lt_unselected_press.9.png │   │   │   ├── [1023] numberpicker_down_disabled.9.png │   │   │   ├── [1.6K] numberpicker_down_disabled_focused.9.png │   │   │   ├── [1.8K] numberpicker_down_normal.9.png │   │   │   ├── [2.7K] numberpicker_down_pressed.9.png │   │   │   ├── [2.7K] numberpicker_down_selected.9.png │   │   │   ├── [ 539] numberpicker_input_disabled.9.png │   │   │   ├── [1.2K] numberpicker_input_normal.9.png │   │   │   ├── [1.8K] numberpicker_input_pressed.9.png │   │   │   ├── [1.4K] numberpicker_input_selected.9.png │   │   │   ├── [ 142] numberpicker_selection_divider.9.png │   │   │   ├── [1.5K] numberpicker_up_disabled.9.png │   │   │   ├── [2.0K] numberpicker_up_disabled_focused.9.png │   │   │   ├── [2.5K] numberpicker_up_normal.9.png │   │   │   ├── [3.4K] numberpicker_up_pressed.9.png │   │   │   ├── [3.5K] numberpicker_up_selected.9.png │   │   │   ├── [2.1K] panel_background.9.png │   │   │   ├── [ 670] panel_bg_holo_dark.9.png │   │   │   ├── [ 664] panel_bg_holo_light.9.png │   │   │   ├── [3.6K] panel_picture_frame_bg_focus_blue.9.png │   │   │   ├── [1.5K] panel_picture_frame_bg_normal.9.png │   │   │   ├── [3.4K] panel_picture_frame_bg_pressed_blue.9.png │   │   │   ├── [2.8K] password_field_default.9.png │   │   │   ├── [ 240] password_keyboard_background_holo.9.png │   │   │   ├── [ 508] perm_group_accessibility_features.png │   │   │   ├── [ 536] perm_group_affects_battery.png │   │   │   ├── [1.0K] perm_group_app_info.png │   │   │   ├── [ 999] perm_group_audio_settings.png │   │   │   ├── [ 977] perm_group_bluetooth.png │   │   │   ├── [ 569] perm_group_bookmarks.png │   │   │   ├── [1.6K] perm_group_device_alarms.png │   │   │   ├── [ 523] perm_group_display.png │   │   │   ├── [ 708] perm_group_network.png │   │   │   ├── [ 747] perm_group_personal_info.png │   │   │   ├── [ 845] perm_group_screenlock.png │   │   │   ├── [ 526] perm_group_shortrange_network.png │   │   │   ├── [ 572] perm_group_status_bar.png │   │   │   ├── [1.1K] perm_group_sync_settings.png │   │   │   ├── [1.4K] perm_group_system_clock.png │   │   │   ├── [1.2K] perm_group_system_tools.png │   │   │   ├── [ 906] perm_group_voicemail.png │   │   │   ├── [ 706] perm_group_wallpaper.png │   │   │   ├── [9.3K] picture_emergency.png │   │   │   ├── [1.5K] picture_frame.9.png │   │   │   ├── [3.4K] pointer_arrow.png │   │   │   ├── [ 12K] pointer_spot_anchor.png │   │   │   ├── [ 13K] pointer_spot_hover.png │   │   │   ├── [5.2K] pointer_spot_touch.png │   │   │   ├── [2.4K] popup_background_mtrl_mult.9.png │   │   │   ├── [1.3K] popup_bottom_bright.9.png │   │   │   ├── [1.3K] popup_bottom_dark.9.png │   │   │   ├── [1.3K] popup_bottom_medium.9.png │   │   │   ├── [ 256] popup_center_bright.9.png │   │   │   ├── [ 296] popup_center_dark.9.png │   │   │   ├── [ 265] popup_center_medium.9.png │   │   │   ├── [2.2K] popup_full_bright.9.png │   │   │   ├── [2.2K] popup_full_dark.9.png │   │   │   ├── [4.3K] popup_inline_error_above_am.9.png │   │   │   ├── [1.3K] popup_inline_error_above_holo_dark_am.9.png │   │   │   ├── [1.3K] popup_inline_error_above_holo_light_am.9.png │   │   │   ├── [4.3K] popup_inline_error_am.9.png │   │   │   ├── [1.3K] popup_inline_error_holo_dark_am.9.png │   │   │   ├── [1.3K] popup_inline_error_holo_light_am.9.png │   │   │   ├── [1.2K] popup_top_bright.9.png │   │   │   ├── [1.3K] popup_top_dark.9.png │   │   │   ├── [1.5K] presence_audio_away.png │   │   │   ├── [1.6K] presence_audio_busy.png │   │   │   ├── [1.6K] presence_audio_online.png │   │   │   ├── [1.6K] presence_away.png │   │   │   ├── [1.6K] presence_busy.png │   │   │   ├── [1.2K] presence_invisible.png │   │   │   ├── [1.3K] presence_offline.png │   │   │   ├── [1.6K] presence_online.png │   │   │   ├── [1.1K] presence_video_away.png │   │   │   ├── [1.2K] presence_video_busy.png │   │   │   ├── [1.1K] presence_video_online.png │   │   │   ├── [3.0K] pressed_application_background_static.png │   │   │   ├── [ 943] progressbar_indeterminate1.png │   │   │   ├── [ 944] progressbar_indeterminate2.png │   │   │   ├── [ 945] progressbar_indeterminate3.png │   │   │   ├── [1.1K] progressbar_indeterminate_holo1.png │   │   │   ├── [1.4K] progressbar_indeterminate_holo2.png │   │   │   ├── [1.6K] progressbar_indeterminate_holo3.png │   │   │   ├── [1.6K] progressbar_indeterminate_holo4.png │   │   │   ├── [1.5K] progressbar_indeterminate_holo5.png │   │   │   ├── [1.6K] progressbar_indeterminate_holo6.png │   │   │   ├── [1.5K] progressbar_indeterminate_holo7.png │   │   │   ├── [1.5K] progressbar_indeterminate_holo8.png │   │   │   ├── [ 181] progress_bg_holo_dark.9.png │   │   │   ├── [ 178] progress_bg_holo_light.9.png │   │   │   ├── [1.3K] progress_primary_holo_dark.9.png │   │   │   ├── [1.3K] progress_primary_holo_light.9.png │   │   │   ├── [ 192] progress_secondary_holo_dark.9.png │   │   │   ├── [ 192] progress_secondary_holo_light.9.png │   │   │   ├── [ 704] quickactions_arrowdown_left_holo_dark.9.png │   │   │   ├── [ 691] quickactions_arrowdown_left_holo_light.9.png │   │   │   ├── [ 727] quickactions_arrowdown_right_holo_dark.9.png │   │   │   ├── [ 732] quickactions_arrowdown_right_holo_light.9.png │   │   │   ├── [ 687] quickactions_arrowup_left_holo_dark.9.png │   │   │   ├── [ 688] quickactions_arrowup_left_holo_light.9.png │   │   │   ├── [ 707] quickactions_arrowup_left_right_holo_dark.9.png │   │   │   ├── [ 700] quickactions_arrowup_right_holo_light.9.png │   │   │   ├── [ 765] quickcontact_badge_overlay_focused_dark_am.9.png │   │   │   ├── [ 639] quickcontact_badge_overlay_focused_light_am.9.png │   │   │   ├── [ 439] quickcontact_badge_overlay_normal_dark_am.9.png │   │   │   ├── [ 457] quickcontact_badge_overlay_normal_light_am.9.png │   │   │   ├── [ 503] quickcontact_badge_overlay_pressed_dark_am.9.png │   │   │   ├── [ 481] quickcontact_badge_overlay_pressed_light_am.9.png │   │   │   ├── [1.3K] radiobutton_off_background.png │   │   │   ├── [1.5K] radiobutton_on_background.png │   │   │   ├── [3.2K] rate_star_big_half_holo_dark.png │   │   │   ├── [3.3K] rate_star_big_half_holo_light.png │   │   │   ├── [2.6K] rate_star_big_half.png │   │   │   ├── [2.0K] rate_star_big_off_holo_dark.png │   │   │   ├── [2.1K] rate_star_big_off_holo_light.png │   │   │   ├── [1.4K] rate_star_big_off.png │   │   │   ├── [3.1K] rate_star_big_on_holo_dark.png │   │   │   ├── [3.2K] rate_star_big_on_holo_light.png │   │   │   ├── [3.0K] rate_star_big_on.png │   │   │   ├── [2.2K] rate_star_med_half_holo_dark.png │   │   │   ├── [2.3K] rate_star_med_half_holo_light.png │   │   │   ├── [2.2K] rate_star_med_half.png │   │   │   ├── [1.5K] rate_star_med_off_holo_dark.png │   │   │   ├── [1.5K] rate_star_med_off_holo_light.png │   │   │   ├── [1.3K] rate_star_med_off.png │   │   │   ├── [2.2K] rate_star_med_on_holo_dark.png │   │   │   ├── [2.3K] rate_star_med_on_holo_light.png │   │   │   ├── [2.4K] rate_star_med_on.png │   │   │   ├── [1.5K] rate_star_small_half_holo_dark.png │   │   │   ├── [1.5K] rate_star_small_half_holo_light.png │   │   │   ├── [1.5K] rate_star_small_half.png │   │   │   ├── [1018] rate_star_small_off_holo_dark.png │   │   │   ├── [1.0K] rate_star_small_off_holo_light.png │   │   │   ├── [ 827] rate_star_small_off.png │   │   │   ├── [1.4K] rate_star_small_on_holo_dark.png │   │   │   ├── [1.5K] rate_star_small_on_holo_light.png │   │   │   ├── [1.6K] rate_star_small_on.png │   │   │   ├── [ 316] recent_dialog_background.9.png │   │   │   ├── [1.4K] reticle.png │   │   │   ├── [4.2K] scrollbar_handle_accelerated_anim2.9.png │   │   │   ├── [ 235] scrollbar_handle_holo_dark.9.png │   │   │   ├── [ 238] scrollbar_handle_holo_light.9.png │   │   │   ├── [ 544] scrollbar_handle_horizontal.9.png │   │   │   ├── [ 568] scrollbar_handle_vertical.9.png │   │   │   ├── [1.5K] scrubber_control_disabled_holo.png │   │   │   ├── [2.1K] scrubber_control_focused_holo.png │   │   │   ├── [2.3K] scrubber_control_normal_holo.png │   │   │   ├── [ 248] scrubber_control_on_mtrl_alpha.png │   │   │   ├── [ 734] scrubber_control_on_pressed_mtrl_alpha.png │   │   │   ├── [2.9K] scrubber_control_pressed_holo.png │   │   │   ├── [ 195] scrubber_primary_holo.9.png │   │   │   ├── [ 119] scrubber_primary_mtrl_alpha.9.png │   │   │   ├── [ 198] scrubber_secondary_holo.9.png │   │   │   ├── [ 174] scrubber_track_holo_dark.9.png │   │   │   ├── [ 175] scrubber_track_holo_light.9.png │   │   │   ├── [ 114] scrubber_track_mtrl_alpha.9.png │   │   │   ├── [ 799] search_dropdown_background.9.png │   │   │   ├── [ 423] search_plate.9.png │   │   │   ├── [ 414] search_plate_global.9.png │   │   │   ├── [1.8K] seek_thumb_normal.png │   │   │   ├── [2.8K] seek_thumb_pressed.png │   │   │   ├── [2.9K] seek_thumb_selected.png │   │   │   ├── [ 21K] settings_header_raw.9.png │   │   │   ├── [ 938] spinner_16_inner_holo.png │   │   │   ├── [ 808] spinner_16_outer_holo.png │   │   │   ├── [2.7K] spinner_48_inner_holo.png │   │   │   ├── [2.4K] spinner_48_outer_holo.png │   │   │   ├── [4.4K] spinner_76_inner_holo.png │   │   │   ├── [3.9K] spinner_76_outer_holo.png │   │   │   ├── [ 406] spinner_ab_default_holo_dark_am.9.png │   │   │   ├── [ 405] spinner_ab_default_holo_light_am.9.png │   │   │   ├── [ 393] spinner_ab_disabled_holo_dark_am.9.png │   │   │   ├── [ 393] spinner_ab_disabled_holo_light_am.9.png │   │   │   ├── [ 659] spinner_ab_focused_holo_dark_am.9.png │   │   │   ├── [ 655] spinner_ab_focused_holo_light_am.9.png │   │   │   ├── [ 570] spinner_ab_pressed_holo_dark_am.9.png │   │   │   ├── [ 571] spinner_ab_pressed_holo_light_am.9.png │   │   │   ├── [2.6K] spinner_black_16.png │   │   │   ├── [3.4K] spinner_black_20.png │   │   │   ├── [9.6K] spinner_black_48.png │   │   │   ├── [ 17K] spinner_black_76.png │   │   │   ├── [ 434] spinner_default_holo_dark_am.9.png │   │   │   ├── [ 433] spinner_default_holo_light_am.9.png │   │   │   ├── [ 420] spinner_disabled_holo_dark_am.9.png │   │   │   ├── [ 420] spinner_disabled_holo_light_am.9.png │   │   │   ├── [ 997] spinner_dropdown_background_down.9.png │   │   │   ├── [ 952] spinner_dropdown_background_up.9.png │   │   │   ├── [ 711] spinner_focused_holo_dark_am.9.png │   │   │   ├── [ 697] spinner_focused_holo_light_am.9.png │   │   │   ├── [2.0K] spinner_normal.9.png │   │   │   ├── [3.9K] spinner_press.9.png │   │   │   ├── [ 545] spinner_pressed_holo_dark_am.9.png │   │   │   ├── [ 543] spinner_pressed_holo_light_am.9.png │   │   │   ├── [4.1K] spinner_select.9.png │   │   │   ├── [2.3K] spinner_white_16.png │   │   │   ├── [8.8K] spinner_white_48.png │   │   │   ├── [ 13K] spinner_white_76.png │   │   │   ├── [2.9K] star_big_off.png │   │   │   ├── [5.7K] star_big_on.png │   │   │   ├── [1.4K] star_off.png │   │   │   ├── [3.7K] star_on.png │   │   │   ├── [2.0K] stat_ecb_mode.png │   │   │   ├── [1.8K] stat_notify_car_mode.png │   │   │   ├── [ 864] stat_notify_chat.png │   │   │   ├── [1.3K] stat_notify_disk_full.png │   │   │   ├── [ 947] stat_notify_email_generic.png │   │   │   ├── [1.1K] stat_notify_error.png │   │   │   ├── [1.0K] stat_notify_gmail.png │   │   │   ├── [1.3K] stat_notify_missed_call.png │   │   │   ├── [1.0K] stat_notify_more.png │   │   │   ├── [1.5K] stat_notify_rssi_in_range.png │   │   │   ├── [ 944] stat_notify_sdcard.png │   │   │   ├── [1.4K] stat_notify_sdcard_prepare.png │   │   │   ├── [1008] stat_notify_sdcard_usb.png │   │   │   ├── [1.4K] stat_notify_sim_toolkit.png │   │   │   ├── [1.3K] stat_notify_sync_anim0.png │   │   │   ├── [1.4K] stat_notify_sync_error.png │   │   │   ├── [1.3K] stat_notify_sync.png │   │   │   ├── [ 989] stat_notify_voicemail.png │   │   │   ├── [ 925] stat_sys_battery_0.png │   │   │   ├── [ 423] stat_sys_battery_100.png │   │   │   ├── [ 512] stat_sys_battery_15.png │   │   │   ├── [ 511] stat_sys_battery_28.png │   │   │   ├── [ 505] stat_sys_battery_43.png │   │   │   ├── [ 501] stat_sys_battery_57.png │   │   │   ├── [ 493] stat_sys_battery_71.png │   │   │   ├── [ 520] stat_sys_battery_85.png │   │   │   ├── [1.4K] stat_sys_battery_charge_anim0.png │   │   │   ├── [ 856] stat_sys_battery_charge_anim100.png │   │   │   ├── [1.5K] stat_sys_battery_charge_anim15.png │   │   │   ├── [1.5K] stat_sys_battery_charge_anim28.png │   │   │   ├── [1.4K] stat_sys_battery_charge_anim43.png │   │   │   ├── [1.3K] stat_sys_battery_charge_anim57.png │   │   │   ├── [1.3K] stat_sys_battery_charge_anim71.png │   │   │   ├── [1.3K] stat_sys_battery_charge_anim85.png │   │   │   ├── [1.2K] stat_sys_battery_unknown.png │   │   │   ├── [1.9K] stat_sys_certificate_info.png │   │   │   ├── [1.0K] stat_sys_data_bluetooth.png │   │   │   ├── [1.2K] stat_sys_data_usb.png │   │   │   ├── [1.2K] stat_sys_data_wimax_signal_3_fully.png │   │   │   ├── [1.2K] stat_sys_data_wimax_signal_disconnected.png │   │   │   ├── [ 798] stat_sys_download_anim0.png │   │   │   ├── [ 811] stat_sys_download_anim1.png │   │   │   ├── [ 819] stat_sys_download_anim2.png │   │   │   ├── [ 821] stat_sys_download_anim3.png │   │   │   ├── [ 783] stat_sys_download_anim4.png │   │   │   ├── [ 785] stat_sys_download_anim5.png │   │   │   ├── [1.5K] stat_sys_gps_on.png │   │   │   ├── [1.2K] stat_sys_headset.png │   │   │   ├── [4.1K] stat_sys_phone_call_forward.png │   │   │   ├── [3.7K] stat_sys_phone_call_on_hold.png │   │   │   ├── [1.1K] stat_sys_phone_call.png │   │   │   ├── [1005] stat_sys_ra_signal_0_cdma.png │   │   │   ├── [2.1K] stat_sys_ra_signal_1_cdma.png │   │   │   ├── [2.4K] stat_sys_ra_signal_2_cdma.png │   │   │   ├── [2.6K] stat_sys_ra_signal_3_cdma.png │   │   │   ├── [2.8K] stat_sys_ra_signal_4_cdma.png │   │   │   ├── [1021] stat_sys_r_signal_0_cdma.png │   │   │   ├── [2.2K] stat_sys_r_signal_1_cdma.png │   │   │   ├── [2.4K] stat_sys_r_signal_2_cdma.png │   │   │   ├── [2.7K] stat_sys_r_signal_3_cdma.png │   │   │   ├── [2.9K] stat_sys_r_signal_4_cdma.png │   │   │   ├── [ 957] stat_sys_signal_0_cdma.png │   │   │   ├── [2.1K] stat_sys_signal_1_cdma.png │   │   │   ├── [2.4K] stat_sys_signal_2_cdma.png │   │   │   ├── [2.6K] stat_sys_signal_3_cdma.png │   │   │   ├── [2.9K] stat_sys_signal_4_cdma.png │   │   │   ├── [1.0K] stat_sys_signal_evdo_0.png │   │   │   ├── [2.4K] stat_sys_signal_evdo_1.png │   │   │   ├── [2.6K] stat_sys_signal_evdo_2.png │   │   │   ├── [2.8K] stat_sys_signal_evdo_3.png │   │   │   ├── [3.1K] stat_sys_signal_evdo_4.png │   │   │   ├── [1.1K] stat_sys_tether_bluetooth.png │   │   │   ├── [1.2K] stat_sys_tether_general.png │   │   │   ├── [1.2K] stat_sys_tether_usb.png │   │   │   ├── [1.2K] stat_sys_throttled.png │   │   │   ├── [ 813] stat_sys_upload_anim0.png │   │   │   ├── [ 814] stat_sys_upload_anim1.png │   │   │   ├── [ 759] stat_sys_upload_anim2.png │   │   │   ├── [ 848] stat_sys_upload_anim3.png │   │   │   ├── [ 837] stat_sys_upload_anim4.png │   │   │   ├── [ 794] stat_sys_upload_anim5.png │   │   │   ├── [3.9K] stat_sys_vp_phone_call_on_hold.png │   │   │   ├── [3.8K] stat_sys_vp_phone_call.png │   │   │   ├── [1.1K] stat_sys_warning.png │   │   │   ├── [6.1K] statusbar_background.9.png │   │   │   ├── [6.3K] status_bar_background.png │   │   │   ├── [ 248] status_bar_header_background.9.png │   │   │   ├── [ 371] status_bar_item_app_background_normal.9.png │   │   │   ├── [3.0K] status_bar_item_background_focus.9.png │   │   │   ├── [ 196] status_bar_item_background_normal.9.png │   │   │   ├── [2.6K] status_bar_item_background_pressed.9.png │   │   │   ├── [ 559] submenu_arrow_nofocus.png │   │   │   ├── [ 255] switch_bg_disabled_holo_dark.9.png │   │   │   ├── [ 255] switch_bg_disabled_holo_light.9.png │   │   │   ├── [ 285] switch_bg_focused_holo_dark.9.png │   │   │   ├── [ 284] switch_bg_focused_holo_light.9.png │   │   │   ├── [ 229] switch_bg_holo_dark.9.png │   │   │   ├── [ 229] switch_bg_holo_light.9.png │   │   │   ├── [ 653] switch_thumb_activated_holo_dark.9.png │   │   │   ├── [ 653] switch_thumb_activated_holo_light.9.png │   │   │   ├── [ 633] switch_thumb_disabled_holo_dark.9.png │   │   │   ├── [ 633] switch_thumb_disabled_holo_light.9.png │   │   │   ├── [ 687] switch_thumb_holo_dark.9.png │   │   │   ├── [ 687] switch_thumb_holo_light.9.png │   │   │   ├── [ 634] switch_thumb_pressed_holo_dark.9.png │   │   │   ├── [ 631] switch_thumb_pressed_holo_light.9.png │   │   │   ├── [2.0K] sym_action_add.png │   │   │   ├── [2.9K] sym_action_call.png │   │   │   ├── [1.8K] sym_action_chat.png │   │   │   ├── [1.9K] sym_action_email.png │   │   │   ├── [4.0K] sym_app_on_sd_unavailable_icon.png │   │   │   ├── [4.3K] sym_call_incoming.png │   │   │   ├── [3.9K] sym_call_missed.png │   │   │   ├── [4.0K] sym_call_outgoing.png │   │   │   ├── [1.2K] sym_contact_card.png │   │   │   ├── [4.7K] sym_def_app_icon.png │   │   │   ├── [2.8K] sym_keyboard_delete_dim.png │   │   │   ├── [1.7K] sym_keyboard_delete.png │   │   │   ├── [2.7K] sym_keyboard_enter.png │   │   │   ├── [2.3K] sym_keyboard_feedback_delete.png │   │   │   ├── [1.9K] sym_keyboard_feedback_ok.png │   │   │   ├── [1.2K] sym_keyboard_feedback_return.png │   │   │   ├── [1.2K] sym_keyboard_feedback_shift_locked.png │   │   │   ├── [1.6K] sym_keyboard_feedback_shift.png │   │   │   ├── [ 589] sym_keyboard_feedback_space.png │   │   │   ├── [1.5K] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 686] sym_keyboard_num1.png │   │   │   ├── [3.6K] sym_keyboard_num2.png │   │   │   ├── [2.8K] sym_keyboard_num3.png │   │   │   ├── [2.3K] sym_keyboard_num4.png │   │   │   ├── [2.7K] sym_keyboard_num5.png │   │   │   ├── [3.7K] sym_keyboard_num6.png │   │   │   ├── [3.6K] sym_keyboard_num7.png │   │   │   ├── [3.3K] sym_keyboard_num8.png │   │   │   ├── [4.6K] sym_keyboard_num9.png │   │   │   ├── [2.5K] sym_keyboard_ok_dim.png │   │   │   ├── [3.1K] sym_keyboard_ok.png │   │   │   ├── [1.5K] sym_keyboard_return.png │   │   │   ├── [1.6K] sym_keyboard_shift_locked.png │   │   │   ├── [2.1K] sym_keyboard_shift.png │   │   │   ├── [ 762] sym_keyboard_space.png │   │   │   ├── [ 133] tab_bottom_holo.9.png │   │   │   ├── [ 883] tab_focus.9.png │   │   │   ├── [ 140] tab_focus_bar_left.9.png │   │   │   ├── [ 140] tab_focus_bar_right.9.png │   │   │   ├── [ 112] tab_indicator_mtrl_alpha.9.png │   │   │   ├── [ 906] tab_press.9.png │   │   │   ├── [ 139] tab_press_bar_left.9.png │   │   │   ├── [ 139] tab_press_bar_right.9.png │   │   │   ├── [ 503] tab_pressed_holo.9.png │   │   │   ├── [ 839] tab_selected.9.png │   │   │   ├── [ 137] tab_selected_bar_left.9.png │   │   │   ├── [ 135] tab_selected_bar_left_v4.9.png │   │   │   ├── [ 137] tab_selected_bar_right.9.png │   │   │   ├── [ 135] tab_selected_bar_right_v4.9.png │   │   │   ├── [ 147] tab_selected_focused_holo.9.png │   │   │   ├── [ 153] tab_selected_holo.9.png │   │   │   ├── [ 167] tab_selected_pressed_holo.9.png │   │   │   ├── [ 682] tab_selected_v4.9.png │   │   │   ├── [ 477] tab_unselected.9.png │   │   │   ├── [ 148] tab_unselected_focused_holo.9.png │   │   │   ├── [ 166] tab_unselected_holo.9.png │   │   │   ├── [ 164] tab_unselected_pressed_holo.9.png │   │   │   ├── [ 414] tab_unselected_v4.9.png │   │   │   ├── [1.4K] text_edit_paste_window.9.png │   │   │   ├── [ 641] text_edit_side_paste_window.9.png │   │   │   ├── [1.4K] text_edit_suggestions_window.9.png │   │   │   ├── [1.1K] textfield_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_activated_holo_light.9.png │   │   │   ├── [ 103] textfield_activated_mtrl_alpha.9.png │   │   │   ├── [ 951] textfield_default.9.png │   │   │   ├── [1.1K] textfield_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_default_holo_light.9.png │   │   │   ├── [ 106] textfield_default_mtrl_alpha.9.png │   │   │   ├── [1.1K] textfield_disabled.9.png │   │   │   ├── [1.2K] textfield_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_disabled_holo_light.9.png │   │   │   ├── [1.6K] textfield_disabled_selected.9.png │   │   │   ├── [ 494] textfield_focused_holo_dark.9.png │   │   │   ├── [ 494] textfield_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_activated_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_default_holo_light.9.png │   │   │   ├── [1.2K] textfield_multiline_disabled_focused_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_focused_holo_light.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_dark.9.png │   │   │   ├── [1.1K] textfield_multiline_disabled_holo_light.9.png │   │   │   ├── [1.3K] textfield_multiline_focused_holo_dark.9.png │   │   │   ├── [1.2K] textfield_multiline_focused_holo_light.9.png │   │   │   ├── [ 155] textfield_search_activated_mtrl_alpha.9.png │   │   │   ├── [1.3K] textfield_search_default.9.png │   │   │   ├── [ 126] textfield_search_default_holo_dark.9.png │   │   │   ├── [ 126] textfield_search_default_holo_light.9.png │   │   │   ├── [ 158] textfield_search_default_mtrl_alpha.9.png │   │   │   ├── [1.8K] textfield_search_empty_default.9.png │   │   │   ├── [2.4K] textfield_search_empty_pressed.9.png │   │   │   ├── [2.2K] textfield_search_empty_selected.9.png │   │   │   ├── [2.4K] textfield_search_pressed.9.png │   │   │   ├── [ 125] textfield_search_right_default_holo_dark.9.png │   │   │   ├── [ 127] textfield_search_right_default_holo_light.9.png │   │   │   ├── [ 128] textfield_search_right_selected_holo_dark.9.png │   │   │   ├── [ 128] textfield_search_right_selected_holo_light.9.png │   │   │   ├── [1.8K] textfield_search_selected.9.png │   │   │   ├── [ 114] textfield_search_selected_holo_dark.9.png │   │   │   ├── [ 126] textfield_search_selected_holo_light.9.png │   │   │   ├── [1.3K] textfield_selected.9.png │   │   │   ├── [ 15K] text_select_handle_left_mtrl_alpha.png │   │   │   ├── [2.2K] text_select_handle_left.png │   │   │   ├── [ 641] text_select_handle_middle_mtrl_alpha.png │   │   │   ├── [2.4K] text_select_handle_middle.png │   │   │   ├── [ 15K] text_select_handle_right_mtrl_alpha.png │   │   │   ├── [2.3K] text_select_handle_right.png │   │   │   ├── [ 342] title_bar_medium.9.png │   │   │   ├── [ 242] title_bar_portrait.9.png │   │   │   ├── [ 370] title_bar_tall.9.png │   │   │   ├── [2.0K] toast_frame.9.png │   │   │   ├── [6.5K] transportcontrol_bg.9.png │   │   │   ├── [ 426] unknown_image.png │   │   │   ├── [ 13K] usb_android_connected.png │   │   │   ├── [ 15K] usb_android.png │   │   │   ├── [ 688] vpn_connected.png │   │   │   ├── [ 717] vpn_disconnected.png │   │   │   └── [2.9K] zoom_plate.9.png │   │   ├── [ 48K] drawable-xxhdpi │   │   │   ├── [1.1K] ab_bottom_solid_dark_holo.9.png │   │   │   ├── [1.1K] ab_bottom_solid_inverse_holo.9.png │   │   │   ├── [1.1K] ab_bottom_solid_light_holo.9.png │   │   │   ├── [1.1K] ab_bottom_transparent_dark_holo.9.png │   │   │   ├── [1.1K] ab_bottom_transparent_light_holo.9.png │   │   │   ├── [1.1K] ab_share_pack_holo_dark.9.png │   │   │   ├── [1.1K] ab_share_pack_holo_light.9.png │   │   │   ├── [1.1K] ab_share_pack_mtrl_alpha.9.png │   │   │   ├── [1.1K] ab_solid_dark_holo.9.png │   │   │   ├── [1.1K] ab_solid_light_holo.9.png │   │   │   ├── [1.1K] ab_solid_shadow_holo.9.png │   │   │   ├── [ 344] ab_solid_shadow_mtrl_alpha.9.png │   │   │   ├── [1.1K] ab_stacked_solid_dark_holo.9.png │   │   │   ├── [1.1K] ab_stacked_solid_inverse_holo.9.png │   │   │   ├── [1.1K] ab_stacked_solid_light_holo.9.png │   │   │   ├── [1.1K] ab_stacked_transparent_dark_holo.9.png │   │   │   ├── [1.1K] ab_stacked_transparent_light_holo.9.png │   │   │   ├── [1.1K] ab_transparent_dark_holo.9.png │   │   │   ├── [1.1K] ab_transparent_light_holo.9.png │   │   │   ├── [1.0K] btn_cab_done_default_holo_dark.9.png │   │   │   ├── [1.0K] btn_cab_done_default_holo_light.9.png │   │   │   ├── [1.0K] btn_cab_done_focused_holo_dark.9.png │   │   │   ├── [1.0K] btn_cab_done_focused_holo_light.9.png │   │   │   ├── [1.0K] btn_cab_done_pressed_holo_dark.9.png │   │   │   ├── [1.0K] btn_cab_done_pressed_holo_light.9.png │   │   │   ├── [1.3K] btn_check_off_disabled_focused_holo_dark.png │   │   │   ├── [1.3K] btn_check_off_disabled_focused_holo_light.png │   │   │   ├── [1.1K] btn_check_off_disabled_holo_dark.png │   │   │   ├── [1.1K] btn_check_off_disabled_holo_light.png │   │   │   ├── [1.3K] btn_check_off_focused_holo_dark.png │   │   │   ├── [1.7K] btn_check_off_focused_holo_light.png │   │   │   ├── [1.1K] btn_check_off_holo_dark.png │   │   │   ├── [1.1K] btn_check_off_holo_light.png │   │   │   ├── [ 573] btn_check_off_holo.png │   │   │   ├── [1.4K] btn_check_off_pressed_holo_dark.png │   │   │   ├── [1.4K] btn_check_off_pressed_holo_light.png │   │   │   ├── [2.1K] btn_check_on_disabled_focused_holo_dark.png │   │   │   ├── [1.7K] btn_check_on_disabled_focused_holo_light.png │   │   │   ├── [1.5K] btn_check_on_disabled_holo_dark.png │   │   │   ├── [1.5K] btn_check_on_disabled_holo_light.png │   │   │   ├── [5.4K] btn_check_on_focused_holo_dark.png │   │   │   ├── [5.3K] btn_check_on_focused_holo_light.png │   │   │   ├── [4.3K] btn_check_on_holo_dark.png │   │   │   ├── [4.2K] btn_check_on_holo_light.png │   │   │   ├── [4.6K] btn_check_on_holo.png │   │   │   ├── [1.8K] btn_check_on_pressed_holo_dark.png │   │   │   ├── [1.9K] btn_check_on_pressed_holo_light.png │   │   │   ├── [1.5K] btn_default_disabled_focused_holo_dark.9.png │   │   │   ├── [1.5K] btn_default_disabled_focused_holo_light.9.png │   │   │   ├── [1.5K] btn_default_disabled_holo.9.png │   │   │   ├── [1.6K] btn_default_disabled_holo_dark.9.png │   │   │   ├── [1.6K] btn_default_disabled_holo_light.9.png │   │   │   ├── [1.7K] btn_default_focused_holo.9.png │   │   │   ├── [1.5K] btn_default_focused_holo_dark.9.png │   │   │   ├── [1.5K] btn_default_focused_holo_light.9.png │   │   │   ├── [1.6K] btn_default_normal_holo.9.png │   │   │   ├── [1.5K] btn_default_normal_holo_dark.9.png │   │   │   ├── [1.7K] btn_default_normal_holo_light.9.png │   │   │   ├── [1.5K] btn_default_pressed_holo.9.png │   │   │   ├── [1.7K] btn_default_pressed_holo_dark.9.png │   │   │   ├── [1.6K] btn_default_pressed_holo_light.9.png │   │   │   ├── [ 448] btn_group_disabled_holo_dark.9.png │   │   │   ├── [ 412] btn_group_disabled_holo_light.9.png │   │   │   ├── [ 735] btn_group_focused_holo_dark.9.png │   │   │   ├── [ 729] btn_group_focused_holo_light.9.png │   │   │   ├── [ 452] btn_group_normal_holo_dark.9.png │   │   │   ├── [ 411] btn_group_normal_holo_light.9.png │   │   │   ├── [ 683] btn_group_pressed_holo_dark.9.png │   │   │   ├── [ 697] btn_group_pressed_holo_light.9.png │   │   │   ├── [3.3K] btn_radio_off_disabled_focused_holo_dark.png │   │   │   ├── [3.4K] btn_radio_off_disabled_focused_holo_light.png │   │   │   ├── [2.1K] btn_radio_off_disabled_holo_dark.png │   │   │   ├── [2.2K] btn_radio_off_disabled_holo_light.png │   │   │   ├── [3.5K] btn_radio_off_focused_holo_dark.png │   │   │   ├── [3.5K] btn_radio_off_focused_holo_light.png │   │   │   ├── [2.2K] btn_radio_off_holo_dark.png │   │   │   ├── [2.3K] btn_radio_off_holo_light.png │   │   │   ├── [2.7K] btn_radio_off_holo.png │   │   │   ├── [3.1K] btn_radio_off_pressed_holo_dark.png │   │   │   ├── [3.6K] btn_radio_off_pressed_holo_light.png │   │   │   ├── [5.0K] btn_radio_on_disabled_focused_holo_dark.png │   │   │   ├── [5.0K] btn_radio_on_disabled_focused_holo_light.png │   │   │   ├── [3.7K] btn_radio_on_disabled_holo_dark.png │   │   │   ├── [3.8K] btn_radio_on_disabled_holo_light.png │   │   │   ├── [6.3K] btn_radio_on_focused_holo_dark.png │   │   │   ├── [6.3K] btn_radio_on_focused_holo_light.png │   │   │   ├── [5.1K] btn_radio_on_holo_dark.png │   │   │   ├── [5.1K] btn_radio_on_holo_light.png │   │   │   ├── [5.0K] btn_radio_on_holo.png │   │   │   ├── [3.8K] btn_radio_on_pressed_holo_dark.png │   │   │   ├── [4.1K] btn_radio_on_pressed_holo_light.png │   │   │   ├── [2.0K] btn_radio_to_off_mtrl_000.png │   │   │   ├── [2.0K] btn_radio_to_off_mtrl_001.png │   │   │   ├── [1.9K] btn_radio_to_off_mtrl_002.png │   │   │   ├── [1.9K] btn_radio_to_off_mtrl_003.png │   │   │   ├── [1.8K] btn_radio_to_off_mtrl_004.png │   │   │   ├── [1.6K] btn_radio_to_off_mtrl_005.png │   │   │   ├── [1.3K] btn_radio_to_off_mtrl_006.png │   │   │   ├── [1.5K] btn_radio_to_off_mtrl_007.png │   │   │   ├── [1.6K] btn_radio_to_off_mtrl_008.png │   │   │   ├── [1.7K] btn_radio_to_off_mtrl_009.png │   │   │   ├── [1.7K] btn_radio_to_off_mtrl_010.png │   │   │   ├── [1.8K] btn_radio_to_off_mtrl_011.png │   │   │   ├── [1.7K] btn_radio_to_off_mtrl_012.png │   │   │   ├── [1.8K] btn_radio_to_off_mtrl_013.png │   │   │   ├── [1.8K] btn_radio_to_off_mtrl_014.png │   │   │   ├── [1.8K] btn_radio_to_off_mtrl_015.png │   │   │   ├── [1.8K] btn_radio_to_on_mtrl_000.png │   │   │   ├── [1.6K] btn_radio_to_on_mtrl_001.png │   │   │   ├── [1.4K] btn_radio_to_on_mtrl_002.png │   │   │   ├── [1.3K] btn_radio_to_on_mtrl_003.png │   │   │   ├── [1.9K] btn_radio_to_on_mtrl_004.png │   │   │   ├── [1.8K] btn_radio_to_on_mtrl_005.png │   │   │   ├── [1.9K] btn_radio_to_on_mtrl_006.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_007.png │   │   │   ├── [2.1K] btn_radio_to_on_mtrl_008.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_009.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_010.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_011.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_012.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_013.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_014.png │   │   │   ├── [2.0K] btn_radio_to_on_mtrl_015.png │   │   │   ├── [6.9K] btn_rating_star_off_disabled_focused_holo_dark.png │   │   │   ├── [7.1K] btn_rating_star_off_disabled_focused_holo_light.png │   │   │   ├── [4.1K] btn_rating_star_off_disabled_holo_dark.png │   │   │   ├── [4.6K] btn_rating_star_off_disabled_holo_light.png │   │   │   ├── [7.4K] btn_rating_star_off_focused_holo_dark.png │   │   │   ├── [7.5K] btn_rating_star_off_focused_holo_light.png │   │   │   ├── [2.0K] btn_rating_star_off_mtrl_alpha.png │   │   │   ├── [4.4K] btn_rating_star_off_normal_holo_dark.png │   │   │   ├── [4.7K] btn_rating_star_off_normal_holo_light.png │   │   │   ├── [8.3K] btn_rating_star_off_pressed_holo_dark.png │   │   │   ├── [8.4K] btn_rating_star_off_pressed_holo_light.png │   │   │   ├── [7.1K] btn_rating_star_on_disabled_focused_holo_dark.png │   │   │   ├── [7.0K] btn_rating_star_on_disabled_focused_holo_light.png │   │   │   ├── [4.6K] btn_rating_star_on_disabled_holo_dark.png │   │   │   ├── [4.6K] btn_rating_star_on_disabled_holo_light.png │   │   │   ├── [7.7K] btn_rating_star_on_focused_holo_dark.png │   │   │   ├── [7.5K] btn_rating_star_on_focused_holo_light.png │   │   │   ├── [1.4K] btn_rating_star_on_mtrl_alpha.png │   │   │   ├── [4.8K] btn_rating_star_on_normal_holo_dark.png │   │   │   ├── [4.9K] btn_rating_star_on_normal_holo_light.png │   │   │   ├── [8.6K] btn_rating_star_on_pressed_holo_dark.png │   │   │   ├── [8.4K] btn_rating_star_on_pressed_holo_light.png │   │   │   ├── [ 913] btn_star_mtrl_alpha.png │   │   │   ├── [4.9K] btn_star_off_disabled_focused_holo_dark.png │   │   │   ├── [4.9K] btn_star_off_disabled_focused_holo_light.png │   │   │   ├── [3.1K] btn_star_off_disabled_holo_dark.png │   │   │   ├── [3.2K] btn_star_off_disabled_holo_light.png │   │   │   ├── [5.1K] btn_star_off_focused_holo_dark.png │   │   │   ├── [5.1K] btn_star_off_focused_holo_light.png │   │   │   ├── [3.2K] btn_star_off_normal_holo_dark.png │   │   │   ├── [3.4K] btn_star_off_normal_holo_light.png │   │   │   ├── [5.4K] btn_star_off_pressed_holo_dark.png │   │   │   ├── [5.4K] btn_star_off_pressed_holo_light.png │   │   │   ├── [5.0K] btn_star_on_disabled_focused_holo_dark.png │   │   │   ├── [4.9K] btn_star_on_disabled_focused_holo_light.png │   │   │   ├── [3.2K] btn_star_on_disabled_holo_dark.png │   │   │   ├── [3.3K] btn_star_on_disabled_holo_light.png │   │   │   ├── [5.2K] btn_star_on_focused_holo_dark.png │   │   │   ├── [5.1K] btn_star_on_focused_holo_light.png │   │   │   ├── [3.3K] btn_star_on_normal_holo_dark.png │   │   │   ├── [3.4K] btn_star_on_normal_holo_light.png │   │   │   ├── [5.5K] btn_star_on_pressed_holo_dark.png │   │   │   ├── [5.4K] btn_star_on_pressed_holo_light.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00001.9.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00002.9.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00003.9.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00004.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00005.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00006.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00007.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00008.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00009.9.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00010.9.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00011.9.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00012.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00001.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00002.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00003.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00004.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00005.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00006.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00007.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00008.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00009.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00010.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00011.9.png │   │   │   ├── [ 20K] btn_switch_to_on_mtrl_00012.9.png │   │   │   ├── [1.5K] btn_toggle_off_disabled_focused_holo_dark.9.png │   │   │   ├── [1.5K] btn_toggle_off_disabled_focused_holo_light.9.png │   │   │   ├── [1.6K] btn_toggle_off_disabled_holo_dark.9.png │   │   │   ├── [1.6K] btn_toggle_off_disabled_holo_light.9.png │   │   │   ├── [1.5K] btn_toggle_off_focused_holo_dark.9.png │   │   │   ├── [1.5K] btn_toggle_off_focused_holo_light.9.png │   │   │   ├── [1.6K] btn_toggle_off_normal_holo_dark.9.png │   │   │   ├── [1.6K] btn_toggle_off_normal_holo_light.9.png │   │   │   ├── [1.7K] btn_toggle_off_pressed_holo_dark.9.png │   │   │   ├── [1.7K] btn_toggle_off_pressed_holo_light.9.png │   │   │   ├── [1.7K] btn_toggle_on_disabled_focused_holo_dark.9.png │   │   │   ├── [1.7K] btn_toggle_on_disabled_focused_holo_light.9.png │   │   │   ├── [1.9K] btn_toggle_on_disabled_holo_dark.9.png │   │   │   ├── [1.9K] btn_toggle_on_disabled_holo_light.9.png │   │   │   ├── [1.7K] btn_toggle_on_focused_holo_dark.9.png │   │   │   ├── [1.7K] btn_toggle_on_focused_holo_light.9.png │   │   │   ├── [1.9K] btn_toggle_on_normal_holo_dark.9.png │   │   │   ├── [1.9K] btn_toggle_on_normal_holo_light.9.png │   │   │   ├── [1.9K] btn_toggle_on_pressed_holo_dark.9.png │   │   │   ├── [2.0K] btn_toggle_on_pressed_holo_light.9.png │   │   │   ├── [1.2K] cab_background_bottom_holo_dark.9.png │   │   │   ├── [1.2K] cab_background_bottom_holo_light.9.png │   │   │   ├── [ 190] cab_background_bottom_mtrl_alpha.9.png │   │   │   ├── [1.1K] cab_background_top_holo_dark.9.png │   │   │   ├── [1.1K] cab_background_top_holo_light.9.png │   │   │   ├── [ 182] cab_background_top_mtrl_alpha.9.png │   │   │   ├── [1.1K] cling_arrow_up.png │   │   │   ├── [1.2K] cling_bg.9.png │   │   │   ├── [1.6K] cling_button_normal.9.png │   │   │   ├── [1.5K] cling_button_pressed.9.png │   │   │   ├── [1.6K] combobox_disabled.png │   │   │   ├── [1.7K] combobox_nohighlight.png │   │   │   ├── [2.6K] create_contact.png │   │   │   ├── [ 250] day_picker_week_view_dayline_holo.9.png │   │   │   ├── [2.8K] dialog_bottom_holo_dark.9.png │   │   │   ├── [2.9K] dialog_bottom_holo_light.9.png │   │   │   ├── [4.0K] dialog_full_holo_dark.9.png │   │   │   ├── [4.2K] dialog_full_holo_light.9.png │   │   │   ├── [ 707] dialog_ic_close_focused_holo_dark.png │   │   │   ├── [ 692] dialog_ic_close_focused_holo_light.png │   │   │   ├── [ 308] dialog_ic_close_normal_holo_dark.png │   │   │   ├── [ 321] dialog_ic_close_normal_holo_light.png │   │   │   ├── [ 499] dialog_ic_close_pressed_holo_dark.png │   │   │   ├── [ 695] dialog_ic_close_pressed_holo_light.png │   │   │   ├── [1.2K] dialog_middle_holo_dark.9.png │   │   │   ├── [1.2K] dialog_middle_holo_light.9.png │   │   │   ├── [2.5K] dialog_top_holo_dark.9.png │   │   │   ├── [2.4K] dialog_top_holo_light.9.png │   │   │   ├── [1.4K] emo_im_angel.png │   │   │   ├── [1.4K] emo_im_cool.png │   │   │   ├── [1.2K] emo_im_crying.png │   │   │   ├── [1.3K] emo_im_embarrassed.png │   │   │   ├── [1.4K] emo_im_foot_in_mouth.png │   │   │   ├── [1.2K] emo_im_happy.png │   │   │   ├── [1.4K] emo_im_kissing.png │   │   │   ├── [1.2K] emo_im_laughing.png │   │   │   ├── [1.5K] emo_im_lips_are_sealed.png │   │   │   ├── [1.6K] emo_im_money_mouth.png │   │   │   ├── [1.3K] emo_im_sad.png │   │   │   ├── [1.3K] emo_im_surprised.png │   │   │   ├── [1.5K] emo_im_tongue_sticking_out.png │   │   │   ├── [1.2K] emo_im_undecided.png │   │   │   ├── [1.4K] emo_im_winking.png │   │   │   ├── [1.3K] emo_im_wtf.png │   │   │   ├── [1.4K] emo_im_yelling.png │   │   │   ├── [1.6K] expander_close_holo_dark.9.png │   │   │   ├── [1.6K] expander_close_holo_light.9.png │   │   │   ├── [ 473] expander_close_mtrl_alpha.9.png │   │   │   ├── [1.7K] expander_open_holo_dark.9.png │   │   │   ├── [1.7K] expander_open_holo_light.9.png │   │   │   ├── [ 519] expander_open_mtrl_alpha.9.png │   │   │   ├── [3.6K] fastscroll_label_left_holo_dark.9.png │   │   │   ├── [3.5K] fastscroll_label_left_holo_light.9.png │   │   │   ├── [3.8K] fastscroll_label_right_holo_dark.9.png │   │   │   ├── [3.8K] fastscroll_label_right_holo_light.9.png │   │   │   ├── [1.3K] fastscroll_thumb_default_holo.png │   │   │   ├── [1.6K] fastscroll_thumb_pressed_holo.png │   │   │   ├── [1.0K] fastscroll_track_default_holo_dark.9.png │   │   │   ├── [1.0K] fastscroll_track_default_holo_light.9.png │   │   │   ├── [1.0K] fastscroll_track_pressed_holo_dark.9.png │   │   │   ├── [1.0K] fastscroll_track_pressed_holo_light.9.png │   │   │   ├── [1.4K] ic_ab_back_holo_dark_am.png │   │   │   ├── [1.4K] ic_ab_back_holo_light_am.png │   │   │   ├── [1.2K] ic_audio_notification_am_alpha.png │   │   │   ├── [1.7K] ic_audio_notification_mute_am_alpha.png │   │   │   ├── [1.5K] ic_btn_search_go.png │   │   │   ├── [2.0K] ic_btn_speak_now.png │   │   │   ├── [1.5K] ic_bullet_key_permission.png │   │   │   ├── [1.9K] ic_cab_done_holo_dark.png │   │   │   ├── [1.9K] ic_cab_done_holo_light.png │   │   │   ├── [1.0K] ic_cab_done_holo.png │   │   │   ├── [ 782] ic_cab_done_mtrl_alpha.png │   │   │   ├── [ 493] ic_commit_search_api_holo_dark.png │   │   │   ├── [ 497] ic_commit_search_api_holo_light.png │   │   │   ├── [ 488] ic_commit_search_api_mtrl_alpha.png │   │   │   ├── [6.2K] ic_contact_picture_180_holo_dark.png │   │   │   ├── [8.6K] ic_contact_picture_180_holo_light.png │   │   │   ├── [2.8K] ic_contact_picture_holo_dark.png │   │   │   ├── [3.6K] ic_contact_picture_holo_light.png │   │   │   ├── [3.2K] ic_contact_picture.png │   │   │   ├── [6.1K] ic_corp_icon.png │   │   │   ├── [2.0K] ic_dialog_alert_holo_dark.png │   │   │   ├── [1.9K] ic_dialog_alert_holo_light.png │   │   │   ├── [1.3K] ic_emergency.png │   │   │   ├── [ 683] ic_find_next_mtrl_alpha.png │   │   │   ├── [ 657] ic_find_previous_mtrl_alpha.png │   │   │   ├── [1.4K] ic_input_delete.png │   │   │   ├── [2.1K] ic_lock_airplane_mode_alpha.png │   │   │   ├── [1.5K] ic_lock_airplane_mode_off_am_alpha.png │   │   │   ├── [2.1K] ic_lock_idle_alarm_alpha.png │   │   │   ├── [1.5K] ic_lock_lock_alpha.png │   │   │   ├── [ 717] ic_lock_open_wht_24dp.png │   │   │   ├── [ 722] ic_lock_outline_wht_24dp.png │   │   │   ├── [1.6K] ic_lock_power_off_alpha.png │   │   │   ├── [1.9K] ic_lockscreen_alarm.png │   │   │   ├── [ 16K] ic_lockscreen_answer_active.png │   │   │   ├── [ 28K] ic_lockscreen_answer_focused.png │   │   │   ├── [ 14K] ic_lockscreen_answer_normal.png │   │   │   ├── [ 14K] ic_lockscreen_camera_activated.png │   │   │   ├── [2.6K] ic_lockscreen_camera_normal.png │   │   │   ├── [2.6K] ic_lockscreen_chevron_down.png │   │   │   ├── [2.9K] ic_lockscreen_chevron_left.png │   │   │   ├── [2.8K] ic_lockscreen_chevron_right.png │   │   │   ├── [2.5K] ic_lockscreen_chevron_up.png │   │   │   ├── [ 15K] ic_lockscreen_decline_activated.png │   │   │   ├── [ 25K] ic_lockscreen_decline_focused.png │   │   │   ├── [ 11K] ic_lockscreen_decline_normal.png │   │   │   ├── [2.0K] ic_lockscreen_emergencycall_normal.png │   │   │   ├── [2.6K] ic_lockscreen_emergencycall_pressed.png │   │   │   ├── [1.5K] ic_lockscreen_forgotpassword_normal.png │   │   │   ├── [2.0K] ic_lockscreen_forgotpassword_pressed.png │   │   │   ├── [ 18K] ic_lockscreen_google_activated.png │   │   │   ├── [ 40K] ic_lockscreen_google_focused.png │   │   │   ├── [ 27K] ic_lockscreen_google_normal.png │   │   │   ├── [ 19K] ic_lockscreen_handle_normal.png │   │   │   ├── [ 16K] ic_lockscreen_handle_pressed.png │   │   │   ├── [ 336] ic_lockscreen_player_background.9.png │   │   │   ├── [4.6K] ic_lockscreen_puk.png │   │   │   ├── [ 15K] ic_lockscreen_silent_activated.png │   │   │   ├── [ 33K] ic_lockscreen_silent_focused.png │   │   │   ├── [ 19K] ic_lockscreen_silent_normal.png │   │   │   ├── [3.4K] ic_lockscreen_sim.png │   │   │   ├── [4.2K] ic_lockscreens_now_button.png │   │   │   ├── [ 15K] ic_lockscreen_soundon_activated.png │   │   │   ├── [ 31K] ic_lockscreen_soundon_focused.png │   │   │   ├── [ 16K] ic_lockscreen_soundon_normal.png │   │   │   ├── [ 14K] ic_lockscreen_text_activated.png │   │   │   ├── [ 18K] ic_lockscreen_text_focusde.png │   │   │   ├── [4.2K] ic_lockscreen_text_normal.png │   │   │   ├── [ 14K] ic_lockscreen_unlock_activated.png │   │   │   ├── [2.3K] ic_lockscreen_unlock_normal.png │   │   │   ├── [1.7K] ic_lock_silent_mode_off.png │   │   │   ├── [1.6K] ic_media_embed_play.png │   │   │   ├── [1.1K] ic_media_ff.png │   │   │   ├── [1.4K] ic_media_fullscreen.png │   │   │   ├── [1.3K] ic_media_next.png │   │   │   ├── [ 611] ic_media_pause.png │   │   │   ├── [1.2K] ic_media_play.png │   │   │   ├── [1.3K] ic_media_previous.png │   │   │   ├── [1.2K] ic_media_rew.png │   │   │   ├── [1000] ic_media_route_disabled_holo_dark.png │   │   │   ├── [1.0K] ic_media_route_disabled_holo_light.png │   │   │   ├── [1000] ic_media_route_disabled_mtrl_alpha.png │   │   │   ├── [1.0K] ic_media_route_off_holo_dark.png │   │   │   ├── [1.1K] ic_media_route_off_holo_light.png │   │   │   ├── [1.0K] ic_media_route_off_mtrl_alpha.png │   │   │   ├── [1014] ic_media_route_on_0_holo_dark.png │   │   │   ├── [1.0K] ic_media_route_on_0_holo_light.png │   │   │   ├── [1014] ic_media_route_on_0_mtrl_alpha.png │   │   │   ├── [1.0K] ic_media_route_on_1_holo_dark.png │   │   │   ├── [1.1K] ic_media_route_on_1_holo_light.png │   │   │   ├── [1.0K] ic_media_route_on_1_mtrl_alpha.png │   │   │   ├── [1.0K] ic_media_route_on_2_holo_dark.png │   │   │   ├── [1.1K] ic_media_route_on_2_holo_light.png │   │   │   ├── [1.0K] ic_media_route_on_2_mtrl_alpha.png │   │   │   ├── [1.1K] ic_media_route_on_holo_dark.png │   │   │   ├── [1.2K] ic_media_route_on_holo_light.png │   │   │   ├── [1.1K] ic_media_route_on_mtrl_alpha.png │   │   │   ├── [ 582] ic_media_stop.png │   │   │   ├── [3.3K] ic_menu_account_list.png │   │   │   ├── [4.6K] ic_menu_add.png │   │   │   ├── [2.4K] ic_menu_agenda.png │   │   │   ├── [4.5K] ic_menu_allfriends.png │   │   │   ├── [4.2K] ic_menu_always_landscape_portrait.png │   │   │   ├── [2.3K] ic_menu_archive.png │   │   │   ├── [3.9K] ic_menu_attachment.png │   │   │   ├── [1.9K] ic_menu_back.png │   │   │   ├── [4.4K] ic_menu_blocked_user.png │   │   │   ├── [4.4K] ic_menu_block.png │   │   │   ├── [4.6K] ic_menu_btn_add.png │   │   │   ├── [4.0K] ic_menu_call.png │   │   │   ├── [3.4K] ic_menu_camera.png │   │   │   ├── [3.9K] ic_menu_cc_am.png │   │   │   ├── [2.6K] ic_menu_chat_dashboard.png │   │   │   ├── [3.7K] ic_menu_clear_playlist.png │   │   │   ├── [5.4K] ic_menu_compass.png │   │   │   ├── [2.6K] ic_menu_compose.png │   │   │   ├── [1.2K] ic_menu_copy_holo_dark.png │   │   │   ├── [1.2K] ic_menu_copy_holo_light.png │   │   │   ├── [1.7K] ic_menu_copy.png │   │   │   ├── [2.4K] ic_menu_crop.png │   │   │   ├── [2.5K] ic_menu_cut_holo_dark.png │   │   │   ├── [2.6K] ic_menu_cut_holo_light.png │   │   │   ├── [4.6K] ic_menu_cut.png │   │   │   ├── [2.5K] ic_menu_day.png │   │   │   ├── [2.9K] ic_menu_delete.png │   │   │   ├── [2.2K] ic_menu_directions.png │   │   │   ├── [4.7K] ic_menu_edit.png │   │   │   ├── [4.8K] ic_menu_emoticons.png │   │   │   ├── [4.0K] ic_menu_end_conversation.png │   │   │   ├── [2.4K] ic_menu_find_holo_dark.png │   │   │   ├── [2.3K] ic_menu_find_holo_light.png │   │   │   ├── [1.1K] ic_menu_find_mtrl_alpha.png │   │   │   ├── [4.5K] ic_menu_find.png │   │   │   ├── [1.9K] ic_menu_forward.png │   │   │   ├── [3.2K] ic_menu_friendslist.png │   │   │   ├── [2.2K] ic_menu_gallery.png │   │   │   ├── [2.8K] ic_menu_goto.png │   │   │   ├── [1.9K] ic_menu_help_holo_light.png │   │   │   ├── [3.4K] ic_menu_help.png │   │   │   ├── [3.8K] ic_menu_home.png │   │   │   ├── [4.8K] ic_menu_info_details.png │   │   │   ├── [3.2K] ic_menu_invite.png │   │   │   ├── [3.5K] ic_menu_login.png │   │   │   ├── [4.3K] ic_menu_manage.png │   │   │   ├── [4.3K] ic_menu_mapmode.png │   │   │   ├── [3.2K] ic_menu_mark.png │   │   │   ├── [3.8K] ic_menu_month.png │   │   │   ├── [ 818] ic_menu_moreoverflow_focused_holo_dark.png │   │   │   ├── [ 877] ic_menu_moreoverflow_focused_holo_light.png │   │   │   ├── [1.1K] ic_menu_moreoverflow_normal_holo_dark.png │   │   │   ├── [1.2K] ic_menu_moreoverflow_normal_holo_light.png │   │   │   ├── [1.9K] ic_menu_moreoverflow.png │   │   │   ├── [4.9K] ic_menu_more.png │   │   │   ├── [2.7K] ic_menu_my_calendar.png │   │   │   ├── [5.1K] ic_menu_mylocation.png │   │   │   ├── [3.6K] ic_menu_myplaces.png │   │   │   ├── [3.8K] ic_menu_notifications.png │   │   │   ├── [1.5K] ic_menu_paste_holo_dark.png │   │   │   ├── [1.5K] ic_menu_paste_holo_light.png │   │   │   ├── [3.0K] ic_menu_paste.png │   │   │   ├── [2.7K] ic_menu_play_clip.png │   │   │   ├── [4.3K] ic_menu_preferences.png │   │   │   ├── [4.9K] ic_menu_recent_history.png │   │   │   ├── [3.3K] ic_menu_report_image.png │   │   │   ├── [3.4K] ic_menu_revert.png │   │   │   ├── [5.1K] ic_menu_rotate.png │   │   │   ├── [2.0K] ic_menu_save.png │   │   │   ├── [1.6K] ic_menu_search_holo_dark.png │   │   │   ├── [1.7K] ic_menu_search_holo_light.png │   │   │   ├── [2.2K] ic_menu_search_mtrl_alpha.png │   │   │   ├── [4.3K] ic_menu_search.png │   │   │   ├── [1.5K] ic_menu_selectall_holo_dark.png │   │   │   ├── [1.6K] ic_menu_selectall_holo_light.png │   │   │   ├── [2.8K] ic_menu_send.png │   │   │   ├── [3.1K] ic_menu_set_as.png │   │   │   ├── [2.4K] ic_menu_settings_holo_light.png │   │   │   ├── [1.5K] ic_menu_share_holo_dark.png │   │   │   ├── [2.2K] ic_menu_share_holo_light.png │   │   │   ├── [4.0K] ic_menu_share.png │   │   │   ├── [2.5K] ic_menu_slideshow.png │   │   │   ├── [3.8K] ic_menu_sort_alphabetically.png │   │   │   ├── [1.5K] ic_menu_sort_by_size.png │   │   │   ├── [3.8K] ic_menu_star.png │   │   │   ├── [3.6K] ic_menu_start_conversation.png │   │   │   ├── [1.9K] ic_menu_stop.png │   │   │   ├── [2.3K] ic_menu_today.png │   │   │   ├── [2.3K] ic_menu_upload.png │   │   │   ├── [2.3K] ic_menu_upload_you_tube.png │   │   │   ├── [4.5K] ic_menu_view.png │   │   │   ├── [2.8K] ic_menu_week.png │   │   │   ├── [4.3K] ic_menu_zoom.png │   │   │   ├── [ 853] ic_notification_cast_0.png │   │   │   ├── [ 868] ic_notification_cast_1.png │   │   │   ├── [ 867] ic_notification_cast_2.png │   │   │   ├── [1.2K] ic_notification_ime_default.png │   │   │   ├── [ 768] ic_notification_media_route.png │   │   │   ├── [ 804] ic_perm_group_app_info.png │   │   │   ├── [1.5K] ic_perm_group_audio_settings.png │   │   │   ├── [1.0K] ic_perm_group_bluetooth.png │   │   │   ├── [1.8K] ic_perm_group_bookmarks.png │   │   │   ├── [ 372] ic_perm_group_calendar.png │   │   │   ├── [1.0K] ic_perm_group_camera.png │   │   │   ├── [1.8K] ic_perm_group_device_alarms.png │   │   │   ├── [ 315] ic_perm_group_display.png │   │   │   ├── [ 280] ic_perm_group_effects_battery.png │   │   │   ├── [1.0K] ic_perm_group_location.png │   │   │   ├── [ 928] ic_perm_group_messages.png │   │   │   ├── [1007] ic_perm_group_microphone.png │   │   │   ├── [1.1K] ic_perm_group_network.png │   │   │   ├── [1002] ic_perm_group_personal_info.png │   │   │   ├── [1.3K] ic_perm_group_phone_calls.png │   │   │   ├── [ 626] ic_perm_group_screenlock.png │   │   │   ├── [ 692] ic_perm_group_shortrange_network.png │   │   │   ├── [1.5K] ic_perm_group_social_info.png │   │   │   ├── [ 717] ic_perm_group_status_bar.png │   │   │   ├── [1.2K] ic_perm_group_sync_settings.png │   │   │   ├── [1.4K] ic_perm_group_system_clock.png │   │   │   ├── [ 697] ic_perm_group_system_tools.png │   │   │   ├── [1.1K] ic_perm_group_voicemail.png │   │   │   ├── [ 628] ic_perm_group_wallpapewr.png │   │   │   ├── [1.3K] ic_search_api_holo_dark.png │   │   │   ├── [1.3K] ic_search_api_holo_light.png │   │   │   ├── [3.1K] ic_settings.png │   │   │   ├── [ 848] ic_sim_card_multi_24px_clr.png │   │   │   ├── [1.3K] ic_sim_card_multi_48px_clr.png │   │   │   ├── [ 467] ic_star_black_16dp.png │   │   │   ├── [1010] ic_star_black_36dp.png │   │   │   ├── [1.3K] ic_star_black_48dp.png │   │   │   ├── [ 412] ic_star_half_black_16dp.png │   │   │   ├── [ 756] ic_star_half_black_36dp.png │   │   │   ├── [ 973] ic_star_half_black_48dp.png │   │   │   ├── [1.0K] ic_suggestions_add.png │   │   │   ├── [1.4K] ic_suggestions_delete.png │   │   │   ├── [1.1K] ic_voice_search_api_holo_dark.png │   │   │   ├── [1.1K] ic_voice_search_api_holo_light.png │   │   │   ├── [1.8K] indicator_input_error.png │   │   │   ├── [1.0K] list_activated_holo.9.png │   │   │   ├── [1010] list_divider_holo_dark.9.png │   │   │   ├── [1007] list_divider_holo_light.9.png │   │   │   ├── [1.1K] list_focused_holo.9.png │   │   │   ├── [1.0K] list_longpressed_holo.9.png │   │   │   ├── [1.0K] list_longpressed_holo_dark.9.png │   │   │   ├── [1.0K] list_longpressed_holo_light.9.png │   │   │   ├── [1.0K] list_pressed_holo_dark.9.png │   │   │   ├── [1.0K] list_pressed_holo_light.9.png │   │   │   ├── [1.1K] list_section_divider_holo_dark.9.png │   │   │   ├── [1.1K] list_section_divider_holo_light.9.png │   │   │   ├── [ 160] list_section_divider_mtrl_alpha.9.png │   │   │   ├── [1.0K] list_selected_holo_dark.9.png │   │   │   ├── [1.0K] list_selected_holo_light.9.png │   │   │   ├── [1.2K] list_selector_background_disabled.9.png │   │   │   ├── [5.5K] list_selector_background_focus.9.png │   │   │   ├── [2.2K] list_selector_background_longpress.9.png │   │   │   ├── [5.0K] list_selector_background_pressed.9.png │   │   │   ├── [ 161] lockscreen_protection_pattern.png │   │   │   ├── [1.1K] magnified_region_frame.9.png │   │   │   ├── [3.7K] menu_dropdown_panel_holo_dark.9.png │   │   │   ├── [3.7K] menu_dropdown_panel_holo_light.9.png │   │   │   ├── [2.6K] menu_hardkey_panel_holo_dark.9.png │   │   │   ├── [2.5K] menu_hardkey_panel_holo_light.9.png │   │   │   ├── [3.7K] menu_popup_panel_holo_dark.9.png │   │   │   ├── [3.5K] menu_popup_panel_holo_light.9.png │   │   │   ├── [ 602] numberpicker_down_disabled_focused_holo_dark.png │   │   │   ├── [ 555] numberpicker_down_disabled_focused_holo_light.png │   │   │   ├── [ 439] numberpicker_down_disabled_holo_dark.png │   │   │   ├── [ 439] numberpicker_down_disabled_holo_light.png │   │   │   ├── [ 620] numberpicker_down_focused_holo_dark.png │   │   │   ├── [ 573] numberpicker_down_focused_holo_light.png │   │   │   ├── [ 577] numberpicker_down_longpressed_holo_dark.png │   │   │   ├── [ 577] numberpicker_down_longpressed_holo_light.png │   │   │   ├── [ 436] numberpicker_down_normal_holo_dark.png │   │   │   ├── [ 436] numberpicker_down_normal_holo_light.png │   │   │   ├── [ 579] numberpicker_down_pressed_holo_dark.png │   │   │   ├── [ 579] numberpicker_down_pressed_holo_light.png │   │   │   ├── [ 217] numberpicker_selection_divider.9.png │   │   │   ├── [ 583] numberpicker_up_disabled_focused_holo_dark.png │   │   │   ├── [ 557] numberpicker_up_disabled_focused_holo_light.png │   │   │   ├── [ 404] numberpicker_up_disabled_holo_dark.png │   │   │   ├── [ 418] numberpicker_up_disabled_holo_light.png │   │   │   ├── [ 581] numberpicker_up_focused_holo_dark.png │   │   │   ├── [ 547] numberpicker_up_focused_holo_light.png │   │   │   ├── [ 549] numberpicker_up_longpressed_holo_dark.png │   │   │   ├── [ 549] numberpicker_up_longpressed_holo_light.png │   │   │   ├── [ 402] numberpicker_up_normal_holo_dark.png │   │   │   ├── [ 415] numberpicker_up_normal_holo_light.png │   │   │   ├── [ 570] numberpicker_up_pressed_holo_dark.png │   │   │   ├── [ 570] numberpicker_up_pressed_holo_light.png │   │   │   ├── [1.7K] panel_bg_holo_dark.9.png │   │   │   ├── [1.6K] panel_bg_holo_light.9.png │   │   │   ├── [ 642] perm_group_accessibility_features.png │   │   │   ├── [ 592] perm_group_affects_battery.png │   │   │   ├── [1.4K] perm_group_app_info.png │   │   │   ├── [1.4K] perm_group_audio_settings.png │   │   │   ├── [1.4K] perm_group_bluetooth.png │   │   │   ├── [ 781] perm_group_bookmarks.png │   │   │   ├── [2.3K] perm_group_device_alarms.png │   │   │   ├── [ 673] perm_group_display.png │   │   │   ├── [ 980] perm_group_network.png │   │   │   ├── [1001] perm_group_personal_info.png │   │   │   ├── [1.2K] perm_group_screenlock.png │   │   │   ├── [ 678] perm_group_shortrange_network.png │   │   │   ├── [ 690] perm_group_status_bar.png │   │   │   ├── [1.6K] perm_group_sync_settings.png │   │   │   ├── [2.0K] perm_group_system_clock.png │   │   │   ├── [1.6K] perm_group_system_tools.png │   │   │   ├── [1.2K] perm_group_voicemail.png │   │   │   ├── [1008] perm_group_wallpaper.png │   │   │   ├── [4.1K] pointer_arrow.png │   │   │   ├── [3.6K] popup_background_mtrl_mult.9.png │   │   │   ├── [3.0K] popup_inline_error_above_holo_dark_am.9.png │   │   │   ├── [3.0K] popup_inline_error_above_holo_light_am.9.png │   │   │   ├── [2.8K] popup_inline_error_holo_dark_am.9.png │   │   │   ├── [2.6K] popup_inline_error_holo_light_am.9.png │   │   │   ├── [2.2K] presence_audio_away.png │   │   │   ├── [2.3K] presence_audio_busy.png │   │   │   ├── [2.4K] presence_audio_online.png │   │   │   ├── [2.2K] presence_away.png │   │   │   ├── [2.3K] presence_busy.png │   │   │   ├── [2.2K] presence_invisible.png │   │   │   ├── [2.3K] presence_offline.png │   │   │   ├── [2.3K] presence_online.png │   │   │   ├── [1.6K] presence_video_away.png │   │   │   ├── [1.8K] presence_video_busy.png │   │   │   ├── [1.6K] presence_video_online.png │   │   │   ├── [2.3K] progressbar_indeterminate_holo1.png │   │   │   ├── [2.6K] progressbar_indeterminate_holo2.png │   │   │   ├── [3.0K] progressbar_indeterminate_holo3.png │   │   │   ├── [3.0K] progressbar_indeterminate_holo4.png │   │   │   ├── [2.9K] progressbar_indeterminate_holo5.png │   │   │   ├── [3.0K] progressbar_indeterminate_holo6.png │   │   │   ├── [2.8K] progressbar_indeterminate_holo7.png │   │   │   ├── [2.8K] progressbar_indeterminate_holo8.png │   │   │   ├── [1.0K] progress_bg_holo_dark.9.png │   │   │   ├── [1.1K] progress_bg_holo_light.9.png │   │   │   ├── [2.9K] progress_primary_holo_dark.9.png │   │   │   ├── [3.0K] progress_primary_holo_light.9.png │   │   │   ├── [1.1K] progress_secondary_holo_dark.9.png │   │   │   ├── [1.1K] progress_secondary_holo_light.9.png │   │   │   ├── [1.4K] quickcontact_badge_overlay_focused_dark_am.9.png │   │   │   ├── [1.3K] quickcontact_badge_overlay_focused_light_am.9.png │   │   │   ├── [1.3K] quickcontact_badge_overlay_normal_dark_am.9.png │   │   │   ├── [1.3K] quickcontact_badge_overlay_normal_light_am.9.png │   │   │   ├── [1.3K] quickcontact_badge_overlay_pressed_dark_am.9.png │   │   │   ├── [1.3K] quickcontact_badge_overlay_pressed_light_am.9.png │   │   │   ├── [4.0K] rate_star_big_half_holo_dark.png │   │   │   ├── [4.2K] rate_star_big_half_holo_light.png │   │   │   ├── [3.8K] rate_star_big_off_holo_dark.png │   │   │   ├── [4.0K] rate_star_big_off_holo_light.png │   │   │   ├── [3.9K] rate_star_big_on_holo_dark.png │   │   │   ├── [4.1K] rate_star_big_on_holo_light.png │   │   │   ├── [3.0K] rate_star_med_half_holo_dark.png │   │   │   ├── [3.1K] rate_star_med_half_holo_light.png │   │   │   ├── [2.8K] rate_star_med_off_holo_dark.png │   │   │   ├── [3.0K] rate_star_med_off_holo_light.png │   │   │   ├── [2.9K] rate_star_med_on_holo_dark.png │   │   │   ├── [3.0K] rate_star_med_on_holo_light.png │   │   │   ├── [2.2K] rate_star_small_half_holo_dark.png │   │   │   ├── [2.3K] rate_star_small_half_holo_light.png │   │   │   ├── [2.2K] rate_star_small_off_holo_dark.png │   │   │   ├── [2.3K] rate_star_small_off_holo_light.png │   │   │   ├── [2.2K] rate_star_small_on_holo_dark.png │   │   │   ├── [2.3K] rate_star_small_on_holo_light.png │   │   │   ├── [1.1K] scrollbar_handle_holo_dark.9.png │   │   │   ├── [1.1K] scrollbar_handle_holo_light.9.png │   │   │   ├── [2.3K] scrubber_control_disabled_holo.png │   │   │   ├── [3.5K] scrubber_control_focused_holo.png │   │   │   ├── [3.9K] scrubber_control_normal_holo.png │   │   │   ├── [ 294] scrubber_control_on_mtrl_alpha.png │   │   │   ├── [1.8K] scrubber_control_on_pressed_mtrl_alpha.png │   │   │   ├── [4.0K] scrubber_control_pressed_holo.png │   │   │   ├── [1.1K] scrubber_primary_holo.9.png │   │   │   ├── [ 155] scrubber_primary_mtrl_alpha.9.png │   │   │   ├── [1.1K] scrubber_secondary_holo.9.png │   │   │   ├── [1.1K] scrubber_track_holo_dark.9.png │   │   │   ├── [1.1K] scrubber_track_holo_light.9.png │   │   │   ├── [ 204] scrubber_track_mtrl_alpha.9.png │   │   │   ├── [2.4K] spinner_16_inner_holo.png │   │   │   ├── [1.8K] spinner_16_outer_holo.png │   │   │   ├── [6.2K] spinner_48_inner_holo.png │   │   │   ├── [4.0K] spinner_48_outer_holo.png │   │   │   ├── [9.9K] spinner_76_inner_holo.png │   │   │   ├── [6.3K] spinner_76_outer_holo.png │   │   │   ├── [1.3K] spinner_ab_activated_holo_dark.9.png │   │   │   ├── [1.3K] spinner_ab_activated_holo_light.9.png │   │   │   ├── [1.3K] spinner_ab_default_holo_dark_am.9.png │   │   │   ├── [1.3K] spinner_ab_default_holo_light_am.9.png │   │   │   ├── [1.3K] spinner_ab_disabled_holo_dark_am.9.png │   │   │   ├── [1.3K] spinner_ab_disabled_holo_light_am.9.png │   │   │   ├── [1.5K] spinner_ab_focused_holo_dark_am.9.png │   │   │   ├── [1.5K] spinner_ab_focused_holo_light_am.9.png │   │   │   ├── [1.5K] spinner_ab_pressed_holo_dark_am.9.png │   │   │   ├── [1.5K] spinner_ab_pressed_holo_light_am.9.png │   │   │   ├── [1.3K] spinner_activated_holo_dark.9.png │   │   │   ├── [1.3K] spinner_activated_holo_light.9.png │   │   │   ├── [1.3K] spinner_default_holo_dark_am.9.png │   │   │   ├── [1.3K] spinner_default_holo_light_am.9.png │   │   │   ├── [1.2K] spinner_disabled_holo.9.png │   │   │   ├── [1.3K] spinner_disabled_holo_dark_am.9.png │   │   │   ├── [1.3K] spinner_disabled_holo_light_am.9.png │   │   │   ├── [1.5K] spinner_focused_holo_dark_am.9.png │   │   │   ├── [1.5K] spinner_focused_holo_light_am.9.png │   │   │   ├── [1.2K] spinner_normal_holo.9.png │   │   │   ├── [1.5K] spinner_pressed_holo_dark_am.9.png │   │   │   ├── [1.5K] spinner_pressed_holo_light_am.9.png │   │   │   ├── [1.5K] stat_notify_car_mode.png │   │   │   ├── [ 595] stat_notify_chat.png │   │   │   ├── [1.2K] stat_notify_disk_full.png │   │   │   ├── [ 786] stat_notify_email_generic.png │   │   │   ├── [ 969] stat_notify_error.png │   │   │   ├── [ 836] stat_notify_gmail.png │   │   │   ├── [1.9K] stat_notify_missed_call.png │   │   │   ├── [ 780] stat_notify_more.png │   │   │   ├── [3.4K] stat_notify_rssi_in_range.png │   │   │   ├── [ 572] stat_notify_sdcard.png │   │   │   ├── [1.0K] stat_notify_sdcard_prepare.png │   │   │   ├── [ 609] stat_notify_sdcard_usb.png │   │   │   ├── [1.1K] stat_notify_sim_toolkit.png │   │   │   ├── [1.1K] stat_notify_sync_anim0.png │   │   │   ├── [1.1K] stat_notify_sync_error.png │   │   │   ├── [1.1K] stat_notify_sync.png │   │   │   ├── [ 934] stat_notify_voicemail.png │   │   │   ├── [4.0K] stat_sys_certificate_info.png │   │   │   ├── [ 950] stat_sys_data_bluetooth.png │   │   │   ├── [1.0K] stat_sys_data_usb.png │   │   │   ├── [2.0K] stat_sys_data_wimax_signal_3_fully.png │   │   │   ├── [2.0K] stat_sys_data_wimax_signal_disconnected.png │   │   │   ├── [ 593] stat_sys_download_anim0.png │   │   │   ├── [ 605] stat_sys_download_anim1.png │   │   │   ├── [ 594] stat_sys_download_anim2.png │   │   │   ├── [ 592] stat_sys_download_anim3.png │   │   │   ├── [ 586] stat_sys_download_anim4.png │   │   │   ├── [ 584] stat_sys_download_anim5.png │   │   │   ├── [2.1K] stat_sys_gps_on.png │   │   │   ├── [2.0K] stat_sys_phone_call.png │   │   │   ├── [1.0K] stat_sys_tether_bluetooth.png │   │   │   ├── [1.2K] stat_sys_tether_general.png │   │   │   ├── [1002] stat_sys_tether_usb.png │   │   │   ├── [1.0K] stat_sys_throttled.png │   │   │   ├── [ 610] stat_sys_upload_anim0.png │   │   │   ├── [ 641] stat_sys_upload_anim1.png │   │   │   ├── [ 624] stat_sys_upload_anim2.png │   │   │   ├── [ 635] stat_sys_upload_anim3.png │   │   │   ├── [ 634] stat_sys_upload_anim4.png │   │   │   ├── [ 618] stat_sys_upload_anim5.png │   │   │   ├── [ 888] stat_sys_warning.png │   │   │   ├── [1.2K] switch_bg_disabled_holo_dark.9.png │   │   │   ├── [1.2K] switch_bg_disabled_holo_light.9.png │   │   │   ├── [1.2K] switch_bg_focused_holo_dark.9.png │   │   │   ├── [1.2K] switch_bg_focused_holo_light.9.png │   │   │   ├── [1.2K] switch_bg_holo_dark.9.png │   │   │   ├── [1.2K] switch_bg_holo_light.9.png │   │   │   ├── [1.7K] switch_thumb_activated_holo_dark.9.png │   │   │   ├── [1.8K] switch_thumb_activated_holo_light.9.png │   │   │   ├── [1.7K] switch_thumb_disabled_holo_dark.9.png │   │   │   ├── [1.7K] switch_thumb_disabled_holo_light.9.png │   │   │   ├── [1.8K] switch_thumb_holo_dark.9.png │   │   │   ├── [1.9K] switch_thumb_holo_light.9.png │   │   │   ├── [ 56K] switch_thumb_holo_light_v2.9.png │   │   │   ├── [1.7K] switch_thumb_pressed_holo_dark.9.png │   │   │   ├── [1.7K] switch_thumb_pressed_holo_light.9.png │   │   │   ├── [7.5K] sym_def_app_icon.png │   │   │   ├── [1.4K] sym_keyboard_delete.png │   │   │   ├── [2.8K] sym_keyboard_enter.png │   │   │   ├── [1.8K] sym_keyboard_num0_no_plus.png │   │   │   ├── [ 627] sym_keyboard_num1.png │   │   │   ├── [3.7K] sym_keyboard_num2.png │   │   │   ├── [2.8K] sym_keyboard_num3.png │   │   │   ├── [2.2K] sym_keyboard_num4.png │   │   │   ├── [2.8K] sym_keyboard_num5.png │   │   │   ├── [3.7K] sym_keyboard_num6.png │   │   │   ├── [3.8K] sym_keyboard_num7.png │   │   │   ├── [3.5K] sym_keyboard_num8.png │   │   │   ├── [4.4K] sym_keyboard_num9.png │   │   │   ├── [2.7K] sym_keyboard_return_holo.png │   │   │   ├── [ 142] tab_indicator_mtrl_alpha.9.png │   │   │   ├── [1.0K] tab_selected_focused_holo.9.png │   │   │   ├── [1.0K] tab_selected_holo.9.png │   │   │   ├── [1.0K] tab_selected_pressed_holo.9.png │   │   │   ├── [1.0K] tab_unselected_focused_holo.9.png │   │   │   ├── [1.0K] tab_unselected_holo.9.png │   │   │   ├── [1.0K] tab_unselected_pressed_holo.9.png │   │   │   ├── [2.7K] text_edit_paste_window.9.png │   │   │   ├── [2.7K] text_edit_suggestions_window.9.png │   │   │   ├── [ 393] textfield_activated_holo_dark.9.png │   │   │   ├── [ 393] textfield_activated_holo_light.9.png │   │   │   ├── [ 117] textfield_activated_mtrl_alpha.9.png │   │   │   ├── [ 388] textfield_default_holo_dark.9.png │   │   │   ├── [ 384] textfield_default_holo_light.9.png │   │   │   ├── [ 121] textfield_default_mtrl_alpha.9.png │   │   │   ├── [ 566] textfield_disabled_focused_holo_dark.9.png │   │   │   ├── [ 547] textfield_disabled_focused_holo_light.9.png │   │   │   ├── [ 387] textfield_disabled_holo_dark.9.png │   │   │   ├── [ 383] textfield_disabled_holo_light.9.png │   │   │   ├── [ 596] textfield_focused_holo_dark.9.png │   │   │   ├── [ 596] textfield_focused_holo_light.9.png │   │   │   ├── [ 393] textfield_multiline_activated_holo_dark.9.png │   │   │   ├── [ 393] textfield_multiline_activated_holo_light.9.png │   │   │   ├── [ 388] textfield_multiline_default_holo_dark.9.png │   │   │   ├── [ 384] textfield_multiline_default_holo_light.9.png │   │   │   ├── [ 566] textfield_multiline_disabled_focused_holo_dark.9.png │   │   │   ├── [ 547] textfield_multiline_disabled_focused_holo_light.9.png │   │   │   ├── [ 387] textfield_multiline_disabled_holo_dark.9.png │   │   │   ├── [ 383] textfield_multiline_disabled_holo_light.9.png │   │   │   ├── [ 596] textfield_multiline_focused_holo_dark.9.png │   │   │   ├── [ 596] textfield_multiline_focused_holo_light.9.png │   │   │   ├── [ 160] textfield_search_activated_mtrl_alpha.9.png │   │   │   ├── [1.1K] textfield_search_default_holo_dark.9.png │   │   │   ├── [1.0K] textfield_search_default_holo_light.9.png │   │   │   ├── [ 161] textfield_search_default_mtrl_alpha.9.png │   │   │   ├── [1.1K] textfield_search_right_default_holo_dark.9.png │   │   │   ├── [1.1K] textfield_search_right_default_holo_light.9.png │   │   │   ├── [1.1K] textfield_search_right_selected_holo_dark.9.png │   │   │   ├── [1.0K] textfield_search_right_selected_holo_light.9.png │   │   │   ├── [1.1K] textfield_search_selected_holo_dark.9.png │   │   │   ├── [1.0K] textfield_search_selected_holo_light.9.png │   │   │   ├── [ 15K] text_select_handle_left_mtrl_alpha.png │   │   │   ├── [4.1K] text_select_handle_left.png │   │   │   ├── [ 811] text_select_handle_middle_mtrl_alpha.png │   │   │   ├── [4.2K] text_select_handle_middle.png │   │   │   ├── [ 15K] text_select_handle_right_mtrl_alpha.png │   │   │   ├── [3.9K] text_select_handle_right.png │   │   │   ├── [2.3K] toast_frame.9.png │   │   │   ├── [9.8K] transportcontrol_bg.9.png │   │   │   ├── [ 781] vpn_connected.png │   │   │   └── [ 868] vpn_disconnected.png │   │   ├── [4.0K] drawable-xxxhdpi │   │   │   ├── [1.7K] btn_radio_to_off_mtrl_000.png │   │   │   ├── [1.7K] btn_radio_to_off_mtrl_001.png │   │   │   ├── [1.6K] btn_radio_to_off_mtrl_002.png │   │   │   ├── [1.7K] btn_radio_to_off_mtrl_003.png │   │   │   ├── [1.6K] btn_radio_to_off_mtrl_004.png │   │   │   ├── [1.4K] btn_radio_to_off_mtrl_005.png │   │   │   ├── [1.1K] btn_radio_to_off_mtrl_006.png │   │   │   ├── [1.2K] btn_radio_to_off_mtrl_007.png │   │   │   ├── [1.3K] btn_radio_to_off_mtrl_008.png │   │   │   ├── [1.5K] btn_radio_to_off_mtrl_009.png │   │   │   ├── [1.4K] btn_radio_to_off_mtrl_010.png │   │   │   ├── [1.5K] btn_radio_to_off_mtrl_011.png │   │   │   ├── [1.5K] btn_radio_to_off_mtrl_012.png │   │   │   ├── [1.5K] btn_radio_to_off_mtrl_013.png │   │   │   ├── [1.4K] btn_radio_to_off_mtrl_014.png │   │   │   ├── [1.5K] btn_radio_to_off_mtrl_015.png │   │   │   ├── [1.5K] btn_radio_to_on_mtrl_000.png │   │   │   ├── [1.4K] btn_radio_to_on_mtrl_001.png │   │   │   ├── [1.2K] btn_radio_to_on_mtrl_002.png │   │   │   ├── [1.1K] btn_radio_to_on_mtrl_003.png │   │   │   ├── [1.6K] btn_radio_to_on_mtrl_004.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_005.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_006.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_007.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_008.png │   │   │   ├── [1.8K] btn_radio_to_on_mtrl_009.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_010.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_011.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_012.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_013.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_014.png │   │   │   ├── [1.7K] btn_radio_to_on_mtrl_015.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00001.9.png │   │   │   ├── [ 19K] btn_switch_to_off_mtrl_00002.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00003.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00004.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00005.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00006.9.png │   │   │   ├── [ 17K] btn_switch_to_off_mtrl_00007.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00008.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00009.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00010.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00011.9.png │   │   │   ├── [ 18K] btn_switch_to_off_mtrl_00012.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00001.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00002.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00003.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00004.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00005.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00006.9.png │   │   │   ├── [ 17K] btn_switch_to_on_mtrl_00007.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00008.9.png │   │   │   ├── [ 18K] btn_switch_to_on_mtrl_00009.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00010.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00011.9.png │   │   │   ├── [ 19K] btn_switch_to_on_mtrl_00012.9.png │   │   │   ├── [6.3K] ic_corp_icon.png │   │   │   ├── [ 930] ic_lock_open_wht_24dp.png │   │   │   ├── [ 932] ic_lock_outline_wht_24dp.png │   │   │   ├── [2.3K] ic_menu_search_mtrl_alpha.png │   │   │   ├── [1.3K] ic_sim_card_multi_24px_clr.png │   │   │   ├── [1.8K] ic_sim_card_multi_48px_clr.png │   │   │   ├── [ 620] ic_star_black_16dp.png │   │   │   ├── [1.3K] ic_star_black_36dp.png │   │   │   ├── [1.6K] ic_star_black_48dp.png │   │   │   ├── [ 498] ic_star_half_black_16dp.png │   │   │   ├── [1.2K] ic_star_half_black_36dp.png │   │   │   ├── [1.3K] ic_star_half_black_48dp.png │   │   │   ├── [1.2K] perm_group_accessibility_features.png │   │   │   ├── [ 15K] perm_group_affects_battery.png │   │   │   ├── [1.8K] perm_group_app_info.png │   │   │   ├── [1.8K] perm_group_audio_settings.png │   │   │   ├── [1.8K] perm_group_bluetooth.png │   │   │   ├── [1.3K] perm_group_bookmarks.png │   │   │   ├── [2.6K] perm_group_device_alarms.png │   │   │   ├── [1.2K] perm_group_display.png │   │   │   ├── [1.6K] perm_group_network.png │   │   │   ├── [1.5K] perm_group_personal_info.png │   │   │   ├── [1.6K] perm_group_screenlock.png │   │   │   ├── [ 14K] perm_group_shortrange_network.png │   │   │   ├── [1.5K] perm_group_status_bar.png │   │   │   ├── [2.0K] perm_group_sync_settings.png │   │   │   ├── [2.2K] perm_group_system_clock.png │   │   │   ├── [2.3K] perm_group_system_tools.png │   │   │   ├── [1.7K] perm_group_voicemail.png │   │   │   ├── [1.5K] perm_group_wallpaper.png │   │   │   ├── [ 10K] sym_def_app_icon.png │   │   │   ├── [ 171] tab_indicator_mtrl_alpha.9.png │   │   │   ├── [ 15K] text_select_handle_left_mtrl_alpha.png │   │   │   └── [ 15K] text_select_handle_right_mtrl_alpha.png │   │   ├── [4.0K] interpolator │   │   │   ├── [ 787] accelerate_cubic.xml │   │   │   ├── [ 709] accelerate_decelerate.xml │   │   │   ├── [ 699] accelerate_quad.xml │   │   │   ├── [ 787] accelerate_quart.xml │   │   │   ├── [ 787] accelerate_quint.xml │   │   │   ├── [ 711] anticipate_overshoot.xml │   │   │   ├── [ 702] anticipate.xml │   │   │   ├── [ 698] bounce.xml │   │   │   ├── [ 697] cycle.xml │   │   │   ├── [ 787] decelerate_cubic.xml │   │   │   ├── [ 699] decelerate_quad.xml │   │   │   ├── [ 787] decelerate_quart.xml │   │   │   ├── [ 787] decelerate_quint.xml │   │   │   ├── [ 861] fast_out_linear_in.xml │   │   │   ├── [ 863] fast_out_slow_in.xml │   │   │   ├── [ 809] ic_checkbox_checked_animation_interpolator_0.xml │   │   │   ├── [ 822] ic_checkbox_checked_animation_interpolator_1.xml │   │   │   ├── [ 809] ic_checkbox_unchecked_animation_interpolator_0.xml │   │   │   ├── [ 822] ic_checkbox_unchecked_animation_interpolator_1.xml │   │   │   ├── [ 796] launch_task_behind_source_scale_1.xml │   │   │   ├── [ 801] launch_task_behind_source_scale_2.xml │   │   │   ├── [ 789] launch_task_behind_target_ydelta.xml │   │   │   ├── [ 861] linear_out_slow_in.xml │   │   │   ├── [ 752] linear.xml │   │   │   ├── [ 701] overshoot.xml │   │   │   ├── [ 882] progress_indeterminate_horizontal_rect1_scalex.xml │   │   │   ├── [ 940] progress_indeterminate_horizontal_rect1_translatex.xml │   │   │   ├── [1.0K] progress_indeterminate_horizontal_rect2_scalex.xml │   │   │   ├── [1000] progress_indeterminate_horizontal_rect2_translatex.xml │   │   │   ├── [ 799] trim_end_interpolator.xml │   │   │   └── [ 799] trim_start_interpolator.xml │   │   ├── [ 20K] layout │   │   │   ├── [1.6K] action_bar_home_material.xml │   │   │   ├── [1.7K] action_bar_home.xml │   │   │   ├── [1.6K] action_bar_title_item.xml │   │   │   ├── [ 981] action_bar_up_container.xml │   │   │   ├── [1.2K] action_menu_item_layout.xml │   │   │   ├── [ 970] action_menu_layout.xml │   │   │   ├── [ 937] action_mode_bar.xml │   │   │   ├── [1.2K] action_mode_close_item_material.xml │   │   │   ├── [1.4K] action_mode_close_item.xml │   │   │   ├── [2.0K] activity_chooser_view_list_item.xml │   │   │   ├── [2.5K] activity_chooser_view.xml │   │   │   ├── [1.1K] activity_list_item_2.xml │   │   │   ├── [1.4K] activity_list_item.xml │   │   │   ├── [1.3K] activity_list.xml │   │   │   ├── [1.1K] adaptive_notification_wrapper.xml │   │   │   ├── [2.0K] alert_dialog_button_bar_material.xml │   │   │   ├── [6.0K] alert_dialog_holo.xml │   │   │   ├── [5.1K] alert_dialog_leanback_button_panel_side.xml │   │   │   ├── [5.2K] alert_dialog_leanback.xml │   │   │   ├── [2.8K] alert_dialog_material.xml │   │   │   ├── [6.0K] alert_dialog_micro.xml │   │   │   ├── [2.0K] alert_dialog_progress_holo.xml │   │   │   ├── [1.8K] alert_dialog_progress_material.xml │   │   │   ├── [2.0K] alert_dialog_progress.xml │   │   │   ├── [2.0K] alert_dialog_title_material.xml │   │   │   ├── [6.3K] alert_dialog.xml │   │   │   ├── [1.6K] always_use_checkbox.xml │   │   │   ├── [2.7K] am_compat_mode_dialog.xml │   │   │   ├── [2.3K] app_not_authorized.xml │   │   │   ├── [3.0K] app_permission_item_money.xml │   │   │   ├── [1.9K] app_permission_item_old.xml │   │   │   ├── [1.8K] app_permission_item.xml │   │   │   ├── [1.6K] app_perms_summary.xml │   │   │   ├── [1.5K] auto_complete_list.xml │   │   │   ├── [ 984] breadcrumbs_in_fragment_material.xml │   │   │   ├── [ 984] breadcrumbs_in_fragment.xml │   │   │   ├── [1.0K] browser_link_context_header.xml │   │   │   ├── [3.5K] calendar_view.xml │   │   │   ├── [1.0K] character_picker_button.xml │   │   │   ├── [1.8K] character_picker.xml │   │   │   ├── [1.4K] choose_account_row.xml │   │   │   ├── [1.3K] choose_account_type.xml │   │   │   ├── [1.3K] choose_account.xml │   │   │   ├── [4.8K] chooser_grid.xml │   │   │   ├── [1.2K] chooser_row.xml │   │   │   ├── [3.1K] choose_type_and_account.xml │   │   │   ├── [2.1K] common_tab_settings.xml │   │   │   ├── [ 974] date_picker_dialog.xml │   │   │   ├── [1.8K] date_picker_header_material.xml │   │   │   ├── [3.1K] date_picker_legacy_holo.xml │   │   │   ├── [2.8K] date_picker_legacy.xml │   │   │   ├── [1.2K] date_picker_material.xml │   │   │   ├── [1.0K] date_picker_month_item_material.xml │   │   │   ├── [1.5K] date_picker_view_animator_material.xml │   │   │   ├── [1.9K] day_picker_content_material.xml │   │   │   ├── [1.3K] default_navigation.xml │   │   │   ├── [1.8K] dialog_custom_title_holo.xml │   │   │   ├── [1.6K] dialog_custom_title_material.xml │   │   │   ├── [1.7K] dialog_custom_title.xml │   │   │   ├── [1.8K] dialog_title_holo.xml │   │   │   ├── [2.5K] dialog_title_icons_holo.xml │   │   │   ├── [2.4K] dialog_title_icons_material.xml │   │   │   ├── [2.6K] dialog_title_icons.xml │   │   │   ├── [1.8K] dialog_title_material.xml │   │   │   ├── [1.7K] dialog_title.xml │   │   │   ├── [ 977] expandable_list_content.xml │   │   │   ├── [ 923] expanded_menu_layout.xml │   │   │   ├── [1.2K] floating_popup_close_overflow_button.xml │   │   │   ├── [1.1K] floating_popup_container.xml │   │   │   ├── [1.5K] floating_popup_menu_button.xml │   │   │   ├── [1.7K] floating_popup_menu_image_button.xml │   │   │   ├── [1.3K] floating_popup_open_overflow_button.xml │   │   │   ├── [1.7K] floating_popup_overflow_image_list_item.xml │   │   │   ├── [1.5K] floating_popup_overflow_list_item.xml │   │   │   ├── [1.6K] fragment_bread_crumb_item_material.xml │   │   │   ├── [1.6K] fragment_bread_crumb_item.xml │   │   │   ├── [ 931] fragment_bread_crumbs.xml │   │   │   ├── [2.2K] global_actions_item.xml │   │   │   ├── [3.9K] global_actions_silent_mode.xml │   │   │   ├── [5.9K] grant_credentials_permission.xml │   │   │   ├── [6.1K] heavy_weight_switcher.xml │   │   │   ├── [1.1K] icon_menu_item_layout.xml │   │   │   ├── [3.7K] immersive_mode_cling.xml │   │   │   ├── [1.8K] input_method_extract_view.xml │   │   │   ├── [4.2K] input_method_switch_dialog_title.xml │   │   │   ├── [2.1K] input_method_switch_item.xml │   │   │   ├── [1.8K] input_method.xml │   │   │   ├── [1.4K] js_prompt.xml │   │   │   ├── [1.0K] keyboard_key_preview.xml │   │   │   ├── [1.8K] keyboard_popup_keyboard.xml │   │   │   ├── [1.4K] keyguard.xml │   │   │   ├── [2.5K] launch_warning.xml │   │   │   ├── [ 956] list_content_simple.xml │   │   │   ├── [2.3K] list_content.xml │   │   │   ├── [ 850] list_gestures_overlay.xml │   │   │   ├── [1006] list_menu_item_checkbox.xml │   │   │   ├── [1.1K] list_menu_item_icon.xml │   │   │   ├── [2.5K] list_menu_item_layout.xml │   │   │   ├── [1004] list_menu_item_radio.xml │   │   │   ├── [1.3K] locale_picker_item.xml │   │   │   ├── [3.0K] media_controller.xml │   │   │   ├── [2.6K] media_route_chooser_dialog.xml │   │   │   ├── [2.9K] media_route_controller_dialog.xml │   │   │   ├── [2.2K] media_route_list_item.xml │   │   │   ├── [2.1K] menu_item.xml │   │   │   ├── [1.1K] notification_action_list.xml │   │   │   ├── [2.8K] notification_intruder_content.xml │   │   │   ├── [1.0K] notification_material_action_list.xml │   │   │   ├── [1.2K] notification_material_action_tombstone.xml │   │   │   ├── [1.3K] notification_material_action.xml │   │   │   ├── [1.1K] notification_material_media_action.xml │   │   │   ├── [1.7K] notification_template_icon_group.xml │   │   │   ├── [1.7K] notification_template_material_base.xml │   │   │   ├── [3.5K] notification_template_material_big_base.xml │   │   │   ├── [2.5K] notification_template_material_big_media_narrow.xml │   │   │   ├── [2.3K] notification_template_material_big_media.xml │   │   │   ├── [2.1K] notification_template_material_big_picture.xml │   │   │   ├── [3.9K] notification_template_material_big_text.xml │   │   │   ├── [7.3K] notification_template_material_inbox.xml │   │   │   ├── [2.1K] notification_template_material_media.xml │   │   │   ├── [1.1K] notification_template_part_chronometer.xml │   │   │   ├── [1.8K] notification_template_part_line1.xml │   │   │   ├── [2.3K] notification_template_part_line2.xml │   │   │   ├── [2.2K] notification_template_part_line3.xml │   │   │   ├── [1.1K] notification_template_part_time.xml │   │   │   ├── [ 938] notification_template_progressbar.xml │   │   │   ├── [1.1K] number_picker_material.xml │   │   │   ├── [1.1K] number_picker_with_selector_wheel_micro.xml │   │   │   ├── [1.1K] number_picker_with_selector_wheel.xml │   │   │   ├── [1.8K] number_picker.xml │   │   │   ├── [1.2K] overlay_display_window.xml │   │   │   ├── [2.4K] permissions_account_and_authtokentype.xml │   │   │   ├── [1.5K] permissions_package_list_item.xml │   │   │   ├── [2.5K] popup_menu_item_layout.xml │   │   │   ├── [1.6K] power_dialog.xml │   │   │   ├── [1.0K] preference_category_holo.xml │   │   │   ├── [1.2K] preference_category_material.xml │   │   │   ├── [ 905] preference_category.xml │   │   │   ├── [3.1K] preference_child_holo.xml │   │   │   ├── [2.9K] preference_child_material.xml │   │   │   ├── [3.0K] preference_child.xml │   │   │   ├── [1.6K] preference_dialog_edittext_material.xml │   │   │   ├── [1.6K] preference_dialog_edittext.xml │   │   │   ├── [1.4K] preference_dialog_seekbar_material.xml │   │   │   ├── [1.3K] preference_dialog_seekbar.xml │   │   │   ├── [2.6K] preference_header_item_material.xml │   │   │   ├── [2.4K] preference_header_item.xml │   │   │   ├── [3.3K] preference_holo.xml │   │   │   ├── [3.1K] preference_information_holo.xml │   │   │   ├── [3.0K] preference_information_material.xml │   │   │   ├── [2.5K] preference_information.xml │   │   │   ├── [4.5K] preference_list_content_material.xml │   │   │   ├── [3.3K] preference_list_content_single.xml │   │   │   ├── [4.4K] preference_list_content.xml │   │   │   ├── [3.1K] preference_list_fragment_material.xml │   │   │   ├── [3.1K] preference_list_fragment.xml │   │   │   ├── [3.2K] preference_material.xml │   │   │   ├── [1.1K] preferences.xml │   │   │   ├── [1.1K] preference_widget_checkbox.xml │   │   │   ├── [3.5K] preference_widget_seekbar_material.xml │   │   │   ├── [3.4K] preference_widget_seekbar.xml │   │   │   ├── [1.1K] preference_widget_switch.xml │   │   │   ├── [2.8K] preference.xml │   │   │   ├── [1.5K] progress_dialog_holo.xml │   │   │   ├── [1.8K] progress_dialog_material.xml │   │   │   ├── [1.7K] progress_dialog.xml │   │   │   ├── [3.5K] recent_apps_dialog.xml │   │   │   ├── [1.4K] recent_apps_icon.xml │   │   │   ├── [1.1K] remote_views_adapter_default_loading_view.xml │   │   │   ├── [3.2K] resolve_grid_item.xml │   │   │   ├── [3.0K] resolve_list_item.xml │   │   │   ├── [1.2K] resolver_different_item_header.xml │   │   │   ├── [6.5K] resolver_list_with_default.xml │   │   │   ├── [6.0K] resolver_list.xml │   │   │   ├── [4.0K] restrictions_pin_challenge.xml │   │   │   ├── [3.2K] restrictions_pin_setup.xml │   │   │   ├── [1.1K] safe_mode.xml │   │   │   ├── [2.6K] screen_action_bar.xml │   │   │   ├── [1.8K] screen_custom_title.xml │   │   │   ├── [3.3K] screen_progress.xml │   │   │   ├── [1.6K] screen_simple_overlay_action_mode.xml │   │   │   ├── [1.7K] screen_simple.xml │   │   │   ├── [1.0K] screen_swipe_dismiss.xml │   │   │   ├── [4.7K] screen_title_icons.xml │   │   │   ├── [2.1K] screen_title.xml │   │   │   ├── [2.2K] screen_toolbar.xml │   │   │   ├── [4.4K] screen.xml │   │   │   ├── [2.8K] search_bar.xml │   │   │   ├── [3.4K] search_dropdown_item_icons_2line.xml │   │   │   ├── [5.8K] search_view.xml │   │   │   ├── [1.3K] select_dialog_holo.xml │   │   │   ├── [1.3K] select_dialog_item_holo.xml │   │   │   ├── [1.4K] select_dialog_item_material.xml │   │   │   ├── [1.4K] select_dialog_item.xml │   │   │   ├── [1.5K] select_dialog_material.xml │   │   │   ├── [1.2K] select_dialog_multichoice_holo.xml │   │   │   ├── [1.3K] select_dialog_multichoice_material.xml │   │   │   ├── [1.2K] select_dialog_multichoice.xml │   │   │   ├── [1.2K] select_dialog_singlechoice_holo.xml │   │   │   ├── [1.3K] select_dialog_singlechoice_material.xml │   │   │   ├── [1.2K] select_dialog_singlechoice.xml │   │   │   ├── [1.4K] select_dialog.xml │   │   │   ├── [2.2K] simple_account_item.xml │   │   │   ├── [1.1K] simple_dropdown_hint.xml │   │   │   ├── [1.1K] simple_dropdown_item_1line.xml │   │   │   ├── [2.1K] simple_dropdown_item_2line.xml │   │   │   ├── [1.1K] simple_expandable_list_item_1.xml │   │   │   ├── [1.7K] simple_expandable_list_item_2.xml │   │   │   ├── [1.0K] simple_gallery_item.xml │   │   │   ├── [1.1K] simple_list_item_1.xml │   │   │   ├── [2.4K] simple_list_item_2_single_choice.xml │   │   │   ├── [1.5K] simple_list_item_2.xml │   │   │   ├── [1.2K] simple_list_item_activated_1.xml │   │   │   ├── [1.7K] simple_list_item_activated_2.xml │   │   │   ├── [1.2K] simple_list_item_checked.xml │   │   │   ├── [1.2K] simple_list_item_multiple_choice.xml │   │   │   ├── [1.2K] simple_list_item_single_choice.xml │   │   │   ├── [1.1K] simple_selectable_list_item.xml │   │   │   ├── [1.0K] simple_spinner_dropdown_item.xml │   │   │   ├── [1.0K] simple_spinner_item.xml │   │   │   ├── [3.5K] sms_short_code_confirmation_dialog.xml │   │   │   ├── [ 11K] ssl_certificate.xml │   │   │   ├── [1.2K] status_bar_latest_event_content.xml │   │   │   ├── [2.7K] subscription_item_layout.xml │   │   │   ├── [1.5K] tab_content.xml │   │   │   ├── [1.3K] tab_indicator_holo.xml │   │   │   ├── [1.4K] tab_indicator_material.xml │   │   │   ├── [1.4K] tab_indicator.xml │   │   │   ├── [ 989] test_list_item.xml │   │   │   ├── [ 984] text_drag_thumbnail.xml │   │   │   ├── [1.1K] text_edit_action_popup_text.xml │   │   │   ├── [1.4K] text_edit_no_paste_window.xml │   │   │   ├── [1.4K] text_edit_paste_window.xml │   │   │   ├── [1.4K] text_edit_side_no_paste_window.xml │   │   │   ├── [1.5K] text_edit_side_paste_window.xml │   │   │   ├── [1.3K] text_edit_suggestion_item.xml │   │   │   ├── [ 954] text_edit_suggestions_window.xml │   │   │   ├── [ 953] textview_hint.xml │   │   │   ├── [ 899] time_picker_dialog.xml │   │   │   ├── [4.1K] time_picker_header_material.xml │   │   │   ├── [2.8K] time_picker_legacy_material.xml │   │   │   ├── [2.2K] time_picker_legacy.xml │   │   │   ├── [1.5K] time_picker_material.xml │   │   │   ├── [1.4K] transient_notification.xml │   │   │   ├── [6.3K] twelve_key_entry.xml │   │   │   ├── [1.3K] two_line_list_item.xml │   │   │   ├── [1002] typing_filter.xml │   │   │   ├── [2.4K] usb_storage_activity.xml │   │   │   ├── [1.1K] user_switching_dialog.xml │   │   │   ├── [ 922] voice_interaction_session.xml │   │   │   ├── [1.2K] web_runtime.xml │   │   │   ├── [1.1K] web_text_view_dropdown.xml │   │   │   ├── [1.6K] webview_find.xml │   │   │   ├── [1.0K] webview_select_singlechoice.xml │   │   │   ├── [1.0K] wifi_p2p_dialog_row.xml │   │   │   ├── [1.7K] wifi_p2p_dialog.xml │   │   │   ├── [1.0K] year_label_text_view.xml │   │   │   ├── [1.3K] zoom_browser_accessory_buttons.xml │   │   │   ├── [1.0K] zoom_container.xml │   │   │   ├── [1.1K] zoom_controls.xml │   │   │   └── [1.3K] zoom_magnify.xml │   │   ├── [4.0K] layout-land │   │   │   ├── [1.7K] date_picker_material.xml │   │   │   ├── [1014] icon_menu_layout.xml │   │   │   ├── [ 11K] ssl_certificate.xml │   │   │   ├── [6.7K] time_picker_material.xml │   │   │   └── [2.8K] usb_storage_activity.xml │   │   ├── [4.0K] layout-large │   │   │   └── [1.8K] action_mode_close_item.xml │   │   ├── [4.0K] layout-port │   │   │   └── [1014] icon_menu_layout.xml │   │   ├── [4.0K] layout-sw600dp │   │   │   ├── [ 973] date_picker_dialog.xml │   │   │   └── [1.4K] keyguard.xml │   │   ├── [4.0K] layout-television │   │   │   └── [1.2K] user_switching_dialog.xml │   │   ├── [4.0K] layout-w600dp │   │   │   └── [3.4K] preference_list_content_single.xml │   │   ├── [4.0K] layout-watch │   │   │   └── [1.8K] progress_dialog_material.xml │   │   ├── [4.0K] layout-xlarge │   │   │   ├── [5.0K] activity_list.xml │   │   │   ├── [1.4K] breadcrumbs_in_fragment_material.xml │   │   │   ├── [1.5K] breadcrumbs_in_fragment.xml │   │   │   ├── [1.3K] select_dialog_item_holo.xml │   │   │   ├── [1.2K] select_dialog_multichoice_holo.xml │   │   │   └── [1.2K] select_dialog_singlechoice_holo.xml │   │   ├── [4.0K] menu │   │   │   ├── [2.0K] webview_copy.xml │   │   │   └── [1.1K] webview_find.xml │   │   ├── [4.0K] mipmap-hdpi │   │   │   ├── [3.3K] sym_app_on_sd_unavailable_icon.png │   │   │   └── [3.3K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-ldpi │   │   │   ├── [1.1K] sym_app_on_sd_unavailable_icon.png │   │   │   └── [1.7K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-mdpi │   │   │   ├── [5.3K] sym_app_on_sd_unavailable_icon.png │   │   │   └── [2.2K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-xhdpi │   │   │   └── [4.7K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-xxhdpi │   │   │   └── [7.5K] sym_def_app_icon.png │   │   ├── [4.0K] mipmap-xxxhdpi │   │   │   └── [ 10K] sym_def_app_icon.png │   │   ├── [4.0K] raw │   │   │   ├── [8.6K] accessibility_gestures.bin │   │   │   ├── [1.1K] color_fade_frag.frag │   │   │   ├── [ 369] color_fade_vert.vert │   │   │   ├── [ 14K] fallbackring.ogg │   │   │   ├── [1007] incognito_mode_start_page.html │   │   │   ├── [ 679] loaderror.html │   │   │   └── [ 908] nodomain.html │   │   ├── [4.0K] raw-ar │   │   │   ├── [1.5K] incognito_mode_start_page.html │   │   │   ├── [ 757] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-ar-xlarge │   │   │   └── [1.5K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-bg │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-bg-xlarge │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ca │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ca-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-cs │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 780] loaderror.html │   │   │   └── [1.2K] nodomain.html │   │   ├── [4.0K] raw-cs-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-da │   │   │   ├── [1020] incognito_mode_start_page.html │   │   │   ├── [ 710] loaderror.html │   │   │   └── [ 963] nodomain.html │   │   ├── [4.0K] raw-da-xlarge │   │   │   └── [1020] incognito_mode_start_page.html │   │   ├── [4.0K] raw-de │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 703] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-de-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-el │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-el-xlarge │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-en-rGB │   │   │   ├── [1015] incognito_mode_start_page.html │   │   │   ├── [ 677] loaderror.html │   │   │   └── [ 953] nodomain.html │   │   ├── [4.0K] raw-en-rGB-xlarge │   │   │   └── [1015] incognito_mode_start_page.html │   │   ├── [4.0K] raw-es │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 705] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-es-rUS │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-es-rUS-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-es-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fa │   │   │   └── [1.6K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fa-xlarge │   │   │   └── [1.6K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fi │   │   │   ├── [1.0K] incognito_mode_start_page.html │   │   │   ├── [ 731] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-fi-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-fr │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 711] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-fr-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hi │   │   │   └── [2.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hi-xlarge │   │   │   └── [2.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hr │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hr-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-hu │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 726] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-hu-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-id │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-id-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-it │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 720] loaderror.html │   │   │   └── [1015] nodomain.html │   │   ├── [4.0K] raw-it-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-iw │   │   │   ├── [1.3K] incognito_mode_start_page.html │   │   │   ├── [ 752] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-iw-xlarge │   │   │   └── [1.3K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ja │   │   │   ├── [1.2K] incognito_mode_start_page.html │   │   │   ├── [ 754] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-ja-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ko │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 746] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-ko-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lt │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lt-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lv │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-lv-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-nb │   │   │   └── [1017] incognito_mode_start_page.html │   │   ├── [4.0K] raw-nb-xlarge │   │   │   └── [1017] incognito_mode_start_page.html │   │   ├── [4.0K] raw-nl │   │   │   ├── [1.0K] incognito_mode_start_page.html │   │   │   ├── [ 690] loaderror.html │   │   │   └── [1005] nodomain.html │   │   ├── [4.0K] raw-nl-xlarge │   │   │   └── [1.0K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pl │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 726] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-pl-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt-rBR │   │   │   ├── [ 774] loaderror.html │   │   │   └── [1.1K] nodomain.html │   │   ├── [4.0K] raw-pt-rPT │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt-rPT-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-pt-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-rm │   │   │   ├── [ 715] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-ro │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ro-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-ru │   │   │   ├── [1.8K] incognito_mode_start_page.html │   │   │   ├── [ 803] loaderror.html │   │   │   └── [1.2K] nodomain.html │   │   ├── [4.0K] raw-ru-xlarge │   │   │   └── [1.8K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sk │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sk-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sl │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sl-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sr │   │   │   └── [1.5K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sr-xlarge │   │   │   └── [1.5K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sv │   │   │   └── [1001] incognito_mode_start_page.html │   │   ├── [4.0K] raw-sv-xlarge │   │   │   └── [1001] incognito_mode_start_page.html │   │   ├── [4.0K] raw-th │   │   │   ├── [2.1K] incognito_mode_start_page.html │   │   │   ├── [ 776] loaderror.html │   │   │   └── [1.4K] nodomain.html │   │   ├── [4.0K] raw-th-xlarge │   │   │   └── [2.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-tl │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-tl-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-tr │   │   │   ├── [1.1K] incognito_mode_start_page.html │   │   │   ├── [ 668] loaderror.html │   │   │   └── [1.0K] nodomain.html │   │   ├── [4.0K] raw-tr-xlarge │   │   │   └── [1.1K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-uk │   │   │   └── [1.7K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-uk-xlarge │   │   │   └── [1.7K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-vi │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-vi-xlarge │   │   │   └── [1.2K] incognito_mode_start_page.html │   │   ├── [4.0K] raw-xlarge │   │   │   └── [ 998] incognito_mode_start_page.html │   │   ├── [4.0K] raw-zh-rCN │   │   │   ├── [ 962] incognito_mode_start_page.html │   │   │   ├── [ 654] loaderror.html │   │   │   └── [ 927] nodomain.html │   │   ├── [4.0K] raw-zh-rCN-xlarge │   │   │   └── [ 962] incognito_mode_start_page.html │   │   ├── [4.0K] raw-zh-rTW │   │   │   ├── [ 959] incognito_mode_start_page.html │   │   │   ├── [ 733] loaderror.html │   │   │   └── [ 957] nodomain.html │   │   ├── [4.0K] raw-zh-rTW-xlarge │   │   │   └── [ 959] incognito_mode_start_page.html │   │   ├── [4.0K] transition │   │   │   ├── [ 740] explode.xml │   │   │   ├── [ 737] fade.xml │   │   │   ├── [ 857] move.xml │   │   │   ├── [ 687] no_transition.xml │   │   │   ├── [1.1K] popup_window_enter.xml │   │   │   ├── [ 803] popup_window_exit.xml │   │   │   ├── [ 765] slide_bottom.xml │   │   │   ├── [ 763] slide_left.xml │   │   │   ├── [ 764] slide_right.xml │   │   │   └── [ 762] slide_top.xml │   │   ├── [4.0K] values │   │   │   ├── [ 24K] arrays.xml │   │   │   ├── [125K] attrs_manifest.xml │   │   │   ├── [429K] attrs.xml │   │   │   ├── [1.5K] bools.xml │   │   │   ├── [5.1K] colors_holo.xml │   │   │   ├── [1.2K] colors_leanback.xml │   │   │   ├── [2.0K] colors_legacy.xml │   │   │   ├── [6.0K] colors_material.xml │   │   │   ├── [9.0K] colors.xml │   │   │   ├── [124K] config.xml │   │   │   ├── [7.2K] dimens_leanback.xml │   │   │   ├── [8.9K] dimens_material.xml │   │   │   ├── [ 19K] dimens.xml │   │   │   ├── [ 402] donottranslate-cldr.xml │   │   │   ├── [1.0K] donottranslate-maps.xml │   │   │   ├── [1.5K] donottranslate_material.xml │   │   │   ├── [ 518] donottranslate-names.xml │   │   │   ├── [1.3K] donottranslate.xml │   │   │   ├── [5.1K] ids.xml │   │   │   ├── [1.0K] integers.xml │   │   │   ├── [175K] public.xml │   │   │   ├── [283K] strings.xml │   │   │   ├── [ 26K] styles_device_defaults.xml │   │   │   ├── [ 53K] styles_holo.xml │   │   │   ├── [3.4K] styles_leanback.xml │   │   │   ├── [ 59K] styles_material.xml │   │   │   ├── [4.4K] styles_micro.xml │   │   │   ├── [ 57K] styles.xml │   │   │   ├── [137K] symbols.xml │   │   │   ├── [ 37K] themes_device_defaults.xml │   │   │   ├── [ 68K] themes_holo.xml │   │   │   ├── [5.7K] themes_leanback.xml │   │   │   ├── [ 81K] themes_material.xml │   │   │   ├── [4.4K] themes_micro.xml │   │   │   └── [ 51K] themes.xml │   │   ├── [4.0K] values-af │   │   │   ├── [ 396] donottranslate-cldr.xml │   │   │   └── [179K] strings.xml │   │   ├── [4.0K] values-af-rZA │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-af-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-am │   │   │   ├── [ 397] donottranslate-cldr.xml │   │   │   └── [218K] strings.xml │   │   ├── [4.0K] values-am-rET │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-am-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ar │   │   │   ├── [ 405] donottranslate-cldr.xml │   │   │   └── [217K] strings.xml │   │   ├── [4.0K] values-ar-rEG │   │   │   ├── [ 405] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ar-rIL │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ar-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-az-rAZ │   │   │   └── [186K] strings.xml │   │   ├── [4.0K] values-az-rAZ-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-bg │   │   │   ├── [ 388] donottranslate-cldr.xml │   │   │   └── [233K] strings.xml │   │   ├── [4.0K] values-bg-rBG │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-bg-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-bn-rBD │   │   │   └── [275K] strings.xml │   │   ├── [4.0K] values-bn-rBD-watch │   │   │   └── [1.2K] strings.xml │   │   ├── [4.0K] values-ca │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-ca-rES │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ca-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-cs │   │   │   ├── [ 396] donottranslate-cldr.xml │   │   │   └── [187K] strings.xml │   │   ├── [4.0K] values-cs-rCZ │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-cs-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-da │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [180K] strings.xml │   │   ├── [4.0K] values-da-rDK │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-da-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-de │   │   │   ├── [ 392] donottranslate-cldr.xml │   │   │   └── [185K] strings.xml │   │   ├── [4.0K] values-de-rAT │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-de-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-de-rDE │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-de-rLI │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-de-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-el │   │   │   ├── [ 396] donottranslate-cldr.xml │   │   │   └── [245K] strings.xml │   │   ├── [4.0K] values-el-rGR │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-el-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-en-rAU │   │   │   ├── [ 399] donottranslate-cldr.xml │   │   │   ├── [1012] donottranslate-maps.xml │   │   │   └── [173K] strings.xml │   │   ├── [4.0K] values-en-rAU-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-en-rCA │   │   │   ├── [ 400] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rGB │   │   │   ├── [ 392] donottranslate-cldr.xml │   │   │   ├── [ 963] donottranslate-maps.xml │   │   │   └── [173K] strings.xml │   │   ├── [4.0K] values-en-rGB-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-en-rIE │   │   │   ├── [ 392] donottranslate-cldr.xml │   │   │   └── [ 964] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rIN │   │   │   ├── [ 399] donottranslate-cldr.xml │   │   │   ├── [1010] donottranslate-maps.xml │   │   │   └── [173K] strings.xml │   │   ├── [4.0K] values-en-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-en-rNZ │   │   │   ├── [ 400] donottranslate-cldr.xml │   │   │   └── [1012] donottranslate-maps.xml │   │   ├── [4.0K] values-en-rSG │   │   │   ├── [1010] donottranslate-maps.xml │   │   │   └── [ 58K] strings.xml │   │   ├── [4.0K] values-en-rUS │   │   │   ├── [ 402] donottranslate-cldr.xml │   │   │   ├── [8.7K] donottranslate-names.xml │   │   │   └── [ 58K] strings.xml │   │   ├── [4.0K] values-en-rZA │   │   │   ├── [ 398] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-es │   │   │   ├── [ 397] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-es-rES │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-es-rUS │   │   │   ├── [ 405] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-es-rUS-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-es-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-et-rEE │   │   │   └── [178K] strings.xml │   │   ├── [4.0K] values-et-rEE-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-eu-rES │   │   │   └── [184K] strings.xml │   │   ├── [4.0K] values-eu-rES-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-fa │   │   │   ├── [ 403] donottranslate-cldr.xml │   │   │   └── [220K] strings.xml │   │   ├── [4.0K] values-fa-rIR │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-fa-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-fi │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [182K] strings.xml │   │   ├── [4.0K] values-fi-rFI │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-fi-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-fr │   │   │   ├── [ 396] donottranslate-cldr.xml │   │   │   └── [194K] strings.xml │   │   ├── [4.0K] values-fr-rBE │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-fr-rCA │   │   │   ├── [1011] donottranslate-maps.xml │   │   │   └── [194K] strings.xml │   │   ├── [4.0K] values-fr-rCA-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-fr-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-fr-rFR │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-fr-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-gl-rES │   │   │   └── [186K] strings.xml │   │   ├── [4.0K] values-gl-rES-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-gu-rIN │   │   │   └── [259K] strings.xml │   │   ├── [4.0K] values-gu-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-h320dp │   │   │   ├── [ 755] bools.xml │   │   │   └── [1.2K] dimens.xml │   │   ├── [4.0K] values-h720dp │   │   │   └── [ 789] dimens.xml │   │   ├── [4.0K] values-hi │   │   │   ├── [ 397] donottranslate-cldr.xml │   │   │   └── [257K] strings.xml │   │   ├── [4.0K] values-hi-rIN │   │   │   ├── [ 397] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-hi-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-hr │   │   │   ├── [ 393] donottranslate-cldr.xml │   │   │   └── [183K] strings.xml │   │   ├── [4.0K] values-hr-rHR │   │   │   └── [ 393] donottranslate-cldr.xml │   │   ├── [4.0K] values-hr-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-hu │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [194K] strings.xml │   │   ├── [4.0K] values-hu-rHU │   │   │   ├── [ 396] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-hu-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-hy-rAM │   │   │   └── [228K] strings.xml │   │   ├── [4.0K] values-hy-rAM-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-in │   │   │   ├── [ 390] donottranslate-cldr.xml │   │   │   └── [178K] strings.xml │   │   ├── [4.0K] values-in-rID │   │   │   ├── [ 337] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-in-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-is-rIS │   │   │   └── [181K] strings.xml │   │   ├── [4.0K] values-is-rIS-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-it │   │   │   ├── [ 388] donottranslate-cldr.xml │   │   │   └── [184K] strings.xml │   │   ├── [4.0K] values-it-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-it-rIT │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-it-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-iw │   │   │   ├── [ 393] donottranslate-cldr.xml │   │   │   └── [204K] strings.xml │   │   ├── [4.0K] values-iw-rIL │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-iw-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ja │   │   │   ├── [ 399] donottranslate-cldr.xml │   │   │   └── [197K] strings.xml │   │   ├── [4.0K] values-ja-rJP │   │   │   └── [1016] donottranslate-maps.xml │   │   ├── [4.0K] values-ja-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ka-rGE │   │   │   └── [270K] strings.xml │   │   ├── [4.0K] values-ka-rGE-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-kk-rKZ │   │   │   └── [224K] strings.xml │   │   ├── [4.0K] values-kk-rKZ-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-km-rKH │   │   │   └── [273K] strings.xml │   │   ├── [4.0K] values-km-rKH-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-kn-rIN │   │   │   └── [285K] strings.xml │   │   ├── [4.0K] values-kn-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ko │   │   │   ├── [ 418] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-ko-rKR │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-ko-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ky-rKG │   │   │   └── [229K] strings.xml │   │   ├── [4.0K] values-ky-rKG-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-land │   │   │   ├── [ 791] arrays.xml │   │   │   ├── [ 943] bools.xml │   │   │   ├── [2.9K] dimens_material.xml │   │   │   ├── [3.1K] dimens.xml │   │   │   ├── [ 933] donottranslate.xml │   │   │   └── [1.0K] integers.xml │   │   ├── [4.0K] values-large │   │   │   ├── [1.1K] config.xml │   │   │   ├── [1.4K] dimens.xml │   │   │   ├── [ 941] strings.xml │   │   │   ├── [2.0K] themes_device_defaults.xml │   │   │   ├── [1.8K] themes_holo.xml │   │   │   └── [2.1K] themes_material.xml │   │   ├── [4.0K] values-ldrtl │   │   │   └── [ 874] dimens.xml │   │   ├── [4.0K] values-lo-rLA │   │   │   └── [264K] strings.xml │   │   ├── [4.0K] values-lo-rLA-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-lt │   │   │   ├── [ 395] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-lt-rLT │   │   │   ├── [ 397] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-lt-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-lv │   │   │   ├── [ 404] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-lv-rLV │   │   │   ├── [ 406] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-lv-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-mcc204 │   │   │   ├── [ 963] donottranslate-maps.xml │   │   │   └── [ 987] strings.xml │   │   ├── [4.0K] values-mcc204-mnc04 │   │   │   └── [1.9K] config.xml │   │   ├── [4.0K] values-mcc204-mnc12 │   │   │   └── [ 931] config.xml │   │   ├── [4.0K] values-mcc206-mnc05 │   │   │   └── [ 871] config.xml │   │   ├── [4.0K] values-mcc206-mnc10 │   │   │   └── [ 871] config.xml │   │   ├── [4.0K] values-mcc208-mnc01 │   │   │   └── [1.4K] config.xml │   │   ├── [4.0K] values-mcc208-mnc10 │   │   │   └── [2.1K] config.xml │   │   ├── [4.0K] values-mcc208-mnc15 │   │   │   └── [ 871] config.xml │   │   ├── [4.0K] values-mcc208-mnc26 │   │   │   └── [ 959] config.xml │   │   ├── [4.0K] values-mcc214-mnc01 │   │   │   └── [2.4K] config.xml │   │   ├── [4.0K] values-mcc214-mnc02 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc04 │   │   │   └── [1.4K] config.xml │   │   ├── [4.0K] values-mcc214-mnc05 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc06 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc07 │   │   │   └── [1.4K] config.xml │   │   ├── [4.0K] values-mcc214-mnc08 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc09 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc10 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc11 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc12 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc13 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc14 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc15 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc16 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc17 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc18 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc19 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc20 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc214-mnc21 │   │   │   └── [1.3K] config.xml │   │   ├── [4.0K] values-mcc219 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc219-mnc02 │   │   │   └── [ 931] config.xml │   │   ├── [4.0K] values-mcc220 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc222-mnc10 │   │   │   └── [2.1K] config.xml │   │   ├── [4.0K] values-mcc230 │   │   │   ├── [ 964] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc232 │   │   │   ├── [ 964] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc234 │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc234-mnc08 │   │   │   └── [ 959] config.xml │   │   ├── [4.0K] values-mcc234-mnc10 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc234-mnc20 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc234-mnc26 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc234-mnc30 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc234-mnc31 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc234-mnc32 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc234-mnc33 │   │   │   └── [1.2K] config.xml │   │   ├── [4.0K] values-mcc234-mnc34 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc234-mnc86 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc235-mnc94 │   │   │   └── [1.9K] config.xml │   │   ├── [4.0K] values-mcc238-mnc06 │   │   │   └── [ 868] config.xml │   │   ├── [4.0K] values-mcc240-mnc01 │   │   │   └── [ 997] config.xml │   │   ├── [4.0K] values-mcc240-mnc05 │   │   │   └── [ 997] config.xml │   │   ├── [4.0K] values-mcc259-mnc05 │   │   │   └── [1.4K] config.xml │   │   ├── [4.0K] values-mcc260 │   │   │   ├── [ 964] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc262 │   │   │   ├── [ 963] donottranslate-maps.xml │   │   │   └── [ 986] strings.xml │   │   ├── [4.0K] values-mcc268-mnc03 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc286 │   │   │   └── [3.0K] config.xml │   │   ├── [4.0K] values-mcc302-mnc220 │   │   │   └── [1.9K] config.xml │   │   ├── [4.0K] values-mcc302-mnc221 │   │   │   └── [1.6K] config.xml │   │   ├── [4.0K] values-mcc302-mnc370 │   │   │   └── [1.9K] config.xml │   │   ├── [4.0K] values-mcc302-mnc610 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc302-mnc640 │   │   │   └── [ 930] config.xml │   │   ├── [4.0K] values-mcc302-mnc660 │   │   │   └── [2.2K] config.xml │   │   ├── [4.0K] values-mcc302-mnc720 │   │   │   └── [2.1K] config.xml │   │   ├── [4.0K] values-mcc302-mnc780 │   │   │   └── [1.2K] config.xml │   │   ├── [4.0K] values-mcc310 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc310-mnc004 │   │   │   └── [1.4K] config.xml │   │   ├── [4.0K] values-mcc310-mnc120 │   │   │   └── [2.0K] config.xml │   │   ├── [4.0K] values-mcc310-mnc150 │   │   │   └── [1.9K] config.xml │   │   ├── [4.0K] values-mcc310-mnc160 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-af │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-am │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ar │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-az-rAZ │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-bg │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-bn-rBD │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ca │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-cs │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-da │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-de │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-el │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-en-rAU │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-en-rGB │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-en-rIN │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-es │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-es-rUS │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-et-rEE │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-eu-rES │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-fa │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-fi │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-fr │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-fr-rCA │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-gl-rES │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-gu-rIN │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-hi │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-hr │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-hu │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-hy-rAM │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-in │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-is-rIS │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-it │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-iw │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ja │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ka-rGE │   │   │   └── [1.9K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-kk-rKZ │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-km-rKH │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-kn-rIN │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ko │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ky-rKG │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-lo-rLA │   │   │   └── [1.9K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-lt │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-lv │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-mk-rMK │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ml-rIN │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-mn-rMN │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-mr-rIN │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ms-rMY │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-my-rMM │   │   │   └── [2.0K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-nb │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ne-rNP │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-nl │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-pa-rIN │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-pl │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-pt │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-pt-rBR │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-pt-rPT │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ro │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ru │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-si-rLK │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-sk │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-sl │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-sq-rAL │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-sr │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-sv │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-sw │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ta-rIN │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-te-rIN │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-th │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-tl │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-tr │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-uk │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-ur-rPK │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-uz-rUZ │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-vi │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-zh-rCN │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-zh-rHK │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-zh-rTW │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc160-zu │   │   │   └── [1.5K] strings.xml │   │   ├── [ 22] values-mcc310-mnc170 -> ./values-mcc310-mnc150 [recursive, not followed] │   │   ├── [4.0K] values-mcc310-mnc200 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc210 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc220 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc230 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc240 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc250 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-af │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-am │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ar │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-bg │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-bn-rBD │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ca │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-cs │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-da │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-de │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-el │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-en-rAU │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-en-rGB │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-en-rIN │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-es │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-es-rUS │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-et-rEE │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-eu-rES │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-fa │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-fi │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-fr │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-fr-rCA │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-gl-rES │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-gu-rIN │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-hi │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-hr │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-hu │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-hy-rAM │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-in │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-is-rIS │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-it │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-iw │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ja │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ka-rGE │   │   │   └── [1.9K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-kk-rKZ │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-km-rKH │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-kn-rIN │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ko │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ky-rKG │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-lo-rLA │   │   │   └── [1.9K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-lt │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-lv │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-mk-rMK │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ml-rIN │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-mn-rMN │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-mr-rIN │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ms-rMY │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-my-rMM │   │   │   └── [2.0K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-nb │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ne-rNP │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-nl │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-pa-rIN │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-pl │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-pt │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-pt-rPT │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ro │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ru │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-si-rLK │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-sk │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-sl │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-sq-rAL │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-sr │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-sv │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-sw │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ta-rIN │   │   │   └── [1.8K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-te-rIN │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-th │   │   │   └── [1.7K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-tl │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-tr │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-uk │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-ur-rPK │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-uz-rUZ │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-vi │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-zh-rCN │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-zh-rHK │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-zh-rTW │   │   │   └── [1.4K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc260-zu │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc270 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc300 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc310-mnc310 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [ 22] values-mcc310-mnc380 -> ./values-mcc310-mnc150 [recursive, not followed] │   │   ├── [4.0K] values-mcc310-mnc410 │   │   │   └── [2.5K] config.xml │   │   ├── [4.0K] values-mcc310-mnc490 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc530 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc310-mnc580 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc310-mnc590 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc310-mnc640 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc310-mnc660 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc310-mnc800 │   │   │   ├── [1.7K] config.xml │   │   │   └── [1.6K] strings.xml │   │   ├── [4.0K] values-mcc311 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc311-mnc190 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc311-mnc220 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc221 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc222 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc223 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc224 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc225 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc226 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc227 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc228 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc229 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc480 │   │   │   └── [2.9K] config.xml │   │   ├── [4.0K] values-mcc311-mnc490 │   │   │   └── [1.7K] config.xml │   │   ├── [4.0K] values-mcc311-mnc580 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc581 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc582 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc583 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc584 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc585 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc586 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc587 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc588 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc589 │   │   │   └── [ 986] config.xml │   │   ├── [4.0K] values-mcc311-mnc870 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc312 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc312-mnc530 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc313 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc314 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc315 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc316 │   │   │   └── [ 887] config.xml │   │   ├── [4.0K] values-mcc334-mnc020 │   │   │   └── [ 746] config.xml │   │   ├── [4.0K] values-mcc334-mnc050 │   │   │   └── [1.8K] config.xml │   │   ├── [4.0K] values-mcc340-mnc01 │   │   │   └── [2.0K] config.xml │   │   ├── [4.0K] values-mcc404 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc405 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc415-mnc01 │   │   │   └── [ 747] config.xml │   │   ├── [4.0K] values-mcc416-mnc77 │   │   │   └── [ 747] config.xml │   │   ├── [4.0K] values-mcc425 │   │   │   └── [ 747] config.xml │   │   ├── [4.0K] values-mcc425-mnc07 │   │   │   └── [2.0K] config.xml │   │   ├── [4.0K] values-mcc425-mnc08 │   │   │   └── [ 932] config.xml │   │   ├── [4.0K] values-mcc432 │   │   │   └── [ 747] config.xml │   │   ├── [4.0K] values-mcc432-mnc20 │   │   │   └── [ 747] config.xml │   │   ├── [4.0K] values-mcc440 │   │   │   └── [ 879] config.xml │   │   ├── [4.0K] values-mcc440-mnc20 │   │   │   └── [1006] config.xml │   │   ├── [4.0K] values-mcc440-mnc50 │   │   │   └── [1006] config.xml │   │   ├── [4.0K] values-mcc440-mnc54 │   │   │   └── [1006] config.xml │   │   ├── [4.0K] values-mcc450 │   │   │   └── [ 826] config.xml │   │   ├── [4.0K] values-mcc450-ko │   │   │   └── [ 752] config.xml │   │   ├── [4.0K] values-mcc450-mnc05 │   │   │   └── [1006] config.xml │   │   ├── [4.0K] values-mcc450-mnc06 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc450-mnc08 │   │   │   └── [1.1K] config.xml │   │   ├── [4.0K] values-mcc454-mnc10 │   │   │   └── [1.4K] config.xml │   │   ├── [4.0K] values-mcc505-mnc01 │   │   │   └── [1.9K] config.xml │   │   ├── [4.0K] values-mcc510-mnc08 │   │   │   └── [ 995] config.xml │   │   ├── [4.0K] values-mcc510-mnc21 │   │   │   └── [ 932] config.xml │   │   ├── [4.0K] values-mcc510-mnc89 │   │   │   └── [1000] config.xml │   │   ├── [4.0K] values-mcc520 │   │   │   └── [ 935] config.xml │   │   ├── [4.0K] values-mcc530-mnc05 │   │   │   └── [1.0K] config.xml │   │   ├── [4.0K] values-mcc530-mnc24 │   │   │   └── [ 937] config.xml │   │   ├── [4.0K] values-mcc730-mnc01 │   │   │   └── [ 931] config.xml │   │   ├── [4.0K] values-mcc730-mnc07 │   │   │   └── [ 931] config.xml │   │   ├── [4.0K] values-mcc730-mnc08 │   │   │   └── [ 931] config.xml │   │   ├── [4.0K] values-mcc730-mnc10 │   │   │   └── [ 931] config.xml │   │   ├── [4.0K] values-mk-rMK │   │   │   └── [230K] strings.xml │   │   ├── [4.0K] values-mk-rMK-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ml-rIN │   │   │   └── [297K] strings.xml │   │   ├── [4.0K] values-ml-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-mn-rMN │   │   │   └── [218K] strings.xml │   │   ├── [4.0K] values-mn-rMN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-mr-rIN │   │   │   └── [261K] strings.xml │   │   ├── [4.0K] values-mr-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ms-rMY │   │   │   ├── [1010] donottranslate-maps.xml │   │   │   └── [179K] strings.xml │   │   ├── [4.0K] values-ms-rMY-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-my-rMM │   │   │   └── [294K] strings.xml │   │   ├── [4.0K] values-my-rMM-watch │   │   │   └── [1.2K] strings.xml │   │   ├── [4.0K] values-nb │   │   │   ├── [ 392] donottranslate-cldr.xml │   │   │   └── [177K] strings.xml │   │   ├── [4.0K] values-nb-rNO │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-nb-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ne-rNP │   │   │   └── [267K] strings.xml │   │   ├── [4.0K] values-ne-rNP-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-nl │   │   │   ├── [ 390] donottranslate-cldr.xml │   │   │   └── [181K] strings.xml │   │   ├── [4.0K] values-nl-rBE │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-nl-rNL │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-nl-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-pa-rIN │   │   │   └── [253K] strings.xml │   │   ├── [4.0K] values-pa-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-pl │   │   │   ├── [ 389] donottranslate-cldr.xml │   │   │   └── [187K] strings.xml │   │   ├── [4.0K] values-pl-rPL │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-pl-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-port │   │   │   ├── [ 858] bools.xml │   │   │   └── [ 862] integers.xml │   │   ├── [4.0K] values-port-mdpi │   │   │   └── [ 954] donottranslate.xml │   │   ├── [4.0K] values-pt │   │   │   ├── [ 395] donottranslate-cldr.xml │   │   │   └── [182K] strings.xml │   │   ├── [4.0K] values-pt-rBR │   │   │   ├── [1012] donottranslate-maps.xml │   │   │   └── [182K] strings.xml │   │   ├── [4.0K] values-pt-rBR-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-pt-rPT │   │   │   ├── [ 402] donottranslate-cldr.xml │   │   │   ├── [1010] donottranslate-maps.xml │   │   │   └── [186K] strings.xml │   │   ├── [4.0K] values-pt-rPT-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-pt-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-rm-rCH │   │   │   └── [1009] donottranslate-maps.xml │   │   ├── [4.0K] values-ro │   │   │   ├── [ 391] donottranslate-cldr.xml │   │   │   └── [190K] strings.xml │   │   ├── [4.0K] values-ro-rRO │   │   │   ├── [ 391] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ro-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ru │   │   │   ├── [ 397] donottranslate-cldr.xml │   │   │   └── [223K] strings.xml │   │   ├── [4.0K] values-ru-rRU │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-ru-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-si-rLK │   │   │   └── [254K] strings.xml │   │   ├── [4.0K] values-si-rLK-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-sk │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [189K] strings.xml │   │   ├── [4.0K] values-sk-rSK │   │   │   ├── [ 396] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sk-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-sl │   │   │   ├── [ 392] donottranslate-cldr.xml │   │   │   └── [185K] strings.xml │   │   ├── [4.0K] values-sl-rSI │   │   │   ├── [ 393] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sl-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-sq-rAL │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-sq-rAL-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-sr │   │   │   ├── [ 391] donottranslate-cldr.xml │   │   │   └── [225K] strings.xml │   │   ├── [4.0K] values-sr-rRS │   │   │   ├── [ 391] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sr-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-sv │   │   │   ├── [ 390] donottranslate-cldr.xml │   │   │   └── [180K] strings.xml │   │   ├── [4.0K] values-sv-rSE │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sv-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-sw │   │   │   ├── [ 390] donottranslate-cldr.xml │   │   │   └── [180K] strings.xml │   │   ├── [4.0K] values-sw360dp │   │   │   └── [ 741] dimens.xml │   │   ├── [4.0K] values-sw380dp │   │   │   └── [ 847] dimens.xml │   │   ├── [4.0K] values-sw380dp-land │   │   │   └── [ 833] dimens.xml │   │   ├── [4.0K] values-sw600dp │   │   │   ├── [1.1K] bools.xml │   │   │   ├── [1013] colors.xml │   │   │   ├── [1.7K] config.xml │   │   │   ├── [1.4K] dimens_material.xml │   │   │   ├── [5.5K] dimens.xml │   │   │   ├── [ 739] integers.xml │   │   │   └── [1.3K] styles.xml │   │   ├── [4.0K] values-sw600dp-land │   │   │   ├── [ 791] arrays.xml │   │   │   ├── [ 964] dimens.xml │   │   │   └── [ 864] integers.xml │   │   ├── [4.0K] values-sw600dp-port │   │   │   └── [ 804] integers.xml │   │   ├── [4.0K] values-sw600dp-w960dp │   │   │   └── [ 877] dimens.xml │   │   ├── [4.0K] values-sw720dp │   │   │   ├── [ 754] bools.xml │   │   │   ├── [ 899] config.xml │   │   │   ├── [ 849] dimens_material.xml │   │   │   ├── [6.0K] dimens.xml │   │   │   └── [1.1K] styles.xml │   │   ├── [4.0K] values-sw720dp-land │   │   │   └── [1.1K] dimens.xml │   │   ├── [4.0K] values-sw720dp-port │   │   │   └── [ 804] integers.xml │   │   ├── [4.0K] values-sw720dp-w1280dp │   │   │   └── [1.5K] dimens.xml │   │   ├── [4.0K] values-sw-rTZ │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-sw-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ta-rIN │   │   │   └── [287K] strings.xml │   │   ├── [4.0K] values-ta-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-television │   │   │   ├── [1002] config.xml │   │   │   ├── [ 938] dimens.xml │   │   │   ├── [ 889] themes_device_defaults.xml │   │   │   └── [1.5K] themes.xml │   │   ├── [4.0K] values-te-rIN │   │   │   └── [284K] strings.xml │   │   ├── [4.0K] values-te-rIN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-th │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [256K] strings.xml │   │   ├── [4.0K] values-th-rTH │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-th-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-tl │   │   │   ├── [ 390] donottranslate-cldr.xml │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-tl-rPH │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-tl-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-tr │   │   │   ├── [ 388] donottranslate-cldr.xml │   │   │   └── [185K] strings.xml │   │   ├── [4.0K] values-tr-rTR │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-tr-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-uk │   │   │   ├── [ 394] donottranslate-cldr.xml │   │   │   └── [228K] strings.xml │   │   ├── [4.0K] values-uk-rUA │   │   │   ├── [ 400] donottranslate-cldr.xml │   │   │   └── [1010] donottranslate-maps.xml │   │   ├── [4.0K] values-uk-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-ur-rPK │   │   │   └── [219K] strings.xml │   │   ├── [4.0K] values-ur-rPK-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-uz-rUZ │   │   │   └── [188K] strings.xml │   │   ├── [4.0K] values-uz-rUZ-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-vi │   │   │   ├── [ 407] donottranslate-cldr.xml │   │   │   └── [195K] strings.xml │   │   ├── [4.0K] values-vi-rVN │   │   │   ├── [ 407] donottranslate-cldr.xml │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-vi-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-w360dp │   │   │   └── [ 977] dimens.xml │   │   ├── [4.0K] values-w480dp │   │   │   ├── [ 803] bools.xml │   │   │   └── [ 756] config.xml │   │   ├── [4.0K] values-w500dp │   │   │   └── [ 977] dimens.xml │   │   ├── [4.0K] values-w600dp │   │   │   └── [ 977] dimens.xml │   │   ├── [4.0K] values-w720dp │   │   │   └── [ 769] bools.xml │   │   ├── [4.0K] values-watch │   │   │   ├── [2.7K] config.xml │   │   │   ├── [1.4K] strings.xml │   │   │   ├── [1.6K] themes_device_defaults.xml │   │   │   └── [1.2K] themes.xml │   │   ├── [4.0K] values-xlarge │   │   │   ├── [1.4K] dimens.xml │   │   │   └── [ 940] strings.xml │   │   ├── [4.0K] values-xlarge-land │   │   │   └── [1020] dimens.xml │   │   ├── [4.0K] values-zh-rCN │   │   │   ├── [ 421] donottranslate-cldr.xml │   │   │   ├── [1011] donottranslate-maps.xml │   │   │   └── [172K] strings.xml │   │   ├── [4.0K] values-zh-rCN-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-zh-rHK │   │   │   └── [173K] strings.xml │   │   ├── [4.0K] values-zh-rHK-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-zh-rTW │   │   │   ├── [ 410] donottranslate-cldr.xml │   │   │   ├── [1011] donottranslate-maps.xml │   │   │   └── [174K] strings.xml │   │   ├── [4.0K] values-zh-rTW-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] values-zu │   │   │   ├── [ 398] donottranslate-cldr.xml │   │   │   └── [186K] strings.xml │   │   ├── [4.0K] values-zu-rZA │   │   │   └── [1011] donottranslate-maps.xml │   │   ├── [4.0K] values-zu-watch │   │   │   └── [1.1K] strings.xml │   │   ├── [4.0K] xml │   │   │   ├── [ 811] apns.xml │   │   │   ├── [1.7K] audio_assets.xml │   │   │   ├── [ 679] autotext.xml │   │   │   ├── [1.8K] bookmarks.xml │   │   │   ├── [ 858] default_zen_mode_config.xml │   │   │   ├── [3.6K] eri.xml │   │   │   ├── [1.3K] global_keys.xml │   │   │   ├── [2.4K] kg_password_kbd_numeric.xml │   │   │   ├── [1.9K] password_kbd_extension.xml │   │   │   ├── [2.3K] password_kbd_numeric.xml │   │   │   ├── [ 978] password_kbd_popup_template.xml │   │   │   ├── [3.9K] password_kbd_qwerty_shifted.xml │   │   │   ├── [3.9K] password_kbd_qwerty.xml │   │   │   ├── [3.3K] password_kbd_symbols_shift.xml │   │   │   ├── [3.6K] password_kbd_symbols.xml │   │   │   ├── [3.9K] power_profile.xml │   │   │   ├── [1005] preferred_time_zones.xml │   │   │   ├── [ 12K] sms_7bit_translation_table.xml │   │   │   ├── [ 12K] sms_short_codes.xml │   │   │   ├── [1.0K] storage_list.xml │   │   │   └── [ 30K] time_zones_by_country.xml │   │   ├── [4.0K] xml-en │   │   │   └── [6.9K] autotext.xml │   │   ├── [4.0K] xml-land │   │   │   ├── [3.4K] password_kbd_qwerty_shifted.xml │   │   │   └── [3.4K] password_kbd_qwerty.xml │   │   ├── [4.0K] xml-mdpi │   │   │   ├── [3.9K] password_kbd_qwerty_shifted.xml │   │   │   └── [4.0K] password_kbd_qwerty.xml │   │   └── [4.0K] xml-xlarge │   │   ├── [2.3K] password_kbd_numeric.xml │   │   ├── [3.6K] password_kbd_qwerty_shifted.xml │   │   ├── [3.6K] password_kbd_qwerty.xml │   │   ├── [3.5K] password_kbd_symbols_shift.xml │   │   └── [3.6K] password_kbd_symbols.xml │   └── [4.0K] tests │   ├── [4.0K] bandwidthtests │   │   ├── [1.9K] AndroidManifest.xml │   │   ├── [ 991] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] bandwidthtest │   │   ├── [ 14K] BandwidthTest.java │   │   ├── [1.2K] BandwidthTestRunner.java │   │   ├── [9.5K] NetworkState.java │   │   └── [4.0K] util │   │   ├── [5.6K] BandwidthTestUtil.java │   │   └── [ 28K] ConnectionUtil.java │   ├── [4.0K] benchmarks │   │   ├── [ 213] README │   │   └── [4.0K] src │   │   ├── [4.0K] android │   │   │   ├── [4.0K] net │   │   │   │   ├── [2.8K] NetworkStatsBenchmark.java │   │   │   │   └── [1.2K] TrafficStatsBenchmark.java │   │   │   ├── [4.0K] os │   │   │   │   ├── [3.3K] ParcelArrayBenchmark.java │   │   │   │   ├── [1.9K] ParcelBenchmark.java │   │   │   │   └── [1.1K] StrictModeBenchmark.java │   │   │   └── [4.0K] util │   │   │   └── [3.4K] FloatMathBenchmark.java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] internal │   │   ├── [4.0K] net │   │   │   └── [1.7K] NetworkStatsFactoryBenchmark.java │   │   └── [4.0K] util │   │   └── [4.4K] IndentingPrintWriterBenchmark.java │   ├── [4.0K] bluetoothtests │   │   ├── [1.9K] AndroidManifest.xml │   │   ├── [ 396] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] bluetooth │   │   ├── [3.9K] BluetoothInstrumentation.java │   │   ├── [3.0K] BluetoothRebootStressTest.java │   │   ├── [ 15K] BluetoothStressTest.java │   │   ├── [7.6K] BluetoothTestRunner.java │   │   ├── [ 59K] BluetoothTestUtils.java │   │   ├── [2.5K] BluetoothUuidTest.java │   │   └── [4.0K] le │   │   ├── [5.4K] AdvertiseDataTest.java │   │   ├── [8.9K] ScanFilterTest.java │   │   ├── [2.8K] ScanRecordTest.java │   │   ├── [1.9K] ScanResultTest.java │   │   └── [2.3K] ScanSettingsTest.java │   ├── [4.0K] BTtraffic │   │   ├── [ 692] AndroidManifest.xml │   │   ├── [ 322] Android.mk │   │   ├── [2.1K] README │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 77] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] google │   │   └── [4.0K] experimental │   │   └── [4.0K] bttraffic │   │   └── [ 11K] BTtraffic.java │   ├── [4.0K] ConnectivityManagerTest │   │   ├── [4.1K] AndroidManifest.xml │   │   ├── [ 954] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 125] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] connectivitymanagertest │   │   ├── [4.1K] ConnectivityManagerStressTestRunner.java │   │   ├── [ 19K] ConnectivityManagerTestBase.java │   │   ├── [2.4K] ConnectivityManagerTestRunner.java │   │   ├── [1.5K] ConnectivityManagerUnitTestRunner.java │   │   ├── [4.0K] functional │   │   │   ├── [ 15K] ConnectivityManagerMobileTest.java │   │   │   ├── [6.1K] WifiAssociationTest.java │   │   │   └── [4.1K] WifiConnectionTest.java │   │   ├── [4.0K] stress │   │   │   ├── [4.9K] WifiApStress.java │   │   │   └── [ 13K] WifiStressTest.java │   │   ├── [4.0K] unit │   │   │   ├── [ 10K] WifiClientTest.java │   │   │   └── [2.7K] WifiSoftAPTest.java │   │   ├── [1.6K] WifiAssociationTestRunner.java │   │   └── [ 14K] WifiConfigurationHelper.java │   ├── [4.0K] coretests │   │   ├── [ 67K] AndroidManifest.xml │   │   ├── [2.0K] Android.mk │   │   ├── [4.0K] apks │   │   │   ├── [ 199] Android.mk │   │   │   ├── [ 392] FrameworkCoreTests_apk.mk │   │   │   ├── [4.0K] install │   │   │   │   ├── [ 877] AndroidManifest.xml │   │   │   │   ├── [ 176] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_bad_dex │   │   │   │   ├── [ 992] AndroidManifest.xml │   │   │   │   ├── [ 339] Android.mk │   │   │   │   ├── [ 18] classes.dex │   │   │   │   ├── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 218] strings.xml │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] frameworks │   │   │   │   └── [4.0K] coretests │   │   │   │   └── [ 745] TestActivity.java │   │   │   ├── [4.0K] install_complete_package_info │   │   │   │   ├── [2.0K] AndroidManifest.xml │   │   │   │   ├── [ 227] Android.mk │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] frameworks │   │   │   │   └── [4.0K] coretests │   │   │   │   ├── [ 745] TestActivity.java │   │   │   │   ├── [1.5K] TestProvider.java │   │   │   │   ├── [1.5K] TestReceiver.java │   │   │   │   └── [ 884] TestService.java │   │   │   ├── [4.0K] install_decl_perm │   │   │   │   ├── [1.6K] AndroidManifest.xml │   │   │   │   ├── [ 186] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_jni_lib │   │   │   │   ├── [1.2K] Android.mk │   │   │   │   └── [1.4K] com_android_frameworks_coretests_JNITest.cpp │   │   │   ├── [4.0K] install_jni_lib_open_from_apk │   │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   │   ├── [ 198] Android.mk │   │   │   │   ├── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 802] strings.xml │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] frameworks │   │   │   │   └── [4.0K] coretests │   │   │   │   ├── [ 805] JNITests.java │   │   │   │   └── [1.1K] OpenFromApkActivity.java │   │   │   ├── [4.0K] install_loc_auto │   │   │   │   ├── [ 920] AndroidManifest.xml │   │   │   │   ├── [ 185] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_loc_internal │   │   │   │   ├── [ 928] AndroidManifest.xml │   │   │   │   ├── [ 189] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_loc_sdcard │   │   │   │   ├── [ 930] AndroidManifest.xml │   │   │   │   ├── [ 187] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_loc_unspecified │   │   │   │   ├── [ 881] AndroidManifest.xml │   │   │   │   ├── [ 192] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_use_perm_good │   │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   │   ├── [ 190] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_uses_feature │   │   │   │   ├── [ 980] AndroidManifest.xml │   │   │   │   ├── [ 189] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_verifier_bad │   │   │   │   ├── [1013] AndroidManifest.xml │   │   │   │   ├── [ 189] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] install_verifier_good │   │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   │   ├── [ 190] Android.mk │   │   │   │   └── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   ├── [4.0K] keyset │   │   │   │   ├── [3.9K] Android.mk │   │   │   │   ├── [4.0K] api_test │   │   │   │   │   └── [ 876] AndroidManifest.xml │   │   │   │   ├── [4.0K] permDef │   │   │   │   │   └── [1.1K] AndroidManifest.xml │   │   │   │   ├── [4.0K] permUse │   │   │   │   │   └── [1.6K] AndroidManifest.xml │   │   │   │   ├── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 347] strings.xml │   │   │   │   ├── [4.0K] uA │   │   │   │   │   └── [1.2K] AndroidManifest.xml │   │   │   │   ├── [4.0K] uAB │   │   │   │   │   └── [1.4K] AndroidManifest.xml │   │   │   │   ├── [4.0K] uAuB │   │   │   │   │   └── [1.5K] AndroidManifest.xml │   │   │   │   ├── [4.0K] uB │   │   │   │   │   └── [1.2K] AndroidManifest.xml │   │   │   │   └── [4.0K] uNone │   │   │   │   └── [ 872] AndroidManifest.xml │   │   │   ├── [4.0K] version │   │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   │   ├── [1.3K] Android.mk │   │   │   │   ├── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 218] strings.xml │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] frameworks │   │   │   │   └── [4.0K] coretests │   │   │   │   └── [4.0K] version_test │   │   │   │   └── [ 922] NullProvider.java │   │   │   └── [4.0K] version_nosys │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [ 296] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 218] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] coretests │   │   │   └── [4.0K] version_test │   │   │   └── [ 922] NullProvider.java │   │   ├── [4.0K] assets │   │   │   ├── [ 96] backup_mock.dat │   │   │   ├── [ 54] backup_mock.gld │   │   │   ├── [ 248] backup_real.dat │   │   │   ├── [ 276] backup_real.gld │   │   │   └── [ 39] text.txt │   │   ├── [4.0K] certs │   │   │   ├── [ 344] keyset_A.pk8 │   │   │   ├── [ 810] keyset_A.x509.pem │   │   │   ├── [ 345] keyset_B.pk8 │   │   │   ├── [ 810] keyset_B.x509.pem │   │   │   ├── [ 143] README │   │   │   ├── [1.2K] unit_test_diff.pk8 │   │   │   ├── [1.1K] unit_test_diff.x509.pem │   │   │   ├── [1.2K] unit_test.pk8 │   │   │   └── [1.1K] unit_test.x509.pem │   │   ├── [4.0K] DisabledTestApp │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [ 224] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] coretests │   │   │   └── [4.0K] disabled_app │   │   │   └── [ 797] EnabledActivity.java │   │   ├── [4.0K] EnabledTestApp │   │   │   ├── [2.4K] AndroidManifest.xml │   │   │   ├── [ 223] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] coretests │   │   │   └── [4.0K] enabled_app │   │   │   ├── [ 797] DisabledActivity.java │   │   │   ├── [1.5K] DisabledProvider.java │   │   │   ├── [ 955] DisabledReceiver.java │   │   │   ├── [ 921] DisabledService.java │   │   │   ├── [ 796] EnabledActivity.java │   │   │   ├── [1.5K] EnabledProvider.java │   │   │   ├── [ 954] EnabledReceiver.java │   │   │   └── [ 920] EnabledService.java │   │   ├── [4.0K] res │   │   │   ├── [4.0K] anim │   │   │   │   ├── [1.0K] reset_state_anim.xml │   │   │   │   ├── [1.1K] test_animator.xml │   │   │   │   └── [1.7K] test_state_anim.xml │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [3.5K] abe.jpg │   │   │   │   ├── [ 829] bitmap_drawable.xml │   │   │   │   ├── [ 986] box.xml │   │   │   │   ├── [116K] gettysburg.png │   │   │   │   └── [ 980] size_adaptive_statelist.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 430] big_drawable_background.9.png │   │   │   │   ├── [ 116] black_square.png │   │   │   │   ├── [ 135] black_square_stretchable.9.png │   │   │   │   ├── [ 354] drawable_background.9.png │   │   │   │   ├── [ 668] sym_now_playing_pause_1.png │   │   │   │   ├── [1.3K] sym_now_playing_skip_backward_1.png │   │   │   │   └── [1.2K] sym_now_playing_skip_forward_1.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [ 330] big_drawable_background.9.png │   │   │   │   ├── [ 151] black_square.png │   │   │   │   ├── [ 175] black_square_stretchable.9.png │   │   │   │   ├── [ 270] drawable_background.9.png │   │   │   │   ├── [3.0K] sym_now_playing_pause_1.png │   │   │   │   ├── [3.2K] sym_now_playing_skip_backward_1.png │   │   │   │   └── [3.2K] sym_now_playing_skip_forward_1.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 865] accessibility_injector_test.xml │   │   │   │   ├── [1.6K] add_column_in_table.xml │   │   │   │   ├── [ 388] animator_basic.xml │   │   │   │   ├── [ 434] attach_view_test.xml │   │   │   │   ├── [1.2K] autocompletetextview_simple.xml │   │   │   │   ├── [1.9K] baseline_0width_and_weight.xml │   │   │   │   ├── [2.3K] baseline_buttons.xml │   │   │   │   ├── [1.5K] baseline_center_gravity.xml │   │   │   │   ├── [ 951] brightness_limit.xml │   │   │   │   ├── [2.1K] descendant_focusability.xml │   │   │   │   ├── [1.5K] disabled.xml │   │   │   │   ├── [3.4K] drawable_background_minimum_size.xml │   │   │   │   ├── [2.3K] fill_in_wrap.xml │   │   │   │   ├── [2.2K] focus_after_removal.xml │   │   │   │   ├── [1.3K] focus_listener.xml │   │   │   │   ├── [2.8K] framelayout_gravity.xml │   │   │   │   ├── [1.8K] framelayout_margin.xml │   │   │   │   ├── [1.4K] grid_in_horizontal.xml │   │   │   │   ├── [1.5K] grid_in_vertical.xml │   │   │   │   ├── [ 995] grid_padding.xml │   │   │   │   ├── [1.4K] grid_scroll_listener.xml │   │   │   │   ├── [1.4K] grid_thrasher.xml │   │   │   │   ├── [ 900] include_button_with_size.xml │   │   │   │   ├── [ 914] include_button.xml │   │   │   │   ├── [1.5K] include_tag.xml │   │   │   │   ├── [ 876] inflated_expandablelistview.xml │   │   │   │   ├── [3.1K] interrogation_activity.xml │   │   │   │   ├── [1.0K] layout_five.xml │   │   │   │   ├── [ 813] layout_four.xml │   │   │   │   ├── [ 881] layout_one.xml │   │   │   │   ├── [1.8K] layout_six.xml │   │   │   │   ├── [ 913] layout_tag.xml │   │   │   │   ├── [1.7K] layout_three.xml │   │   │   │   ├── [1.0K] layout_two.xml │   │   │   │   ├── [1.5K] linear_layout_buttons.xml │   │   │   │   ├── [1.3K] linear_layout_edittext_then_button.xml │   │   │   │   ├── [3.3K] linear_layout_grid.xml │   │   │   │   ├── [2.4K] linear_layout_listview_height.xml │   │   │   │   ├── [1.3K] linear_layout_spinner_then_button.xml │   │   │   │   ├── [1.3K] linear_layout_textviews.xml │   │   │   │   ├── [1.7K] linear_layout_weight.xml │   │   │   │   ├── [1.2K] list_dividers.xml │   │   │   │   ├── [1.8K] list_filter.xml │   │   │   │   ├── [ 996] list_in_horizontal.xml │   │   │   │   ├── [1.7K] list_in_vertical.xml │   │   │   │   ├── [1.2K] list_recycler_profiling.xml │   │   │   │   ├── [1.2K] list_scroll_listener.xml │   │   │   │   ├── [4.6K] list_take_focus_from_side.xml │   │   │   │   ├── [1.2K] list_thrasher.xml │   │   │   │   ├── [1.5K] list_with_button_above.xml │   │   │   │   ├── [1.2K] list_with_disappearing_item_bug_item.xml │   │   │   │   ├── [1.3K] list_with_empty_view.xml │   │   │   │   ├── [1.1K] longpress.xml │   │   │   │   ├── [1.2K] mail_message.xml │   │   │   │   ├── [1.2K] merge_child.xml │   │   │   │   ├── [1.4K] merge_tag.xml │   │   │   │   ├── [2.1K] popup_window_visibility.xml │   │   │   │   ├── [1.5K] pre_draw_listener.xml │   │   │   │   ├── [1.6K] radiogroup_checkedchild.xml │   │   │   │   ├── [ 881] remote_view_host.xml │   │   │   │   ├── [1.0K] remote_view_test_bad_1.xml │   │   │   │   ├── [1.0K] remote_view_test_bad_2.xml │   │   │   │   ├── [2.0K] remote_view_test_good.xml │   │   │   │   ├── [2.8K] scroll_to_rectangle.xml │   │   │   │   ├── [1.6K] scroll_to_rect_with_internal_scroll.xml │   │   │   │   ├── [1.1K] scrollview_linear_layout.xml │   │   │   │   ├── [1.5K] scrollview_with_webviews.xml │   │   │   │   ├── [3.0K] table_layout_cell_span.xml │   │   │   │   ├── [1.9K] table_layout_fixed_width.xml │   │   │   │   ├── [2.8K] table_layout_horizontal_gravity.xml │   │   │   │   ├── [2.4K] table_layout_vertical_gravity.xml │   │   │   │   ├── [1.5K] table_layout_weight.xml │   │   │   │   ├── [1.2K] translucent_background.xml │   │   │   │   ├── [1000] viewgroupchildren.xml │   │   │   │   ├── [1.4K] viewstub.xml │   │   │   │   ├── [2.8K] visibility_callback.xml │   │   │   │   ├── [2.6K] visibility.xml │   │   │   │   ├── [1.2K] weight_sum.xml │   │   │   │   ├── [ 963] with_bitmap_background.xml │   │   │   │   └── [1.5K] zero_sized.xml │   │   │   ├── [4.0K] raw │   │   │   │   ├── [ 144] history_v1 │   │   │   │   ├── [4.4K] install_app1_cert1 │   │   │   │   ├── [5.5K] install_app1_cert1_cert2 │   │   │   │   ├── [4.4K] install_app1_cert2 │   │   │   │   ├── [4.4K] install_app1_cert3 │   │   │   │   ├── [5.5K] install_app1_cert3_cert4 │   │   │   │   ├── [2.9K] install_app1_unsigned │   │   │   │   ├── [4.4K] install_app2_cert1 │   │   │   │   ├── [5.5K] install_app2_cert1_cert2 │   │   │   │   ├── [4.4K] install_app2_cert2 │   │   │   │   ├── [4.4K] install_app2_cert3 │   │   │   │   ├── [2.9K] install_app2_unsigned │   │   │   │   ├── [ 13K] install_shared1_cert1 │   │   │   │   ├── [ 14K] install_shared1_cert1_cert2 │   │   │   │   ├── [ 13K] install_shared1_cert2 │   │   │   │   ├── [ 11K] install_shared1_unsigned │   │   │   │   ├── [ 13K] install_shared2_cert1 │   │   │   │   ├── [ 14K] install_shared2_cert1_cert2 │   │   │   │   ├── [ 13K] install_shared2_cert2 │   │   │   │   ├── [ 11K] install_shared2_unsigned │   │   │   │   ├── [1.5K] medium.xml │   │   │   │   ├── [269K] obb_enc_file100_orig1.obb │   │   │   │   ├── [292K] obb_enc_file100_orig3.obb │   │   │   │   ├── [269K] obb_file1.obb │   │   │   │   ├── [260K] obb_file2_nosign.obb │   │   │   │   ├── [261K] obb_file2.obb │   │   │   │   ├── [292K] obb_file3_bad_packagename.obb │   │   │   │   ├── [292K] obb_file3.obb │   │   │   │   ├── [ 819] small.xml │   │   │   │   ├── [ 39] text.txt │   │   │   │   ├── [ 166] xt_qtaguid_iface_fmt_typical │   │   │   │   ├── [ 191] xt_qtaguid_iface_typical │   │   │   │   └── [5.0K] xt_qtaguid_typical │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.2K] arrays.xml │   │   │   │   ├── [ 824] attrs.xml │   │   │   │   ├── [ 940] colors.xml │   │   │   │   ├── [ 776] dimens.xml │   │   │   │   ├── [5.8K] strings.xml │   │   │   │   └── [1.0K] styles.xml │   │   │   ├── [4.0K] values-land │   │   │   │   └── [ 716] dimens.xml │   │   │   └── [4.0K] xml │   │   │   ├── [2.2K] app_restrictions.xml │   │   │   ├── [ 885] metadata_app.xml │   │   │   ├── [ 866] metadata.xml │   │   │   └── [1.0K] searchable.xml │   │   └── [4.0K] src │   │   ├── [4.0K] android │   │   │   ├── [4.0K] animation │   │   │   │   ├── [2.1K] AnimatorInflaterTest.java │   │   │   │   ├── [2.8K] AnimatorSetEventsTest.java │   │   │   │   ├── [6.9K] AutoCancelTest.java │   │   │   │   ├── [1.1K] BasicAnimatorActivity.java │   │   │   │   ├── [ 26K] EventsTest.java │   │   │   │   ├── [1.5K] FutureWaiter.java │   │   │   │   ├── [1.1K] ObjectAnimatorEventsTest.java │   │   │   │   ├── [4.4K] StateListAnimatorTest.java │   │   │   │   ├── [ 890] ValueAnimatorEventsTest.java │   │   │   │   └── [ 14K] ViewPropertyAnimatorTest.java │   │   │   ├── [4.0K] app │   │   │   │   ├── [4.0K] activity │   │   │   │   │   ├── [1.5K] AbortReceiver.java │   │   │   │   │   ├── [5.3K] ActivityManagerTest.java │   │   │   │   │   ├── [6.0K] ActivityTestsBase.java │   │   │   │   │   ├── [1.4K] ActivityTests.java │   │   │   │   │   ├── [ 21K] BroadcastTest.java │   │   │   │   │   ├── [1.6K] ClearTop.java │   │   │   │   │   ├── [3.3K] IntentSenderTest.java │   │   │   │   │   ├── [ 23K] LaunchpadActivity.java │   │   │   │   │   ├── [1.3K] LaunchpadTabActivity.java │   │   │   │   │   ├── [2.5K] LaunchTest.java │   │   │   │   │   ├── [3.3K] LifecycleTest.java │   │   │   │   │   ├── [ 911] LocalActivity.java │   │   │   │   │   ├── [1.4K] LocalDeniedReceiver.java │   │   │   │   │   ├── [ 710] LocalDeniedService.java │   │   │   │   │   ├── [ 905] LocalDialog.java │   │   │   │   │   ├── [1.4K] LocalGrantedReceiver.java │   │   │   │   │   ├── [ 711] LocalGrantedService.java │   │   │   │   │   ├── [5.2K] LocalProvider.java │   │   │   │   │   ├── [3.2K] LocalReceiver.java │   │   │   │   │   ├── [ 905] LocalScreen.java │   │   │   │   │   ├── [3.9K] LocalService.java │   │   │   │   │   ├── [6.3K] MetaDataTest.java │   │   │   │   │   ├── [1.4K] RemoteDeniedReceiver.java │   │   │   │   │   ├── [1.4K] RemoteGrantedReceiver.java │   │   │   │   │   ├── [1.7K] RemoteReceiver.java │   │   │   │   │   ├── [2.0K] RemoteSubActivityScreen.java │   │   │   │   │   ├── [1.2K] ResultReceiver.java │   │   │   │   │   ├── [ 902] SearchableActivity.java │   │   │   │   │   ├── [ 17K] ServiceTest.java │   │   │   │   │   ├── [2.3K] SetTimeZonePermissionsTest.java │   │   │   │   │   ├── [5.6K] SubActivityScreen.java │   │   │   │   │   ├── [3.7K] SubActivityTest.java │   │   │   │   │   ├── [1.9K] TestedActivity.java │   │   │   │   │   └── [5.0K] TestedScreen.java │   │   │   │   ├── [4.0K] backup │   │   │   │   │   ├── [ 11K] BackupDataTest.java │   │   │   │   │   └── [ 12K] FullBackupTest.java │   │   │   │   ├── [ 38K] DownloadManagerBaseTest.java │   │   │   │   ├── [ 14K] DownloadManagerFunctionalTest.java │   │   │   │   ├── [7.4K] DownloadManagerStressTest.java │   │   │   │   ├── [1.2K] InstrumentationTest.java │   │   │   │   ├── [5.9K] SearchManagerTest.java │   │   │   │   ├── [3.5K] SuggestionProvider.java │   │   │   │   └── [2.3K] TranslucentFancyActivity.java │   │   │   ├── [4.0K] content │   │   │   │   ├── [2.4K] AssetTest.java │   │   │   │   ├── [1.3K] BrickDeniedTest.java │   │   │   │   ├── [ 23K] ContentProviderOperationTest.java │   │   │   │   ├── [3.8K] ContentQueryMapTest.java │   │   │   │   ├── [1.5K] ContentResolverTest.java │   │   │   │   ├── [ 895] ContentTests.java │   │   │   │   ├── [6.1K] MemoryFileProvider.java │   │   │   │   ├── [3.2K] MemoryFileProviderTest.java │   │   │   │   ├── [4.0K] pm │   │   │   │   │   ├── [ 28K] AppCacheTest.java │   │   │   │   │   ├── [ 34K] ComponentTest.java │   │   │   │   │   ├── [ 18K] ContainerEncryptionParamsTest.java │   │   │   │   │   ├── [6.7K] LimitedLengthInputStreamTest.java │   │   │   │   │   ├── [4.0K] MacAuthenticatedInputStreamTest.java │   │   │   │   │   ├── [2.6K] ManifestDigestTest.java │   │   │   │   │   ├── [4.1K] PackageHelperTests.java │   │   │   │   │   ├── [146K] PackageManagerTests.java │   │   │   │   │   ├── [8.6K] ParceledListSliceTest.java │   │   │   │   │   ├── [ 14K] RegisteredServicesCacheTest.java │   │   │   │   │   ├── [6.4K] SignatureTest.java │   │   │   │   │   ├── [9.9K] VerificationParamsTest.java │   │   │   │   │   └── [8.9K] VerifierDeviceIdentityTest.java │   │   │   │   ├── [4.0K] res │   │   │   │   │   ├── [ 10K] ConfigurationBoundResourceCacheTest.java │   │   │   │   │   └── [1.2K] ResourceCacheActivity.java │   │   │   │   └── [3.3K] RestrictionsManagerTest.java │   │   │   ├── [4.0K] database │   │   │   │   ├── [3.6K] CursorWindowTest.java │   │   │   │   ├── [ 17K] DatabaseCursorTest.java │   │   │   │   ├── [4.6K] DatabaseErrorHandlerTest.java │   │   │   │   ├── [ 47K] DatabaseGeneralTest.java │   │   │   │   ├── [4.2K] DatabaseLocaleTest.java │   │   │   │   ├── [5.6K] DatabaseLockTest.java │   │   │   │   ├── [ 40K] DatabasePerformanceTests.java │   │   │   │   ├── [ 11K] DatabaseStatementTest.java │   │   │   │   ├── [3.1K] DatabaseStressTest.java │   │   │   │   ├── [6.6K] MatrixCursorTest.java │   │   │   │   ├── [ 36K] NewDatabasePerformanceTests.java │   │   │   │   ├── [4.3K] NewDatabasePerformanceTestSuite.java │   │   │   │   └── [4.0K] sqlite │   │   │   │   └── [5.5K] SQLiteCursorTest.java │   │   │   ├── [4.0K] hardware │   │   │   │   └── [4.0K] display │   │   │   │   └── [ 20K] VirtualDisplayTest.java │   │   │   ├── [4.0K] net │   │   │   │   ├── [4.0K] http │   │   │   │   │   ├── [ 12K] AbstractProxyTest.java │   │   │   │   │   ├── [ 908] AndroidHttpClientProxyTest.java │   │   │   │   │   ├── [4.1K] CookiesTest.java │   │   │   │   │   ├── [ 921] DefaultHttpClientProxyTest.java │   │   │   │   │   ├── [5.1K] DefaultHttpClientTest.java │   │   │   │   │   ├── [6.3K] SslCertificateTest.java │   │   │   │   │   └── [2.5K] X509TrustManagerExtensionsTest.java │   │   │   │   ├── [ 11K] IpPrefixTest.java │   │   │   │   ├── [ 16K] LinkAddressTest.java │   │   │   │   ├── [ 27K] LinkPropertiesTest.java │   │   │   │   ├── [4.7K] LocalSocketTest.java │   │   │   │   ├── [4.0K] netlink │   │   │   │   │   ├── [3.3K] NetlinkErrorMessageTest.java │   │   │   │   │   ├── [4.1K] NetlinkSocketTest.java │   │   │   │   │   └── [ 14K] RtNetlinkNeighborMessageTest.java │   │   │   │   ├── [6.3K] NetworkScorerAppManagerTest.java │   │   │   │   ├── [ 25K] NetworkStatsHistoryTest.java │   │   │   │   ├── [ 23K] NetworkStatsTest.java │   │   │   │   ├── [5.1K] NetworkTest.java │   │   │   │   ├── [2.9K] NetworkUtilsTest.java │   │   │   │   ├── [10.0K] RouteInfoTest.java │   │   │   │   ├── [3.5K] SSLSessionCacheTest.java │   │   │   │   ├── [2.8K] SSLTest.java │   │   │   │   ├── [7.3K] StaticIpConfigurationTest.java │   │   │   │   ├── [5.3K] UriMatcherTest.java │   │   │   │   ├── [ 31K] UriTest.java │   │   │   │   └── [1.3K] WebAddressTest.java │   │   │   ├── [4.0K] os │   │   │   │   ├── [ 752] AidlTest.aidl │   │   │   │   ├── [ 13K] AidlTest.java │   │   │   │   ├── [2.0K] BinderThreadPriorityService.java │   │   │   │   ├── [5.7K] BinderThreadPriorityTest.java │   │   │   │   ├── [1.8K] BrightnessLimit.java │   │   │   │   ├── [6.5K] BroadcasterTest.java │   │   │   │   ├── [2.7K] BuildTest.java │   │   │   │   ├── [4.6K] FileBridgeTest.java │   │   │   │   ├── [4.4K] FileObserverTest.java │   │   │   │   ├── [ 15K] FileUtilsTest.java │   │   │   │   ├── [2.2K] HandlerTester.java │   │   │   │   ├── [3.4K] HandlerThreadTest.java │   │   │   │   ├── [2.1K] IAidlTest.aidl │   │   │   │   ├── [ 894] IBinderThreadPriorityService.aidl │   │   │   │   ├── [5.9K] IdleHandlerTest.java │   │   │   │   ├── [ 39K] MemoryFileTest.java │   │   │   │   ├── [ 11K] MessageQueueTest.java │   │   │   │   ├── [1.4K] MessengerService.java │   │   │   │   ├── [3.7K] MessengerTest.java │   │   │   │   ├── [1.3K] OsTests.java │   │   │   │   ├── [ 23K] PerformanceCollectorTest.java │   │   │   │   ├── [4.2K] PowerManagerTest.java │   │   │   │   ├── [2.1K] ProcessTest.java │   │   │   │   ├── [4.0K] storage │   │   │   │   │   ├── [ 26K] AsecTests.java │   │   │   │   │   ├── [1.4K] StorageListener.java │   │   │   │   │   ├── [ 25K] StorageManagerBaseTest.java │   │   │   │   │   └── [8.0K] StorageManagerIntegrationTest.java │   │   │   │   ├── [1.6K] SystemPropertiesTest.java │   │   │   │   ├── [2.6K] TestHandlerThread.java │   │   │   │   └── [5.9K] TraceTest.java │   │   │   ├── [4.0K] preference │   │   │   │   └── [1.5K] ListPreferenceTest.java │   │   │   ├── [4.0K] provider │   │   │   │   ├── [ 15K] SearchRecentSuggestionsProviderTest.java │   │   │   │   ├── [ 15K] SettingsProviderTest.java │   │   │   │   ├── [2.8K] SmsProviderTest.java │   │   │   │   └── [1.1K] TestProvider.java │   │   │   ├── [4.0K] text │   │   │   │   ├── [ 10K] DynamicLayoutBlocksTest.java │   │   │   │   ├── [4.0K] format │   │   │   │   │   ├── [1.4K] DateFormatTest.java │   │   │   │   │   ├── [2.1K] DateUtilsTest.java │   │   │   │   │   ├── [3.5K] FormatterTest.java │   │   │   │   │   └── [ 24K] TimeTest.java │   │   │   │   ├── [4.9K] PackedIntVectorTest.java │   │   │   │   ├── [ 902] SpannableStringBuilderTest.java │   │   │   │   ├── [ 881] SpannableStringTest.java │   │   │   │   ├── [2.0K] SpannableTest.java │   │   │   │   ├── [7.1K] SpannedTest.java │   │   │   │   ├── [3.5K] StaticLayoutBidiTest.java │   │   │   │   ├── [8.0K] StaticLayoutDirectionsTest.java │   │   │   │   ├── [ 10K] StaticLayoutTest.java │   │   │   │   ├── [3.1K] StaticLayoutTextMeasuringTest.java │   │   │   │   ├── [1.5K] TextLayoutTest.java │   │   │   │   ├── [ 19K] TextUtilsTest.java │   │   │   │   └── [4.0K] util │   │   │   │   └── [2.0K] LinkifyTest.java │   │   │   ├── [4.0K] util │   │   │   │   ├── [ 23K] Base64Test.java │   │   │   │   ├── [5.4K] DayOfMonthCursorTest.java │   │   │   │   ├── [ 12K] GridScenario.java │   │   │   │   ├── [8.9K] InternalSelectionView.java │   │   │   │   ├── [3.3K] KeyUtils.java │   │   │   │   ├── [9.8K] ListItemFactory.java │   │   │   │   ├── [ 21K] ListScenario.java │   │   │   │   ├── [3.1K] ListUtil.java │   │   │   │   ├── [7.3K] LogTest.java │   │   │   │   ├── [3.6K] LongSparseLongArrayTest.java │   │   │   │   ├── [ 17K] LruCacheTest.java │   │   │   │   ├── [6.8K] MonthDisplayHelperTest.java │   │   │   │   ├── [6.9K] PatternsTest.java │   │   │   │   ├── [9.1K] ScrollViewScenario.java │   │   │   │   ├── [6.7K] StateSetTest.java │   │   │   │   ├── [ 16K] TimeUtilsTest.java │   │   │   │   └── [2.9K] TouchModeFlexibleAsserts.java │   │   │   ├── [4.0K] view │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   └── [3.0K] RecycleAccessibilityEventTest.java │   │   │   │   ├── [2.6K] BigCache.java │   │   │   │   ├── [2.8K] BigCacheTest.java │   │   │   │   ├── [1.2K] BitmapDrawable.java │   │   │   │   ├── [4.2K] CreateViewTest.java │   │   │   │   ├── [1.6K] Disabled.java │   │   │   │   ├── [2.7K] DisabledLongpressTest.java │   │   │   │   ├── [2.8K] DisabledTest.java │   │   │   │   ├── [3.2K] DrawableBgMinSize.java │   │   │   │   ├── [5.4K] DrawableBgMinSizeTest.java │   │   │   │   ├── [ 21K] FocusFinderTest.java │   │   │   │   ├── [1.4K] GlobalFocusChange.java │   │   │   │   ├── [2.6K] GlobalFocusChangeTest.java │   │   │   │   ├── [ 979] Include.java │   │   │   │   ├── [3.0K] IncludeTest.java │   │   │   │   ├── [4.2K] InflateTest.java │   │   │   │   ├── [6.4K] ListContextMenu.java │   │   │   │   ├── [ 955] Longpress.java │   │   │   │   ├── [2.5K] LongpressTest.java │   │   │   │   ├── [4.0K] menu │   │   │   │   │   ├── [1.8K] MenuLayout.java │   │   │   │   │   ├── [ 777] MenuLayoutLandscape.java │   │   │   │   │   ├── [7.8K] MenuLayoutLandscapeTest.java │   │   │   │   │   ├── [ 775] MenuLayoutPortrait.java │   │   │   │   │   ├── [7.9K] MenuLayoutPortraitTest.java │   │   │   │   │   ├── [5.0K] MenuScenario.java │   │   │   │   │   ├── [1.1K] MenuWith1Item.java │   │   │   │   │   └── [3.0K] MenuWith1ItemTest.java │   │   │   │   ├── [ 11K] MenuTest.java │   │   │   │   ├── [1.3K] Merge.java │   │   │   │   ├── [1.3K] MergeTest.java │   │   │   │   ├── [1.5K] MutateDrawable.java │   │   │   │   ├── [1.8K] MutateDrawableTest.java │   │   │   │   ├── [6.0K] PopupWindowVisibility.java │   │   │   │   ├── [2.5K] PreDrawListener.java │   │   │   │   ├── [1002] RemoteViewsActivity.java │   │   │   │   ├── [2.1K] RunQueue.java │   │   │   │   ├── [2.0K] RunQueueTest.java │   │   │   │   ├── [3.3K] SetTagsTest.java │   │   │   │   ├── [1.3K] StubbedView.java │   │   │   │   ├── [ 10K] VelocityTest.java │   │   │   │   ├── [1020] ViewAttachTestActivity.java │   │   │   │   ├── [2.0K] ViewAttachTest.java │   │   │   │   ├── [2.3K] ViewAttachView.java │   │   │   │   ├── [3.2K] ViewGroupAttributesTest.java │   │   │   │   ├── [1.0K] ViewGroupChildren.java │   │   │   │   ├── [8.5K] ViewGroupChildrenTest.java │   │   │   │   ├── [2.9K] ViewStubTest.java │   │   │   │   ├── [3.3K] VisibilityCallback.java │   │   │   │   ├── [3.9K] VisibilityCallbackTest.java │   │   │   │   ├── [2.1K] Visibility.java │   │   │   │   ├── [5.2K] VisibilityTest.java │   │   │   │   ├── [1.1K] ZeroSized.java │   │   │   │   └── [3.4K] ZeroSizedTest.java │   │   │   └── [4.0K] widget │   │   │   ├── [5.5K] AutoCompleteTextViewCallbacks.java │   │   │   ├── [9.2K] AutoCompleteTextViewPopup.java │   │   │   ├── [3.9K] AutoCompleteTextViewSimple.java │   │   │   ├── [4.0K] focus │   │   │   │   ├── [3.2K] AdjacentVerticalRectLists.java │   │   │   │   ├── [1.7K] DescendantFocusability.java │   │   │   │   ├── [4.6K] DescendantFocusabilityTest.java │   │   │   │   ├── [2.5K] FocusAfterRemoval.java │   │   │   │   ├── [4.5K] FocusAfterRemovalTest.java │   │   │   │   ├── [4.4K] FocusChangeWithInterestingRectHintTest.java │   │   │   │   ├── [2.6K] GoneParentFocusedChild.java │   │   │   │   ├── [2.0K] GoneParentFocusedChildTest.java │   │   │   │   ├── [3.8K] HorizontalFocusSearch.java │   │   │   │   ├── [4.9K] HorizontalFocusSearchTest.java │   │   │   │   ├── [1.9K] LinearLayoutGrid.java │   │   │   │   ├── [2.8K] LinearLayoutGridTest.java │   │   │   │   ├── [2.0K] ListOfButtons.java │   │   │   │   ├── [5.3K] ListOfButtonsTest.java │   │   │   │   ├── [4.1K] ListOfEditTexts.java │   │   │   │   ├── [5.4K] ListOfInternalSelectionViews.java │   │   │   │   ├── [3.2K] ListWithFooterViewAndNewLabels.java │   │   │   │   ├── [2.2K] ListWithFooterViewAndNewLabelsTest.java │   │   │   │   ├── [4.3K] ListWithMailMessages.java │   │   │   │   ├── [1.4K] RequestFocus.java │   │   │   │   ├── [7.5K] RequestFocusTest.java │   │   │   │   ├── [8.4K] ScrollingThroughListOfFocusablesTest.java │   │   │   │   ├── [4.3K] VerticalFocusSearch.java │   │   │   │   └── [5.7K] VerticalFocusSearchTest.java │   │   │   ├── [4.0K] gridview │   │   │   │   ├── [3.0K] GridDelete.java │   │   │   │   ├── [1.7K] GridInHorizontal.java │   │   │   │   ├── [1.6K] GridInHorizontalTest.java │   │   │   │   ├── [1.7K] GridInVertical.java │   │   │   │   ├── [1.5K] GridInVerticalTest.java │   │   │   │   ├── [1.4K] GridPadding.java │   │   │   │   ├── [1.5K] GridPaddingTest.java │   │   │   │   ├── [2.1K] GridScrollListener.java │   │   │   │   ├── [3.8K] GridScrollListenerTest.java │   │   │   │   ├── [3.2K] GridSetSelectionBaseTest.java │   │   │   │   ├── [1.1K] GridSetSelection.java │   │   │   │   ├── [1.1K] GridSetSelectionMany.java │   │   │   │   ├── [ 895] GridSetSelectionManyTest.java │   │   │   │   ├── [1.1K] GridSetSelectionStackFromBottom.java │   │   │   │   ├── [1.1K] GridSetSelectionStackFromBottomMany.java │   │   │   │   ├── [ 970] GridSetSelectionStackFromBottomManyTest.java │   │   │   │   ├── [ 950] GridSetSelectionStackFromBottomTest.java │   │   │   │   ├── [ 875] GridSetSelectionTest.java │   │   │   │   ├── [1.8K] GridSimple.java │   │   │   │   ├── [1.2K] GridSingleColumn.java │   │   │   │   ├── [1.5K] GridSingleColumnTest.java │   │   │   │   ├── [1.1K] GridStackFromBottom.java │   │   │   │   ├── [1.2K] GridStackFromBottomMany.java │   │   │   │   ├── [1.6K] GridStackFromBottomManyTest.java │   │   │   │   ├── [1.6K] GridStackFromBottomTest.java │   │   │   │   ├── [3.7K] GridThrasher.java │   │   │   │   ├── [1.1K] GridVerticalSpacing.java │   │   │   │   ├── [1.2K] GridVerticalSpacingStackFromBottom.java │   │   │   │   └── [4.0K] touch │   │   │   │   ├── [2.5K] GridTouchSetSelectionTest.java │   │   │   │   ├── [2.9K] GridTouchStackFromBottomManyTest.java │   │   │   │   ├── [4.2K] GridTouchStackFromBottomTest.java │   │   │   │   ├── [6.2K] GridTouchVerticalSpacingStackFromBottomTest.java │   │   │   │   └── [5.3K] GridTouchVerticalSpacingTest.java │   │   │   ├── [5.7K] LabelView.java │   │   │   ├── [4.0K] layout │   │   │   │   ├── [4.0K] frame │   │   │   │   │   ├── [ 989] FrameLayoutGravity.java │   │   │   │   │   ├── [4.8K] FrameLayoutGravityTest.java │   │   │   │   │   ├── [ 987] FrameLayoutMargin.java │   │   │   │   │   └── [2.9K] FrameLayoutMarginTest.java │   │   │   │   ├── [4.0K] linear │   │   │   │   │   ├── [1006] BaselineAlignmentCenterGravity.java │   │   │   │   │   ├── [2.5K] BaselineAlignmentCenterGravityTest.java │   │   │   │   │   ├── [1.8K] BaselineAlignmentSpinnerButton.java │   │   │   │   │   ├── [1.2K] BaselineAlignmentZeroWidthAndWeight.java │   │   │   │   │   ├── [2.2K] BaselineAlignmentZeroWidthAndWeightTest.java │   │   │   │   │   ├── [ 984] BaselineButtons.java │   │   │   │   │   ├── [3.6K] BaselineButtonsTest.java │   │   │   │   │   ├── [2.0K] ExceptionTextView.java │   │   │   │   │   ├── [1.0K] FillInWrap.java │   │   │   │   │   ├── [1.7K] FillInWrapTest.java │   │   │   │   │   ├── [1.0K] HorizontalOrientationVerticalAlignment.java │   │   │   │   │   ├── [ 996] LinearLayoutEditTexts.java │   │   │   │   │   ├── [1.8K] LinearLayoutEditTextsTest.java │   │   │   │   │   ├── [1.5K] LLEditTextThenButton.java │   │   │   │   │   ├── [1.8K] LLOfButtons1.java │   │   │   │   │   ├── [ 844] LLOfButtons2.java │   │   │   │   │   ├── [2.3K] LLOfTwoFocusableInTouchMode.java │   │   │   │   │   ├── [ 953] Weight.java │   │   │   │   │   ├── [ 972] WeightSum.java │   │   │   │   │   ├── [1.7K] WeightSumTest.java │   │   │   │   │   └── [1.6K] WeightTest.java │   │   │   │   └── [4.0K] table │   │   │   │   ├── [1.9K] AddColumn.java │   │   │   │   ├── [2.3K] AddColumnTest.java │   │   │   │   ├── [1010] CellSpan.java │   │   │   │   ├── [2.8K] CellSpanTest.java │   │   │   │   ├── [1.0K] FixedWidth.java │   │   │   │   ├── [2.2K] FixedWidthTest.java │   │   │   │   ├── [1.0K] HorizontalGravity.java │   │   │   │   ├── [2.4K] HorizontalGravityTest.java │   │   │   │   ├── [1.0K] VerticalGravity.java │   │   │   │   ├── [2.7K] VerticalGravityTest.java │   │   │   │   ├── [1012] Weight.java │   │   │   │   └── [1.9K] WeightTest.java │   │   │   ├── [4.0K] listview │   │   │   │   ├── [4.0K] AdjacentListsWithAdjacentISVsInside.java │   │   │   │   ├── [4.0K] arrowscroll │   │   │   │   │   ├── [4.0K] ListInterleaveFocusablesTest.java │   │   │   │   │   ├── [1.9K] ListItemFocusableAboveUnfocusableTest.java │   │   │   │   │   ├── [4.8K] ListItemFocusablesCloseTest.java │   │   │   │   │   ├── [4.4K] ListItemFocusablesFarApartTest.java │   │   │   │   │   ├── [4.3K] ListItemsExpandOnSelectionTest.java │   │   │   │   │   ├── [3.0K] ListLastItemPartiallyVisibleTest.java │   │   │   │   │   ├── [6.1K] ListOfItemsShorterThanScreenTest.java │   │   │   │   │   ├── [7.6K] ListOfItemsTallerThanScreenTest.java │   │   │   │   │   ├── [5.5K] ListOfShortShortTallShortShortTest.java │   │   │   │   │   ├── [2.9K] ListOfShortTallShortTest.java │   │   │   │   │   ├── [4.8K] ListOfThinItemsTest.java │   │   │   │   │   ├── [2.2K] ListWithFirstScreenUnSelectableTest.java │   │   │   │   │   ├── [2.6K] ListWithNoFadingEdgeTest.java │   │   │   │   │   ├── [4.4K] ListWithOffScreenNextSelectableTest.java │   │   │   │   │   ├── [2.1K] ListWithOnItemSelectedActionTest.java │   │   │   │   │   ├── [3.9K] ListWithScreenOfNoSelectablesTest.java │   │   │   │   │   └── [2.6K] ListWithSeparatorsTest.java │   │   │   │   ├── [4.0K] focus │   │   │   │   │   ├── [3.4K] AdjacentListsWithAdjacentISVsInsideTest.java │   │   │   │   │   ├── [3.8K] ListButtonsDiagonalAcrossItemsTest.java │   │   │   │   │   ├── [2.8K] ListHorizontalFocusWithinItemWinsTest.java │   │   │   │   │   └── [3.3K] ListWithEditTextHeaderTest.java │   │   │   │   ├── [1.1K] ListBottomGravity.java │   │   │   │   ├── [1.1K] ListBottomGravityMany.java │   │   │   │   ├── [1.6K] ListBottomGravityManyTest.java │   │   │   │   ├── [1.6K] ListBottomGravityTest.java │   │   │   │   ├── [1.8K] ListButtonsDiagonalAcrossItems.java │   │   │   │   ├── [1.5K] ListDividers.java │   │   │   │   ├── [4.7K] ListEmptyViewTest.java │   │   │   │   ├── [1019] ListEndingWithMultipleSeparators.java │   │   │   │   ├── [ 14K] ListFilter.java │   │   │   │   ├── [6.0K] ListFocusableTest.java │   │   │   │   ├── [4.8K] ListGetCheckItemIdsTest.java │   │   │   │   ├── [1019] ListGetSelectedView.java │   │   │   │   ├── [2.5K] ListHeterogeneous.java │   │   │   │   ├── [2.3K] ListHeterogeneousTest.java │   │   │   │   ├── [2.1K] ListHorizontalFocusWithinItemWins.java │   │   │   │   ├── [1.6K] ListInHorizontal.java │   │   │   │   ├── [ 873] ListInHorizontalTest.java │   │   │   │   ├── [1.8K] ListInterleaveFocusables.java │   │   │   │   ├── [1.6K] ListInVertical.java │   │   │   │   ├── [ 863] ListInVerticalTest.java │   │   │   │   ├── [1.6K] ListItemFocusableAboveUnfocusable.java │   │   │   │   ├── [1.7K] ListItemFocusablesClose.java │   │   │   │   ├── [1.4K] ListItemFocusablesFarApart.java │   │   │   │   ├── [2.4K] ListItemISVAndButton.java │   │   │   │   ├── [3.6K] ListItemRequestRectAboveThinFirstItemTest.java │   │   │   │   ├── [2.4K] ListItemsExpandOnSelection.java │   │   │   │   ├── [1003] ListLastItemPartiallyVisible.java │   │   │   │   ├── [2.2K] ListManagedCursor.java │   │   │   │   ├── [6.0K] ListManagedCursorTest.java │   │   │   │   ├── [ 920] ListOfItemsShorterThanScreen.java │   │   │   │   ├── [ 920] ListOfItemsTallerThanScreen.java │   │   │   │   ├── [1.0K] ListOfShortShortTallShortShort.java │   │   │   │   ├── [1016] ListOfShortTallShort.java │   │   │   │   ├── [1008] ListOfThinItems.java │   │   │   │   ├── [1.3K] ListOfTouchables.java │   │   │   │   ├── [1.7K] ListRecyclerProfiling.java │   │   │   │   ├── [3.0K] ListRetainsFocusAcrossLayoutsTest.java │   │   │   │   ├── [2.2K] ListScrollListener.java │   │   │   │   ├── [3.7K] ListScrollListenerTest.java │   │   │   │   ├── [2.1K] ListSetSelection.java │   │   │   │   ├── [2.3K] ListSetSelectionTest.java │   │   │   │   ├── [1.6K] ListSimple.java │   │   │   │   ├── [2.4K] ListTakeFocusFromSide.java │   │   │   │   ├── [3.6K] ListThrasher.java │   │   │   │   ├── [1.1K] ListTopGravity.java │   │   │   │   ├── [1.1K] ListTopGravityMany.java │   │   │   │   ├── [1.7K] ListUnspecifiedMeasure.java │   │   │   │   ├── [4.5K] ListViewHeight.java │   │   │   │   ├── [2.8K] ListViewHeightTest.java │   │   │   │   ├── [2.9K] ListWithDisappearingItemBug.java │   │   │   │   ├── [1.0K] ListWithEditTextHeader.java │   │   │   │   ├── [3.1K] ListWithEmptyView.java │   │   │   │   ├── [ 999] ListWithFirstScreenUnSelectable.java │   │   │   │   ├── [1.7K] ListWithHeaders.java │   │   │   │   ├── [ 927] ListWithNoFadingEdge.java │   │   │   │   ├── [1.2K] ListWithOffScreenNextSelectable.java │   │   │   │   ├── [1.5K] ListWithOnItemSelectedAction.java │   │   │   │   ├── [ 953] ListWithScreenOfNoSelectables.java │   │   │   │   ├── [1.0K] ListWithSeparators.java │   │   │   │   └── [4.0K] touch │   │   │   │   ├── [2.0K] ListGetSelectedViewTest.java │   │   │   │   ├── [2.9K] ListOfTouchablesTest.java │   │   │   │   ├── [4.7K] ListSetSelectionTest.java │   │   │   │   ├── [5.7K] ListTouchBottomGravityManyTest.java │   │   │   │   ├── [3.2K] ListTouchBottomGravityTest.java │   │   │   │   ├── [7.0K] ListTouchManyTest.java │   │   │   │   └── [2.9K] ListTouchTest.java │   │   │   ├── [4.5K] ListViewTest.java │   │   │   ├── [ 979] RadioGroupActivity.java │   │   │   ├── [2.4K] RadioGroupPreCheckedTest.java │   │   │   ├── [4.0K] scroll │   │   │   │   ├── [4.0K] arrowscroll │   │   │   │   │   ├── [5.2K] ButtonsWithTallTextViewInBetweenTest.java │   │   │   │   │   ├── [1.2K] MultiPageTextWithPadding.java │   │   │   │   │   ├── [2.4K] MultiPageTextWithPaddingTest.java │   │   │   │   │   ├── [3.9K] ShortButtonsTest.java │   │   │   │   │   └── [2.9K] TallTextAboveButtonTest.java │   │   │   │   ├── [1.3K] ButtonAboveTallInternalSelectionView.java │   │   │   │   ├── [2.4K] ButtonAboveTallInternalSelectionViewTest.java │   │   │   │   ├── [1.5K] ButtonsWithTallTextViewInBetween.java │   │   │   │   ├── [3.3K] RequestRectangleVisible.java │   │   │   │   ├── [8.3K] RequestRectangleVisibleTest.java │   │   │   │   ├── [2.0K] RequestRectangleVisibleWithInternalScroll.java │   │   │   │   ├── [2.7K] RequestRectangleVisibleWithInternalScrollTest.java │   │   │   │   ├── [2.6K] ScrollViewButtonsAndLabels.java │   │   │   │   ├── [7.7K] ScrollViewButtonsAndLabelsTest.java │   │   │   │   ├── [1.6K] ShortButtons.java │   │   │   │   └── [1007] TallTextAboveButton.java │   │   │   ├── [9.1K] SimpleCursorAdapterTest.java │   │   │   ├── [4.0K] TextViewPerformanceTest.java │   │   │   ├── [4.6K] TextViewTest.java │   │   │   ├── [ 11K] TextViewWordLimitsTest.java │   │   │   └── [4.0K] touchmode │   │   │   ├── [4.4K] ChangeTouchModeTest.java │   │   │   ├── [2.3K] FocusableInTouchModeClickTest.java │   │   │   ├── [2.4K] StartInTouchWithViewInFocusTest.java │   │   │   ├── [3.4K] TouchModeFocusableTest.java │   │   │   └── [3.2K] TouchModeFocusChangeTest.java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] internal │   │   ├── [4.0K] app │   │   │   ├── [1.0K] WindowDecorActionBarTestActivity.java │   │   │   └── [3.1K] WindowDecorActionBarTest.java │   │   ├── [4.0K] http │   │   │   └── [4.0K] multipart │   │   │   └── [4.1K] MultipartTest.java │   │   ├── [4.0K] net │   │   │   └── [6.8K] NetworkStatsFactoryTest.java │   │   ├── [4.0K] os │   │   │   ├── [1.9K] DebugTest.java │   │   │   └── [5.8K] LoggingPrintStreamTest.java │   │   ├── [4.0K] policy │   │   │   ├── [ 968] PhoneWindowActionModeTestActivity.java │   │   │   └── [ 12K] PhoneWindowActionModeTest.java │   │   ├── [4.0K] util │   │   │   ├── [7.1K] ArrayUtilsTest.java │   │   │   ├── [1.3K] AsyncChannelTest.java │   │   │   ├── [6.5K] BitwiseStreamsTest.java │   │   │   ├── [ 12K] CallbackRegistryTest.java │   │   │   ├── [1.9K] CharSequencesTest.java │   │   │   ├── [1.5K] FastXmlSerializerTest.java │   │   │   ├── [ 16K] FileRotatorTest.java │   │   │   ├── [4.1K] IndentingPrintWriterTest.java │   │   │   ├── [2.6K] PredicatesTest.java │   │   │   ├── [5.9K] ProcFileReaderTest.java │   │   │   ├── [ 59K] StateMachineTest.java │   │   │   └── [1.5K] XmlUtilsTest.java │   │   └── [4.0K] widget │   │   └── [3.2K] ActionBarContainerTest.java │   ├── [4.0K] hosttests │   │   ├── [ 752] Android.mk │   │   └── [4.0K] test-apps │   │   ├── [ 753] Android.mk │   │   ├── [4.0K] AutoLocTestApp │   │   │   ├── [ 896] AndroidManifest.xml │   │   │   ├── [ 828] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] autoloctestapp │   │   │   └── [ 833] AutoLocTestAppActivity.java │   │   ├── [4.0K] AutoLocVersionedTestApp_v1 │   │   │   ├── [ 981] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] autolocversionedtestapp │   │   │   └── [ 851] AutoLocVersionedTestAppActivity.java │   │   ├── [4.0K] AutoLocVersionedTestApp_v2 │   │   │   ├── [ 981] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] autolocversionedtestapp │   │   │   └── [ 851] AutoLocVersionedTestAppActivity.java │   │   ├── [4.0K] DownloadManagerTestApp │   │   │   ├── [1.7K] AndroidManifest.xml │   │   │   ├── [1.1K] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] frameworks │   │   │   └── [4.0K] downloadmanagertests │   │   │   ├── [ 21K] DownloadManagerBaseTest.java │   │   │   ├── [ 18K] DownloadManagerTestApp.java │   │   │   └── [2.2K] DownloadManagerTestRunner.java │   │   ├── [4.0K] ExternalLocAllPermsTestApp │   │   │   ├── [9.3K] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocallpermstestapp │   │   │   └── [1.0K] ExternalLocAllPermsTest.java │   │   ├── [4.0K] ExternalLocPermsFLTestApp │   │   │   ├── [1008] AndroidManifest.xml │   │   │   ├── [ 838] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocpermsfltestapp │   │   │   └── [ 855] ExternalLocPermsFLTestAppActivity.java │   │   ├── [4.0K] ExternalLocTestApp │   │   │   ├── [ 914] AndroidManifest.xml │   │   │   ├── [ 832] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalloctestapp │   │   │   └── [ 841] ExternalLocTestAppActivity.java │   │   ├── [4.0K] ExternalLocVersionedTestApp_v1 │   │   │   ├── [ 999] AndroidManifest.xml │   │   │   ├── [ 844] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocversionedtestapp │   │   │   └── [ 859] ExternalLocVersionedTestAppActivity.java │   │   ├── [4.0K] ExternalLocVersionedTestApp_v2 │   │   │   ├── [ 999] AndroidManifest.xml │   │   │   ├── [ 844] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externallocversionedtestapp │   │   │   └── [ 859] ExternalLocVersionedTestAppActivity.java │   │   ├── [4.0K] ExternalSharedPerms │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 840] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermstestapp │   │   │   └── [2.1K] ExternalSharedPermsTest.java │   │   ├── [4.0K] ExternalSharedPermsBT │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 842] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermsbttestapp │   │   │   └── [1.4K] ExternalSharedPermsBTTest.java │   │   ├── [4.0K] ExternalSharedPermsDiffKey │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 875] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermsdiffkeytestapp │   │   │   └── [2.2K] ExternalSharedPermsDiffKeyTest.java │   │   ├── [4.0K] ExternalSharedPermsFL │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 842] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] externalsharedpermsfltestapp │   │   │   └── [1.8K] ExternalSharedPermsFLTest.java │   │   ├── [4.0K] InternalLocTestApp │   │   │   ├── [ 912] AndroidManifest.xml │   │   │   ├── [ 832] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] internalloctestapp │   │   │   └── [ 841] InternalLocTestAppActivity.java │   │   ├── [4.0K] MultiDexLegacyAndException │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [1.8K] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] layout │   │   │   │   │   └── [ 442] activity_main.xml │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 240] strings.xml │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] multidexlegacyandexception │   │   │   │   ├── [ 747] CaughtOnlyByIntermediateException.java │   │   │   │   ├── [ 733] CaughtOnlyException.java │   │   │   │   ├── [2.4K] ClassInSecondaryDex.java │   │   │   │   ├── [ 739] ExceptionInMainDex2.java │   │   │   │   ├── [ 738] ExceptionInMainDex.java │   │   │   │   ├── [ 750] ExceptionInSecondaryDex2.java │   │   │   │   ├── [ 749] ExceptionInSecondaryDex.java │   │   │   │   ├── [ 759] ExceptionInSecondaryDexWithSuperInMain.java │   │   │   │   ├── [3.4K] IntermediateClass.java │   │   │   │   ├── [1.2K] MainActivity.java │   │   │   │   ├── [1.1K] MiniIntermediateClass.java │   │   │   │   ├── [ 730] SuperExceptionInMainDex.java │   │   │   │   ├── [ 735] SuperExceptionInSecondaryDex.java │   │   │   │   ├── [1.3K] TestApplication.java │   │   │   │   └── [2.4K] Test.java │   │   │   └── [ 106] test.jpp │   │   ├── [4.0K] MultiDexLegacyTestApp │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [3.0K] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] layout │   │   │   │   │   └── [ 442] activity_main.xml │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 235] strings.xml │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] multidexlegacytestapp │   │   │   │   ├── [ 747] Annotated2.java │   │   │   │   ├── [ 754] Annotated.java │   │   │   │   ├── [4.0K] annotation │   │   │   │   │   ├── [ 771] Annotated2.java │   │   │   │   │   ├── [ 837] Annotated3.java │   │   │   │   │   ├── [ 770] Annotated.java │   │   │   │   │   ├── [ 721] AnnotationValue.java │   │   │   │   │   ├── [ 862] TestAnnotation2.java │   │   │   │   │   ├── [ 910] TestAnnotation3.java │   │   │   │   │   └── [ 861] TestAnnotation.java │   │   │   │   ├── [ 847] AnnotationWithClass.java │   │   │   │   ├── [ 880] AnnotationWithEnum2.java │   │   │   │   ├── [ 860] AnnotationWithEnum.java │   │   │   │   ├── [ 738] InterfaceWithEnum.java │   │   │   │   ├── [3.7K] IntermediateClass.java │   │   │   │   ├── [5.3K] MainActivity.java │   │   │   │   ├── [4.0K] manymethods │   │   │   │   │   ├── [ 52K] Big001.java │   │   │   │   │   ├── [ 52K] Big002.java │   │   │   │   │   ├── [ 52K] Big003.java │   │   │   │   │   ├── [ 52K] Big004.java │   │   │   │   │   ├── [ 52K] Big005.java │   │   │   │   │   ├── [ 52K] Big006.java │   │   │   │   │   ├── [ 52K] Big007.java │   │   │   │   │   ├── [ 52K] Big008.java │   │   │   │   │   ├── [ 52K] Big009.java │   │   │   │   │   ├── [ 52K] Big010.java │   │   │   │   │   ├── [ 52K] Big011.java │   │   │   │   │   ├── [ 52K] Big012.java │   │   │   │   │   ├── [ 52K] Big013.java │   │   │   │   │   ├── [ 52K] Big014.java │   │   │   │   │   ├── [ 52K] Big015.java │   │   │   │   │   ├── [ 52K] Big016.java │   │   │   │   │   ├── [ 52K] Big017.java │   │   │   │   │   ├── [ 52K] Big018.java │   │   │   │   │   ├── [ 52K] Big019.java │   │   │   │   │   ├── [ 52K] Big020.java │   │   │   │   │   ├── [ 52K] Big021.java │   │   │   │   │   ├── [ 52K] Big022.java │   │   │   │   │   ├── [ 52K] Big023.java │   │   │   │   │   ├── [ 52K] Big024.java │   │   │   │   │   ├── [ 52K] Big025.java │   │   │   │   │   ├── [ 52K] Big026.java │   │   │   │   │   ├── [ 52K] Big027.java │   │   │   │   │   ├── [ 52K] Big028.java │   │   │   │   │   ├── [ 52K] Big029.java │   │   │   │   │   ├── [ 52K] Big030.java │   │   │   │   │   ├── [ 52K] Big031.java │   │   │   │   │   ├── [ 52K] Big032.java │   │   │   │   │   ├── [ 52K] Big033.java │   │   │   │   │   ├── [ 52K] Big034.java │   │   │   │   │   ├── [ 52K] Big035.java │   │   │   │   │   ├── [ 52K] Big036.java │   │   │   │   │   ├── [ 52K] Big037.java │   │   │   │   │   ├── [ 52K] Big038.java │   │   │   │   │   ├── [ 52K] Big039.java │   │   │   │   │   ├── [ 52K] Big040.java │   │   │   │   │   ├── [ 52K] Big041.java │   │   │   │   │   ├── [ 52K] Big042.java │   │   │   │   │   ├── [ 52K] Big043.java │   │   │   │   │   ├── [ 52K] Big044.java │   │   │   │   │   ├── [ 52K] Big045.java │   │   │   │   │   ├── [ 52K] Big046.java │   │   │   │   │   ├── [ 52K] Big047.java │   │   │   │   │   ├── [ 52K] Big048.java │   │   │   │   │   ├── [ 52K] Big049.java │   │   │   │   │   ├── [ 52K] Big050.java │   │   │   │   │   ├── [ 52K] Big051.java │   │   │   │   │   ├── [ 52K] Big052.java │   │   │   │   │   ├── [ 52K] Big053.java │   │   │   │   │   ├── [ 52K] Big054.java │   │   │   │   │   ├── [ 52K] Big055.java │   │   │   │   │   ├── [ 52K] Big056.java │   │   │   │   │   ├── [ 52K] Big057.java │   │   │   │   │   ├── [ 52K] Big058.java │   │   │   │   │   ├── [ 52K] Big059.java │   │   │   │   │   ├── [ 52K] Big060.java │   │   │   │   │   ├── [ 52K] Big061.java │   │   │   │   │   ├── [ 52K] Big062.java │   │   │   │   │   ├── [ 52K] Big063.java │   │   │   │   │   ├── [ 52K] Big064.java │   │   │   │   │   ├── [ 52K] Big065.java │   │   │   │   │   ├── [ 52K] Big066.java │   │   │   │   │   ├── [ 52K] Big067.java │   │   │   │   │   ├── [ 52K] Big068.java │   │   │   │   │   ├── [ 52K] Big069.java │   │   │   │   │   ├── [ 52K] Big070.java │   │   │   │   │   ├── [ 52K] Big071.java │   │   │   │   │   ├── [ 52K] Big072.java │   │   │   │   │   ├── [ 52K] Big073.java │   │   │   │   │   ├── [ 52K] Big074.java │   │   │   │   │   ├── [ 52K] Big075.java │   │   │   │   │   ├── [ 52K] Big076.java │   │   │   │   │   ├── [ 52K] Big077.java │   │   │   │   │   ├── [ 52K] Big078.java │   │   │   │   │   ├── [ 52K] Big079.java │   │   │   │   │   └── [ 52K] Big080.java │   │   │   │   ├── [ 715] ReferencedByAnnotation.java │   │   │   │   ├── [1.1K] ReferencedByAnnotationWithOtherReferences.java │   │   │   │   ├── [1.0K] ReferencedByClassInAnnotation.java │   │   │   │   ├── [ 695] ReferencedByEnum.java │   │   │   │   ├── [ 714] ReferencedByInterface.java │   │   │   │   ├── [ 752] Referenced.java │   │   │   │   ├── [1.5K] TestApplication.java │   │   │   │   └── [2.6K] Test.java │   │   │   └── [ 101] test.jpp │   │   ├── [4.0K] MultiDexLegacyTestServices │   │   │   ├── [6.4K] AndroidManifest.xml │   │   │   ├── [1.4K] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] multidexlegacytestservices │   │   │   ├── [8.6K] AbstractService.java │   │   │   ├── [4.0K] manymethods │   │   │   │   ├── [ 52K] Big001.java │   │   │   │   ├── [ 52K] Big002.java │   │   │   │   ├── [ 52K] Big003.java │   │   │   │   ├── [ 52K] Big004.java │   │   │   │   ├── [ 52K] Big005.java │   │   │   │   ├── [ 52K] Big006.java │   │   │   │   ├── [ 52K] Big007.java │   │   │   │   ├── [ 52K] Big008.java │   │   │   │   ├── [ 52K] Big009.java │   │   │   │   ├── [ 52K] Big010.java │   │   │   │   ├── [ 52K] Big011.java │   │   │   │   ├── [ 52K] Big012.java │   │   │   │   ├── [ 52K] Big013.java │   │   │   │   ├── [ 52K] Big014.java │   │   │   │   ├── [ 52K] Big015.java │   │   │   │   ├── [ 52K] Big016.java │   │   │   │   ├── [ 52K] Big017.java │   │   │   │   ├── [ 52K] Big018.java │   │   │   │   ├── [ 52K] Big019.java │   │   │   │   ├── [ 52K] Big020.java │   │   │   │   ├── [ 52K] Big021.java │   │   │   │   ├── [ 52K] Big022.java │   │   │   │   ├── [ 52K] Big023.java │   │   │   │   ├── [ 52K] Big024.java │   │   │   │   ├── [ 52K] Big025.java │   │   │   │   ├── [ 52K] Big026.java │   │   │   │   ├── [ 52K] Big027.java │   │   │   │   ├── [ 52K] Big028.java │   │   │   │   ├── [ 52K] Big029.java │   │   │   │   ├── [ 52K] Big030.java │   │   │   │   ├── [ 52K] Big031.java │   │   │   │   ├── [ 52K] Big032.java │   │   │   │   ├── [ 52K] Big033.java │   │   │   │   ├── [ 52K] Big034.java │   │   │   │   ├── [ 52K] Big035.java │   │   │   │   ├── [ 52K] Big036.java │   │   │   │   ├── [ 52K] Big037.java │   │   │   │   ├── [ 52K] Big038.java │   │   │   │   ├── [ 52K] Big039.java │   │   │   │   ├── [ 52K] Big040.java │   │   │   │   ├── [ 52K] Big041.java │   │   │   │   ├── [ 52K] Big042.java │   │   │   │   ├── [ 52K] Big043.java │   │   │   │   ├── [ 52K] Big044.java │   │   │   │   ├── [ 52K] Big045.java │   │   │   │   ├── [ 52K] Big046.java │   │   │   │   ├── [ 52K] Big047.java │   │   │   │   ├── [ 52K] Big048.java │   │   │   │   ├── [ 52K] Big049.java │   │   │   │   ├── [ 52K] Big050.java │   │   │   │   ├── [ 52K] Big051.java │   │   │   │   ├── [ 52K] Big052.java │   │   │   │   ├── [ 52K] Big053.java │   │   │   │   ├── [ 52K] Big054.java │   │   │   │   ├── [ 52K] Big055.java │   │   │   │   ├── [ 52K] Big056.java │   │   │   │   ├── [ 52K] Big057.java │   │   │   │   ├── [ 52K] Big058.java │   │   │   │   ├── [ 52K] Big059.java │   │   │   │   ├── [ 52K] Big060.java │   │   │   │   ├── [ 52K] Big061.java │   │   │   │   ├── [ 52K] Big062.java │   │   │   │   ├── [ 52K] Big063.java │   │   │   │   ├── [ 52K] Big064.java │   │   │   │   ├── [ 52K] Big065.java │   │   │   │   ├── [ 52K] Big066.java │   │   │   │   ├── [ 52K] Big067.java │   │   │   │   ├── [ 52K] Big068.java │   │   │   │   ├── [ 52K] Big069.java │   │   │   │   ├── [ 52K] Big070.java │   │   │   │   ├── [ 52K] Big071.java │   │   │   │   ├── [ 52K] Big072.java │   │   │   │   ├── [ 52K] Big073.java │   │   │   │   ├── [ 52K] Big074.java │   │   │   │   ├── [ 52K] Big075.java │   │   │   │   ├── [ 52K] Big076.java │   │   │   │   ├── [ 52K] Big077.java │   │   │   │   ├── [ 52K] Big078.java │   │   │   │   ├── [ 52K] Big079.java │   │   │   │   └── [ 52K] Big080.java │   │   │   ├── [1.7K] ReflectIntermediateClass.java │   │   │   ├── [ 785] Service10.java │   │   │   ├── [ 785] Service11.java │   │   │   ├── [ 785] Service12.java │   │   │   ├── [ 785] Service13.java │   │   │   ├── [ 785] Service14.java │   │   │   ├── [ 785] Service15.java │   │   │   ├── [ 785] Service16.java │   │   │   ├── [ 785] Service17.java │   │   │   ├── [ 785] Service18.java │   │   │   ├── [ 785] Service19.java │   │   │   ├── [ 784] Service1.java │   │   │   ├── [ 784] Service2.java │   │   │   ├── [ 784] Service3.java │   │   │   ├── [ 784] Service4.java │   │   │   ├── [ 784] Service5.java │   │   │   ├── [ 784] Service6.java │   │   │   ├── [ 784] Service7.java │   │   │   ├── [ 784] Service8.java │   │   │   └── [ 784] Service9.java │   │   ├── [4.0K] MultiDexLegacyTestServicesTests │   │   │   ├── [ 614] AndroidManifest.xml │   │   │   ├── [ 867] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] multidexlegacytestservices │   │   │   └── [4.0K] test │   │   │   └── [3.3K] ServicesTests.java │   │   ├── [4.0K] MultiDexLegacyVersionedTestApp_v1 │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [1.8K] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] layout │   │   │   │   └── [ 262] activity_main.xml │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] framework │   │   │   │   └── [4.0K] multidexlegacyversionedtestapp │   │   │   │   ├── [ 979] ClassForMainDex.java │   │   │   │   ├── [1.0K] MainActivity.java │   │   │   │   ├── [1.3K] MultiDexUpdateTest.java │   │   │   │   └── [ 801] Version.java │   │   │   └── [ 134] test.jpp │   │   ├── [4.0K] MultiDexLegacyVersionedTestApp_v2 │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [1.8K] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] layout │   │   │   │   └── [ 262] activity_main.xml │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] framework │   │   │   │   └── [4.0K] multidexlegacyversionedtestapp │   │   │   │   ├── [ 979] ClassForMainDex.java │   │   │   │   ├── [1.0K] MainActivity.java │   │   │   │   ├── [1.3K] MultiDexUpdateTest.java │   │   │   │   └── [ 801] Version.java │   │   │   └── [ 134] test.jpp │   │   ├── [4.0K] MultiDexLegacyVersionedTestApp_v3 │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [1.8K] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] layout │   │   │   │   └── [ 262] activity_main.xml │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] framework │   │   │   │   └── [4.0K] multidexlegacyversionedtestapp │   │   │   │   ├── [ 979] ClassForMainDex.java │   │   │   │   ├── [1.0K] MainActivity.java │   │   │   │   ├── [1.3K] MultiDexUpdateTest.java │   │   │   │   └── [ 801] Version.java │   │   │   └── [ 134] test.jpp │   │   ├── [4.0K] NoLocTestApp │   │   │   ├── [ 854] AndroidManifest.xml │   │   │   ├── [ 826] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] noloctestapp │   │   │   └── [ 829] NoLocTestAppActivity.java │   │   ├── [4.0K] NoLocVersionedTestApp_v1 │   │   │   ├── [ 939] AndroidManifest.xml │   │   │   ├── [ 838] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] nolocversionedtestapp │   │   │   └── [ 847] NoLocVersionedTestAppActivity.java │   │   ├── [4.0K] NoLocVersionedTestApp_v2 │   │   │   ├── [ 939] AndroidManifest.xml │   │   │   ├── [ 838] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] nolocversionedtestapp │   │   │   └── [ 847] NoLocVersionedTestAppActivity.java │   │   ├── [4.0K] SharedUid │   │   │   ├── [4.0K] 32 │   │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   │   ├── [1.3K] Android.mk │   │   │   │   ├── [4.0K] jni │   │   │   │   │   ├── [1.1K] Android.mk │   │   │   │   │   └── [2.5K] native.cpp │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] framework │   │   │   │   └── [4.0K] shareduid │   │   │   │   └── [4.0K] bit32 │   │   │   │   └── [1.4K] MainActivity.java │   │   │   ├── [4.0K] 64 │   │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   │   ├── [1.3K] Android.mk │   │   │   │   ├── [4.0K] jni │   │   │   │   │   ├── [1.2K] Android.mk │   │   │   │   │   └── [2.5K] native.cpp │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] framework │   │   │   │   └── [4.0K] shareduid │   │   │   │   └── [4.0K] bit64 │   │   │   │   └── [1.4K] MainActivity.java │   │   │   ├── [ 37] Android.mk │   │   │   ├── [4.0K] dual │   │   │   │   ├── [1.7K] Android.mk │   │   │   │   ├── [4.0K] dual │   │   │   │   │   └── [1.3K] AndroidManifest.xml │   │   │   │   ├── [4.0K] jni │   │   │   │   │   ├── [1.2K] Android.mk │   │   │   │   │   └── [2.5K] native.cpp │   │   │   │   ├── [4.0K] multiarch │   │   │   │   │   └── [1.3K] AndroidManifest.xml │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] framework │   │   │   │   └── [4.0K] shareduid │   │   │   │   └── [4.0K] dual │   │   │   │   └── [1.4K] MainActivity.java │   │   │   └── [4.0K] java_only │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   ├── [1.2K] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] shareduid │   │   │   └── [4.0K] java │   │   │   └── [1.1K] MainActivity.java │   │   ├── [4.0K] SimpleTestApp │   │   │   ├── [ 887] AndroidManifest.xml │   │   │   ├── [ 827] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] simpletestapp │   │   │   └── [ 801] SimpleAppActivity.java │   │   ├── [4.0K] UpdateExternalLocTestApp_v1_ext │   │   │   ├── [ 990] AndroidManifest.xml │   │   │   ├── [ 845] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexternalloctestapp │   │   │   └── [ 853] UpdateExternalLocTestAppActivity.java │   │   ├── [4.0K] UpdateExternalLocTestApp_v2_none │   │   │   ├── [ 941] AndroidManifest.xml │   │   │   ├── [ 846] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexternalloctestapp │   │   │   └── [ 853] UpdateExternalLocTestAppActivity.java │   │   ├── [4.0K] UpdateExtToIntLocTestApp_v1_ext │   │   │   ├── [ 990] AndroidManifest.xml │   │   │   ├── [ 845] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexttointloctestapp │   │   │   └── [ 853] UpdateExtToIntLocTestAppActivity.java │   │   ├── [4.0K] UpdateExtToIntLocTestApp_v2_int │   │   │   ├── [ 988] AndroidManifest.xml │   │   │   ├── [ 845] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] updateexttointloctestapp │   │   │   └── [ 853] UpdateExtToIntLocTestAppActivity.java │   │   ├── [4.0K] VersatileTestApp_Auto │   │   │   ├── [ 900] AndroidManifest.xml │   │   │   ├── [ 835] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] versatiletestapp │   │   │   └── [ 837] VersatileTestAppActivity.java │   │   ├── [4.0K] VersatileTestApp_External │   │   │   ├── [ 910] AndroidManifest.xml │   │   │   ├── [ 839] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] versatiletestapp │   │   │   └── [ 837] VersatileTestAppActivity.java │   │   ├── [4.0K] VersatileTestApp_Internal │   │   │   ├── [ 907] AndroidManifest.xml │   │   │   ├── [ 839] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] framework │   │   │   └── [4.0K] versatiletestapp │   │   │   └── [ 837] VersatileTestAppActivity.java │   │   └── [4.0K] VersatileTestApp_None │   │   ├── [ 861] AndroidManifest.xml │   │   ├── [ 835] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] framework │   │   └── [4.0K] versatiletestapp │   │   └── [ 837] VersatileTestAppActivity.java │   ├── [4.0K] inputmethodtests │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 477] Android.mk │   │   ├── [ 849] run_core_inputmethod_test.sh │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] os │   │   ├── [ 23K] CursorAnchorInfoTest.java │   │   ├── [3.1K] InputMethodSubtypeArrayTest.java │   │   ├── [ 17K] InputMethodSubtypeSwitchingControllerTest.java │   │   ├── [4.4K] InputMethodSubtypeTest.java │   │   ├── [ 51K] InputMethodTest.java │   │   └── [ 12K] SparseRectFArrayTest.java │   ├── [4.0K] notificationtests │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 375] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] app │   │   └── [3.5K] NotificationStressTest.java │   ├── [4.0K] overlaytests │   │   ├── [ 108] Android.mk │   │   ├── [4.0K] OverlayAppFirst │   │   │   ├── [ 296] AndroidManifest.xml │   │   │   ├── [ 254] Android.mk │   │   │   └── [4.0K] res │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   └── [ 399] drawable.jpg │   │   │   ├── [4.0K] raw │   │   │   │   └── [ 29] lorem_ipsum.txt │   │   │   ├── [4.0K] values │   │   │   │   └── [1.4K] config.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 832] config.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 60] integer.xml │   │   ├── [4.0K] OverlayAppSecond │   │   │   ├── [ 297] AndroidManifest.xml │   │   │   ├── [ 255] Android.mk │   │   │   └── [4.0K] res │   │   │   ├── [4.0K] raw │   │   │   │   └── [ 32] lorem_ipsum.txt │   │   │   ├── [4.0K] values │   │   │   │   └── [ 917] config.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 832] config.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 60] integer.xml │   │   ├── [4.0K] OverlayTest │   │   │   ├── [ 481] AndroidManifest.xml │   │   │   ├── [ 261] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   └── [ 414] drawable.jpg │   │   │   │   ├── [4.0K] raw │   │   │   │   │   └── [ 447] lorem_ipsum.txt │   │   │   │   ├── [4.0K] values │   │   │   │   │   └── [2.2K] config.xml │   │   │   │   ├── [4.0K] values-sv │   │   │   │   │   └── [ 832] config.xml │   │   │   │   └── [4.0K] xml │   │   │   │   └── [ 60] integer.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] overlaytest │   │   │   ├── [ 16K] OverlayBaseTest.java │   │   │   ├── [ 186] WithMultipleOverlaysTest.java │   │   │   ├── [ 167] WithoutOverlayTest.java │   │   │   └── [ 165] WithOverlayTest.java │   │   ├── [4.0K] OverlayTestOverlay │   │   │   ├── [ 270] AndroidManifest.xml │   │   │   ├── [ 244] Android.mk │   │   │   └── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 114] config.xml │   │   └── [ 23K] testrunner.py │   ├── [4.0K] SvcMonitor │   │   ├── [ 627] AndroidManifest.xml │   │   ├── [ 323] Android.mk │   │   ├── [1006] README │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 77] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] google │   │   └── [4.0K] experimental │   │   └── [4.0K] svcmoniter │   │   └── [6.8K] SvcMonitor.java │   ├── [4.0K] systemproperties │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 482] Android.mk │   │   ├── [ 648] run_core_systemproperties_test.sh │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] os │   │   └── [2.1K] SystemPropertiesTest.java │   └── [4.0K] utillib │   ├── [ 883] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] test │   ├── [6.2K] BandwidthTestCase.java │   └── [1.1K] BandwidthTest.java ├── [4.0K] data │   ├── [4.0K] etc │   │   ├── [1.2K] Android.mk │   │   └── [5.8K] platform.xml │   ├── [4.0K] fonts │   │   ├── [4.4K] AndroidClock_Highlight.ttf │   │   ├── [4.4K] AndroidClock_Solid.ttf │   │   ├── [4.4K] AndroidClock.ttf │   │   ├── [4.0K] Android.mk │   │   ├── [6.4K] Clockopia.ttf │   │   ├── [3.8M] DroidSansFallbackFull.ttf │   │   ├── [3.3M] DroidSansFallback.ttf │   │   ├── [106K] DroidSansMono.ttf │   │   ├── [ 14K] fallback_fonts.xml │   │   ├── [1.1K] fonts.mk │   │   ├── [ 16K] fonts.xml │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [1.8M] MTLc3m.ttf │   │   ├── [2.4M] MTLmr3m.ttf │   │   ├── [ 10K] NOTICE │   │   ├── [ 692] README.txt │   │   ├── [4.8K] system_fonts.xml │   │   └── [3.2K] vendor_fonts.xml │   ├── [4.0K] keyboards │   │   ├── [1.5K] Android.mk │   │   ├── [ 634] AVRCP.idc │   │   ├── [ 811] AVRCP.kl │   │   ├── [ 898] common.mk │   │   ├── [ 14K] Generic.kcm │   │   ├── [9.0K] Generic.kl │   │   ├── [1.0K] keyboards.mk │   │   ├── [ 870] qwerty2.idc │   │   ├── [ 15K] qwerty2.kcm │   │   ├── [ 869] qwerty.idc │   │   ├── [ 15K] qwerty.kcm │   │   ├── [2.0K] qwerty.kl │   │   ├── [ 737] Vendor_0079_Product_0011.kl │   │   ├── [1.2K] Vendor_045e_Product_028e.kl │   │   ├── [1.4K] Vendor_046d_Product_b501.kl │   │   ├── [1.0K] Vendor_046d_Product_c216.kl │   │   ├── [ 943] Vendor_046d_Product_c219.kl │   │   ├── [ 925] Vendor_046d_Product_c21d.kl │   │   ├── [ 950] Vendor_046d_Product_c21f.kl │   │   ├── [1.3K] Vendor_046d_Product_c294.kl │   │   ├── [1.4K] Vendor_046d_Product_c299.kl │   │   ├── [2.7K] Vendor_046d_Product_c532.kl │   │   ├── [1.4K] Vendor_054c_Product_0268.kl │   │   ├── [ 788] Vendor_0583_Product_2060.kl │   │   ├── [2.3K] Vendor_05ac_Product_0239.kl │   │   ├── [1021] Vendor_0b05_Product_4500.kl │   │   ├── [ 850] Vendor_1038_Product_1412.kl │   │   ├── [ 805] Vendor_12bd_Product_d015.kl │   │   ├── [1021] Vendor_1532_Product_0900.kl │   │   ├── [ 988] Vendor_1689_Product_fd00.kl │   │   ├── [ 942] Vendor_1689_Product_fd01.kl │   │   ├── [ 942] Vendor_1689_Product_fe00.kl │   │   ├── [1013] Vendor_18d1_Product_2c40.kl │   │   ├── [8.1K] Vendor_18d1_Product_5018.kcm │   │   ├── [1.5K] Vendor_18d1_Product_5018.kl │   │   ├── [ 831] Vendor_1949_Product_0401.kl │   │   ├── [ 935] Vendor_1bad_Product_f016.kl │   │   ├── [ 940] Vendor_1bad_Product_f023.kl │   │   ├── [ 935] Vendor_1bad_Product_f027.kl │   │   ├── [ 951] Vendor_1bad_Product_f036.kl │   │   ├── [1017] Vendor_1d79_Product_0009.kl │   │   ├── [1.9K] Vendor_22b8_Product_093d.kl │   │   ├── [ 968] Vendor_2378_Product_1008.kl │   │   ├── [ 955] Vendor_2378_Product_100a.kl │   │   └── [ 14K] Virtual.kcm │   ├── [4.0K] sounds │   │   ├── [ 16K] Alarm_Beep_01.ogg │   │   ├── [5.8K] Alarm_Beep_02.ogg │   │   ├── [ 21K] Alarm_Beep_03.ogg │   │   ├── [ 11K] Alarm_Buzzer.ogg │   │   ├── [ 26K] Alarm_Classic.ogg │   │   ├── [357K] Alarm_Classic.wav │   │   ├── [ 10K] Alarm_Rooster_01.ogg │   │   ├── [ 11K] Alarm_Rooster_02.ogg │   │   ├── [4.0K] alarms │   │   │   ├── [ 26K] Cesium.ogg │   │   │   ├── [4.0K] material │   │   │   │   └── [4.0K] ogg │   │   │   │   ├── [457K] Argon_48k.ogg │   │   │   │   ├── [496K] Argon.ogg │   │   │   │   ├── [ 90K] Carbon_48k.ogg │   │   │   │   ├── [ 97K] Carbon.ogg │   │   │   │   ├── [ 59K] Helium_48k.ogg │   │   │   │   ├── [ 62K] Helium.ogg │   │   │   │   ├── [211K] Krypton_48k.ogg │   │   │   │   ├── [215K] Krypton.ogg │   │   │   │   ├── [505K] Neon_48k.ogg │   │   │   │   ├── [454K] Neon.ogg │   │   │   │   ├── [187K] Osmium_48k.ogg │   │   │   │   ├── [195K] Osmium.ogg │   │   │   │   ├── [278K] Oxygen_48k.ogg │   │   │   │   ├── [300K] Oxygen.ogg │   │   │   │   ├── [627K] Platinum_48k.ogg │   │   │   │   ├── [911K] Platinum.ogg │   │   │   │   ├── [ 94K] Timer_48k.ogg │   │   │   │   └── [ 94K] Timer.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [ 51K] Analysis.ogg │   │   │   │   ├── [114K] Argon.ogg │   │   │   │   ├── [ 50K] Barium.ogg │   │   │   │   ├── [ 95K] Carbon.ogg │   │   │   │   ├── [ 26K] Cesium.ogg │   │   │   │   ├── [ 48K] Copernicium.ogg │   │   │   │   ├── [ 79K] Curium.ogg │   │   │   │   ├── [ 27K] Departure.ogg │   │   │   │   ├── [114K] Fermium.ogg │   │   │   │   ├── [101K] FireDrill.ogg │   │   │   │   ├── [144K] Hassium.ogg │   │   │   │   ├── [144K] Helium.ogg │   │   │   │   ├── [101K] Krypton.ogg │   │   │   │   ├── [173K] Neon.ogg │   │   │   │   ├── [ 95K] Neptunium.ogg │   │   │   │   ├── [173K] Nobelium.ogg │   │   │   │   ├── [ 41K] Osmium.ogg │   │   │   │   ├── [ 26K] Oxygen.ogg │   │   │   │   ├── [110K] Platinum.ogg │   │   │   │   ├── [101K] Plutonium.ogg │   │   │   │   ├── [110K] Promethium.ogg │   │   │   │   ├── [ 47K] Scandium.ogg │   │   │   │   └── [ 47K] Timing.ogg │   │   │   ├── [4.0K] ogg-jp │   │   │   │   ├── [ 55K] Argon.ogg │   │   │   │   ├── [ 42K] Carbon.ogg │   │   │   │   ├── [ 57K] Helium.ogg │   │   │   │   ├── [101K] Krypton.ogg │   │   │   │   ├── [173K] Neon.ogg │   │   │   │   └── [ 26K] Oxygen.ogg │   │   │   └── [4.0K] wav │   │   │   ├── [1.3M] Argon.wav │   │   │   ├── [336K] Barium.wav │   │   │   ├── [1.1M] Carbon.wav │   │   │   ├── [357K] Cesium.wav │   │   │   ├── [1.5M] Copernicium.wav │   │   │   ├── [1.4M] Curium.wav │   │   │   ├── [1.3M] Fermium.wav │   │   │   ├── [1.6M] Hassium.wav │   │   │   ├── [1.6M] Helium.wav │   │   │   ├── [855K] Krypton.wav │   │   │   ├── [3.4M] Neon.wav │   │   │   ├── [1.1M] Neptunium.wav │   │   │   ├── [3.4M] Nobelium.wav │   │   │   ├── [460K] Osmium.wav │   │   │   ├── [357K] Oxygen.wav │   │   │   ├── [1.2M] Platinum.wav │   │   │   ├── [855K] Plutonium.wav │   │   │   ├── [1.2M] Promethium.wav │   │   │   └── [679K] Scandium.wav │   │   ├── [ 20K] AllAudio.mk │   │   ├── [5.0K] AudioPackage10.mk │   │   ├── [4.9K] AudioPackage11.mk │   │   ├── [1.6K] AudioPackage12_48.mk │   │   ├── [1.3K] AudioPackage12.mk │   │   ├── [1.7K] AudioPackage13_48.mk │   │   ├── [1.4K] AudioPackage13.mk │   │   ├── [7.9K] AudioPackage2.mk │   │   ├── [7.5K] AudioPackage3.mk │   │   ├── [7.9K] AudioPackage4.mk │   │   ├── [5.4K] AudioPackage5.mk │   │   ├── [3.3K] AudioPackage6.mk │   │   ├── [5.1K] AudioPackage7alt.mk │   │   ├── [5.2K] AudioPackage7.mk │   │   ├── [5.3K] AudioPackage8.mk │   │   ├── [3.4K] AudioPackage9.mk │   │   ├── [4.0K] effects │   │   │   ├── [4.7K] camera_click.ogg │   │   │   ├── [ 13K] camera_click.wav │   │   │   ├── [ 43K] Dock.aif │   │   │   ├── [5.9K] Dock.ogg │   │   │   ├── [3.9K] Effect_Tick.ogg │   │   │   ├── [6.0K] KeypressDelete.ogg │   │   │   ├── [ 29K] KeypressDelete.wav │   │   │   ├── [9.6K] KeypressInvalid.ogg │   │   │   ├── [ 16K] KeypressInvalid.wav │   │   │   ├── [7.8K] KeypressReturn.ogg │   │   │   ├── [ 63K] KeypressReturn.wav │   │   │   ├── [7.2K] KeypressSpacebar.ogg │   │   │   ├── [ 48K] KeypressSpacebar.wav │   │   │   ├── [5.1K] KeypressStandard.ogg │   │   │   ├── [ 18K] KeypressStandard.wav │   │   │   ├── [4.6K] Lock.ogg │   │   │   ├── [ 11K] Lock.wav │   │   │   ├── [ 87K] LowBattery.aif │   │   │   ├── [6.4K] LowBattery.ogg │   │   │   ├── [4.0K] material │   │   │   │   └── [4.0K] ogg │   │   │   │   ├── [6.7K] camera_click_48k.ogg │   │   │   │   ├── [6.8K] camera_click.ogg │   │   │   │   ├── [ 40K] LowBattery_48k.ogg │   │   │   │   ├── [ 47K] LowBattery.ogg │   │   │   │   ├── [ 12K] VideoRecord_48k.ogg │   │   │   │   ├── [ 13K] VideoRecord.ogg │   │   │   │   ├── [ 39K] WirelessChargingStarted_48k.ogg │   │   │   │   └── [ 40K] WirelessChargingStarted.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [5.8K] camera_click_48k.ogg │   │   │   │   ├── [5.8K] camera_click.ogg │   │   │   │   ├── [9.2K] camera_focus.ogg │   │   │   │   ├── [6.2K] Dock.ogg │   │   │   │   ├── [5.0K] Effect_Tick_48k.ogg │   │   │   │   ├── [6.1K] Effect_Tick.ogg │   │   │   │   ├── [5.7K] KeypressDelete_120_48k.ogg │   │   │   │   ├── [5.9K] KeypressDelete_120.ogg │   │   │   │   ├── [4.9K] KeypressDelete_14.ogg │   │   │   │   ├── [5.3K] KeypressDelete_48k.ogg │   │   │   │   ├── [3.8K] KeypressDelete_49.ogg │   │   │   │   ├── [6.5K] KeypressDelete.ogg │   │   │   │   ├── [9.6K] KeypressInvalid_120_48k.ogg │   │   │   │   ├── [9.6K] KeypressInvalid_120.ogg │   │   │   │   ├── [5.3K] KeypressInvalid_48k.ogg │   │   │   │   ├── [9.6K] KeypressInvalid.ogg │   │   │   │   ├── [6.1K] KeypressReturn_120_48k.ogg │   │   │   │   ├── [6.1K] KeypressReturn_120.ogg │   │   │   │   ├── [5.1K] KeypressReturn_14.ogg │   │   │   │   ├── [4.9K] KeypressReturn_48k.ogg │   │   │   │   ├── [4.0K] KeypressReturn_49.ogg │   │   │   │   ├── [5.9K] KeypressReturn.ogg │   │   │   │   ├── [5.8K] KeypressSpacebar_120_48k.ogg │   │   │   │   ├── [6.0K] KeypressSpacebar_120.ogg │   │   │   │   ├── [4.9K] KeypressSpacebar_14.ogg │   │   │   │   ├── [7.3K] KeypressSpacebar_48k.ogg │   │   │   │   ├── [3.9K] KeypressSpacebar_49.ogg │   │   │   │   ├── [9.7K] KeypressSpacebar.ogg │   │   │   │   ├── [5.7K] KeypressStandard_120_48k.ogg │   │   │   │   ├── [5.9K] KeypressStandard_120.ogg │   │   │   │   ├── [4.9K] KeypressStandard_14.ogg │   │   │   │   ├── [5.2K] KeypressStandard_48k.ogg │   │   │   │   ├── [3.9K] KeypressStandard_49.ogg │   │   │   │   ├── [6.5K] KeypressStandard.ogg │   │   │   │   ├── [6.2K] Lock_48k.ogg │   │   │   │   ├── [8.1K] Lock.ogg │   │   │   │   ├── [ 12K] LowBattery.ogg │   │   │   │   ├── [ 29K] Media_Volume.ogg │   │   │   │   ├── [5.6K] Trusted_48k.ogg │   │   │   │   ├── [6.0K] Trusted.ogg │   │   │   │   ├── [8.0K] Undock.ogg │   │   │   │   ├── [5.9K] Unlock_48k.ogg │   │   │   │   ├── [7.7K] Unlock.ogg │   │   │   │   ├── [6.3K] VideoRecord_48k.ogg │   │   │   │   ├── [6.2K] VideoRecord.ogg │   │   │   │   ├── [6.4K] VideoStop_48k.ogg │   │   │   │   ├── [6.2K] VideoStop.ogg │   │   │   │   ├── [9.1K] VolumeIncremental.ogg │   │   │   │   └── [ 12K] WirelessChargingStarted.ogg │   │   │   ├── [ 43K] Undock.aif │   │   │   ├── [5.9K] Undock.ogg │   │   │   ├── [4.6K] Unlock.ogg │   │   │   ├── [ 11K] Unlock.wav │   │   │   ├── [5.5K] VideoRecord.ogg │   │   │   ├── [ 33K] VideoRecord.wav │   │   │   └── [4.0K] wav │   │   │   ├── [ 70K] CameraClick.wav │   │   │   ├── [ 70K] CameraFocus.wav │   │   │   ├── [ 52K] Dock.wav │   │   │   ├── [ 14K] Effect_Tick.wav │   │   │   ├── [ 14K] KeypressDelete_14.wav │   │   │   ├── [ 14K] KeypressDelete_49.wav │   │   │   ├── [ 63K] KeypressDelete.wav │   │   │   ├── [ 14K] KeypressReturn_14.wav │   │   │   ├── [ 14K] KeypressReturn_49.wav │   │   │   ├── [ 48K] KeypressReturn.wav │   │   │   ├── [ 14K] KeypressSpacebar_14.wav │   │   │   ├── [ 14K] KeypressSpacebar_49.wav │   │   │   ├── [ 29K] KeypressSpacebar.wav │   │   │   ├── [ 14K] KeypressStandard_14.wav │   │   │   ├── [ 14K] KeypressStandard_49.wav │   │   │   ├── [ 18K] KeypressStandard.wav │   │   │   ├── [ 11K] Lock.wav │   │   │   ├── [234K] LowBattery.wav │   │   │   ├── [829K] Media_Volume.wav │   │   │   ├── [242K] NFCFailure.wav │   │   │   ├── [277K] NFCInitiated.wav │   │   │   ├── [242K] NFCSuccess.wav │   │   │   ├── [ 52K] Undock.wav │   │   │   ├── [ 11K] Unlock.wav │   │   │   ├── [ 78K] VideoRecord.wav │   │   │   ├── [ 52K] VideoStop.wav │   │   │   ├── [130K] VideoTransmitBegin.wav │   │   │   ├── [130K] VideoTransmitEnd.wav │   │   │   └── [104K] VolumeIncremental.wav │   │   ├── [ 12K] F1_MissedCall.ogg │   │   ├── [ 20K] F1_New_MMS.ogg │   │   ├── [ 12K] F1_New_SMS.ogg │   │   ├── [ 18K] F1_NewVoicemail.ogg │   │   ├── [1.8K] generate-all-audio.sh │   │   ├── [4.0K] newwavelabs │   │   │   ├── [ 35K] Backroad.ogg │   │   │   ├── [622K] Backroad.wav │   │   │   ├── [ 28K] BeatPlucker.ogg │   │   │   ├── [ 30K] BentleyDubs.ogg │   │   │   ├── [ 46K] Big_Easy.ogg │   │   │   ├── [827K] Big_Easy.wav │   │   │   ├── [ 41K] BirdLoop.ogg │   │   │   ├── [ 38K] Bollywood.ogg │   │   │   ├── [725K] Bollywood.wav │   │   │   ├── [ 48K] BussaMove.ogg │   │   │   ├── [844K] BussaMove.wav │   │   │   ├── [ 19K] CaffeineSnake.ogg │   │   │   ├── [ 37K] Cairo.ogg │   │   │   ├── [719K] Cairo.wav │   │   │   ├── [ 38K] Calypso_Steel.ogg │   │   │   ├── [689K] Calypso_Steel.wav │   │   │   ├── [ 30K] CaribbeanIce.ogg │   │   │   ├── [ 39K] Champagne_Edition.ogg │   │   │   ├── [752K] Champagne_Edition.wav │   │   │   ├── [ 36K] Club_Cubano.ogg │   │   │   ├── [689K] Club_Cubano.wav │   │   │   ├── [ 47K] CousinJones.ogg │   │   │   ├── [ 37K] CrayonRock.ogg │   │   │   ├── [613K] CrayonRock.wav │   │   │   ├── [202K] CrazyDream.ogg │   │   │   ├── [ 30K] CurveBall.ogg │   │   │   ├── [ 60K] DancinFool.ogg │   │   │   ├── [992K] DancinFool.wav │   │   │   ├── [ 18K] DearDeer.ogg │   │   │   ├── [ 15K] Ding.ogg │   │   │   ├── [259K] Ding.wav │   │   │   ├── [ 49K] DonMessWivIt.ogg │   │   │   ├── [889K] DonMessWivIt.wav │   │   │   ├── [ 17K] DontPanic.ogg │   │   │   ├── [171K] DreamTheme.ogg │   │   │   ├── [ 49K] Eastern_Sky.ogg │   │   │   ├── [919K] Eastern_Sky.wav │   │   │   ├── [ 60K] Enter_the_Nexus.ogg │   │   │   ├── [1.1M] Enter_the_Nexus.wav │   │   │   ├── [ 31K] EtherShake.ogg │   │   │   ├── [ 45K] FriendlyGhost.ogg │   │   │   ├── [ 39K] Funk_Yall.ogg │   │   │   ├── [707K] Funk_Yall.wav │   │   │   ├── [ 49K] GameOverGuitar.ogg │   │   │   ├── [ 38K] Gimme_Mo_Town.ogg │   │   │   ├── [689K] Gimme_Mo_Town.wav │   │   │   ├── [ 54K] Glacial_Groove.ogg │   │   │   ├── [878K] Glacial_Groove.wav │   │   │   ├── [ 50K] Gotcha.ogg │   │   │   ├── [929K] Gotcha.wav │   │   │   ├── [ 40K] Growl.ogg │   │   │   ├── [ 67K] HalfwayHome.ogg │   │   │   ├── [1.2M] HalfwayHome.wav │   │   │   ├── [ 18K] Highwire.ogg │   │   │   ├── [ 15K] InsertCoin.ogg │   │   │   ├── [ 49K] Jump_Up.ogg │   │   │   ├── [878K] Jump_Up.wav │   │   │   ├── [ 15K] KzurbSonar.ogg │   │   │   ├── [ 27K] Lectro_Beat.ogg │   │   │   ├── [593K] Lectro_Beat.wav │   │   │   ├── [ 37K] LoopyLounge.ogg │   │   │   ├── [ 34K] LoveFlute.ogg │   │   │   ├── [ 42K] Miami_Twice.ogg │   │   │   ├── [707K] Miami_Twice.wav │   │   │   ├── [ 27K] MidEvilJaunt.ogg │   │   │   ├── [ 34K] MildlyAlarming.ogg │   │   │   ├── [ 40K] Nairobi.ogg │   │   │   ├── [689K] Nairobi.wav │   │   │   ├── [ 43K] Nassau.ogg │   │   │   ├── [752K] Nassau.wav │   │   │   ├── [ 15K] NewPlayer.ogg │   │   │   ├── [ 35K] Noises1.ogg │   │   │   ├── [ 38K] Noises2.ogg │   │   │   ├── [ 26K] Noises3.ogg │   │   │   ├── [ 23K] NoiseyDing.ogg │   │   │   ├── [ 32K] No_Limits.ogg │   │   │   ├── [617K] No_Limits.wav │   │   │   ├── [ 20K] OnTheHunt.ogg │   │   │   ├── [ 32K] OrganDub.ogg │   │   │   ├── [ 38K] Paradise_Island.ogg │   │   │   ├── [713K] Paradise_Island.wav │   │   │   ├── [ 55K] Playa.ogg │   │   │   ├── [1008K] Playa.wav │   │   │   ├── [ 51K] Revelation.ogg │   │   │   ├── [1024K] Revelation.wav │   │   │   ├── [ 48K] Road_Trip.ogg │   │   │   ├── [945K] Road_Trip.wav │   │   │   ├── [ 31K] RomancingTheTone.ogg │   │   │   ├── [ 41K] Safari.ogg │   │   │   ├── [689K] Safari.wav │   │   │   ├── [ 38K] Savannah.ogg │   │   │   ├── [689K] Savannah.wav │   │   │   ├── [ 43K] Seville.ogg │   │   │   ├── [827K] Seville.wav │   │   │   ├── [ 38K] Shes_All_That.ogg │   │   │   ├── [719K] Shes_All_That.wav │   │   │   ├── [ 43K] SilkyWay.ogg │   │   │   ├── [719K] SilkyWay.wav │   │   │   ├── [ 28K] SitarVsSitar.ogg │   │   │   ├── [ 26K] SpringyJalopy.ogg │   │   │   ├── [ 37K] Steppin_Out.ogg │   │   │   ├── [689K] Steppin_Out.wav │   │   │   ├── [ 36K] Terminated.ogg │   │   │   ├── [ 36K] Third_Eye.ogg │   │   │   ├── [689K] Third_Eye.wav │   │   │   ├── [ 45K] Thunderfoot.ogg │   │   │   ├── [827K] Thunderfoot.wav │   │   │   ├── [ 26K] TwirlAway.ogg │   │   │   ├── [ 28K] VeryAlarmed.ogg │   │   │   ├── [ 16K] Voila.ogg │   │   │   └── [ 30K] World.ogg │   │   ├── [4.0K] notifications │   │   │   ├── [ 14K] aidos.ogg │   │   │   ├── [7.4K] Aldebaran.ogg │   │   │   ├── [6.9K] Altair.ogg │   │   │   ├── [ 10K] Antares.ogg │   │   │   ├── [7.7K] arcturus.ogg │   │   │   ├── [ 34K] Beat_Box_Android.ogg │   │   │   ├── [ 58K] Bees_Knees.ogg │   │   │   ├── [ 16K] Betelgeuse.ogg │   │   │   ├── [ 12K] Canopus.ogg │   │   │   ├── [ 13K] Capella.ogg │   │   │   ├── [ 14K] Castor.ogg │   │   │   ├── [ 26K] CetiAlpha.ogg │   │   │   ├── [496K] CetiAlpha.wav │   │   │   ├── [ 19K] Cheeper.ogg │   │   │   ├── [ 38K] circios.ogg │   │   │   ├── [ 11K] Cricket.ogg │   │   │   ├── [154K] Cricket.wav │   │   │   ├── [ 14K] Deneb.ogg │   │   │   ├── [8.7K] Doink.ogg │   │   │   ├── [ 62K] Doink.wav │   │   │   ├── [ 13K] Drip.ogg │   │   │   ├── [214K] Drip.wav │   │   │   ├── [ 15K] Electra.ogg │   │   │   ├── [ 21K] Fomalhaut.ogg │   │   │   ├── [ 38K] Heaven.ogg │   │   │   ├── [ 18K] horkos.ogg │   │   │   ├── [ 16K] hypnos1.ogg │   │   │   ├── [ 28K] IM_Me.ogg │   │   │   ├── [ 25K] kratos1.ogg │   │   │   ├── [ 32K] kratos2.ogg │   │   │   ├── [4.0K] material │   │   │   │   └── [4.0K] ogg │   │   │   │   ├── [ 55K] Ariel_48k.ogg │   │   │   │   ├── [ 60K] Ariel.ogg │   │   │   │   ├── [ 33K] Carme_48k.ogg │   │   │   │   ├── [ 34K] Carme.ogg │   │   │   │   ├── [ 35K] Ceres_48k.ogg │   │   │   │   ├── [ 39K] Ceres.ogg │   │   │   │   ├── [ 36K] Elara_48k.ogg │   │   │   │   ├── [ 36K] Elara.ogg │   │   │   │   ├── [ 23K] Europa_48k.ogg │   │   │   │   ├── [ 26K] Europa.ogg │   │   │   │   ├── [ 42K] Iapetus_48k.ogg │   │   │   │   ├── [ 44K] Iapetus.ogg │   │   │   │   ├── [ 37K] Io_48k.ogg │   │   │   │   ├── [ 39K] Io.ogg │   │   │   │   ├── [ 21K] Rhea_48k.ogg │   │   │   │   ├── [ 22K] Rhea.ogg │   │   │   │   ├── [ 39K] Salacia_48k.ogg │   │   │   │   ├── [ 40K] Salacia.ogg │   │   │   │   ├── [ 36K] Tethys_48k.ogg │   │   │   │   ├── [ 39K] Tethys.ogg │   │   │   │   ├── [ 31K] Titan_48k.ogg │   │   │   │   └── [ 32K] Titan.ogg │   │   │   ├── [ 18K] Merope.ogg │   │   │   ├── [ 16K] moonbeam.ogg │   │   │   ├── [352K] moonbeam.wav │   │   │   ├── [ 14K] nomos1.ogg │   │   │   ├── [ 19K] nomos2.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [ 11K] Acrux.ogg │   │   │   │   ├── [ 10K] Adara.ogg │   │   │   │   ├── [ 12K] Altair.ogg │   │   │   │   ├── [8.7K] Alya.ogg │   │   │   │   ├── [ 11K] Antares.ogg │   │   │   │   ├── [ 27K] Antimony.ogg │   │   │   │   ├── [7.7K] Arcturus.ogg │   │   │   │   ├── [ 15K] Argon.ogg │   │   │   │   ├── [ 10K] Ariel_48k.ogg │   │   │   │   ├── [ 10K] Ariel.ogg │   │   │   │   ├── [ 15K] Bellatrix.ogg │   │   │   │   ├── [ 19K] Beryllium.ogg │   │   │   │   ├── [ 15K] Betelgeuse.ogg │   │   │   │   ├── [ 13K] Capella.ogg │   │   │   │   ├── [ 26K] Carme_48k.ogg │   │   │   │   ├── [ 26K] Carme.ogg │   │   │   │   ├── [ 30K] Ceres_48k.ogg │   │   │   │   ├── [ 31K] Ceres.ogg │   │   │   │   ├── [ 26K] CetiAlpha.ogg │   │   │   │   ├── [ 18K] Cobalt.ogg │   │   │   │   ├── [ 15K] Deneb.ogg │   │   │   │   ├── [ 30K] Elara_48k.ogg │   │   │   │   ├── [ 31K] Elara.ogg │   │   │   │   ├── [ 28K] Europa_48k.ogg │   │   │   │   ├── [ 28K] Europa.ogg │   │   │   │   ├── [ 18K] Fluorine.ogg │   │   │   │   ├── [ 12K] Gallium.ogg │   │   │   │   ├── [7.3K] Helium.ogg │   │   │   │   ├── [ 14K] Hojus.ogg │   │   │   │   ├── [ 24K] Iapetus_48k.ogg │   │   │   │   ├── [ 24K] Iapetus.ogg │   │   │   │   ├── [ 24K] Io_48k.ogg │   │   │   │   ├── [ 24K] Io.ogg │   │   │   │   ├── [ 57K] Iridium.ogg │   │   │   │   ├── [ 11K] Krypton.ogg │   │   │   │   ├── [ 18K] Lalande.ogg │   │   │   │   ├── [ 17K] Mira.ogg │   │   │   │   ├── [ 14K] Palladium.ogg │   │   │   │   ├── [ 20K] Polaris.ogg │   │   │   │   ├── [ 23K] Pollux.ogg │   │   │   │   ├── [ 22K] Procyon.ogg │   │   │   │   ├── [ 13K] Proxima.ogg │   │   │   │   ├── [ 25K] Radon.ogg │   │   │   │   ├── [ 35K] Rhea_48k.ogg │   │   │   │   ├── [ 36K] Rhea.ogg │   │   │   │   ├── [ 21K] Rubidium.ogg │   │   │   │   ├── [ 23K] Salacia_48k.ogg │   │   │   │   ├── [ 23K] Salacia.ogg │   │   │   │   ├── [ 11K] Selenium.ogg │   │   │   │   ├── [ 24K] Shaula.ogg │   │   │   │   ├── [8.9K] Spica.ogg │   │   │   │   ├── [ 38K] Strontium.ogg │   │   │   │   ├── [8.3K] Syrma.ogg │   │   │   │   ├── [ 10K] Talitha.ogg │   │   │   │   ├── [ 15K] Tejat.ogg │   │   │   │   ├── [ 16K] Tejat_proc48.ogg │   │   │   │   ├── [9.6K] Tethys_48k.ogg │   │   │   │   ├── [ 19K] Tethys.ogg │   │   │   │   ├── [ 18K] Thallium.ogg │   │   │   │   ├── [ 30K] Titan_48k.ogg │   │   │   │   ├── [ 30K] Titan.ogg │   │   │   │   ├── [ 23K] Upsilon.ogg │   │   │   │   ├── [ 29K] Vega.ogg │   │   │   │   ├── [ 27K] Xenon.ogg │   │   │   │   └── [ 12K] Zirconium.ogg │   │   │   ├── [ 21K] ouranos.ogg │   │   │   ├── [ 27K] phantasos.ogg │   │   │   ├── [ 17K] pixiedust.ogg │   │   │   ├── [324K] pixiedust.wav │   │   │   ├── [ 18K] pizzicato.ogg │   │   │   ├── [376K] pizzicato.wav │   │   │   ├── [6.5K] Plastic_Pipe.ogg │   │   │   ├── [ 68K] Plastic_Pipe.wav │   │   │   ├── [ 20K] Polaris.ogg │   │   │   ├── [ 23K] Pollux.ogg │   │   │   ├── [ 24K] poros.ogg │   │   │   ├── [ 22K] Procyon.ogg │   │   │   ├── [ 27K] regulus.ogg │   │   │   ├── [ 16K] ShortCircuit.ogg │   │   │   ├── [ 26K] sirius.ogg │   │   │   ├── [ 20K] Sirrah.ogg │   │   │   ├── [ 26K] SpaceSeed.ogg │   │   │   ├── [496K] SpaceSeed.wav │   │   │   ├── [ 49K] Star_Struck.ogg │   │   │   ├── [ 43K] TaDa.ogg │   │   │   ├── [ 15K] thrasos1.ogg │   │   │   ├── [ 18K] Tinkerbell.ogg │   │   │   ├── [ 10K] tweeters.ogg │   │   │   ├── [148K] tweeters.wav │   │   │   ├── [ 29K] vega.ogg │   │   │   └── [4.0K] wav │   │   │   ├── [208K] Altair.wav │   │   │   ├── [173K] Antares.wav │   │   │   ├── [208K] Betelgeuse.wav │   │   │   ├── [235K] Deneb_processed_48kHz.wav │   │   │   ├── [208K] Deneb.wav │   │   │   ├── [207K] Hojus.wav │   │   │   ├── [277K] Lalande.wav │   │   │   ├── [208K] Mira.wav │   │   │   ├── [173K] Proxima.wav │   │   │   └── [277K] Upsilon.wav │   │   ├── [5.3K] OriginalAudio.mk │   │   ├── [ 957] README.txt │   │   ├── [ 17K] ring3.ogg │   │   ├── [ 52K] Ring_Classic_01.ogg │   │   ├── [ 58K] Ring_Classic_02.ogg │   │   ├── [ 30K] Ring_Classic_03.ogg │   │   ├── [ 28K] Ring_Classic_04.ogg │   │   ├── [ 12K] Ring_Classic_05.ogg │   │   ├── [ 28K] Ring_Digital_01.ogg │   │   ├── [ 21K] Ring_Digital_02.ogg │   │   ├── [ 23K] Ring_Digital_03.ogg │   │   ├── [ 30K] Ring_Digital_04.ogg │   │   ├── [ 21K] Ring_Digital_05.ogg │   │   ├── [ 32K] ringer.ogg │   │   ├── [ 26K] Ring_Synth_01.ogg │   │   ├── [ 52K] Ring_Synth_02.ogg │   │   ├── [ 23K] Ring_Synth_03.ogg │   │   ├── [ 43K] Ring_Synth_04.ogg │   │   ├── [ 34K] Ring_Synth_05.ogg │   │   ├── [4.0K] ringtones │   │   │   ├── [ 24K] ANDROMEDA.ogg │   │   │   ├── [ 21K] Aquila.ogg │   │   │   ├── [ 87K] ArgoNavis.ogg │   │   │   ├── [ 26K] BOOTES.ogg │   │   │   ├── [ 30K] CANISMAJOR.ogg │   │   │   ├── [ 15K] Carina.ogg │   │   │   ├── [259K] Carina.wav │   │   │   ├── [ 31K] CASSIOPEIA.ogg │   │   │   ├── [ 27K] Centaurus.ogg │   │   │   ├── [ 29K] Cygnus.ogg │   │   │   ├── [ 31K] Draco.ogg │   │   │   ├── [ 36K] Eridani.ogg │   │   │   ├── [110K] FreeFlight.ogg │   │   │   ├── [2.1M] FreeFlight.wav │   │   │   ├── [ 22K] hydra.ogg │   │   │   ├── [ 42K] Lyra.ogg │   │   │   ├── [ 37K] Machina.ogg │   │   │   ├── [4.0K] material │   │   │   │   └── [4.0K] ogg │   │   │   │   ├── [215K] Atria_48k.ogg │   │   │   │   ├── [225K] Atria.ogg │   │   │   │   ├── [393K] Callisto_48k.ogg │   │   │   │   ├── [396K] Callisto.ogg │   │   │   │   ├── [334K] Dione_48k.ogg │   │   │   │   ├── [336K] Dione.ogg │   │   │   │   ├── [133K] Ganymede_48k.ogg │   │   │   │   ├── [132K] Ganymede.ogg │   │   │   │   ├── [105K] Luna_48k.ogg │   │   │   │   ├── [112K] Luna.ogg │   │   │   │   ├── [448K] Oberon_48k.ogg │   │   │   │   ├── [455K] Oberon.ogg │   │   │   │   ├── [111K] Phobos_48k.ogg │   │   │   │   ├── [113K] Phobos.ogg │   │   │   │   ├── [611K] Pyxis_48k.ogg │   │   │   │   ├── [615K] Pyxis.ogg │   │   │   │   ├── [194K] Sedna_48k.ogg │   │   │   │   ├── [192K] Sedna.ogg │   │   │   │   ├── [612K] Titania_48k.ogg │   │   │   │   ├── [668K] Titania.ogg │   │   │   │   ├── [425K] Triton_48k.ogg │   │   │   │   ├── [460K] Triton.ogg │   │   │   │   ├── [239K] Umbriel_48k.ogg │   │   │   │   └── [241K] Umbriel.ogg │   │   │   ├── [4.0K] ogg │   │   │   │   ├── [ 86K] Acheron.ogg │   │   │   │   ├── [ 24K] Andromeda.ogg │   │   │   │   ├── [ 21K] Aquila.ogg │   │   │   │   ├── [221K] ArgoNavis.ogg │   │   │   │   ├── [ 88K] Atria.ogg │   │   │   │   ├── [ 26K] Bootes.ogg │   │   │   │   ├── [291K] Callisto_48k.ogg │   │   │   │   ├── [292K] Callisto.ogg │   │   │   │   ├── [ 30K] CanisMajor.ogg │   │   │   │   ├── [ 15K] Carina.ogg │   │   │   │   ├── [ 43K] Cassiopeia.ogg │   │   │   │   ├── [ 27K] Centaurus.ogg │   │   │   │   ├── [ 29K] Cygnus.ogg │   │   │   │   ├── [ 88K] Dione_48k.ogg │   │   │   │   ├── [ 88K] Dione.ogg │   │   │   │   ├── [ 31K] Draco.ogg │   │   │   │   ├── [ 36K] Eridani.ogg │   │   │   │   ├── [163K] Ganymede_48k.ogg │   │   │   │   ├── [165K] Ganymede.ogg │   │   │   │   ├── [ 43K] Girtab.ogg │   │   │   │   ├── [ 22K] Hydra.ogg │   │   │   │   ├── [ 57K] Iridium.ogg │   │   │   │   ├── [161K] Kuma.ogg │   │   │   │   ├── [130K] Luna_48k.ogg │   │   │   │   ├── [128K] Luna.ogg │   │   │   │   ├── [ 43K] Lyra.ogg │   │   │   │   ├── [ 37K] Machina.ogg │   │   │   │   ├── [100K] Nasqueron.ogg │   │   │   │   ├── [113K] Oberon_48k.ogg │   │   │   │   ├── [101K] Oberon.ogg │   │   │   │   ├── [ 53K] Orion.ogg │   │   │   │   ├── [ 85K] Pegasus.ogg │   │   │   │   ├── [231K] Perseus.ogg │   │   │   │   ├── [133K] Phobos_48k.ogg │   │   │   │   ├── [132K] Phobos.ogg │   │   │   │   ├── [ 16K] Pyxis.ogg │   │   │   │   ├── [174K] Rasalas.ogg │   │   │   │   ├── [ 56K] Rigel.ogg │   │   │   │   ├── [106K] Scarabaeus.ogg │   │   │   │   ├── [309K] Sceptrum.ogg │   │   │   │   ├── [ 16K] Sedna_48k.ogg │   │   │   │   ├── [ 16K] Sedna.ogg │   │   │   │   ├── [ 87K] Solarium.ogg │   │   │   │   ├── [ 70K] Testudo.ogg │   │   │   │   ├── [171K] Themos.ogg │   │   │   │   ├── [294K] Titania_48k.ogg │   │   │   │   ├── [294K] Titania.ogg │   │   │   │   ├── [106K] Triton_48k.ogg │   │   │   │   ├── [106K] Triton.ogg │   │   │   │   ├── [137K] Umbriel_48k.ogg │   │   │   │   ├── [144K] Umbriel.ogg │   │   │   │   ├── [181K] UrsaMinor.ogg │   │   │   │   ├── [ 76K] Vespa.ogg │   │   │   │   └── [ 76K] Zeta.ogg │   │   │   ├── [ 53K] Orion.ogg │   │   │   ├── [ 85K] Pegasus.ogg │   │   │   ├── [110K] PERSEUS.ogg │   │   │   ├── [ 16K] Pyxis.ogg │   │   │   ├── [ 31K] Rigel.ogg │   │   │   ├── [210K] ringtone18.ogg │   │   │   ├── [116K] ringtone19.ogg │   │   │   ├── [ 52K] ringtone20.ogg │   │   │   ├── [ 73K] ringtone21.ogg │   │   │   ├── [100K] ringtone22.ogg │   │   │   ├── [ 79K] ringtone23.ogg │   │   │   ├── [102K] ringtone24.ogg │   │   │   ├── [128K] ringtone25.ogg │   │   │   ├── [ 95K] ringtone26.ogg │   │   │   ├── [ 86K] ringtone27.ogg │   │   │   ├── [119K] ringtone28.ogg │   │   │   ├── [107K] ringtone29.ogg │   │   │   ├── [111K] ringtone30.ogg │   │   │   ├── [ 96K] ringtone31.ogg │   │   │   ├── [172K] ringtone32.ogg │   │   │   ├── [ 62K] ringtone33.ogg │   │   │   ├── [ 59K] ringtone34.ogg │   │   │   ├── [160K] ringtone35.ogg │   │   │   ├── [ 40K] ringtone36.ogg │   │   │   ├── [142K] ringtone37.ogg │   │   │   ├── [123K] ringtone38.ogg │   │   │   ├── [106K] Scarabaeus.ogg │   │   │   ├── [287K] Sceptrum.ogg │   │   │   ├── [ 59K] Solarium.ogg │   │   │   ├── [ 70K] Testudo.ogg │   │   │   ├── [141K] URSAMINOR.ogg │   │   │   ├── [ 18K] Vespa.ogg │   │   │   └── [4.0K] wav │   │   │   ├── [259K] Carina.wav │   │   │   ├── [596K] Cassiopeia.wav │   │   │   ├── [726K] Lyra.wav │   │   │   ├── [5.1M] Sceptrum.wav │   │   │   ├── [1.5M] Solarium.wav │   │   │   ├── [3.6M] Themos.wav │   │   │   ├── [2.2M] UrsaMinor.wav │   │   │   └── [1.1M] Vespa.wav │   │   └── [4.0K] testfiles │   │   └── [2.9K] test.mid │   └── [4.0K] videos │   ├── [189K] AndroidInSpace.240p.mp4 │   ├── [1.4M] AndroidInSpace.480p.lq.mp4 │   ├── [2.8M] AndroidInSpace.480p.mq.mp4 │   ├── [773K] Disco.240p.mp4 │   ├── [1.5M] Disco.480p.lq.mp4 │   ├── [3.2M] Disco.480p.mq.mp4 │   ├── [380K] Sunset.240p.mp4 │   ├── [1.5M] Sunset.480p.lq.mp4 │   ├── [2.8M] Sunset.480p.mq.mp4 │   ├── [1.1K] VideoPackage1.mk │   └── [1.1K] VideoPackage2.mk ├── [4.0K] docs │   ├── [ 179] docs-documentation-redirect.html │   ├── [ 184] docs-redirect.html │   ├── [ 190] docs-redirect-index.html │   ├── [ 178] docs-samples-redirect.html │   ├── [4.0K] downloads │   │   ├── [4.0K] brand │   │   │   ├── [260K] af_generic_rgb_wo.ai │   │   │   ├── [273K] ar_generic_rgb_wo.ai │   │   │   ├── [263K] be_generic_rgb_wo.ai │   │   │   ├── [265K] bg_generic_rgb_wo.ai │   │   │   ├── [261K] ca_generic_rgb_wo.ai │   │   │   ├── [259K] cs_generic_rgb_wo.ai │   │   │   ├── [263K] da_generic_rgb_wo.ai │   │   │   ├── [253K] de_app_rgb_wo.ai │   │   │   ├── [256K] de_generic_rgb_wo.ai │   │   │   ├── [266K] el_generic_rgb_wo.ai │   │   │   ├── [252K] en_app_rgb_wo.ai │   │   │   ├── [249K] en_generic_rgb_wo.ai │   │   │   ├── [251K] es-419_app_rgb_wo.ai │   │   │   ├── [258K] es-419_generic_rgb_wo.ai │   │   │   ├── [256K] es_app_rgb_wo.ai │   │   │   ├── [258K] es_generic_rgb_wo.ai │   │   │   ├── [264K] et_generic_rgb_wo.ai │   │   │   ├── [270K] fa_generic_rgb_wo.ai │   │   │   ├── [263K] fi_generic_rgb_wo.ai │   │   │   ├── [263K] fil_generic_rgb_wo.ai │   │   │   ├── [255K] fr_app_rgb_wo.ai │   │   │   ├── [257K] fr_generic_rgb_wo.ai │   │   │   ├── [257K] hr_generic_rgb_wo.ai │   │   │   ├── [264K] hu_generic_rgb_wo.ai │   │   │   ├── [265K] id-in_generic_rgb_wo.ai │   │   │   ├── [251K] it_app_rgb_wo.ai │   │   │   ├── [258K] it_generic_rgb_wo.ai │   │   │   ├── [264K] iw-he_generic_rgb_wo.ai │   │   │   ├── [253K] ja_app_rgb_wo.ai │   │   │   ├── [264K] ja_generic_rgb_wo.ai │   │   │   ├── [253K] ko_app_rgb_wo.ai │   │   │   ├── [265K] ko_generic_rgb_wo.ai │   │   │   ├── [264K] lt_generic_rgb_wo.ai │   │   │   ├── [262K] lv_generic_rgb_wo.ai │   │   │   ├── [263K] ms_generic_rgb_wo.ai │   │   │   ├── [259K] nl_app_rgb_wo.ai │   │   │   ├── [258K] nl_generic_rgb_wo.ai │   │   │   ├── [260K] no_generic_rgb_wo.ai │   │   │   ├── [262K] pl_generic_rgb_wo.ai │   │   │   ├── [255K] pt-br_app_rgb_wo.ai │   │   │   ├── [1.1M] pt-br_generic_rgb_wo.ai │   │   │   ├── [256K] pt-pt_app_rgb_wo.ai │   │   │   ├── [260K] pt-pt_generic_rgb_wo.ai │   │   │   ├── [263K] ro_generic_rgb_wo.ai │   │   │   ├── [264K] ru_generic_rgb_wo.ai │   │   │   ├── [262K] sk_generic_rgb_wo.ai │   │   │   ├── [262K] sl_generic_rgb_wo.ai │   │   │   ├── [266K] sr_generic_rgb_wo.ai │   │   │   ├── [260K] sv_generic_rgb_wo.ai │   │   │   ├── [263K] sw_generic_rgb_wo.ai │   │   │   ├── [268K] th_generic_rgb_wo.ai │   │   │   ├── [262K] tr_generic_rgb_wo.ai │   │   │   ├── [264K] uk_generic_rgb_wo.ai │   │   │   ├── [269K] vi_generic_rgb_wo.ai │   │   │   ├── [262K] zh-cn_generic_rgb_wo.ai │   │   │   ├── [268K] zh-hk_generic_rgb_wo.ai │   │   │   ├── [264K] zh-tw_generic_rgb_wo.ai │   │   │   └── [262K] zu_generic_rgb_wo.ai │   │   ├── [4.0K] design │   │   │   ├── [2.2K] Android_Design_Color_Swatches_20120229.zip │   │   │   ├── [ 38M] Android_Design_Downloads_20120814.zip │   │   │   ├── [ 37M] Android_Design_Downloads_20120823.zip │   │   │   ├── [ 36M] Android_Design_Downloads_20130814.zip │   │   │   ├── [3.8M] Android_Design_Fireworks_Stencil_20120814.png │   │   │   ├── [1.0M] Android_Design_Holo_Widgets_20120814.zip │   │   │   ├── [2.2M] Android_Design_Icons_20120814.zip │   │   │   ├── [2.1M] Android_Design_Illustrator_Vectors_20120814.ai │   │   │   ├── [ 28M] Android_Design_OmniGraffle_Stencil_20120814.graffle │   │   │   ├── [ 21K] Android_Navigation_Drawer_Icon_20130516.zip │   │   │   ├── [1.6M] roboto-1.100141.zip │   │   │   ├── [1.4M] Roboto_Hinted_20111129.zip │   │   │   ├── [1.4M] Roboto_Hinted_20120823.zip │   │   │   └── [311K] Roboto_Specimen_Book_20111129.pdf │   │   ├── [4.0K] devbytes │   │   │   ├── [3.9M] BitmapAllocation.zip │   │   │   ├── [ 89K] BitmapScaling.zip │   │   │   ├── [ 50K] Bouncer.zip │   │   │   ├── [ 37K] CrossFading.zip │   │   │   ├── [ 27K] ImmersiveMode.zip │   │   │   ├── [ 37K] KeyframeAnimation.zip │   │   │   ├── [ 16K] LayoutTransChanging.zip │   │   │   ├── [ 44K] ListViewAnimations.zip │   │   │   ├── [ 44K] ListViewDeletion.zip │   │   │   ├── [595K] PictureViewer.zip │   │   │   ├── [ 42K] PropertyAnimations.zip │   │   │   ├── [ 26K] RequestDuringLayout.zip │   │   │   ├── [ 41K] ViewAnimations.zip │   │   │   └── [ 51K] WindowAnimations.zip │   │   ├── [4.0K] partner │   │   │   └── [4.0K] audio │   │   │   ├── [325K] av_sync_board.zip │   │   │   └── [ 79] README.txt │   │   ├── [ 387] README │   │   └── [4.0K] training │   │   ├── [245K] ActivityLifecycle.zip │   │   ├── [ 45K] ActivityRecognition.zip │   │   ├── [464K] AndroidTestingFun.zip │   │   ├── [2.1M] Animations.zip │   │   ├── [2.2M] BasicSyncAdapter.zip │   │   ├── [362K] ControllerSample.zip │   │   ├── [ 39K] CustomView.zip │   │   ├── [ 20K] DeviceManagement.zip │   │   ├── [ 29K] EffectiveNavigation.zip │   │   ├── [277K] FragmentBasics.zip │   │   ├── [ 68K] GeofenceDetection.zip │   │   ├── [ 40K] GoogleAuth.zip │   │   ├── [396K] InteractiveChart.zip │   │   ├── [255K] LocationAware.zip │   │   ├── [475K] LocationProvider.zip │   │   ├── [ 48K] LocationUpdates.zip │   │   ├── [ 41K] MobileAds.zip │   │   ├── [899K] NavigationDrawer.zip │   │   ├── [ 24K] NetworkUsage.zip │   │   ├── [327K] NewsReader.zip │   │   ├── [128K] NotifyUser.zip │   │   ├── [ 45K] NsdChat.zip │   │   ├── [ 37K] OpenGLES.zip │   │   ├── [ 15K] PhotoIntentActivity.zip │   │   ├── [ 45K] Scheduler.zip │   │   ├── [ 70K] TabCompat.zip │   │   └── [ 73K] ThreadSample.zip │   ├── [4.0K] html │   │   ├── [4.0K] about │   │   │   ├── [2.5K] about_toc.cs │   │   │   ├── [5.0K] android.jd │   │   │   ├── [4.0K] dashboards │   │   │   │   └── [ 13K] index.jd │   │   │   ├── [7.0K] index.jd │   │   │   ├── [2.8K] start.jd │   │   │   └── [4.0K] versions │   │   │   ├── [ 10K] android-1.1.jd │   │   │   ├── [6.1K] android-1.5-highlights.jd │   │   │   ├── [ 12K] android-1.5.jd │   │   │   ├── [7.5K] android-1.6-highlights.jd │   │   │   ├── [ 18K] android-1.6.jd │   │   │   ├── [ 12K] android-2.0.1.jd │   │   │   ├── [5.6K] android-2.0-highlights.jd │   │   │   ├── [ 14K] android-2.0.jd │   │   │   ├── [ 11K] android-2.1.jd │   │   │   ├── [8.8K] android-2.2-highlights.jd │   │   │   ├── [ 13K] android-2.2.jd │   │   │   ├── [8.1K] android-2.3.3.jd │   │   │   ├── [6.3K] android-2.3.4.jd │   │   │   ├── [ 18K] android-2.3-highlights.jd │   │   │   ├── [ 33K] android-2.3.jd │   │   │   ├── [ 20K] android-3.0-highlights.jd │   │   │   ├── [ 47K] android-3.0.jd │   │   │   ├── [ 18K] android-3.1-highlights.jd │   │   │   ├── [ 38K] android-3.1.jd │   │   │   ├── [ 25K] android-3.2.jd │   │   │   ├── [ 14K] android-4.0.3.jd │   │   │   ├── [ 52K] android-4.0-highlights.jd │   │   │   ├── [ 94K] android-4.0.jd │   │   │   ├── [ 44K] android-4.1.jd │   │   │   ├── [ 28K] android-4.2.jd │   │   │   ├── [ 60K] android-4.3.jd │   │   │   ├── [ 54K] android-4.4.jd │   │   │   ├── [ 25K] android-5.0-changes.jd │   │   │   ├── [ 49K] android-5.0.jd │   │   │   ├── [4.8K] android-5.1.jd │   │   │   ├── [ 87K] jelly-bean.jd │   │   │   ├── [ 48K] kitkat.jd │   │   │   └── [ 17K] lollipop.jd │   │   ├── [ 484] app.yaml │   │   ├── [4.0K] auto │   │   │   ├── [4.0K] images │   │   │   │   ├── [4.0K] assets │   │   │   │   │   ├── [3.5K] 00_frame.png │   │   │   │   │   ├── [ 46K] 01_a_maps.png │   │   │   │   │   ├── [ 52K] 01_b_now.png │   │   │   │   │   ├── [156K] 02_a_notif.gif │   │   │   │   │   ├── [1.0M] 02_b_switcher.gif │   │   │   │   │   ├── [ 49K] 03_a_musict.png │   │   │   │   │   ├── [140K] 03_b_voice.gif │   │   │   │   │   ├── [ 68K] do_01_switcher.png │   │   │   │   │   ├── [ 93K] do_02_music_night.png │   │   │   │   │   ├── [107K] do_02_music.png │   │   │   │   │   ├── [105K] do_03_more.png │   │   │   │   │   ├── [ 14K] do_04_mdrawer.png │   │   │   │   │   ├── [8.4K] do_05_template_night.png │   │   │   │   │   ├── [9.6K] do_05_template.png │   │   │   │   │   ├── [ 11K] do_06_gdrawer.png │   │   │   │   │   ├── [ 86K] do_07_notif.png │   │   │   │   │   ├── [4.0K] icons │   │   │   │   │   │   ├── [ 13K] auto_app_in_simulator.png │   │   │   │   │   │   ├── [8.6K] gp-auto-quality.png.png │   │   │   │   │   │   ├── [8.9K] media_app_playback.png │   │   │   │   │   │   └── [5.2K] messaging_app_notifications.png │   │   │   │   │   └── [4.0K] landing │   │   │   │   │   ├── [532K] 01.gif │   │   │   │   │   ├── [137K] 02.gif │   │   │   │   │   ├── [843K] 03.gif │   │   │   │   │   ├── [ 35K] 04.png │   │   │   │   │   ├── [ 98K] 05.png │   │   │   │   │   ├── [ 19K] 06.png │   │   │   │   │   ├── [264K] 07.png │   │   │   │   │   ├── [131K] 08.png │   │   │   │   │   ├── [3.5K] FrameA.png │   │   │   │   │   └── [5.5K] FrameB.png │   │   │   │   ├── [ 24K] figure01.png │   │   │   │   ├── [187K] hero.jpg │   │   │   │   ├── [4.0K] logos │   │   │   │   │   ├── [4.0K] apps │   │   │   │   │   │   ├── [4.4K] contacts.png │   │   │   │   │   │   ├── [5.4K] icq.png │   │   │   │   │   │   ├── [6.7K] iheartradio.png │   │   │   │   │   │   ├── [2.9K] joyride.png │   │   │   │   │   │   ├── [ 11K] kik.png │   │   │   │   │   │   ├── [5.0K] npr.png │   │   │   │   │   │   ├── [7.1K] pocketcasts.png │   │   │   │   │   │   ├── [4.2K] skype.png │   │   │   │   │   │   ├── [6.3K] spotify.png │   │   │   │   │   │   ├── [4.4K] stitcher.png │   │   │   │   │   │   ├── [2.1K] talkray.png │   │   │   │   │   │   ├── [7.3K] textme.png │   │   │   │   │   │   ├── [1.6K] textplus.png │   │   │   │   │   │   ├── [6.7K] threema.png │   │   │   │   │   │   ├── [3.0K] tunein.png │   │   │   │   │   │   └── [4.6K] whatsapp.png │   │   │   │   │   ├── [4.0K] auto │   │   │   │   │   │   ├── [ 43K] abarth.png │   │   │   │   │   │   ├── [ 41K] acura.png │   │   │   │   │   │   ├── [ 46K] alpharomeo.png │   │   │   │   │   │   ├── [ 68K] audi.png │   │   │   │   │   │   ├── [ 63K] bentley.png │   │   │   │   │   │   ├── [ 25K] buick.png │   │   │   │   │   │   ├── [ 31K] cadillac.png │   │   │   │   │   │   ├── [ 59K] chevrolet.png │   │   │   │   │   │   ├── [ 13K] chrysler.png │   │   │   │   │   │   ├── [ 11K] citroen_ds.png │   │   │   │   │   │   ├── [9.9K] citroen.png │   │   │   │   │   │   ├── [ 44K] datsun.png │   │   │   │   │   │   ├── [ 11K] dodge.png │   │   │   │   │   │   ├── [ 50K] fiat.png │   │   │   │   │   │   ├── [ 41K] ford.png │   │   │   │   │   │   ├── [ 15K] gmc.png │   │   │   │   │   │   ├── [ 12K] holden.png │   │   │   │   │   │   ├── [ 60K] honda.png │   │   │   │   │   │   ├── [ 61K] hyundai.png │   │   │   │   │   │   ├── [ 23K] infinity.png │   │   │   │   │   │   ├── [ 13K] jeep.png │   │   │   │   │   │   ├── [ 62K] kia.png │   │   │   │   │   │   ├── [4.5K] mahindra.png │   │   │   │   │   │   ├── [ 64K] maserati.png │   │   │   │   │   │   ├── [ 38K] mazda.png │   │   │   │   │   │   ├── [ 12K] mitsubishi.png │   │   │   │   │   │   ├── [ 50K] nissan.png │   │   │   │   │   │   ├── [ 59K] opel.png │   │   │   │   │   │   ├── [8.8K] peugeot.png │   │   │   │   │   │   ├── [ 18K] ram.png │   │   │   │   │   │   ├── [ 12K] renault.png │   │   │   │   │   │   ├── [ 47K] seat.png │   │   │   │   │   │   ├── [ 50K] skoda.png │   │   │   │   │   │   ├── [8.0K] ssangyong.png │   │   │   │   │   │   ├── [ 55K] subaru.png │   │   │   │   │   │   ├── [ 46K] suzuki.png │   │   │   │   │   │   ├── [ 24K] vauxhall.png │   │   │   │   │   │   ├── [ 66K] volkswagen.png │   │   │   │   │   │   └── [ 60K] volvo.png │   │   │   │   │   └── [4.0K] hard │   │   │   │   │   ├── [ 55K] alpine.png │   │   │   │   │   ├── [ 71K] clarion.png │   │   │   │   │   ├── [ 39K] cloudcar.png │   │   │   │   │   ├── [ 41K] delphi.png │   │   │   │   │   ├── [ 44K] freescale.png │   │   │   │   │   ├── [ 44K] fujitsuten.png │   │   │   │   │   ├── [ 32K] harman.png │   │   │   │   │   ├── [ 33K] jvc.png │   │   │   │   │   ├── [ 35K] kenwood.png │   │   │   │   │   ├── [ 44K] lg.png │   │   │   │   │   ├── [ 42K] panasonic.png │   │   │   │   │   ├── [ 40K] parrot.png │   │   │   │   │   ├── [ 43K] pioneer.png │   │   │   │   │   ├── [ 42K] renesas.png │   │   │   │   │   ├── [ 45K] symphonyteleca.png │   │   │   │   │   └── [ 44K] texasinstruments.png │   │   │   │   └── [4.0K] ui │   │   │   │   ├── [ 98K] gearhead_custom_UI.png │   │   │   │   ├── [ 96K] gearhead_custom_user_actions.png │   │   │   │   ├── [ 98K] gearhead_day.png │   │   │   │   ├── [8.9K] gearhead_drawer_generic.png │   │   │   │   ├── [ 19K] gearhead_drawers_customized.png │   │   │   │   ├── [6.8K] gearhead_generic_UI.png │   │   │   │   ├── [ 57K] gearhead_lens_switching.png │   │   │   │   ├── [ 74K] gearhead_night.png │   │   │   │   └── [ 54K] gearhead_overview.png │   │   │   └── [ 25K] index.jd │   │   ├── [4.0K] channels │   │   │   └── [9.5K] io2013.jd │   │   ├── [4.0K] community │   │   │   └── [ 25K] index.html │   │   ├── [4.0K] design │   │   │   ├── [4.0K] auto │   │   │   │   ├── [4.0K] images │   │   │   │   │   └── [ 99K] auto-overview.png │   │   │   │   └── [6.4K] index.jd │   │   │   ├── [5.3K] design_toc.cs │   │   │   ├── [ 960] devices.jd │   │   │   ├── [4.0K] downloads │   │   │   │   └── [4.8K] index.jd │   │   │   ├── [4.0K] get-started │   │   │   │   ├── [1.9K] creative-vision.jd │   │   │   │   └── [8.0K] principles.jd │   │   │   ├── [4.0K] handhelds │   │   │   │   └── [5.4K] index.jd │   │   │   ├── [3.1K] index.jd │   │   │   ├── [4.0K] material │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [404K] card_travel.png │   │   │   │   │   ├── [185K] list_mail.png │   │   │   │   │   ├── [ 87K] MaterialDark.png │   │   │   │   │   └── [ 80K] MaterialLight.png │   │   │   │   ├── [6.4K] index.jd │   │   │   │   └── [4.0K] videos │   │   │   │   ├── [933K] ContactsAnim.mp4 │   │   │   │   ├── [701K] ContactsAnim.ogv │   │   │   │   └── [385K] ContactsAnim.webm │   │   │   ├── [ 20K] media │   │   │   │   ├── [251K] accessibility_contentdesc.png │   │   │   │   ├── [ 13K] action_bar_basics.png │   │   │   │   ├── [265K] action_bar_cab.png │   │   │   │   ├── [4.7K] action_bar_pattern_action_icons.png │   │   │   │   ├── [ 13K] action_bar_pattern_considerations.png │   │   │   │   ├── [2.5K] action_bar_pattern_overflow.png │   │   │   │   ├── [ 56K] action_bar_pattern_overview.png │   │   │   │   ├── [148K] action_bar_pattern_rotation.png │   │   │   │   ├── [676K] action_bar_pattern_share_pack.png │   │   │   │   ├── [ 25K] action_bar_pattern_table.png │   │   │   │   ├── [8.4K] action_bar_pattern_up_app_icon.png │   │   │   │   ├── [633K] android-tv.png │   │   │   │   ├── [112K] app_structure_book_detail_page_flip.png │   │   │   │   ├── [5.0K] app_structure_default_tabs.png │   │   │   │   ├── [ 65K] app_structure_drawer.png │   │   │   │   ├── [ 50K] app_structure_fixedtabs.png │   │   │   │   ├── [ 80K] app_structure_gallery_filmstrip.png │   │   │   │   ├── [ 61K] app_structure_gmail.png │   │   │   │   ├── [108K] app_structure_gmail_swipe.png │   │   │   │   ├── [227K] app_structure_market.png │   │   │   │   ├── [161K] app_structure_music_lndscp.png │   │   │   │   ├── [6.5K] app_structure_overview.png │   │   │   │   ├── [ 57K] app_structure_people_detail.png │   │   │   │   ├── [ 31K] app_structure_scrolltabs.png │   │   │   │   ├── [459K] app_structure_shortcut_on_item.png │   │   │   │   ├── [ 22K] app_structure_spinner.png │   │   │   │   ├── [102K] branding_googlemusic.png │   │   │   │   ├── [ 10K] branding_launcher_icon.png │   │   │   │   ├── [142K] branding_logo_icon_action_bar.png │   │   │   │   ├── [ 74K] branding_wallet.png │   │   │   │   ├── [109K] building_blocks_landing.png │   │   │   │   ├── [5.3K] buttons_basic.png │   │   │   │   ├── [ 95K] buttons_borderless.png │   │   │   │   ├── [9.3K] buttons_default_small.png │   │   │   │   ├── [ 42K] buttons_image_and_text.png │   │   │   │   ├── [1.9K] buttons_image_bg_dont.png │   │   │   │   ├── [ 22K] buttons_text.png │   │   │   │   ├── [2.8K] color_spectrum.png │   │   │   │   ├── [ 87K] compatibility_legacy_apps.png │   │   │   │   ├── [106K] compatibility_physical_buttons.png │   │   │   │   ├── [130K] compatibility_virtual_nav.png │   │   │   │   ├── [ 12K] confirm_ack_acknowledge.png │   │   │   │   ├── [111K] confirm_ack_confirming.png │   │   │   │   ├── [ 18K] confirm_ack_draft_deleted.png │   │   │   │   ├── [171K] confirm_ack_ex_beam.png │   │   │   │   ├── [ 72K] confirm_ack_ex_books.png │   │   │   │   ├── [ 23K] confirm_ack_ex_draftsave.png │   │   │   │   ├── [4.4K] confirm_ack_ex_plus1.png │   │   │   │   ├── [ 53K] confirm_ack_ex_removeapp.png │   │   │   │   ├── [187K] confirm_ack_flowchart.png │   │   │   │   ├── [280K] creative_vision_main.png │   │   │   │   ├── [222K] design_elements_landing.png │   │   │   │   ├── [503K] device_family.png │   │   │   │   ├── [ 31K] devices_displays_density@2x.png │   │   │   │   ├── [ 11K] devices_displays_density.png │   │   │   │   ├── [6.3K] devices_displays_main.png │   │   │   │   ├── [ 39K] dialogs_examples.png │   │   │   │   ├── [ 89K] dialogs_main.png │   │   │   │   ├── [165K] dialogs_popups_example.png │   │   │   │   ├── [ 70K] dialogs_toasts.png │   │   │   │   ├── [ 14K] dialogs_w_no_title.png │   │   │   │   ├── [ 11K] dialogs_w_title.png │   │   │   │   ├── [3.9M] documents-export-2013-10-29.zip │   │   │   │   ├── [2.7K] downloads_color_swatches.png │   │   │   │   ├── [ 20K] downloads_roboto_specimen_preview.png │   │   │   │   ├── [ 14K] downloads_stencils.png │   │   │   │   ├── [ 36K] downloads_wear_DesignSpec_Icon.png │   │   │   │   ├── [136K] downloads_wear_flows.png │   │   │   │   ├── [139K] downloads_wear_psds.png │   │   │   │   ├── [ 99K] downloads_wear_Slide_Ai_Icon.png │   │   │   │   ├── [ 94K] downloads_wear_Slide_IconExample.png │   │   │   │   ├── [ 95K] downloads_wear_Slide_Psd_Icon.png │   │   │   │   ├── [ 53K] downloads_wear_toolkit.png │   │   │   │   ├── [4.8K] extras_googleio_12.png │   │   │   │   ├── [ 81K] fullscreen_immersive_swipe_bottom.png │   │   │   │   ├── [ 82K] fullscreen_immersive_swipe_top.png │   │   │   │   ├── [167K] fullscreen_landing.png │   │   │   │   ├── [ 26K] fullscreen_leanback.png │   │   │   │   ├── [ 17K] gesture_doubletouchdrag.png │   │   │   │   ├── [ 16K] gesture_doubletouch.png │   │   │   │   ├── [ 14K] gesture_drag.png │   │   │   │   ├── [ 19K] gesture_longtouch.png │   │   │   │   ├── [ 28K] gesture_pinchclose.png │   │   │   │   ├── [ 28K] gesture_pinchopen.png │   │   │   │   ├── [ 15K] gesture_swipe.png │   │   │   │   ├── [9.7K] gesture_touch.png │   │   │   │   ├── [345K] gridview_example.png │   │   │   │   ├── [ 13K] gridview_horizontal.png │   │   │   │   ├── [258K] gridview_overview.png │   │   │   │   ├── [169K] gridview_style.png │   │   │   │   ├── [ 13K] gridview_vertical.png │   │   │   │   ├── [ 10K] help_better.png │   │   │   │   ├── [ 38K] help_cling.png │   │   │   │   ├── [ 21K] help_dont.png │   │   │   │   ├── [ 15K] help_evenbetter.png │   │   │   │   ├── [ 19K] help_overflow.png │   │   │   │   ├── [8.6K] help_solo_overflow.png │   │   │   │   ├── [167K] hero-material-design.png │   │   │   │   ├── [5.3K] icon_alarm.png │   │   │   │   ├── [3.7K] icon_magnifying_glass.png │   │   │   │   ├── [4.3K] iconography_actionbar_colors.png │   │   │   │   ├── [2.2K] iconography_actionbar_focal.png │   │   │   │   ├── [ 541] iconography_actionbar_size.png │   │   │   │   ├── [5.4K] iconography_actionbar_style.png │   │   │   │   ├── [ 41K] iconography_launcher_example2.png │   │   │   │   ├── [175K] iconography_launcher_example.png │   │   │   │   ├── [ 22K] iconography_launcher_focal.png │   │   │   │   ├── [ 27K] iconography_launcher_size.png │   │   │   │   ├── [5.9K] iconography_launcher_style.png │   │   │   │   ├── [118K] iconography_notification_example.png │   │   │   │   ├── [3.4K] iconography_notification_focal.png │   │   │   │   ├── [ 295] iconography_notification_size.png │   │   │   │   ├── [1.5K] iconography_notification_style.png │   │   │   │   ├── [197K] iconography_overview.png │   │   │   │   ├── [ 320] iconography_small_colors.png │   │   │   │   ├── [ 41K] iconography_small_example.png │   │   │   │   ├── [1.9K] iconography_small_focal.png │   │   │   │   ├── [ 378] iconography_small_size.png │   │   │   │   ├── [6.2K] iconography_small_style.png │   │   │   │   ├── [809K] index_landing_page_2x.png │   │   │   │   ├── [209K] index_landing_page.png │   │   │   │   ├── [ 32K] lists_main.png │   │   │   │   ├── [5.2K] metrics_48.png │   │   │   │   ├── [3.8K] metrics_closeup.png │   │   │   │   ├── [6.0K] metrics_diagram.png │   │   │   │   ├── [ 17K] metrics_forms.png │   │   │   │   ├── [ 26K] migrating_icons.png │   │   │   │   ├── [173K] migrating_intents.png │   │   │   │   ├── [ 84K] migrating_ios_dialers.png │   │   │   │   ├── [269K] migrating_ios_galleries.png │   │   │   │   ├── [ 47K] migrating_ios_settings.png │   │   │   │   ├── [ 12K] migrating_ui_elements.png │   │   │   │   ├── [ 82K] multipane_expand.png │   │   │   │   ├── [ 69K] multipane_show.png │   │   │   │   ├── [ 62K] multipane_stack.png │   │   │   │   ├── [ 71K] multipane_stretch.png │   │   │   │   ├── [137K] multipane_views.png │   │   │   │   ├── [ 99K] multipane_view_tablet.png │   │   │   │   ├── [121K] navigation_between_apps_back.png │   │   │   │   ├── [119K] navigation_between_apps_inward.png │   │   │   │   ├── [130K] navigation_between_apps_up.png │   │   │   │   ├── [ 32K] navigation_between_siblings_gmail.png │   │   │   │   ├── [ 25K] navigation_between_siblings_market1.png │   │   │   │   ├── [ 33K] navigation_between_siblings_market2.png │   │   │   │   ├── [ 51K] navigation_drawer_CAB.png │   │   │   │   ├── [ 21K] navigation_drawer_collapse.png │   │   │   │   ├── [ 48K] navigation_drawer_cross_nav.png │   │   │   │   ├── [207K] navigation_drawer_first_run.png │   │   │   │   ├── [ 25K] navigation_drawer_holo_dark_light.png │   │   │   │   ├── [8.0K] navigation_drawer_indicator_big.png │   │   │   │   ├── [ 33K] navigation_drawer_layout.png │   │   │   │   ├── [ 12K] navigation_drawer_nav_and_actions.png │   │   │   │   ├── [ 50K] navigation_drawer_navigation_hubs.png │   │   │   │   ├── [ 91K] navigation_drawer_open_from_lower.png │   │   │   │   ├── [103K] navigation_drawer_open_overflow.png │   │   │   │   ├── [ 94K] navigation_drawer_overview.png │   │   │   │   ├── [137K] navigation_drawer_peek.png │   │   │   │   ├── [ 44K] navigation_drawer_quick_to_top.png │   │   │   │   ├── [ 52K] navigation_drawer_reset_backstack.png │   │   │   │   ├── [ 14K] navigation_drawer_settings_help.png │   │   │   │   ├── [ 15K] navigation_drawer_titles_icons.png │   │   │   │   ├── [129K] navigation_drawer_top_out.png │   │   │   │   ├── [ 84K] navigation_from_outside_back.png │   │   │   │   ├── [ 40K] navigation_indirect_notification.png │   │   │   │   ├── [ 27K] navigation_popup_notification.png │   │   │   │   ├── [112K] navigation_up_vs_back_gmail.png │   │   │   │   ├── [ 12K] navigation_with_back_and_up.png │   │   │   │   ├── [2.3K] new_accessibility.png │   │   │   │   ├── [ 15K] new_notifications.png │   │   │   │   ├── [ 23K] new_widgets.png │   │   │   │   ├── [ 29K] notifications_dismiss.png │   │   │   │   ├── [ 22K] notifications_expand_contract_msg.png │   │   │   │   ├── [ 49K] notifications_pattern_additional_fail.png │   │   │   │   ├── [ 39K] notifications_pattern_additional_win.png │   │   │   │   ├── [ 19K] notifications_pattern_anatomy.png │   │   │   │   ├── [158K] notifications_pattern_expandable.png │   │   │   │   ├── [ 14K] notifications_pattern_expand_contract.png │   │   │   │   ├── [ 17K] notifications_pattern_ongoing_music.png │   │   │   │   ├── [ 15K] notifications_pattern_personal.png │   │   │   │   ├── [ 53K] notifications_pattern_phone_icons.png │   │   │   │   ├── [ 34K] notifications_pattern_phone_ticker.png │   │   │   │   ├── [ 14K] notifications_pattern_priority.png │   │   │   │   ├── [ 21K] notifications_pattern_real_time_people.png │   │   │   │   ├── [ 29K] notifications_pattern_social_fail.png │   │   │   │   ├── [ 35K] notifications_pattern_tablet.png │   │   │   │   ├── [9.9K] notifications_pattern_two_actions.png │   │   │   │   ├── [ 41K] patterns_landing.png │   │   │   │   ├── [ 22K] picker_datetime.png │   │   │   │   ├── [ 14K] picker_space.png │   │   │   │   ├── [ 96K] principles_decide_for_me.png │   │   │   │   ├── [ 53K] principles_delight.png │   │   │   │   ├── [ 12K] principles_error.png │   │   │   │   ├── [ 18K] principles_get_to_know_me.png │   │   │   │   ├── [ 62K] principles_heavy_lifting.png │   │   │   │   ├── [ 68K] principles_important_interruption.png │   │   │   │   ├── [ 47K] principles_information_when_need_it.png │   │   │   │   ├── [ 18K] principles_keep_it_brief.png │   │   │   │   ├── [ 18K] principles_looks_same.png │   │   │   │   ├── [ 52K] principles_make_important_fast.png │   │   │   │   ├── [ 45K] principles_make_it_mine.png │   │   │   │   ├── [8.8K] principles_navigation.png │   │   │   │   ├── [ 26K] principles_never_lose_stuff.png │   │   │   │   ├── [190K] principles_pictures.png │   │   │   │   ├── [ 61K] principles_real_objects.png │   │   │   │   ├── [ 72K] principles_sprinkle_encouragement.png │   │   │   │   ├── [ 16K] principles_tricks.png │   │   │   │   ├── [ 11K] progress_activity2.png │   │   │   │   ├── [402K] progress_activity_custom_app.png │   │   │   │   ├── [ 19K] progress_activity_custom.png │   │   │   │   ├── [5.4K] progress_activity_do_dont.png │   │   │   │   ├── [ 21K] progress_activity.png │   │   │   │   ├── [ 99K] progress_download.png │   │   │   │   ├── [4.3K] progress_themes.png │   │   │   │   ├── [851K] scroll_index.mp4 │   │   │   │   ├── [281K] scroll_index.ogv │   │   │   │   ├── [440K] scroll_index.webm │   │   │   │   ├── [381K] scroll_indicator.mp4 │   │   │   │   ├── [394K] scroll_indicator.ogv │   │   │   │   ├── [571K] scroll_indicator.webm │   │   │   │   ├── [ 45K] seekbar_example.png │   │   │   │   ├── [ 19K] seekbar_style.png │   │   │   │   ├── [186K] selection_adjusting_actions.png │   │   │   │   ├── [ 57K] selection_cab_big.png │   │   │   │   ├── [ 59K] selection_cab_example.png │   │   │   │   ├── [ 52K] selection_context_menu.png │   │   │   │   ├── [ 39K] settings_checkbox.png │   │   │   │   ├── [ 77K] settings_date_time.png │   │   │   │   ├── [ 59K] settings_dependency.png │   │   │   │   ├── [ 62K] settings_flowchart.png │   │   │   │   ├── [ 72K] settings_grouping.png │   │   │   │   ├── [107K] settings_individual_on_off.png │   │   │   │   ├── [ 52K] settings_list_subscreen.png │   │   │   │   ├── [229K] settings_main.png │   │   │   │   ├── [ 63K] settings_master_on_off_2.png │   │   │   │   ├── [ 91K] settings_master_on_off.png │   │   │   │   ├── [ 63K] settings_multiple_choice.png │   │   │   │   ├── [ 12K] settings_overflow.png │   │   │   │   ├── [ 64K] settings_slider.png │   │   │   │   ├── [ 51K] settings_subscreen_navigation.png │   │   │   │   ├── [ 11K] spinners_actionbar.png │   │   │   │   ├── [6.2K] spinners_form.png │   │   │   │   ├── [7.0K] spinners_hololightanddark.png │   │   │   │   ├── [712K] swipe_tabs.mp4 │   │   │   │   ├── [578K] swipe_tabs.ogv │   │   │   │   ├── [127K] swipe_tabs.png │   │   │   │   ├── [422K] swipe_tabs.webm │   │   │   │   ├── [108K] swipe_views2.png │   │   │   │   ├── [209K] swipe_views3.png │   │   │   │   ├── [100K] swipe_views.png │   │   │   │   ├── [ 15K] switches_checkboxes.png │   │   │   │   ├── [ 22K] switches_radios.png │   │   │   │   ├── [3.6K] switches_switches.png │   │   │   │   ├── [284K] system_ui_landing.png │   │   │   │   ├── [ 32K] tabs_overview.png │   │   │   │   ├── [ 41K] tabs_scrolly.mp4 │   │   │   │   ├── [160K] tabs_scrolly.ogv │   │   │   │   ├── [130K] tabs_scrolly.webm │   │   │   │   ├── [ 88K] tabs_stacked.png │   │   │   │   ├── [5.1K] tabs_standard.png │   │   │   │   ├── [ 25K] tabs_youtube.png │   │   │   │   ├── [7.5K] text_input_holodarkandlight.png │   │   │   │   ├── [5.3K] text_input_singlevsmultiline.png │   │   │   │   ├── [ 35K] text_input_textselection.png │   │   │   │   ├── [ 71K] text_input_typesandtypedown.png │   │   │   │   ├── [ 32K] themes_holo_dark.png │   │   │   │   ├── [ 93K] themes_holo_light.png │   │   │   │   ├── [195K] touch_feedback_communication.png │   │   │   │   ├── [176K] touch_feedback_manipulation.png │   │   │   │   ├── [188K] touch_feedback.mp4 │   │   │   │   ├── [595K] touch_feedback.ogv │   │   │   │   ├── [136K] touch_feedback_reaction_response.png │   │   │   │   ├── [ 20K] touch_feedback_states.png │   │   │   │   ├── [ 32K] touch_feedback_thumb.png │   │   │   │   ├── [465K] touch_feedback.webm │   │   │   │   ├── [4.2K] typography_defaults.png │   │   │   │   ├── [ 31K] typography_main.png │   │   │   │   ├── [7.2K] typography_sizes.png │   │   │   │   ├── [ 18K] typography_variants@2x.png │   │   │   │   ├── [9.3K] typography_variants.png │   │   │   │   ├── [ 86K] ui_overview_all_apps.png │   │   │   │   ├── [ 40K] ui_overview_app_ui.png │   │   │   │   ├── [ 90K] ui_overview_home_screen.png │   │   │   │   ├── [ 42K] ui_overview_notifications.png │   │   │   │   ├── [ 70K] ui_overview_recents.png │   │   │   │   ├── [148K] ui_overview_system_ui.png │   │   │   │   ├── [4.0K] wear │   │   │   │   │   ├── [414K] 1D_picker.png │   │   │   │   │   ├── [ 24K] 1-tap-launch.png │   │   │   │   │   ├── [638K] 2D_picker_action.png │   │   │   │   │   ├── [ 46K] 2d_picker_indicated.png │   │   │   │   │   ├── [915K] 2D_picker.png │   │   │   │   │   ├── [ 35K] 2-tap-launch.png │   │   │   │   │   ├── [384K] action_button.png │   │   │   │   │   ├── [159K] action_on_card.png │   │   │   │   │   ├── [ 24K] aesthetic.png │   │   │   │   │   ├── [6.7K] ambient_list@2x.png │   │   │   │   │   ├── [3.2K] ambient_list.png │   │   │   │   │   ├── [6.0K] ambient_run@2x.png │   │   │   │   │   ├── [2.8K] ambient_run.png │   │   │   │   │   ├── [ 37K] appstructuresample.png │   │   │   │   │   ├── [101K] assets_specifics.png │   │   │   │   │   ├── [ 82K] available_gestures_2x.png │   │   │   │   │   ├── [506K] available_gestures.png │   │   │   │   │   ├── [ 56K] biggesture.png │   │   │   │   │   ├── [ 83K] Bluebird.png │   │   │   │   │   ├── [ 40K] bridgednotifications.jpg │   │   │   │   │   ├── [ 16K] CardsRender_Build.png │   │   │   │   │   ├── [ 27K] changing-target.png │   │   │   │   │   ├── [146K] circle_message2.png │   │   │   │   │   ├── [128K] clear_bold_type.jpg │   │   │   │   │   ├── [ 46K] CompanionApp_Build.png │   │   │   │   │   ├── [ 15K] confirmation.png │   │   │   │   │   ├── [ 87K] context_fitness.png │   │   │   │   │   ├── [146K] context_lights.png │   │   │   │   │   ├── [458K] context_running.png │   │   │   │   │   ├── [564K] ContextualExample.005_2x.png │   │   │   │   │   ├── [167K] ContextualExample.005.png │   │   │   │   │   ├── [532K] ContextualExample.006_2x.png │   │   │   │   │   ├── [153K] ContextualExample.006.png │   │   │   │   │   ├── [434K] ContextualExample.007_2x.png │   │   │   │   │   ├── [122K] ContextualExample.007.png │   │   │   │   │   ├── [454K] ContextualExample.008_2x.png │   │   │   │   │   ├── [135K] ContextualExample.008.png │   │   │   │   │   ├── [473K] ContextualExample.009_2x.png │   │   │   │   │   ├── [135K] ContextualExample.009.png │   │   │   │   │   ├── [472K] ContextualExample.010_2x.png │   │   │   │   │   ├── [136K] ContextualExample.010.png │   │   │   │   │   ├── [550K] ContextualExample.011_2x.png │   │   │   │   │   ├── [154K] ContextualExample.011.png │   │   │   │   │   ├── [468K] ContextualExample.012_2x.png │   │   │   │   │   ├── [133K] ContextualExample.012.png │   │   │   │   │   ├── [385K] ContextualExample.013_2x.png │   │   │   │   │   ├── [115K] ContextualExample.013.png │   │   │   │   │   ├── [539K] ContextualExample.014_2x.png │   │   │   │   │   ├── [156K] ContextualExample.014.png │   │   │   │   │   ├── [528K] ContextualExample.015_2x.png │   │   │   │   │   ├── [153K] ContextualExample.015.png │   │   │   │   │   ├── [469K] ContextualExample.016_2x.png │   │   │   │   │   ├── [138K] ContextualExample.016.png │   │   │   │   │   ├── [629K] context_workout.png │   │   │   │   │   ├── [ 13K] continue_phone.png │   │   │   │   │   ├── [291K] copywrite.png │   │   │   │   │   ├── [ 26K] countdown.png │   │   │   │   │   ├── [330K] customlayout.jpg │   │   │   │   │   ├── [455K] customlayout.png │   │   │   │   │   ├── [ 20K] DeviceSettings_Build.png │   │   │   │   │   ├── [245K] dismiss_cards.png │   │   │   │   │   ├── [257K] Dismissing-cards.png │   │   │   │   │   ├── [ 24K] expandable_stacks.png │   │   │   │   │   ├── [ 91K] fitness.png │   │   │   │   │   ├── [1.8M] five_seconds.gif │   │   │   │   │   ├── [ 42K] gross_gestures.png │   │   │   │   │   ├── [ 20K] Hotword_Cropped.png │   │   │   │   │   ├── [ 15K] Indicators_Cropped.png │   │   │   │   │   ├── [6.2K] interactive_list@2x.png │   │   │   │   │   ├── [2.9K] interactive_list.png │   │   │   │   │   ├── [ 78K] interactive_run@2x.png │   │   │   │   │   ├── [ 28K] interactive_run.png │   │   │   │   │   ├── [ 50K] low_info_card.png │   │   │   │   │   ├── [191K] peek-card.png │   │   │   │   │   ├── [ 15K] Render_1Bit.png │   │   │   │   │   ├── [ 25K] Render_Albumem.png │   │   │   │   │   ├── [ 26K] Render_Ambient.png │   │   │   │   │   ├── [ 26K] Render_Episode.png │   │   │   │   │   ├── [ 44K] Render_Interactive.png │   │   │   │   │   ├── [ 12K] Render_LowBit.png │   │   │   │   │   ├── [ 27K] Render_Next.png │   │   │   │   │   ├── [ 27K] Render_Saturn.png │   │   │   │   │   ├── [ 31K] revealing-info.png │   │   │   │   │   ├── [ 84K] round_noframe.png │   │   │   │   │   ├── [ 33K] ScreenShapes_Invert.png │   │   │   │   │   ├── [ 75K] ScreenShapes_Pyramids.png │   │   │   │   │   ├── [ 81K] ScreenShapes_Rift.png │   │   │   │   │   ├── [ 16K] selection_list.png │   │   │   │   │   ├── [ 19K] separate_info_cards_1.jpg │   │   │   │   │   ├── [ 17K] separate_info_cards_2.jpg │   │   │   │   │   ├── [170K] separate_info_cards.jpg │   │   │   │   │   ├── [180K] separate-info-cards.png │   │   │   │   │   ├── [ 70K] single_action_controls.jpg │   │   │   │   │   ├── [ 30K] toggling-states.png │   │   │   │   │   ├── [ 94K] vision_music.png │   │   │   │   │   ├── [ 26K] vision_navigation.png │   │   │   │   │   ├── [ 77K] vision_traffic.png │   │   │   │   │   ├── [ 11K] vision_voice.png │   │   │   │   │   ├── [575K] visual_feedback.gif │   │   │   │   │   ├── [ 23K] voice_commands.png │   │   │   │   │   └── [168K] wear_checkin.png │   │   │   │   ├── [ 49K] whats_new_action_bar.png │   │   │   │   ├── [ 24K] whats_new_multipanel.png │   │   │   │   ├── [ 30K] whats_new_multiselect.png │   │   │   │   ├── [3.9K] whats_new_nav_bar.png │   │   │   │   ├── [ 25K] widgets_collection_bookmarks.png │   │   │   │   ├── [ 26K] widgets_collection_gmail.png │   │   │   │   ├── [ 30K] widgets_config.png │   │   │   │   ├── [ 10K] widgets_control.png │   │   │   │   ├── [321K] widgets_gestures.png │   │   │   │   ├── [7.5K] widgets_hybrid.png │   │   │   │   ├── [ 18K] widgets_info.png │   │   │   │   ├── [289K] widgets_resizing01.png │   │   │   │   ├── [ 17K] widgets_resizing02.png │   │   │   │   ├── [888K] yourbranding_app.png │   │   │   │   ├── [102K] yourbranding_googlemusic.png │   │   │   │   ├── [ 11K] yourbranding_icon.png │   │   │   │   ├── [ 18K] yourbranding_in-app-icons.png │   │   │   │   ├── [ 11K] yourbranding_logo.png │   │   │   │   └── [8.8K] yourbranding_sharing.png │   │   │   ├── [4.0K] patterns │   │   │   │   ├── [8.4K] accessibility.jd │   │   │   │   ├── [ 11K] actionbar.jd │   │   │   │   ├── [ 13K] app-structure.jd │   │   │   │   ├── [5.4K] buttons.jd │   │   │   │   ├── [2.3K] compatibility.jd │   │   │   │   ├── [4.6K] confirming-acknowledging.jd │   │   │   │   ├── [5.4K] fullscreen.jd │   │   │   │   ├── [8.1K] help.jd │   │   │   │   ├── [ 12K] navigation.jd │   │   │   │   ├── [8.8K] new.jd │   │   │   │   ├── [ 31K] notifications.jd │   │   │   │   ├── [ 15K] notifications_k.jd │   │   │   │   ├── [6.7K] pure-android.jd │   │   │   │   ├── [3.9K] swipe-views.jd │   │   │   │   └── [ 11K] widgets.jd │   │   │   ├── [4.0K] style │   │   │   │   ├── [2.5K] devices-displays.jd │   │   │   │   └── [ 654] index.jd │   │   │   ├── [4.0K] tv │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [126K] apps-games-rows.jpg │   │   │   │   │   ├── [317K] atv-framed-med.png │   │   │   │   │   ├── [124K] atv-home.jpg │   │   │   │   │   ├── [7.5K] focus.png │   │   │   │   │   ├── [1.6K] icon.png │   │   │   │   │   ├── [114K] overscan.png │   │   │   │   │   ├── [254K] recommendations.png │   │   │   │   │   ├── [8.1K] search.jpg │   │   │   │   │   └── [ 31K] settings.jpg │   │   │   │   ├── [3.4K] index.jd │   │   │   │   ├── [5.4K] patterns.jd │   │   │   │   ├── [1.6K] principles.jd │   │   │   │   └── [5.2K] style.jd │   │   │   └── [4.0K] wear │   │   │   ├── [5.0K] context.jd │   │   │   ├── [2.9K] creative-vision.jd │   │   │   ├── [5.7K] index.jd │   │   │   ├── [ 11K] patterns.jd │   │   │   ├── [5.0K] principles.jd │   │   │   ├── [ 12K] structure.jd │   │   │   ├── [6.9K] style.jd │   │   │   └── [ 21K] watchfaces.jd │   │   ├── [4.0K] develop │   │   │   └── [5.0K] index.jd │   │   ├── [4.0K] distribute │   │   │   ├── [4.0K] analyze │   │   │   │   ├── [1.6K] analyze_toc.cs │   │   │   │   ├── [5.0K] build-better-apps.jd │   │   │   │   ├── [4.5K] google-services.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [ 53K] a_b_testing.png │   │   │   │   │   ├── [ 53K] active_users.png │   │   │   │   │   ├── [176K] admob_integration.png │   │   │   │   │   ├── [109K] adwords_remarketing.png │   │   │   │   │   ├── [ 98K] adwords_reporting.png │   │   │   │   │   ├── [133K] cohort_reporting.png │   │   │   │   │   ├── [ 37K] demographics.png │   │   │   │   │   ├── [135K] developer_console.png │   │   │   │   │   ├── [ 74K] ecommerce.png │   │   │   │   │   ├── [ 50K] event-actions.png │   │   │   │   │   ├── [ 50K] event_conversions.png │   │   │   │   │   ├── [128K] events.png │   │   │   │   │   ├── [ 55K] flow.png │   │   │   │   │   ├── [162K] flows.png │   │   │   │   │   ├── [184K] in_app_targeting.png │   │   │   │   │   ├── [ 87K] language-report.png │   │   │   │   │   ├── [ 53K] realtime.png │   │   │   │   │   └── [106K] segmentation.png │   │   │   │   ├── [5.2K] improve-roi.jd │   │   │   │   ├── [1.7K] index.jd │   │   │   │   ├── [7.3K] measure.jd │   │   │   │   ├── [3.8K] start.jd │   │   │   │   └── [9.5K] understand-user-value.jd │   │   │   ├── [4.0K] engage │   │   │   │   ├── [2.4K] ads.jd │   │   │   │   ├── [1.5K] analytics.jd │   │   │   │   ├── [1.5K] app-updates.jd │   │   │   │   ├── [1.3K] community.jd │   │   │   │   ├── [2.8K] deep-linking.jd │   │   │   │   ├── [2.9K] easy-signin.jd │   │   │   │   ├── [2.3K] engage_toc.cs │   │   │   │   ├── [2.6K] game-services.jd │   │   │   │   ├── [1.6K] gcm.jd │   │   │   │   ├── [ 835] index.jd │   │   │   │   ├── [1.7K] intents.jd │   │   │   │   ├── [2.0K] notifications.jd │   │   │   │   ├── [1.2K] video.jd │   │   │   │   └── [1.4K] widgets.jd │   │   │   ├── [4.0K] essentials │   │   │   │   ├── [3.2K] essentials_toc.cs │   │   │   │   ├── [1.0K] index.jd │   │   │   │   ├── [ 19K] optimizing-your-app.jd │   │   │   │   └── [4.0K] quality │   │   │   │   ├── [ 13K] auto.jd │   │   │   │   ├── [ 26K] core.jd │   │   │   │   ├── [ 33K] tablets.jd │   │   │   │   ├── [ 13K] tv.jd │   │   │   │   └── [ 12K] wear.jd │   │   │   ├── [4.0K] googleplay │   │   │   │   ├── [ 11K] about.jd │   │   │   │   ├── [8.9K] auto.jd │   │   │   │   ├── [1.9K] cardboard.jd │   │   │   │   ├── [2.0K] cast.jd │   │   │   │   ├── [ 19K] developer-console.jd │   │   │   │   ├── [4.0K] edu │   │   │   │   │   ├── [5.1K] about.jd │   │   │   │   │   ├── [1.4K] contact.jd │   │   │   │   │   ├── [ 12K] start.jd │   │   │   │   │   └── [1.5K] videos.jd │   │   │   │   ├── [4.0K] families │   │   │   │   │   ├── [5.8K] about.jd │   │   │   │   │   ├── [ 13K] faq.jd │   │   │   │   │   └── [4.5K] start.jd │   │   │   │   ├── [6.2K] googleplay_toc.cs │   │   │   │   ├── [2.1K] guide.jd │   │   │   │   ├── [ 991] index.jd │   │   │   │   ├── [4.2K] start.jd │   │   │   │   ├── [ 12K] tv.jd │   │   │   │   ├── [ 11K] wear.jd │   │   │   │   └── [4.0K] work │   │   │   │   └── [5.5K] about.jd │   │   │   ├── [4.0K] images │   │   │   │   ├── [ 83K] about-dff-sm.jpg │   │   │   │   ├── [ 52K] about-play-education.jpg │   │   │   │   ├── [ 17K] about-play.jpg │   │   │   │   ├── [ 23K] advertising.jpg │   │   │   │   ├── [9.6K] advertising.png │   │   │   │   ├── [ 23K] alt-distribution.jpg │   │   │   │   ├── [ 19K] android-support-card.jpg │   │   │   │   ├── [ 20K] build-buzz.jpg │   │   │   │   ├── [ 17K] core-quality-guidelines.jpg │   │   │   │   ├── [ 25K] create-listing.jpg │   │   │   │   ├── [ 15K] default.jpg │   │   │   │   ├── [ 35K] developer-console.jpg │   │   │   │   ├── [ 27K] ecommerce.jpg │   │   │   │   ├── [ 24K] edu-guidelines.jpg │   │   │   │   ├── [ 22K] expand-into-new-markets.jpg │   │   │   │   ├── [ 45K] getting-started.jpg │   │   │   │   ├── [ 16K] gp-analytics-logo.jpg │   │   │   │   ├── [ 23K] gp-auto-quality.png │   │   │   │   ├── [ 23K] gp-edu-apps-image.jpg │   │   │   │   ├── [ 51K] gpfe-faq.jpg │   │   │   │   ├── [9.1K] gp-optimize-card.jpg │   │   │   │   ├── [6.5K] gp-tv-quality.png │   │   │   │   ├── [123K] gp-wear-quality.png │   │   │   │   ├── [ 40K] know-your-user.jpg │   │   │   │   ├── [ 27K] launch-checklist.jpg │   │   │   │   ├── [ 26K] localization-checklist.jpg │   │   │   │   ├── [ 21K] payment-method.jpg │   │   │   │   ├── [ 44K] play_dev_guide_b.jpg │   │   │   │   ├── [216K] play_dev_guide.png │   │   │   │   ├── [ 27K] play-education.jpg │   │   │   │   ├── [ 18K] tablet-guidelines-color.jpg │   │   │   │   └── [ 42K] tablet-guidelines.jpg │   │   │   ├── [3.7K] index.jd │   │   │   ├── [4.0K] monetize │   │   │   │   ├── [5.8K] ads.jd │   │   │   │   ├── [2.1K] ecommerce.jd │   │   │   │   ├── [2.7K] freemium.jd │   │   │   │   ├── [ 951] index.jd │   │   │   │   ├── [1.5K] monetize_toc.cs │   │   │   │   ├── [3.0K] payments.jd │   │   │   │   ├── [1.9K] premium.jd │   │   │   │   └── [2.8K] subscriptions.jd │   │   │   ├── [4.0K] stories │   │   │   │   ├── [1.2K] games.jd │   │   │   │   ├── [ 451] index.jd │   │   │   │   ├── [ 12K] localization.jd │   │   │   │   ├── [1.0K] stories_toc.cs │   │   │   │   └── [ 14K] tablets.jd │   │   │   ├── [4.0K] tools │   │   │   │   ├── [1.9K] disttools_toc.cs │   │   │   │   ├── [1.2K] index.jd │   │   │   │   ├── [ 34K] launch-checklist.jd │   │   │   │   ├── [ 30K] localization-checklist.jd │   │   │   │   ├── [4.7K] open-distribution.jd │   │   │   │   └── [4.0K] promote │   │   │   │   ├── [ 13K] badges.jd │   │   │   │   ├── [9.3K] brand.jd │   │   │   │   ├── [ 24K] device-art.jd │   │   │   │   ├── [4.0K] device-art-resources │   │   │   │   │   ├── [4.0K] nexus_10 │   │   │   │   │   │   ├── [215K] land_back.png │   │   │   │   │   │   ├── [ 33K] land_fore.png │   │   │   │   │   │   ├── [ 30K] land_shadow.png │   │   │   │   │   │   ├── [204K] port_back.png │   │   │   │   │   │   ├── [ 31K] port_fore.png │   │   │   │   │   │   ├── [ 36K] port_shadow.png │   │   │   │   │   │   └── [ 16K] thumb.png │   │   │   │   │   ├── [4.0K] nexus_4 │   │   │   │   │   │   ├── [798K] land_back.png │   │   │   │   │   │   ├── [ 33K] land_fore.png │   │   │   │   │   │   ├── [ 31K] land_shadow.png │   │   │   │   │   │   ├── [830K] port_back.png │   │   │   │   │   │   ├── [ 27K] port_fore.png │   │   │   │   │   │   ├── [ 37K] port_shadow.png │   │   │   │   │   │   └── [ 11K] thumb.png │   │   │   │   │   ├── [4.0K] nexus_5 │   │   │   │   │   │   ├── [1.7M] land_back.png │   │   │   │   │   │   ├── [ 18K] land_fore.png │   │   │   │   │   │   ├── [ 23K] land_shadow.png │   │   │   │   │   │   ├── [1.8M] port_back.png │   │   │   │   │   │   ├── [ 17K] port_fore.png │   │   │   │   │   │   ├── [ 36K] port_shadow.png │   │   │   │   │   │   └── [9.7K] thumb.png │   │   │   │   │   ├── [4.0K] nexus_6 │   │   │   │   │   │   ├── [597K] land_back.png │   │   │   │   │   │   ├── [229K] land_fore.png │   │   │   │   │   │   ├── [ 62K] land_shadow.png │   │   │   │   │   │   ├── [676K] port_back.png │   │   │   │   │   │   ├── [ 70K] port_fore.png │   │   │   │   │   │   ├── [ 91K] port_shadow.png │   │   │   │   │   │   └── [7.7K] thumb.png │   │   │   │   │   ├── [4.0K] nexus_7 │   │   │   │   │   │   ├── [184K] land_back.png │   │   │   │   │   │   ├── [ 34K] land_fore.png │   │   │   │   │   │   ├── [ 29K] land_shadow.png │   │   │   │   │   │   ├── [212K] port_back.png │   │   │   │   │   │   ├── [ 29K] port_fore.png │   │   │   │   │   │   ├── [ 28K] port_shadow.png │   │   │   │   │   │   └── [5.6K] thumb.png │   │   │   │   │   ├── [4.0K] nexus_7_2012 │   │   │   │   │   │   ├── [155K] land_back.png │   │   │   │   │   │   ├── [ 32K] land_fore.png │   │   │   │   │   │   ├── [ 30K] land_shadow.png │   │   │   │   │   │   ├── [173K] port_back.png │   │   │   │   │   │   ├── [ 30K] port_fore.png │   │   │   │   │   │   ├── [ 29K] port_shadow.png │   │   │   │   │   │   └── [7.6K] thumb.png │   │   │   │   │   ├── [4.0K] nexus_9 │   │   │   │   │   │   ├── [1.6M] land_back.png │   │   │   │   │   │   ├── [ 70K] land_fore.png │   │   │   │   │   │   ├── [ 64K] land_shadow.png │   │   │   │   │   │   ├── [1.6M] port_back.png │   │   │   │   │   │   ├── [ 63K] port_fore.png │   │   │   │   │   │   ├── [ 69K] port_shadow.png │   │   │   │   │   │   └── [ 10K] thumb.png │   │   │   │   │   ├── [4.0K] wear │   │   │   │   │   │   └── [5.1K] thumb.png │   │   │   │   │   ├── [4.0K] wear_round │   │   │   │   │   │   └── [ 39K] port_back.png │   │   │   │   │   └── [4.0K] wear_square │   │   │   │   │   └── [ 25K] port_back.png │   │   │   │   └── [8.0K] linking.jd │   │   │   └── [4.0K] users │   │   │   ├── [2.0K] appindexing.jd │   │   │   ├── [2.3K] app-invites.jd │   │   │   ├── [7.4K] build-buzz.jd │   │   │   ├── [5.7K] build-community.jd │   │   │   ├── [9.7K] expand-to-new-markets.jd │   │   │   ├── [2.3K] house-ads.jd │   │   │   ├── [ 859] index.jd │   │   │   ├── [4.5K] know-your-user.jd │   │   │   ├── [1.9K] ota-installs.jd │   │   │   ├── [6.2K] promote-with-ads.jd │   │   │   ├── [2.1K] users_toc.cs │   │   │   ├── [5.7K] your-listing.jd │   │   │   └── [1.7K] youtube.jd │   │   ├── [1.1K] favicon-a.ico │   │   ├── [ 318] favicon.ico │   │   ├── [1.5K] gcm_navtree_data.js │   │   ├── [ 84K] gms_navtree_data.js │   │   ├── [4.0K] google │   │   │   ├── [4.0K] backup │   │   │   │   ├── [4.0K] index.jd │   │   │   │   ├── [ 23K] signup.jd │   │   │   │   └── [ 20K] terms.jd │   │   │   ├── [4.9K] google_toc.cs │   │   │   ├── [4.4K] index.jd │   │   │   └── [4.0K] play │   │   │   ├── [4.0K] billing │   │   │   │   ├── [ 11K] api.jd │   │   │   │   ├── [ 26K] billing_admin.jd │   │   │   │   ├── [6.8K] billing_best_practices.jd │   │   │   │   ├── [ 26K] billing_integrate.jd │   │   │   │   ├── [9.6K] billing_overview.jd │   │   │   │   ├── [ 14K] billing_reference.jd │   │   │   │   ├── [ 26K] billing_subscriptions.jd │   │   │   │   ├── [ 18K] billing_testing.jd │   │   │   │   ├── [4.9K] index.jd │   │   │   │   ├── [4.0K] v2 │   │   │   │   │   ├── [ 31K] api.jd │   │   │   │   │   ├── [ 59K] billing_integrate.jd │   │   │   │   │   ├── [ 19K] billing_reference.jd │   │   │   │   │   └── [ 21K] billing_subscriptions.jd │   │   │   │   └── [3.9K] versions.jd │   │   │   ├── [ 11K] developer-api.jd │   │   │   ├── [1.9K] dist.jd │   │   │   ├── [ 61K] expansion-files.jd │   │   │   ├── [ 25K] filters.jd │   │   │   ├── [4.0K] licensing │   │   │   │   ├── [ 49K] adding-licensing.jd │   │   │   │   ├── [3.5K] index.jd │   │   │   │   ├── [ 17K] licensing-reference.jd │   │   │   │   ├── [ 12K] overview.jd │   │   │   │   └── [ 30K] setting-up.jd │   │   │   └── [4.0K] publishing │   │   │   └── [ 39K] multiple-apks.jd │   │   ├── [ 53] googlef295f8c7d59b0d29.html │   │   ├── [4.0K] guide │   │   │   ├── [4.0K] appendix │   │   │   │   ├── [5.9K] app-intents.jd │   │   │   │   ├── [4.0K] faq │   │   │   │   │   ├── [ 256] commontasks.jd │   │   │   │   │   ├── [ 252] framework.jd │   │   │   │   │   ├── [ 244] index.jd │   │   │   │   │   ├── [ 264] licensingandoss.jd │   │   │   │   │   ├── [ 250] security.jd │   │   │   │   │   └── [ 264] troubleshooting.jd │   │   │   │   ├── [5.9K] g-app-intents.jd │   │   │   │   ├── [ 16K] glossary.jd │   │   │   │   ├── [ 590] index.jd │   │   │   │   └── [ 12K] media-formats.jd │   │   │   ├── [4.0K] components │   │   │   │   ├── [ 41K] activities.jd │   │   │   │   ├── [ 21K] aidl.jd │   │   │   │   ├── [ 31K] bound-services.jd │   │   │   │   ├── [ 43K] fragments.jd │   │   │   │   ├── [ 25K] fundamentals.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [182K] google-action_2x.png │   │   │   │   │   ├── [ 66K] google-action.png │   │   │   │   │   └── [3.4K] voice-icon.png │   │   │   │   ├── [3.0K] index.jd │   │   │   │   ├── [ 77K] intents-common.jd │   │   │   │   ├── [ 42K] intents-filters.jd │   │   │   │   ├── [ 23K] loaders.jd │   │   │   │   ├── [ 22K] processes-and-threads.jd │   │   │   │   ├── [ 12K] recents.jd │   │   │   │   ├── [ 44K] services.jd │   │   │   │   └── [ 32K] tasks-and-back-stack.jd │   │   │   ├── [ 30K] guide_toc.cs │   │   │   ├── [2.8K] index.jd │   │   │   ├── [4.0K] practices │   │   │   │   ├── [4.0K] app-design │   │   │   │   │   ├── [2.0K] index.jd │   │   │   │   │   └── [ 13K] seamlessness.jd │   │   │   │   ├── [ 15K] compatibility.jd │   │   │   │   ├── [2.5K] index.jd │   │   │   │   ├── [ 38K] optimizing-for-3.0.jd │   │   │   │   ├── [ 13K] screen-compat-mode.jd │   │   │   │   ├── [ 11K] screens-distribution.jd │   │   │   │   ├── [7.9K] screens-support-1.5.jd │   │   │   │   ├── [ 75K] screens_support.jd │   │   │   │   ├── [ 13K] seamlessness.jd │   │   │   │   ├── [ 25K] tablets-and-handsets.jd │   │   │   │   ├── [4.0K] ui_guidelines │   │   │   │   │   ├── [ 46K] activity_task_design.jd │   │   │   │   │   ├── [6.4K] icon_design_action_bar.jd │   │   │   │   │   ├── [5.1K] icon_design_dialog.jd │   │   │   │   │   ├── [ 12K] icon_design.jd │   │   │   │   │   ├── [ 18K] icon_design_launcher_archive.jd │   │   │   │   │   ├── [9.7K] icon_design_launcher.jd │   │   │   │   │   ├── [5.2K] icon_design_list.jd │   │   │   │   │   ├── [ 12K] icon_design_menu.jd │   │   │   │   │   ├── [ 17K] icon_design_status_bar.jd │   │   │   │   │   ├── [ 15K] icon_design_tab.jd │   │   │   │   │   ├── [1.9K] index.jd │   │   │   │   │   ├── [ 22K] menu_design.jd │   │   │   │   │   └── [ 15K] widget_design.jd │   │   │   │   └── [ 14K] verifying-apps-art.jd │   │   │   ├── [4.0K] samples │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [ 43K] HomeSample.png │   │   │   │   │   ├── [ 53K] JetBoy.png │   │   │   │   │   ├── [ 27K] sample_lunarlander.png │   │   │   │   │   ├── [6.4K] sample_notepad.png │   │   │   │   │   ├── [5.9K] sample_note.png │   │   │   │   │   ├── [ 15K] SearchableDictionary1.png │   │   │   │   │   ├── [ 18K] SearchableDictionary2.png │   │   │   │   │   ├── [5.3K] Snake.png │   │   │   │   │   └── [ 13K] SoftKeyboard.png │   │   │   │   └── [ 299] index.html │   │   │   ├── [4.0K] topics │   │   │   │   ├── [4.0K] admin │   │   │   │   │   ├── [ 32K] device-admin.jd │   │   │   │   │   └── [ 709] index.jd │   │   │   │   ├── [4.0K] appwidgets │   │   │   │   │   ├── [ 19K] host.jd │   │   │   │   │   └── [ 61K] index.jd │   │   │   │   ├── [4.0K] connectivity │   │   │   │   │   ├── [ 49K] bluetooth.jd │   │   │   │   │   ├── [ 26K] bluetooth-le.jd │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   ├── [4.0K] nfc │   │   │   │   │   │   ├── [ 12K] advanced-nfc.jd │   │   │   │   │   │   ├── [ 30K] hce.jd │   │   │   │   │   │   ├── [2.9K] index.jd │   │   │   │   │   │   └── [ 44K] nfc.jd │   │   │   │   │   ├── [ 19K] sip.jd │   │   │   │   │   ├── [4.0K] usb │   │   │   │   │   │   ├── [ 20K] accessory.jd │   │   │   │   │   │   ├── [ 19K] host.jd │   │   │   │   │   │   └── [3.6K] index.jd │   │   │   │   │   └── [ 25K] wifip2p.jd │   │   │   │   ├── [4.0K] data │   │   │   │   │   ├── [ 45K] backup.jd │   │   │   │   │   ├── [ 22K] data-storage.jd │   │   │   │   │   ├── [ 793] index.jd │   │   │   │   │   └── [ 11K] install-location.jd │   │   │   │   ├── [4.0K] graphics │   │   │   │   │   ├── [ 27K] 2d-graphics.jd │   │   │   │   │   ├── [3.5K] drawable-animation.jd │   │   │   │   │   ├── [ 29K] hardware-accel.jd │   │   │   │   │   ├── [2.1K] index.jd │   │   │   │   │   ├── [ 36K] opengl.jd │   │   │   │   │   ├── [4.3K] overview.jd │   │   │   │   │   ├── [ 47K] prop-animation.jd │   │   │   │   │   └── [6.1K] view-animation.jd │   │   │   │   ├── [4.0K] location │   │   │   │   │   ├── [4.7K] index.jd │   │   │   │   │   └── [ 21K] strategies.jd │   │   │   │   ├── [4.0K] manifest │   │   │   │   │   ├── [1.9K] action-element.jd │   │   │   │   │   ├── [6.6K] activity-alias-element.jd │   │   │   │   │   ├── [ 54K] activity-element.jd │   │   │   │   │   ├── [ 26K] application-element.jd │   │   │   │   │   ├── [2.1K] category-element.jd │   │   │   │   │   ├── [7.2K] compatible-screens-element.jd │   │   │   │   │   ├── [7.0K] data-element.jd │   │   │   │   │   ├── [3.7K] grant-uri-permission-element.jd │   │   │   │   │   ├── [3.0K] instrumentation-element.jd │   │   │   │   │   ├── [5.9K] intent-filter-element.jd │   │   │   │   │   ├── [9.5K] manifest-element.jd │   │   │   │   │   ├── [ 25K] manifest-intro.jd │   │   │   │   │   ├── [4.3K] meta-data-element.jd │   │   │   │   │   ├── [4.1K] path-permission-element.jd │   │   │   │   │   ├── [6.3K] permission-element.jd │   │   │   │   │   ├── [3.0K] permission-group-element.jd │   │   │   │   │   ├── [3.0K] permission-tree-element.jd │   │   │   │   │   ├── [ 15K] provider-element.jd │   │   │   │   │   ├── [9.0K] receiver-element.jd │   │   │   │   │   ├── [9.5K] service-element.jd │   │   │   │   │   ├── [7.6K] supports-gl-texture-element.jd │   │   │   │   │   ├── [ 13K] supports-screens-element.jd │   │   │   │   │   ├── [7.4K] uses-configuration-element.jd │   │   │   │   │   ├── [ 47K] uses-feature-element.jd │   │   │   │   │   ├── [4.3K] uses-library-element.jd │   │   │   │   │   ├── [4.4K] uses-permission-element.jd │   │   │   │   │   └── [ 30K] uses-sdk-element.jd │   │   │   │   ├── [4.0K] media │   │   │   │   │   ├── [7.7K] audio-capture.jd │   │   │   │   │   ├── [ 70K] camera.jd │   │   │   │   │   ├── [1.7K] exoplayer.jd │   │   │   │   │   ├── [4.0K] images │   │   │   │   │   │   ├── [143K] camera-area-coordinates.png │   │   │   │   │   │   ├── [ 45K] notification1.png │   │   │   │   │   │   └── [ 13K] notification2.png │   │   │   │   │   ├── [2.3K] index.jd │   │   │   │   │   ├── [4.0K] jet │   │   │   │   │   │   └── [ 36K] jetcreator_manual.jd │   │   │   │   │   ├── [2.4K] jetplayer.jd │   │   │   │   │   ├── [ 33K] mediaplayer.jd │   │   │   │   │   ├── [ 21K] mediarouteprovider.jd │   │   │   │   │   └── [ 30K] mediarouter.jd │   │   │   │   ├── [4.0K] processes │   │   │   │   │   └── [6.5K] process-lifecycle.jd │   │   │   │   ├── [4.0K] providers │   │   │   │   │   ├── [ 48K] calendar-provider.jd │   │   │   │   │   ├── [110K] contacts-provider.jd │   │   │   │   │   ├── [ 50K] content-provider-basics.jd │   │   │   │   │   ├── [ 54K] content-provider-creating.jd │   │   │   │   │   ├── [3.9K] content-providers.jd │   │   │   │   │   └── [ 38K] document-provider.jd │   │   │   │   ├── [4.0K] renderscript │   │   │   │   │   ├── [ 31K] advanced.jd │   │   │   │   │   ├── [ 17K] compute.jd │   │   │   │   │   ├── [1.8K] index.jd │   │   │   │   │   └── [4.0K] reference │   │   │   │   │   ├── [ 92K] index.jd │   │   │   │   │   ├── [ 90K] overview.jd │   │   │   │   │   ├── [218K] rs_allocation_data.jd │   │   │   │   │   ├── [ 21K] rs_atomic.jd │   │   │   │   │   ├── [ 84K] rs_convert.jd │   │   │   │   │   ├── [ 12K] rs_debug.jd │   │   │   │   │   ├── [ 32K] rs_for_each.jd │   │   │   │   │   ├── [ 79K] rs_graphics.jd │   │   │   │   │   ├── [6.0K] rs_io.jd │   │   │   │   │   ├── [263K] rs_math.jd │   │   │   │   │   ├── [ 42K] rs_matrix.jd │   │   │   │   │   ├── [ 41K] rs_object_info.jd │   │   │   │   │   ├── [ 14K] rs_object_types.jd │   │   │   │   │   ├── [ 13K] rs_quaternion.jd │   │   │   │   │   ├── [9.0K] rs_time.jd │   │   │   │   │   ├── [ 40K] rs_value_types.jd │   │   │   │   │   └── [ 20K] rs_vector_math.jd │   │   │   │   ├── [4.0K] resources │   │   │   │   │   ├── [ 14K] accessing-resources.jd │   │   │   │   │   ├── [ 34K] animation-resource.jd │   │   │   │   │   ├── [2.7K] available-resources.jd │   │   │   │   │   ├── [7.0K] color-list-resource.jd │   │   │   │   │   ├── [ 67K] drawable-resource.jd │   │   │   │   │   ├── [2.6K] index.jd │   │   │   │   │   ├── [ 13K] layout-resource.jd │   │   │   │   │   ├── [ 22K] localization.jd │   │   │   │   │   ├── [ 14K] menu-resource.jd │   │   │   │   │   ├── [ 24K] more-resources.jd │   │   │   │   │   ├── [5.3K] overview.jd │   │   │   │   │   ├── [ 54K] providing-resources.jd │   │   │   │   │   ├── [ 259] resources-i18n.jd │   │   │   │   │   ├── [ 15K] runtime-changes.jd │   │   │   │   │   ├── [ 23K] string-resource.jd │   │   │   │   │   └── [3.8K] style-resource.jd │   │   │   │   ├── [4.0K] search │   │   │   │   │   ├── [ 39K] adding-custom-suggestions.jd │   │   │   │   │   ├── [9.9K] adding-recent-query-suggestions.jd │   │   │   │   │   ├── [5.6K] index.jd │   │   │   │   │   ├── [ 21K] searchable-config.jd │   │   │   │   │   └── [ 43K] search-dialog.jd │   │   │   │   ├── [4.0K] security │   │   │   │   │   └── [ 23K] permissions.jd │   │   │   │   ├── [4.0K] sensors │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   ├── [8.2K] sensors_environment.jd │   │   │   │   │   ├── [ 26K] sensors_motion.jd │   │   │   │   │   ├── [ 39K] sensors_overview.jd │   │   │   │   │   └── [ 20K] sensors_position.jd │   │   │   │   ├── [4.0K] text │   │   │   │   │   ├── [ 46K] copy-paste.jd │   │   │   │   │   ├── [ 26K] creating-input-method.jd │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   └── [ 10K] spell-checker-framework.jd │   │   │   │   └── [4.0K] ui │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   ├── [ 36K] apps.jd │   │   │   │   │   ├── [ 17K] calendar.png │   │   │   │   │   ├── [ 11K] checklist.jd │   │   │   │   │   ├── [3.1K] index.jd │   │   │   │   │   └── [ 26K] services.jd │   │   │   │   ├── [ 68K] actionbar.jd │   │   │   │   ├── [3.1K] binding.jd │   │   │   │   ├── [4.0K] controls │   │   │   │   │   ├── [9.4K] button.jd │   │   │   │   │   ├── [3.5K] checkbox.jd │   │   │   │   │   ├── [ 10K] pickers.jd │   │   │   │   │   ├── [3.9K] radiobutton.jd │   │   │   │   │   ├── [5.8K] spinner.jd │   │   │   │   │   ├── [ 14K] text.jd │   │   │   │   │   └── [2.0K] togglebutton.jd │   │   │   │   ├── [4.3K] controls.jd │   │   │   │   ├── [ 25K] custom-components.jd │   │   │   │   ├── [ 24K] declaring-layout.jd │   │   │   │   ├── [ 34K] dialogs.jd │   │   │   │   ├── [ 44K] drag-drop.jd │   │   │   │   ├── [6.0K] how-android-draws.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [2.7K] android_focused.png │   │   │   │   │   ├── [2.0K] android_normal.png │   │   │   │   │   ├── [2.3K] android_pressed.png │   │   │   │   │   ├── [5.5K] hello-gallery.png │   │   │   │   │   ├── [ 21K] hello-gridview.png │   │   │   │   │   ├── [4.1K] hello-linearlayout.png │   │   │   │   │   ├── [ 26K] hello-listview.png │   │   │   │   │   ├── [ 49K] hello-mapview.png │   │   │   │   │   ├── [2.3K] hello-relativelayout.png │   │   │   │   │   ├── [3.4K] hello-tablelayout.png │   │   │   │   │   ├── [ 10K] hello-tabwidget.png │   │   │   │   │   ├── [ 16K] hello-webview.png │   │   │   │   │   ├── [ 791] ic_tab_artists_grey.png │   │   │   │   │   └── [1.1K] ic_tab_artists_white.png │   │   │   │   ├── [3.0K] index.jd │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [6.2K] grid.jd │   │   │   │   │   ├── [8.2K] gridview.jd │   │   │   │   │   ├── [4.4K] linear.jd │   │   │   │   │   ├── [6.4K] listview.jd │   │   │   │   │   └── [5.2K] relative.jd │   │   │   │   ├── [ 48K] menus.jd │   │   │   │   ├── [4.0K] notifiers │   │   │   │   │   ├── [ 48K] notifications.jd │   │   │   │   │   └── [5.9K] toasts.jd │   │   │   │   ├── [3.6K] overview.jd │   │   │   │   ├── [ 53K] settings.jd │   │   │   │   ├── [ 20K] themes.jd │   │   │   │   └── [ 17K] ui-events.jd │   │   │   └── [4.0K] webapps │   │   │   ├── [4.9K] best-practices.jd │   │   │   ├── [6.5K] debugging.jd │   │   │   ├── [2.8K] index.jd │   │   │   ├── [ 16K] migrating.jd │   │   │   ├── [7.8K] targeting.jd │   │   │   └── [ 14K] webview.jd │   │   ├── [ 20K] images │   │   │   ├── [4.0K] about │   │   │   │   └── [144K] growth-chart.png │   │   │   ├── [ 42K] activity_fragment_lifecycle.png │   │   │   ├── [ 81K] activity_lifecycle.png │   │   │   ├── [4.0K] activity_task_design │   │   │   │   ├── [ 81K] ActivityChooser.png │   │   │   │   ├── [ 81K] ContactNew.png │   │   │   │   ├── [ 81K] ContactsDialer.png │   │   │   │   ├── [ 81K] ContactsList.png │   │   │   │   ├── [ 81K] ContactView.png │   │   │   │   ├── [ 25K] HomeTaskBasics1a.png │   │   │   │   ├── [ 26K] HomeTaskBasics1b.png │   │   │   │   ├── [ 25K] HomeTaskBasics1c.png │   │   │   │   ├── [ 45K] HomeTaskBasics1d.png │   │   │   │   ├── [ 23K] HomeTaskBasics1e.png │   │   │   │   ├── [ 20K] HomeTaskSwitching1a.png │   │   │   │   ├── [ 18K] HomeTaskSwitching1b.png │   │   │   │   ├── [ 24K] HomeTaskSwitching1c.png │   │   │   │   ├── [ 41K] HomeTaskSwitching2.png │   │   │   │   ├── [ 26K] HomeTaskSwitching3a.png │   │   │   │   ├── [ 21K] HomeTaskSwitching3b.png │   │   │   │   ├── [ 16K] HomeTaskSwitching3c.png │   │   │   │   ├── [ 37K] IntentsDiagram.png │   │   │   │   ├── [ 30K] PhoneActivitiesDiagram.png │   │   │   │   ├── [ 44K] ReplacingAnActivity.png │   │   │   │   ├── [ 29K] ReusingAnActivity1.png │   │   │   │   └── [ 27K] ReusingAnActivity2.png │   │   │   ├── [4.0K] admin │   │   │   │   ├── [ 90K] device-admin-activate-prompt.png │   │   │   │   └── [ 29K] device-admin-app.png │   │   │   ├── [4.0K] android-5.0 │   │   │   │   ├── [300K] ActivitySceneTransitionBasic@2x.png │   │   │   │   ├── [ 91K] ActivitySceneTransitionBasic.png │   │   │   │   ├── [3.7K] art.png │   │   │   │   ├── [125K] BasicManagedProfile@2x.png │   │   │   │   ├── [ 40K] BasicManagedProfile.png │   │   │   │   ├── [171K] battery_historian@2x.png │   │   │   │   ├── [ 55K] battery_historian.png │   │   │   │   ├── [2.3K] bugs.png │   │   │   │   ├── [1.3M] hun-example@2x.png │   │   │   │   ├── [374K] hun-example.png │   │   │   │   ├── [127K] JobSchedulerSample@2x.png │   │   │   │   ├── [ 41K] JobSchedulerSample.png │   │   │   │   ├── [690K] l-dev-prev.png │   │   │   │   ├── [345K] managed_apps_launcher@2x.png │   │   │   │   ├── [112K] managed_apps_launcher.png │   │   │   │   ├── [4.0K] notifications │   │   │   │   │   ├── [127K] action_combo.png │   │   │   │   │   ├── [559K] AntiSample1.png │   │   │   │   │   ├── [1.3M] AntiSample3.png │   │   │   │   │   ├── [196K] basic_combo.png │   │   │   │   │   ├── [727K] ExpandedImage.png │   │   │   │   │   ├── [312K] expandedtext_combo.png │   │   │   │   │   ├── [325K] Headsup.png │   │   │   │   │   ├── [1.3M] hun-example@2x.png │   │   │   │   │   ├── [374K] hun-example.png │   │   │   │   │   ├── [ 17K] Largelogo.png │   │   │   │   │   ├── [464K] LockScreen@2x.png │   │   │   │   │   ├── [151K] LockScreen.png │   │   │   │   │   ├── [650K] MusicPlayback.png │   │   │   │   │   ├── [ 19K] notifications_pattern_priority.png │   │   │   │   │   ├── [444K] ProductIcons.png │   │   │   │   │   ├── [ 22K] Productlogos.png │   │   │   │   │   ├── [ 97K] ReplyAction.png │   │   │   │   │   ├── [210K] stack_combo.png │   │   │   │   │   ├── [ 84K] Stack.png │   │   │   │   │   ├── [102K] Summarise_Dont.png │   │   │   │   │   ├── [ 71K] Summarise_Do.png │   │   │   │   │   ├── [ 99K] Summary_Do.png │   │   │   │   │   ├── [ 47K] TimeSensitive.png │   │   │   │   │   ├── [ 94K] Triggered.png │   │   │   │   │   └── [134K] WearBasic.png │   │   │   │   ├── [169K] opt-in.png │   │   │   │   └── [2.3K] updates.png │   │   │   ├── [2.3K] android_adc.gif │   │   │   ├── [4.5K] android_icon_125.png │   │   │   ├── [2.7K] android-logo.png │   │   │   ├── [4.0K] animation │   │   │   │   ├── [ 35K] animation-linear.png │   │   │   │   ├── [ 41K] animation-nonlinear.png │   │   │   │   └── [ 41K] valueanimator.png │   │   │   ├── [ 16K] anr.png │   │   │   ├── [4.0K] appwidgets │   │   │   │   ├── [ 43K] appwidget_collections.png │   │   │   │   ├── [ 12K] appwidget.png │   │   │   │   └── [2.5K] StackWidget.png │   │   │   ├── [ 51K] avd-manager.png │   │   │   ├── [ 17K] axis_device.png │   │   │   ├── [6.1K] axis_globe_inverted.png │   │   │   ├── [8.1K] axis_globe.png │   │   │   ├── [ 63K] billing_arch.png │   │   │   ├── [106K] billing_checkout_flow.png │   │   │   ├── [ 21K] billing_check_supported.png │   │   │   ├── [137K] billing_list_form_2.png │   │   │   ├── [ 94K] billing_list_form.png │   │   │   ├── [ 95K] billing_package.png │   │   │   ├── [ 76K] billing_product_list_entry.png │   │   │   ├── [ 66K] billing_product_list.png │   │   │   ├── [ 30K] billing_refund.png │   │   │   ├── [ 37K] billing_request_purchase.png │   │   │   ├── [ 25K] billing_restore_transactions.png │   │   │   ├── [ 56K] billing_subscription_flow.png │   │   │   ├── [103K] billing_test_flow.png │   │   │   ├── [ 30K] binder_rpc.png │   │   │   ├── [ 21K] blog.jpg │   │   │   ├── [4.0K] brand │   │   │   │   ├── [7.7K] af_generic_rgb_wo_45.png │   │   │   │   ├── [9.5K] af_generic_rgb_wo_60.png │   │   │   │   ├── [6.9K] android_logo_no.png │   │   │   │   ├── [4.0K] Android_Robot_100.png │   │   │   │   ├── [8.1K] Android_Robot_200.png │   │   │   │   ├── [ 21K] Android_Robot_500.png │   │   │   │   ├── [2.8K] ar_generic_rgb_wo_45.png │   │   │   │   ├── [4.0K] ar_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] be_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] be_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] bg_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] bg_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] ca_generic_rgb_wo_45.png │   │   │   │   ├── [9.9K] ca_generic_rgb_wo_60.png │   │   │   │   ├── [7.5K] cs_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] cs_generic_rgb_wo_60.png │   │   │   │   ├── [8.3K] da_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] da_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] de_app_rgb_wo_45.png │   │   │   │   ├── [10.0K] de_app_rgb_wo_60.png │   │   │   │   ├── [7.6K] de_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] de_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] el_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] el_generic_rgb_wo_60.png │   │   │   │   ├── [8.7K] en_app_rgb_wo_45.png │   │   │   │   ├── [ 10K] en_app_rgb_wo_60.png │   │   │   │   ├── [8.0K] en_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] en_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] es-419_app_rgb_wo_45.png │   │   │   │   ├── [10.0K] es-419_app_rgb_wo_60.png │   │   │   │   ├── [8.2K] es-419_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] es-419_generic_rgb_wo_60.png │   │   │   │   ├── [9.0K] es_app_rgb_wo_45.png │   │   │   │   ├── [ 11K] es_app_rgb_wo_60.png │   │   │   │   ├── [8.2K] es_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] es_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] et_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] et_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] fa_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] fa_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] fi_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] fi_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] fil_generic_rgb_wo_45.png │   │   │   │   ├── [9.7K] fil_generic_rgb_wo_60.png │   │   │   │   ├── [8.3K] fr_app_rgb_wo_45.png │   │   │   │   ├── [ 10K] fr_app_rgb_wo_60.png │   │   │   │   ├── [8.3K] fr_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] fr_generic_rgb_wo_60.png │   │   │   │   ├── [3.4K] Google_Play_Store_48.png │   │   │   │   ├── [122K] Google_Play_Store_600.png │   │   │   │   ├── [ 10K] Google_Play_Store_96.png │   │   │   │   ├── [8.1K] hr_generic_rgb_wo_45.png │   │   │   │   ├── [9.9K] hr_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] hu_generic_rgb_wo_45.png │   │   │   │   ├── [9.6K] hu_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] id-in_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] id-in_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] it_app_rgb_wo_45.png │   │   │   │   ├── [ 10K] it_app_rgb_wo_60.png │   │   │   │   ├── [8.2K] it_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] it_generic_rgb_wo_60.png │   │   │   │   ├── [7.3K] iw-he_generic_rgb_wo_45.png │   │   │   │   ├── [9.1K] iw-he_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] ja_app_rgb_wo_45.png │   │   │   │   ├── [9.9K] ja_app_rgb_wo_60.png │   │   │   │   ├── [8.0K] ja_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] ja_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] ko_app_rgb_wo_45.png │   │   │   │   ├── [9.6K] ko_app_rgb_wo_60.png │   │   │   │   ├── [8.1K] ko_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] ko_generic_rgb_wo_60.png │   │   │   │   ├── [8.3K] lt_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] lt_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] lv_generic_rgb_wo_45.png │   │   │   │   ├── [9.6K] lv_generic_rgb_wo_60.png │   │   │   │   ├── [9.6K] mediaplayer.png │   │   │   │   ├── [8.1K] ms_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] ms_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] nl_app_rgb_wo_45.png │   │   │   │   ├── [10.0K] nl_app_rgb_wo_60.png │   │   │   │   ├── [7.9K] nl_generic_rgb_wo_45.png │   │   │   │   ├── [9.7K] nl_generic_rgb_wo_60.png │   │   │   │   ├── [7.0K] no_generic_rgb_wo_45.png │   │   │   │   ├── [8.7K] no_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] pl_generic_rgb_wo_45.png │   │   │   │   ├── [9.5K] pl_generic_rgb_wo_60.png │   │   │   │   ├── [8.8K] pt-br_app_rgb_wo_45.png │   │   │   │   ├── [ 11K] pt-br_app_rgb_wo_60.png │   │   │   │   ├── [7.9K] pt-br_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] pt-br_generic_rgb_wo_60.png │   │   │   │   ├── [8.6K] pt-pt_app_rgb_wo_45.png │   │   │   │   ├── [ 11K] pt-pt_app_rgb_wo_60.png │   │   │   │   ├── [8.1K] pt-pt_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] pt-pt_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] ro_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] ro_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] ru_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] ru_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] sk_generic_rgb_wo_45.png │   │   │   │   ├── [9.6K] sk_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] sl_generic_rgb_wo_45.png │   │   │   │   ├── [9.5K] sl_generic_rgb_wo_60.png │   │   │   │   ├── [8.4K] sr_generic_rgb_wo_45.png │   │   │   │   ├── [ 11K] sr_generic_rgb_wo_60.png │   │   │   │   ├── [7.0K] sv_generic_rgb_wo_45.png │   │   │   │   ├── [8.7K] sv_generic_rgb_wo_60.png │   │   │   │   ├── [8.1K] sw_generic_rgb_wo_45.png │   │   │   │   ├── [9.9K] sw_generic_rgb_wo_60.png │   │   │   │   ├── [7.5K] th_generic_rgb_wo_45.png │   │   │   │   ├── [9.4K] th_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] tr_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] tr_generic_rgb_wo_60.png │   │   │   │   ├── [8.0K] uk_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] uk_generic_rgb_wo_60.png │   │   │   │   ├── [8.2K] vi_generic_rgb_wo_45.png │   │   │   │   ├── [ 10K] vi_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] zh-cn_generic_rgb_wo_45.png │   │   │   │   ├── [10.0K] zh-cn_generic_rgb_wo_60.png │   │   │   │   ├── [7.7K] zh-hk_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] zh-hk_generic_rgb_wo_60.png │   │   │   │   ├── [7.8K] zh-tw_generic_rgb_wo_45.png │   │   │   │   ├── [9.8K] zh-tw_generic_rgb_wo_60.png │   │   │   │   ├── [7.9K] zu_generic_rgb_wo_45.png │   │   │   │   └── [9.7K] zu_generic_rgb_wo_60.png │   │   │   ├── [ 12K] bt_enable_discoverable.png │   │   │   ├── [9.3K] bt_enable_request.png │   │   │   ├── [7.7K] bt_pairing_request.png │   │   │   ├── [103K] build.png │   │   │   ├── [ 44K] build-simplified.png │   │   │   ├── [ 15K] c2dm.png │   │   │   ├── [4.0K] camera2 │   │   │   │   └── [4.0K] metadata │   │   │   │   ├── [4.0K] android.colorCorrection.mode │   │   │   │   │   └── [ 25K] processing_pipeline.png │   │   │   │   ├── [4.0K] android.statistics.lensShadingMap │   │   │   │   │   ├── [ 13K] blue_shading.png │   │   │   │   │   ├── [ 15K] green_e_shading.png │   │   │   │   │   ├── [ 15K] green_o_shading.png │   │   │   │   │   ├── [ 71K] inv_shading.png │   │   │   │   │   └── [ 12K] red_shading.png │   │   │   │   └── [4.0K] android.tonemap.curveRed │   │   │   │   ├── [ 31K] gamma_tonemap.png │   │   │   │   ├── [ 22K] inverse_tonemap.png │   │   │   │   ├── [ 21K] linear_tonemap.png │   │   │   │   ├── [ 32K] rec709_tonemap.png │   │   │   │   └── [ 32K] srgb_tonemap.png │   │   │   ├── [145K] canvas.png │   │   │   ├── [4.0K] cards │   │   │   │   ├── [ 31K] adwords_2x.jpg │   │   │   │   ├── [ 39K] analytics-mobile_2x.jpg │   │   │   │   ├── [ 12K] android-auto_2x.png │   │   │   │   ├── [ 42K] android-devices_2x.jpg │   │   │   │   ├── [ 28K] android-studio_2x.png │   │   │   │   ├── [2.5K] android-tv_2x.png │   │   │   │   ├── [ 13K] android-wear_2x.png │   │   │   │   ├── [ 33K] android-wear-apps_2x.jpg │   │   │   │   ├── [ 23K] android-wear-materials_2x.jpg │   │   │   │   ├── [7.6K] card-analytics_2x.png │   │   │   │   ├── [6.6K] card-android-fundamentals_16x9_2x.png │   │   │   │   ├── [ 31K] card-android-studio-overview_16x9_2x.jpg │   │   │   │   ├── [9.6K] card-android-work_2x.png │   │   │   │   ├── [2.7K] card-api-overview_16-9_2x.png │   │   │   │   ├── [ 11K] card-app-invites_16-9_2x.png │   │   │   │   ├── [ 81K] card-app-linking_2x.png │   │   │   │   ├── [ 84K] card-auto-backup_2x.png │   │   │   │   ├── [3.4K] card-build_16x9_2x.png │   │   │   │   ├── [5.9K] card-build-community_16-9_2x.png │   │   │   │   ├── [8.8K] card-cardboard_2x.png │   │   │   │   ├── [6.9K] card-cast_2x.jpg │   │   │   │   ├── [2.3K] card-download_16-9_2x.png │   │   │   │   ├── [2.7K] card-earn_16x9_2x.png │   │   │   │   ├── [7.6K] card-ecommerce_16-9_2x.png │   │   │   │   ├── [7.0K] card-engage_16x9_2x.png │   │   │   │   ├── [9.0K] card-frictionless-purchasing_16-9_2x.png │   │   │   │   ├── [ 14K] card-google-cloud-messaging_16-9_2x.png │   │   │   │   ├── [ 28K] card-g-play-services_16x9_2x.jpg │   │   │   │   ├── [ 10K] card-instals-from-youtube_16-9_2x.png │   │   │   │   ├── [2.7K] card-key-changes_16-9_2x.png │   │   │   │   ├── [ 35K] card-material-icons-16x9_2x.jpg │   │   │   │   ├── [9.8K] card-monetize-freemium_16-9_2x.png │   │   │   │   ├── [9.5K] card-monetize-premium_16-9_2x.png │   │   │   │   ├── [9.5K] card-monetize_subscriptions_16-9_2x.png │   │   │   │   ├── [4.8K] card-new_16x9_2x.png │   │   │   │   ├── [190K] card-places_2x.png │   │   │   │   ├── [6.0K] card-preview_16-9_2x.png │   │   │   │   ├── [ 28K] card-samples_16-9_2x.png │   │   │   │   ├── [3.4K] card-set-up_16-9_2x.png │   │   │   │   ├── [8.6K] card-support_16-9_2x.png │   │   │   │   ├── [ 97K] card-test-performance_2x.png │   │   │   │   ├── [6.8K] card-ubiquitous-computing_16x9_2x.png │   │   │   │   ├── [ 28K] card-using-code-templates_16x9_2x.png │   │   │   │   ├── [5.4K] card-youtube_2x.png │   │   │   │   ├── [ 15K] cloud-platform_2x.png │   │   │   │   ├── [797K] course-nanodegree_2x.png │   │   │   │   ├── [984K] course-ud825_2x.png │   │   │   │   ├── [ 46K] course-ud837_2x.jpg │   │   │   │   ├── [ 40K] course-ud849_2x.jpg │   │   │   │   ├── [ 27K] course-ud853_2x.jpg │   │   │   │   ├── [ 62K] course-ud855_2x.jpg │   │   │   │   ├── [ 66K] course-ud862_2x.jpg │   │   │   │   ├── [ 36K] course-ud867_2x.jpg │   │   │   │   ├── [ 38K] course-ud875_2x.jpg │   │   │   │   ├── [ 38K] course-ud876_2x.jpg │   │   │   │   ├── [ 41K] design-creative-vision_2x.jpg │   │   │   │   ├── [ 15K] design-material-for-android_2x.jpg │   │   │   │   ├── [ 36K] design-new-in-android_2x.jpg │   │   │   │   ├── [ 26K] design-pure-android_2x.png │   │   │   │   ├── [ 36K] dev-console_2x.jpg │   │   │   │   ├── [ 10K] google-play_2x.png │   │   │   │   ├── [3.0K] google-search_2x.png │   │   │   │   ├── [6.1K] google-sign-in_2x.png │   │   │   │   ├── [8.8K] material_2x.png │   │   │   │   ├── [ 11K] material-animation_2x.png │   │   │   │   ├── [ 26K] material-color-palette_2x.jpg │   │   │   │   ├── [ 24K] material-components_2x.jpg │   │   │   │   ├── [ 11K] material-layout_2x.png │   │   │   │   ├── [ 22K] material-layout-template_2x.jpg │   │   │   │   ├── [8.3K] material-patterns_2x.png │   │   │   │   ├── [ 21K] material-sticker-sheet_2x.jpg │   │   │   │   ├── [ 28K] material-style_2x.jpg │   │   │   │   ├── [ 30K] material-typography_2x.jpg │   │   │   │   ├── [2.7K] material-usability_2x.png │   │   │   │   ├── [ 52K] program-edu_2x.jpg │   │   │   │   └── [4.8K] samples-new_2x.png │   │   │   ├── [4.0K] code_templates │   │   │   │   ├── [ 14K] ba-dropdown.png │   │   │   │   ├── [ 12K] ba-no-navigation.png │   │   │   │   ├── [ 12K] ba-tabs.png │   │   │   │   ├── [ 12K] ba-title-strip.png │   │   │   │   ├── [ 55K] full-screen-activity.png │   │   │   │   ├── [ 24K] login-activity.png │   │   │   │   ├── [ 39K] master-detail-flow.png │   │   │   │   └── [ 34K] settings-activity.png │   │   │   ├── [4.0K] community │   │   │   │   ├── [ 11K] aco1small.png │   │   │   │   ├── [ 67K] hackathon-gdgaug.jpg │   │   │   │   ├── [ 40K] kk-hero2.jpg │   │   │   │   └── [125K] kk-hero.jpg │   │   │   ├── [4.0K] components │   │   │   │   ├── [ 43K] intent-filters@2x.png │   │   │   │   └── [939K] recents.png │   │   │   ├── [5.3K] content_uri.png │   │   │   ├── [ 17K] custom_message.png │   │   │   ├── [ 19K] custom_toast.png │   │   │   ├── [4.1K] dac-design-icon.png │   │   │   ├── [191K] debug-ddms.png │   │   │   ├── [ 35K] debugging.png │   │   │   ├── [146K] debugging-tall.png │   │   │   ├── [7.6K] designing_ui_layout_example.png │   │   │   ├── [ 45K] designing_ui_relative_layout.png │   │   │   ├── [4.0K] develop │   │   │   │   ├── [110K] app_components.png │   │   │   │   ├── [ 16K] auth-code.png │   │   │   │   ├── [ 97K] connectivity.png │   │   │   │   ├── [196K] hero-android-studio-on-device.png │   │   │   │   ├── [392K] hero_image_studio5_2x.png │   │   │   │   ├── [101K] hero_image_studio5.png │   │   │   │   ├── [ 56K] marquee-play.png │   │   │   │   └── [ 56K] resources.png │   │   │   ├── [4.0K] developing │   │   │   │   ├── [ 36K] adt-props-isLib.png │   │   │   │   ├── [ 39K] adt-props-libRef.png │   │   │   │   ├── [ 99K] app_invites_2.png │   │   │   │   ├── [ 45K] avd-dialog.png │   │   │   │   ├── [ 85K] ddms-network.png │   │   │   │   ├── [120K] developing_overview.png │   │   │   │   ├── [ 73K] hv_device_window.png │   │   │   │   ├── [127K] hv_pixelperfect.png │   │   │   │   ├── [148K] hv_treeview_screenshot.png │   │   │   │   ├── [183K] hv_view_hierarchy_window.png │   │   │   │   ├── [330K] intellijidea_android_ide.png │   │   │   │   ├── [ 26K] lib-migration-0.png │   │   │   │   ├── [ 91K] lib-migration-1.png │   │   │   │   ├── [ 18K] lib-migration-2.png │   │   │   │   └── [ 93K] sdk-usb-driver.png │   │   │   ├── [ 26K] develop-placeholder.png │   │   │   ├── [ 22K] device-art-ex-crop.jpg │   │   │   ├── [4.0K] distribute │   │   │   │   ├── [ 73K] android-pay-checkout.png │   │   │   │   ├── [189K] app-indexing-deep-links.png │   │   │   │   ├── [3.6M] appindexing.gif │   │   │   │   ├── [100K] app_invites_1.png │   │   │   │   ├── [100K] app_invites_2.png │   │   │   │   ├── [158K] cardboard.jpg │   │   │   │   ├── [107K] cast.jpg │   │   │   │   ├── [218K] concrete-pbc-gpgames.jpg │   │   │   │   ├── [ 217] console-apps.png │   │   │   │   ├── [ 221] console-reports.png │   │   │   │   ├── [ 543] console-settings.png │   │   │   │   ├── [160K] dff-badging.png │   │   │   │   ├── [162K] dff-browse.png │   │   │   │   ├── [452K] dff-character-group.png │   │   │   │   ├── [179K] dff-character.png │   │   │   │   ├── [221K] engage-intents.png │   │   │   │   ├── [3.9K] feature-market.png │   │   │   │   ├── [7.9K] feature-monetize.png │   │   │   │   ├── [4.4K] feature-register.png │   │   │   │   ├── [257K] glu-ew-gpgames.jpg │   │   │   │   ├── [137K] google-now-engagement.png │   │   │   │   ├── [ 30K] google-play-bg.jpg │   │   │   │   ├── [ 15K] gpfw_business.png │   │   │   │   ├── [ 17K] gpfw_developer.png │   │   │   │   ├── [110K] gpfw.jpg │   │   │   │   ├── [105K] hero-family-discovery.jpg │   │   │   │   ├── [304K] hero-ginlemon.jpg │   │   │   │   ├── [ 24K] hero-g-play-guidebooks_2x.png │   │   │   │   ├── [217K] hero-haystack.jpg │   │   │   │   ├── [115K] hero-IO15-google-play.jpg │   │   │   │   ├── [310K] hero-IO15-growing-games.jpg │   │   │   │   ├── [259K] hero-jelly-button.jpg │   │   │   │   ├── [117K] hero-outfit7.jpg │   │   │   │   ├── [108K] hero-shifty-jelly.jpg │   │   │   │   ├── [ 79K] hero-store-listing-experience.jpg │   │   │   │   ├── [132K] hero-the-hunt.jpg │   │   │   │   ├── [143K] hero-trello.jpg │   │   │   │   ├── [152K] hero-wooga.jpg │   │   │   │   ├── [ 77K] hichat-n5-port.jpg │   │   │   │   ├── [224K] house-ads.png │   │   │   │   ├── [102K] indian-rummy-n4-land.jpg │   │   │   │   ├── [351K] instapaper.png │   │   │   │   ├── [111K] marquee-play.png │   │   │   │   ├── [461K] mint.png │   │   │   │   ├── [207K] more-app-engagement.png │   │   │   │   ├── [278K] music-action.png │   │   │   │   ├── [620K] ota-installs.gif │   │   │   │   ├── [422K] promote-ads-apps.png │   │   │   │   ├── [152K] promote_ads_apps.png │   │   │   │   ├── [ 73K] promote_ads_gmail.png │   │   │   │   ├── [155K] promote_ads_inapp.png │   │   │   │   ├── [107K] promote_ads_play.png │   │   │   │   ├── [118K] promote_ads.png │   │   │   │   ├── [143K] promote_ads_search.png │   │   │   │   ├── [554K] promote-ads-web.png │   │   │   │   ├── [207K] promote_ads_web.png │   │   │   │   ├── [154K] promote_ads_youtube.png │   │   │   │   ├── [341K] rememberthemilk.png │   │   │   │   ├── [210K] signin-apps.png │   │   │   │   ├── [513K] signin-seamless.png │   │   │   │   ├── [323K] signin-secure.png │   │   │   │   ├── [923K] tinyvillage.png │   │   │   │   ├── [171K] vector-unit-rt-gpgames.jpg │   │   │   │   ├── [262K] voice-actions-engagement.png │   │   │   │   ├── [198K] youtube-card-example.png │   │   │   │   └── [ 95K] zombie-ragdoll-n5-land.jpg │   │   │   ├── [ 20K] draw9patch-bad.png │   │   │   ├── [ 21K] draw9patch-norm.png │   │   │   ├── [ 24K] drm_arch.png │   │   │   ├── [ 187] editorschoice_ann.png │   │   │   ├── [4.0K] efficient-downloads │   │   │   │   ├── [ 27K] DDMS.png │   │   │   │   ├── [ 16K] graphs.png │   │   │   │   └── [ 34K] mobile_radio_state_machine.png │   │   │   ├── [195K] emulator@2x.png │   │   │   ├── [ 66K] emulator.png │   │   │   ├── [4.0K] enterprise │   │   │   │   └── [225K] work-launcher.png │   │   │   ├── [ 501] example-bad.png │   │   │   ├── [ 834] example-good.png │   │   │   ├── [4.0K] exoplayer │   │   │   │   ├── [ 40K] adaptive-streaming.png │   │   │   │   ├── [ 29K] frameworksamplesource.png │   │   │   │   └── [ 24K] object-model.png │   │   │   ├── [208K] external-display.png │   │   │   ├── [ 74K] fragment_lifecycle.png │   │   │   ├── [4.0K] fundamentals │   │   │   │   ├── [ 42K] diagram_backstack.png │   │   │   │   ├── [ 58K] diagram_backstack_singletask_multiactivity.png │   │   │   │   ├── [ 23K] diagram_multiple_instances.png │   │   │   │   ├── [ 24K] diagram_multitasking.png │   │   │   │   ├── [ 48K] fragments.png │   │   │   │   ├── [ 72K] restore_instance.png │   │   │   │   └── [ 79K] service_binding_tree_lifecycle.png │   │   │   ├── [4.0K] games │   │   │   │   ├── [ 45K] game-controller-buttons_2x_crop.png │   │   │   │   ├── [ 68K] game-controller-buttons_2x.png │   │   │   │   └── [ 41K] game-controller-buttons.png │   │   │   ├── [4.0K] gcm │   │   │   │   ├── [ 54K] CCS-ack.png │   │   │   │   ├── [ 38K] gcm-api-access.png │   │   │   │   ├── [ 46K] gcm-api-key.png │   │   │   │   ├── [ 26K] GCM-arch.png │   │   │   │   ├── [ 20K] gcm-avd-first-msg.png │   │   │   │   ├── [ 17K] gcm-avd-home-auto-reg.png │   │   │   │   ├── [ 39K] gcm-config-server-key.png │   │   │   │   ├── [ 27K] gcm-create-api-proj.png │   │   │   │   ├── [ 17K] gcm-demo-homepage-appengine.png │   │   │   │   ├── [ 18K] gcm-demo-homepage.png │   │   │   │   ├── [ 20K] gcm-device-reg.png │   │   │   │   ├── [ 43K] gcm-logo.png │   │   │   │   └── [ 26K] gcm-sent-server.png │   │   │   ├── [4.0K] gltracer │   │   │   │   ├── [ 42K] dialog-trace.png │   │   │   │   ├── [ 331] icon-capture.png │   │   │   │   └── [ 538] icon-load-trace.png │   │   │   ├── [4.0K] google │   │   │   │   ├── [2.6K] analytics.png │   │   │   │   ├── [1.4K] cloud-platform.png │   │   │   │   ├── [ 10K] datastore-logo.png │   │   │   │   ├── [ 61K] game_services.png │   │   │   │   ├── [1.7K] gcm-cloud.png │   │   │   │   ├── [ 93K] gcs.png │   │   │   │   ├── [1.5K] gcs-small.png │   │   │   │   ├── [211K] gms.png │   │   │   │   ├── [ 61K] GoogleApiClient@2x.png │   │   │   │   ├── [ 25K] GoogleApiClient.png │   │   │   │   ├── [116K] googlecast.png │   │   │   │   ├── [ 785] google-mobile-ads.png │   │   │   │   ├── [ 78K] google-services.png │   │   │   │   ├── [ 16K] gps-ads.png │   │   │   │   ├── [ 73K] gps-drive.png │   │   │   │   ├── [107K] gps-googleplus.png │   │   │   │   ├── [ 41K] gps-location.png │   │   │   │   ├── [123K] gps-maps.png │   │   │   │   ├── [ 95K] gps-play_games_logo.png │   │   │   │   ├── [ 61K] gps-plus-signin-hero.jpg │   │   │   │   ├── [626K] gps.png │   │   │   │   ├── [6.8K] gps-puzzle.png │   │   │   │   ├── [6.3K] gps-wallet-instant.png │   │   │   │   ├── [ 99K] hero-play-services_2x.png │   │   │   │   ├── [2.0K] iab-99c.png │   │   │   │   ├── [2.0K] maps-pin.png │   │   │   │   ├── [132K] maps-v2-trulia-n7.png │   │   │   │   ├── [1.9K] plus-logo.png │   │   │   │   ├── [2.0K] plus-one.png │   │   │   │   └── [2.5K] wallet.png │   │   │   ├── [ 11K] google-apis.png │   │   │   ├── [ 56K] gp-about-0.jpg │   │   │   ├── [ 68K] gp-about-listing.jpg │   │   │   ├── [ 46K] gp-about-picks1.jpg │   │   │   ├── [ 51K] gp-about-picks2.jpg │   │   │   ├── [ 52K] gp-about-picks3.jpg │   │   │   ├── [ 53K] gp-about-top.jpg │   │   │   ├── [ 34K] gp-ads-console.jpg │   │   │   ├── [ 29K] gp-ads-linking2.jpg │   │   │   ├── [ 36K] gp-analytics.jpg │   │   │   ├── [ 98K] gp-androidify.png │   │   │   ├── [ 22K] gp-auto-opt-in.png │   │   │   ├── [ 28K] gp-auto-process.png │   │   │   ├── [7.3K] gp-badge-jp.png │   │   │   ├── [ 39K] gp-badges-set.png │   │   │   ├── [ 19K] gp-balance.png │   │   │   ├── [ 17K] gp-build-buzz-uplift-1.png │   │   │   ├── [ 20K] gp-build-buzz-uplift-2.png │   │   │   ├── [ 30K] gp-build-buzz-yt.png │   │   │   ├── [ 29K] gp-buyer-currency.png │   │   │   ├── [ 53K] gp-buzz-1.jpg │   │   │   ├── [7.4K] gp-community-0.png │   │   │   ├── [9.2K] gp-core-quality.png │   │   │   ├── [ 39K] gp-dc-ab.png │   │   │   ├── [ 40K] gp-dc-countries.png │   │   │   ├── [141K] gp-dc-details.png │   │   │   ├── [ 55K] gp-dc-home.png │   │   │   ├── [ 22K] gp-dc-inapp.jpg │   │   │   ├── [ 35K] gp-dc-invite.png │   │   │   ├── [ 19K] gp-dc-profile.png │   │   │   ├── [ 35K] gp-dc-reviews.png │   │   │   ├── [ 51K] gp-dc-startscreen.jpg │   │   │   ├── [ 58K] gp-dc-stats-mini.png │   │   │   ├── [ 63K] gp-dc-stats.png │   │   │   ├── [ 59K] gp-details-ww-purchase.png │   │   │   ├── [203K] gp-devconsole-home.png │   │   │   ├── [136K] gp-device.png │   │   │   ├── [ 80K] gp-dff-appinfo.png │   │   │   ├── [ 27K] gp-dff-optin.png │   │   │   ├── [ 44K] gp-ecom-0.png │   │   │   ├── [ 48K] gp-edu-ads-iab.png │   │   │   ├── [ 50K] gp-edu-apps-n7.jpg │   │   │   ├── [ 63K] gp-edu-hero14.jpg │   │   │   ├── [ 15K] gp-edu-monetize.png │   │   │   ├── [ 34K] gp-edu-optin-console.jpg │   │   │   ├── [ 44K] gp-edu-optin.png │   │   │   ├── [ 41K] gp-edu-process.png │   │   │   ├── [6.3K] gp-edu-quality.png │   │   │   ├── [ 47K] gp-engage-0.jpg │   │   │   ├── [ 37K] gp-engage-5.jpg │   │   │   ├── [ 45K] gp-engage-6.jpg │   │   │   ├── [ 45K] gp-engage-9.jpg │   │   │   ├── [ 15K] gp-engage-share-plus.png │   │   │   ├── [ 88K] gp-engage-smule.jpg │   │   │   ├── [ 12K] gp-e-value.png │   │   │   ├── [ 31K] gp-expand-2.jpg │   │   │   ├── [ 47K] gp-expand-4.jpg │   │   │   ├── [ 47K] gp-expand-5.jpg │   │   │   ├── [ 13K] gpfe-developer.png │   │   │   ├── [ 14K] gpfe-educator.png │   │   │   ├── [251K] gpfe-start-0.jpg │   │   │   ├── [ 37K] gp-freemium-0.jpg │   │   │   ├── [ 24K] gp-freemium-1.jpg │   │   │   ├── [ 35K] gp-launch-checklist-1.png │   │   │   ├── [ 13K] gp-linking-ex-crop.png │   │   │   ├── [ 34K] gp-listing-0.jpg │   │   │   ├── [ 54K] gp-listing-1.png │   │   │   ├── [ 66K] gp-listing-2.jpg │   │   │   ├── [ 53K] gp-listing-3.jpg │   │   │   ├── [ 36K] gp-listing-4.jpg │   │   │   ├── [ 15K] gp-localization-trans-0.png │   │   │   ├── [ 16K] gp-optimize-analytics.png │   │   │   ├── [ 16K] gp-optimize.png │   │   │   ├── [ 11K] gp-optimize-speed.png │   │   │   ├── [3.9K] gp-optimizing-chat-bubbles.png │   │   │   ├── [ 29K] gp-optimizing-image-4.jpg │   │   │   ├── [ 35K] gp-payments-1.png │   │   │   ├── [ 50K] gp-premium-0.png │   │   │   ├── [ 52K] gp-rating-web.png │   │   │   ├── [ 11K] gp-start-button.png │   │   │   ├── [ 19K] gp-start-wallet-icon.png │   │   │   ├── [ 27K] gp-subscription-0.jpg │   │   │   ├── [ 77K] gp-supported-dev-requirements.png │   │   │   ├── [ 42K] gp-tablet-quality-4.jpg │   │   │   ├── [ 34K] gp-tablet-quality-5.jpg │   │   │   ├── [ 18K] gp-tablets-full-feature-set.png │   │   │   ├── [ 27K] gp-tv-opt-in.png │   │   │   ├── [ 33K] gp-tv-process.png │   │   │   ├── [ 62K] gp-wear-opt-in.png │   │   │   ├── [ 41K] gp-wear-process.png │   │   │   ├── [ 32K] gp-your-user-0.jpg │   │   │   ├── [ 46K] gp-your-user-2.jpg │   │   │   ├── [ 518] gradient_drawable.png │   │   │   ├── [ 48K] hierarchyviewer-layout.png │   │   │   ├── [ 71K] hierarchyviewer-pixelperfect.png │   │   │   ├── [4.0K] home │   │   │   │   ├── [ 25K] android-design.png │   │   │   │   ├── [174K] android-jellybean.png │   │   │   │   ├── [ 11K] auto.png │   │   │   │   ├── [1.9K] auto-wordmark.png │   │   │   │   ├── [101K] aw_dac.png │   │   │   │   ├── [221K] design_elements_landing.png │   │   │   │   ├── [196K] design.png │   │   │   │   ├── [233K] developers_live.png │   │   │   │   ├── [1.2M] devices-hero_620px_2x.png │   │   │   │   ├── [453K] devices-hero_620px.png │   │   │   │   ├── [597K] google-io.png │   │   │   │   ├── [244K] google-play.png │   │   │   │   ├── [1011K] hero-lollipop_2x.png │   │   │   │   ├── [1.6M] hh-hero.png │   │   │   │   ├── [ 80K] ics-android.png │   │   │   │   ├── [ 14K] io-extended-2013.png │   │   │   │   ├── [ 88K] io-gdl-2013.png │   │   │   │   ├── [5.0K] io-logo-2013-alt.png │   │   │   │   ├── [ 11K] io-logo-2013.png │   │   │   │   ├── [8.5K] io-logo.png │   │   │   │   ├── [175K] io-videos-2013.png │   │   │   │   ├── [125K] kk-hero.jpg │   │   │   │   ├── [251K] kk-hero.png │   │   │   │   ├── [749K] l-hero_2x.png │   │   │   │   ├── [177K] l-hero.png │   │   │   │   ├── [ 15K] market_icon.png │   │   │   │   ├── [4.8K] market-intl.png │   │   │   │   ├── [7.5K] play_logo.png │   │   │   │   ├── [5.4K] tv.png │   │   │   │   ├── [1.0K] tv-wordmark.png │   │   │   │   ├── [ 12K] wear.png │   │   │   │   └── [2.2K] wear-wordmark.png │   │   │   ├── [ 25K] home-marquee.jpg │   │   │   ├── [ 24K] iab-thumb.png │   │   │   ├── [ 12K] icon_design │   │   │   │   ├── [4.3K] action_bar_examples.png │   │   │   │   ├── [3.0K] action_bar_holo_dark_style.png │   │   │   │   ├── [2.9K] action_bar_holo_light_style.png │   │   │   │   ├── [ 63K] dialog_icon.png │   │   │   │   ├── [ 16K] dialog_light.png │   │   │   │   ├── [192K] do_dont_menuicons.png │   │   │   │   ├── [ 56K] do_dont.png │   │   │   │   ├── [3.5K] do_dont_statusicons.png │   │   │   │   ├── [8.2K] do_dont_tabicons.png │   │   │   │   ├── [2.9K] ic_launcher_alarmclock.png │   │   │   │   ├── [3.3K] ic_launcher_browser.png │   │   │   │   ├── [3.2K] ic_launcher_calculator.png │   │   │   │   ├── [3.2K] ic_launcher_calendar.png │   │   │   │   ├── [3.1K] ic_launcher_camera.png │   │   │   │   ├── [2.9K] ic_launcher_contacts.png │   │   │   │   ├── [3.4K] ic_launcher_email_generic.png │   │   │   │   ├── [2.8K] ic_launcher_email.png │   │   │   │   ├── [3.0K] ic_launcher_gallery.png │   │   │   │   ├── [3.1K] ic_launcher_generic_application.png │   │   │   │   ├── [3.4K] ic_launcher_google_talk.png │   │   │   │   ├── [2.9K] ic_launcher_IM.png │   │   │   │   ├── [3.5K] ic_launcher_maps.png │   │   │   │   ├── [3.1K] ic_launcher_marketplace.png │   │   │   │   ├── [6.9K] ic_launcher_musicplayer_2.png │   │   │   │   ├── [3.5K] ic_launcher_phone_dialer.png │   │   │   │   ├── [3.2K] ic_launcher_settings.png │   │   │   │   ├── [3.9K] ic_launcher_sms_mms.png │   │   │   │   ├── [3.3K] ic_launcher_video_camera.png │   │   │   │   ├── [5.7K] ic_launcher_voicedial.png │   │   │   │   ├── [2.5K] ic_launcher_voicesearch.png │   │   │   │   ├── [3.0K] ic_launcher_youtube.png │   │   │   │   ├── [2.0K] ic_menu_add.png │   │   │   │   ├── [1.3K] ic_menu_archive.png │   │   │   │   ├── [2.2K] ic_menu_attachment.png │   │   │   │   ├── [1.2K] ic_menu_back.png │   │   │   │   ├── [1.7K] ic_menu_call.png │   │   │   │   ├── [1.9K] ic_menu_camera.png │   │   │   │   ├── [1.4K] ic_menu_camera_video_view.png │   │   │   │   ├── [2.4K] ic_menu_close_clear_cancel.png │   │   │   │   ├── [3.9K] ic_menu_compass.png │   │   │   │   ├── [1.7K] ic_menu_delete.png │   │   │   │   ├── [1.6K] ic_menu_directions.png │   │   │   │   ├── [1.6K] ic_menu_edit.png │   │   │   │   ├── [1.6K] ic_menu_favorite.png │   │   │   │   ├── [1.2K] ic_menu_forward.png │   │   │   │   ├── [2.3K] ic_menu_gallery.png │   │   │   │   ├── [1.6K] ic_menu_goto.png │   │   │   │   ├── [5.2K] ic_menu_help.png │   │   │   │   ├── [2.0K] ic_menu_home.png │   │   │   │   ├── [2.1K] ic_menu_info_details.png │   │   │   │   ├── [1.9K] ic_menu_mapmode.png │   │   │   │   ├── [2.5K] ic_menu_mark.png │   │   │   │   ├── [2.4K] ic_menu_more.png │   │   │   │   ├── [2.4K] ic_menu_mylocation.png │   │   │   │   ├── [1.4K] ic_menu_play_clip.png │   │   │   │   ├── [2.1K] ic_menu_preferences.png │   │   │   │   ├── [2.6K] ic_menu_recent_history.png │   │   │   │   ├── [2.4K] ic_menu_refresh.png │   │   │   │   ├── [2.4K] ic_menu_rotate.png │   │   │   │   ├── [1.6K] ic_menu_save.png │   │   │   │   ├── [4.9K] ic_menu_search.png │   │   │   │   ├── [1.9K] ic_menu_send.png │   │   │   │   ├── [2.1K] ic_menu_share.png │   │   │   │   ├── [2.3K] ic_menu_shuffle.png │   │   │   │   ├── [1.5K] ic_menu_upload.png │   │   │   │   ├── [1.9K] ic_menu_view.png │   │   │   │   ├── [2.2K] ic_menu_zoom.png │   │   │   │   ├── [503K] IconGraphic_AccentColor.png │   │   │   │   ├── [ 11K] IconGraphic_Colors.png │   │   │   │   ├── [539K] IconGraphic_DosDonts.png │   │   │   │   ├── [ 97K] IconGraphic_Icons_i.png │   │   │   │   ├── [728K] IconGraphic_Icons.png │   │   │   │   ├── [503K] IconGraphic_Materials.png │   │   │   │   ├── [ 12K] IconGraphic_OpticalSize_ldpi.png │   │   │   │   ├── [183K] IconGraphic_OpticalSize_l.png │   │   │   │   ├── [129K] IconGraphic_OpticalSize_s.png │   │   │   │   ├── [134K] IconGraphic_Shadow_HVGA.png │   │   │   │   ├── [134K] IconGraphic_Shadow_WVGA.png │   │   │   │   ├── [ 43K] icon_guidelines_logo.png │   │   │   │   ├── [ 28K] launcher_dodont_clock.png │   │   │   │   ├── [ 18K] launcher_dodont_custom_2.png │   │   │   │   ├── [ 10K] launcher_dodont_custom.png │   │   │   │   ├── [ 24K] launcher_dodont_settings.png │   │   │   │   ├── [134K] launcher_examples.png │   │   │   │   ├── [ 59K] launcher_light.png │   │   │   │   ├── [3.2K] launcher_palette_black.png │   │   │   │   ├── [3.2K] launcher_palette_dark.png │   │   │   │   ├── [3.2K] launcher_palette_gradient_dark.png │   │   │   │   ├── [3.2K] launcher_palette_gradient_light.png │   │   │   │   ├── [3.2K] launcher_palette_gradient_medium.png │   │   │   │   ├── [3.2K] launcher_palette_light.png │   │   │   │   ├── [3.2K] launcher_palette_medium.png │   │   │   │   ├── [3.1K] launcher_palette_white.png │   │   │   │   ├── [ 24K] launcher_size_hdpi.png │   │   │   │   ├── [9.7K] launcher_size_ldpi.png │   │   │   │   ├── [ 13K] launcher_size_mdpi.png │   │   │   │   ├── [ 23K] launcher_structure.png │   │   │   │   ├── [ 11K] launcher_style.png │   │   │   │   ├── [ 22K] listview_icon_details.png │   │   │   │   ├── [ 90K] listview_icon.png │   │   │   │   ├── [ 28K] menu_light.png │   │   │   │   ├── [3.2K] menu_palette_black.png │   │   │   │   ├── [3.3K] menu_palette_fill.png │   │   │   │   ├── [3.3K] menu_palette_gradient_medium.png │   │   │   │   ├── [3.1K] menu_palette_white.png │   │   │   │   ├── [6.7K] menu_size_hdpi.png │   │   │   │   ├── [3.8K] menu_size_ldpi.png │   │   │   │   ├── [4.8K] menu_size_mdpi.png │   │   │   │   ├── [ 40K] menu_standard.png │   │   │   │   ├── [ 38K] menu_structure.png │   │   │   │   ├── [4.6K] menu_style.png │   │   │   │   ├── [1.0K] stat_notify_alarm.png │   │   │   │   ├── [ 533] stat_notify_calendar.png │   │   │   │   ├── [ 806] stat_notify_chat.png │   │   │   │   ├── [ 842] stat_notify_disk_full.png │   │   │   │   ├── [ 986] stat_notify_email_generic.png │   │   │   │   ├── [1.2K] stat_notify_email.png │   │   │   │   ├── [ 875] stat_notify_missed_call.png │   │   │   │   ├── [ 771] stat_notify_musicplayer.png │   │   │   │   ├── [ 526] stat_notify_sms.png │   │   │   │   ├── [1.1K] stat_notify_sync_anim0.png │   │   │   │   ├── [1.1K] stat_notify_sync_error.png │   │   │   │   ├── [ 655] stat_notify_voicemail.png │   │   │   │   ├── [1.0K] stat_notify_wifi_in_range.png │   │   │   │   ├── [ 738] stat_sys_battery_100.png │   │   │   │   ├── [1.0K] stat_sys_battery_empty.png │   │   │   │   ├── [ 967] stat_sys_data_bluetooth_connected.png │   │   │   │   ├── [ 818] stat_sys_data_bluetooth.png │   │   │   │   ├── [ 832] stat_sys_data_connected_3g.png │   │   │   │   ├── [ 833] stat_sys_data_connected_e.png │   │   │   │   ├── [ 838] stat_sys_data_connected_g.png │   │   │   │   ├── [ 786] stat_sys_data_usb.png │   │   │   │   ├── [1.0K] stat_sys_gps_on.png │   │   │   │   ├── [ 670] stat_sys_install_complete.png │   │   │   │   ├── [ 835] stat_sys_phone_call_forward.png │   │   │   │   ├── [ 754] stat_sys_phone_call_on_hold.png │   │   │   │   ├── [ 772] stat_sys_phone_call.png │   │   │   │   ├── [ 906] stat_sys_ringer_silent_old.png │   │   │   │   ├── [1.2K] stat_sys_ringer_vibrate.png │   │   │   │   ├── [ 726] stat_sys_r_signal_4.png │   │   │   │   ├── [ 532] stat_sys_signal_4.png │   │   │   │   ├── [ 818] stat_sys_signal_flightmode.png │   │   │   │   ├── [ 730] stat_sys_signal_null.png │   │   │   │   ├── [ 978] stat_sys_speakerphone.png │   │   │   │   ├── [ 651] stat_sys_warning.png │   │   │   │   ├── [ 826] stat_sys_wifi_signal_4.png │   │   │   │   ├── [ 706] stat_sys_wifi_unavailable.png │   │   │   │   ├── [ 11K] status_bar_honeycomb_dimming.png │   │   │   │   ├── [8.7K] status_bar_honeycomb_examples.png │   │   │   │   ├── [4.5K] status_bar_honeycomb_style.png │   │   │   │   ├── [ 11K] statusbar_light.png │   │   │   │   ├── [3.2K] statusbar_palette_black.png │   │   │   │   ├── [3.3K] statusbar_palette_fill.png │   │   │   │   ├── [3.2K] statusbar_palette_grey.png │   │   │   │   ├── [3.1K] statusbar_palette_white.png │   │   │   │   ├── [2.7K] statusbar_size_hdpi.png │   │   │   │   ├── [2.1K] statusbar_size_ldpi.png │   │   │   │   ├── [2.3K] statusbar_size_mdpi.png │   │   │   │   ├── [3.8K] statusbar_standard.png │   │   │   │   ├── [ 21K] statusbar_structure.png │   │   │   │   ├── [2.8K] statusbar_style.png │   │   │   │   ├── [ 17K] tab_icon_selected.png │   │   │   │   ├── [ 16K] tab_icon_unselected.png │   │   │   │   ├── [3.3K] tab_palette_selected_fill.png │   │   │   │   ├── [ 17K] tab_selected_light.png │   │   │   │   ├── [3.2K] tab_size_hdpi.png │   │   │   │   ├── [2.7K] tab_size_ldpi.png │   │   │   │   ├── [2.6K] tab_size_mdpi.png │   │   │   │   ├── [ 10K] tab_standard.png │   │   │   │   ├── [4.3K] tab_style_selected.png │   │   │   │   ├── [2.9K] tab_style_unselected.png │   │   │   │   └── [ 15K] tab_unselected_light.png │   │   │   ├── [4.0K] in-app-billing │   │   │   │   ├── [ 29K] billing_add.png │   │   │   │   ├── [ 91K] billing_app_key.png │   │   │   │   ├── [ 61K] billing_list_form_2.png │   │   │   │   ├── [ 58K] billing_product_list.png │   │   │   │   └── [4.0K] v3 │   │   │   │   ├── [ 27K] billing_subscription_v3.png │   │   │   │   ├── [ 66K] iab_v3_checkout_flow.png │   │   │   │   ├── [ 37K] iab_v3_consumption_flow.png │   │   │   │   ├── [ 72K] iab_v3_flow.png │   │   │   │   └── [ 66K] iab_v3_purchase_flow.png │   │   │   ├── [479K] jb-accessibility-focus-250.png │   │   │   ├── [138K] jb-accessibility-focus.png │   │   │   ├── [142K] jb-android-4.1.png │   │   │   ├── [543K] jb-android-43@2x.png │   │   │   ├── [110K] jb-android-43.jpg │   │   │   ├── [143K] jb-appwidgets.png │   │   │   ├── [ 74K] jb-btle.png │   │   │   ├── [149K] jb-device-2.png │   │   │   ├── [132K] jb-devices.png │   │   │   ├── [195K] jb-dev-options-device.png │   │   │   ├── [368K] jb-dream-1.png │   │   │   ├── [194K] jb-external-display.png │   │   │   ├── [146K] jb-gpu-profile-cal-n4.png │   │   │   ├── [108K] jb-gpu-profile-clk-n4.png │   │   │   ├── [141K] jb-lock-calendar.png │   │   │   ├── [336K] jb-nexus10-1.png │   │   │   ├── [ 72K] jb-notif-ex1.png │   │   │   ├── [138K] jb-notif-ex.png │   │   │   ├── [120K] jb-profiles-create-n713.png │   │   │   ├── [135K] jb-profiles-restrictions-n713.png │   │   │   ├── [ 61K] jb-pseudo-locale-zz.png │   │   │   ├── [ 41K] jb-r2l.png │   │   │   ├── [ 12K] jb-rs-chart-gpu.png │   │   │   ├── [ 11K] jb-rs-chart-versions.png │   │   │   ├── [ 43K] jb-rtl-arabic-n4.png │   │   │   ├── [ 31K] jb-rtl-hebrew-n4.png │   │   │   ├── [101K] jb-rtl.png │   │   │   ├── [ 53K] jb-systrace.png │   │   │   ├── [4.0K] jet │   │   │   │   ├── [ 16K] clip_marker.png │   │   │   │   ├── [5.0K] event_marker.png │   │   │   │   ├── [ 37K] jc_audition_wnd.png │   │   │   │   ├── [ 53K] jc_event_wnd.png │   │   │   │   ├── [ 62K] jc_main_wnd.png │   │   │   │   ├── [ 16K] jc_moveseg_wnd.png │   │   │   │   ├── [ 17K] jc_open_dlg.png │   │   │   │   ├── [ 21K] jc_repseg_wnd.png │   │   │   │   ├── [ 21K] jc_rep_wnd.png │   │   │   │   ├── [ 49K] jc_seg_wnd.png │   │   │   │   ├── [ 13K] linear_music.png │   │   │   │   ├── [6.4K] music_game.png │   │   │   │   ├── [ 15K] nonlinear_music.png │   │   │   │   └── [ 12K] sync_muteunmute.png │   │   │   ├── [160K] kk-android-44.png │   │   │   ├── [ 75K] kk-captions-n5.jpg │   │   │   ├── [ 28K] kk-chromium-icon.png │   │   │   ├── [ 11K] kk-contactless-card.png │   │   │   ├── [157K] kk-devices.png │   │   │   ├── [ 38K] kk-home.jpg │   │   │   ├── [109K] kk-immersive-n5.jpg │   │   │   ├── [ 67K] kk-loudnessEnhancerAnnotated.png │   │   │   ├── [ 28K] kk-meminfo.png │   │   │   ├── [ 77K] kk-print-land-n5.jpg │   │   │   ├── [ 74K] kk-proc-device-detail-n5.jpg │   │   │   ├── [ 79K] kk-proc-device-overview-n5.jpg │   │   │   ├── [ 31K] kk-procstats.png │   │   │   ├── [ 81K] kk-pseudolocale-rtl.png │   │   │   ├── [ 12K] kk-rs-chart-versions.png │   │   │   ├── [ 94K] kk-saf1-n5.jpg │   │   │   ├── [ 56K] kk-saf2-n5.jpg │   │   │   ├── [128K] kk-sensors-moves-n5.jpg │   │   │   ├── [132K] kk-sensors-runtastic-n5.jpg │   │   │   ├── [ 14K] layout_bar.png │   │   │   ├── [243K] layout_editor.png │   │   │   ├── [ 16K] layout_outline.png │   │   │   ├── [ 60K] layoutparams.png │   │   │   ├── [ 74K] licensing_add_library.png │   │   │   ├── [ 40K] licensing_arch.png │   │   │   ├── [ 73K] licensing_device_signin.png │   │   │   ├── [ 46K] licensing_flow.png │   │   │   ├── [ 95K] licensing_package.png │   │   │   ├── [ 39K] licensing_public_key.png │   │   │   ├── [ 32K] licensing_test_response.png │   │   │   ├── [9.9K] linearlayout.png │   │   │   ├── [ 95K] LivePocketGemsTitleCard.png │   │   │   ├── [4.0K] location │   │   │   │   ├── [ 16K] content-tagging.png │   │   │   │   ├── [ 25K] getting-location.png │   │   │   │   └── [ 19K] where-to-go.png │   │   │   ├── [2.8K] logo_android.gif │   │   │   ├── [4.0K] market │   │   │   │   └── [ 20K] version-codes.png │   │   │   ├── [ 18K] material.png │   │   │   ├── [4.0K] media │   │   │   │   ├── [ 46K] mediacodec_async_states.png │   │   │   │   ├── [ 18K] mediacodec_async_states.svg │   │   │   │   ├── [ 21K] mediacodec_buffers.png │   │   │   │   ├── [ 14K] mediacodec_buffers.svg │   │   │   │   ├── [ 45K] mediacodec_states.png │   │   │   │   └── [ 17K] mediacodec_states.svg │   │   │   ├── [ 66K] mediadrm_decryption_sequence.png │   │   │   ├── [ 35K] mediadrm_overview.png │   │   │   ├── [ 23K] mediaplayer_state_diagram.gif │   │   │   ├── [ 21K] mediarecorder_state_diagram.gif │   │   │   ├── [4.0K] mediarouter │   │   │   │   ├── [ 23K] media-route-provider-framework.png │   │   │   │   ├── [150K] mediarouter-actionbar.png │   │   │   │   ├── [ 30K] mediarouter-framework.png │   │   │   │   └── [385K] mediarouter-selector-ui.png │   │   │   ├── [4.0K] menu_design │   │   │   │   ├── [ 78K] ContextMenuDiagram.png │   │   │   │   ├── [ 84K] ContextMenuViewContactDiagram.png │   │   │   │   ├── [152K] MenuDiagram.png │   │   │   │   ├── [ 32K] TaskFlowDiagram.png │   │   │   │   └── [ 33K] TextFieldContextMenuDiagram.png │   │   │   ├── [4.0K] nfc │   │   │   │   ├── [ 41K] dual-mode@2x.png │   │   │   │   ├── [ 18K] dual-mode.png │   │   │   │   ├── [ 29K] host-based-card@2x.png │   │   │   │   ├── [ 12K] host-based-card.png │   │   │   │   ├── [ 45K] protocol-stack@2x.png │   │   │   │   ├── [ 19K] protocol-stack.png │   │   │   │   ├── [ 35K] secure-element@2x.png │   │   │   │   └── [ 15K] secure-element.png │   │   │   ├── [ 63K] nfc_tag_dispatch.png │   │   │   ├── [2.5K] ninepatch_examples.png │   │   │   ├── [ 19K] ninepatch_raw.png │   │   │   ├── [9.2K] no_scrollview.png │   │   │   ├── [ 10K] notifications_window.png │   │   │   ├── [4.0K] opengl │   │   │   │   ├── [ 15K] ccw-square.png │   │   │   │   ├── [ 18K] ccw-winding.png │   │   │   │   ├── [ 19K] coordinates.png │   │   │   │   ├── [7.0K] ogl-triangle.png │   │   │   │   ├── [7.3K] ogl-triangle-projected.png │   │   │   │   └── [9.5K] ogl-triangle-touch.png │   │   │   ├── [ 40K] options_menu.png │   │   │   ├── [6.5K] padding_margins.png │   │   │   ├── [ 29K] palette.png │   │   │   ├── [ 30K] permissions_check.png │   │   │   ├── [ 14K] play_dev.jpg │   │   │   ├── [ 46K] play_dev_old.jpg │   │   │   ├── [5.3K] play_dev_sm.png │   │   │   ├── [ 38K] play-services-diagram.png │   │   │   ├── [465K] play_tableft.png │   │   │   ├── [ 20K] plus.jpg │   │   │   ├── [4.0K] practices │   │   │   │   ├── [ 54K] actionbar-phone-splitaction@2x.png │   │   │   │   ├── [ 18K] actionbar-phone-splitaction.png │   │   │   │   └── [ 48K] actionbar-phone-tablet.png │   │   │   ├── [4.0K] preview_hc │   │   │   │   ├── [ 28K] actionbar.png │   │   │   │   └── [115K] fragments_layout.png │   │   │   ├── [4.0K] providers │   │   │   │   ├── [ 37K] ContactsDataFlow.png │   │   │   │   ├── [ 18K] contacts_structure.png │   │   │   │   ├── [ 56K] contacts_tables.png │   │   │   │   ├── [ 22K] data_columns.png │   │   │   │   ├── [ 41K] datamodel.png │   │   │   │   ├── [ 41K] storage_dataflow.png │   │   │   │   ├── [5.0K] storage_datamodel.png │   │   │   │   ├── [427K] storage_photos.png │   │   │   │   └── [220K] storage_picker.png │   │   │   ├── [4.0K] publishing │   │   │   │   ├── [ 35K] publishing_android_market.png │   │   │   │   ├── [ 26K] publishing_overview.png │   │   │   │   ├── [ 36K] publishing_overview_prep.png │   │   │   │   ├── [ 65K] publishing_preparing.png │   │   │   │   ├── [9.6K] publishing_unknown_sources_sm.png │   │   │   │   └── [ 46K] publishing_via_email.png │   │   │   ├── [ 74K] radio_buttons.png │   │   │   ├── [ 99K] resource-card-android-studio.png │   │   │   ├── [4.0K] resources │   │   │   │   ├── [ 486] arrow.png │   │   │   │   ├── [2.4K] clip.png │   │   │   │   ├── [8.1K] layers.png │   │   │   │   ├── [ 22K] resource_devices_diagram1.png │   │   │   │   ├── [ 22K] resource_devices_diagram2.png │   │   │   │   ├── [ 75K] res-selection-flowchart.png │   │   │   │   └── [ 420] right-arrow.png │   │   │   ├── [ 454] robot-tiny.png │   │   │   ├── [ 54K] rs_compute.png │   │   │   ├── [ 77K] rs_graphics.png │   │   │   ├── [ 62K] rs_overview.png │   │   │   ├── [4.0K] screens_support │   │   │   │   ├── [ 66K] as-mac-avds-config.png │   │   │   │   ├── [ 53K] avd-density.png │   │   │   │   ├── [ 48K] avds-config.png │   │   │   │   ├── [ 30K] avd-start.png │   │   │   │   ├── [ 30K] compat-mode-on.png │   │   │   │   ├── [426K] compat-stretch.png │   │   │   │   ├── [179K] compat-stretch-thumb.png │   │   │   │   ├── [ 11K] compat-toggle.png │   │   │   │   ├── [487K] compat-zoom.png │   │   │   │   ├── [123K] compat-zoom-thumb.png │   │   │   │   ├── [ 42K] density-test-bad.png │   │   │   │   ├── [ 40K] density-test-good.png │   │   │   │   ├── [387K] dip.png │   │   │   │   ├── [ 16K] icon-density-example.png │   │   │   │   ├── [ 94K] scale-test.png │   │   │   │   ├── [ 19K] screens-densities.png │   │   │   │   └── [ 22K] screens-ranges.png │   │   │   ├── [ 89K] sdk-cube.png │   │   │   ├── [ 96K] sdk_manager_packages.png │   │   │   ├── [4.0K] search │   │   │   │   ├── [ 46K] search-suggest-custom.png │   │   │   │   ├── [ 46K] search-suggest-recent-queries.png │   │   │   │   └── [ 51K] search-ui.png │   │   │   ├── [ 73K] service_lifecycle.png │   │   │   ├── [6.5K] setting_width_and_height.png │   │   │   ├── [3.6K] status_bar.png │   │   │   ├── [ 46K] studio-avdmgr-configavd.png │   │   │   ├── [ 50K] studio-avdmgr-confighardwareprof.png │   │   │   ├── [ 37K] studio-avdmgr-firstscreen.png │   │   │   ├── [ 47K] studio-avdmgr-selecthdwr.png │   │   │   ├── [ 63K] studio-avdmgr-systemimage.png │   │   │   ├── [ 40K] studio-avdmgr-yrvirtualdevices-new.png │   │   │   ├── [ 75K] studio-avdmgr-yrvirtualdevices.png │   │   │   ├── [ 45K] studio-memory-monitor.png │   │   │   ├── [194K] system-architecture.jpg │   │   │   ├── [4.0K] systrace │   │   │   │   ├── [ 69K] frame-selected-alert-tab.png │   │   │   │   ├── [ 66K] frame-selected.png │   │   │   │   ├── [ 52K] frame-unselected.png │   │   │   │   ├── [ 89K] overview.png │   │   │   │   └── [1.2K] systrace-button.png │   │   │   ├── [3.4K] table_layout.png │   │   │   ├── [4.0K] testing │   │   │   │   ├── [ 46K] android_test_framework.png │   │   │   │   ├── [ 86K] eclipse_new_android_project_complete_callouts.png │   │   │   │   ├── [ 81K] eclipse_new_android_testproject_complete_callouts.png │   │   │   │   ├── [ 24K] eclipse_test_results.png │   │   │   │   ├── [ 48K] eclipse_test_run_failure.png │   │   │   │   ├── [ 87K] hwtest_create_test_class_menu_callouts.png │   │   │   │   ├── [ 22K] hwtest_junit_success.png │   │   │   │   ├── [ 88K] hwtest_new_test_class_dialog_complete_callouts.png │   │   │   │   ├── [ 86K] hwtest_new_test_project_dialog_complete_callouts.png │   │   │   │   ├── [ 33K] hwtest_new_test_project_menu.png │   │   │   │   ├── [122K] hwtest_runas_menu_callouts.png │   │   │   │   ├── [ 95K] spinner_create_test_class_callouts.png │   │   │   │   ├── [ 42K] spinnertest_junit_panel_fail_callouts.png │   │   │   │   ├── [ 40K] spinnertest_junit_panel_failtrace_callouts.png │   │   │   │   ├── [ 19K] spinnertest_junit_panel.png │   │   │   │   ├── [ 24K] spinnertest_junit_success.png │   │   │   │   ├── [ 86K] spinnertest_new_class_callouts.png │   │   │   │   ├── [125K] spinnertest_runas_menu_callouts.png │   │   │   │   ├── [ 42K] test_framework.png │   │   │   │   └── [217K] UIAutomatorViewer.png │   │   │   ├── [ 96K] title-adia-kk.png │   │   │   ├── [152K] title-devbytes-kk.jpg │   │   │   ├── [ 46K] toast.png │   │   │   ├── [ 12K] tools │   │   │   │   ├── [ 590] as-allocstart.png │   │   │   │   ├── [ 684] as-allocstop.png │   │   │   │   ├── [ 49K] as-alloctrack.png │   │   │   │   ├── [1.0K] as-android.png │   │   │   │   ├── [ 475] as-attach.png │   │   │   │   ├── [4.4K] as-avd-start.png │   │   │   │   ├── [3.5K] as-breakpointline.png │   │   │   │   ├── [ 44K] as-breakpointswindow.png │   │   │   │   ├── [7.6K] as-buildvariants.png │   │   │   │   ├── [ 416] as-camera-icon.png │   │   │   │   ├── [ 422] as-capture.png │   │   │   │   ├── [ 574] as-currentproc.png │   │   │   │   ├── [119K] as-ddmslog.png │   │   │   │   ├── [ 687] as-debugbutton.png │   │   │   │   ├── [ 30K] as-debugdevices.png │   │   │   │   ├── [147K] as-debugview.png │   │   │   │   ├── [1.1K] as-debugwindowbutton.png │   │   │   │   ├── [ 21K] as-demoflavordirs.png │   │   │   │   ├── [ 33K] as-devicecapture.png │   │   │   │   ├── [ 18K] as-error.png │   │   │   │   ├── [ 299] as-evalexpbutton.png │   │   │   │   ├── [ 55K] as-frag-ex.png │   │   │   │   ├── [ 34K] as-fr-device.png │   │   │   │   ├── [ 668] as-fr-icon.png │   │   │   │   ├── [1.3K] as-gradlebutton.png │   │   │   │   ├── [ 23K] as-gradlesync.png │   │   │   │   ├── [ 56K] as-grid-layout.png │   │   │   │   ├── [3.5K] as-hide-side.png │   │   │   │   ├── [ 749] as-i18n-icon.png │   │   │   │   ├── [ 286] as-launchavdm.png │   │   │   │   ├── [174K] as-mainscreen.png │   │   │   │   ├── [ 400] as-monitorbutton.png │   │   │   │   ├── [ 30K] as-preview-chrome.png │   │   │   │   ├── [ 502] as-preview-icon.png │   │   │   │   ├── [6.8K] as-preview-nochrome.png │   │   │   │   ├── [ 328] as-record.png │   │   │   │   ├── [ 518] as-restart.png │   │   │   │   ├── [ 491] as-resumeprogrambutton.png │   │   │   │   ├── [3.8K] as-run.png │   │   │   │   ├── [ 399] as-showdevview.png │   │   │   │   ├── [ 429] as-stepintobutton.png │   │   │   │   ├── [ 432] as-stepoutbutton.png │   │   │   │   ├── [ 471] as-stepoverbutton.png │   │   │   │   ├── [ 35K] as-theme-db.png │   │   │   │   ├── [ 735] as-theme-icon.png │   │   │   │   ├── [ 32K] as-variablesview.png │   │   │   │   ├── [ 207] as-varviewbutton.png │   │   │   │   ├── [ 657] as-viewbreakbutton.png │   │   │   │   ├── [ 269] avd_manager.png │   │   │   │   ├── [1.8K] avd-manager-studio.png │   │   │   │   ├── [ 24K] buildfilebasics_appbuildfile.png │   │   │   │   ├── [401K] clipbounds@2x.png │   │   │   │   ├── [394K] clipbounds-normal@2x.png │   │   │   │   ├── [103K] dev-options-inmilk.png │   │   │   │   ├── [1.4K] eclipse-new.png │   │   │   │   ├── [ 68K] eclipse-notepad-pre-import--structure.png │   │   │   │   ├── [ 638] eclipse-run.png │   │   │   │   ├── [ 367] hierarchicalviewer-icon.png │   │   │   │   ├── [304K] laptop-studio.png │   │   │   │   ├── [ 72K] lint_output.png │   │   │   │   ├── [ 29K] lint.png │   │   │   │   ├── [589K] mat-histogram@2x.png │   │   │   │   ├── [436K] monitor-hprof@2x.png │   │   │   │   ├── [1.7K] monitor-studio.png │   │   │   │   ├── [867K] monitor-tracker@2x.png │   │   │   │   ├── [575K] monitor-vmheap@2x.png │   │   │   │   ├── [ 664] new_adt_project.png │   │   │   │   ├── [1.3K] ninepatch_opticalbounds@2x.png │   │   │   │   ├── [400K] opticalbounds@2x.png │   │   │   │   ├── [394K] opticalbounds-normal@2x.png │   │   │   │   ├── [4.0K] performance │   │   │   │   │   ├── [4.0K] allocation-tracker │   │   │   │   │   │   ├── [ 59K] gettingstarted_image01.png │   │   │   │   │   │   ├── [ 533] gettingstarted_image02.png │   │   │   │   │   │   └── [141K] gettingstarted_image03.png │   │   │   │   │   ├── [ 21K] allocation_tracker.png │   │   │   │   │   ├── [ 18K] battery_historian.png │   │   │   │   │   ├── [4.0K] batterystats-battery-historian │   │   │   │   │   │   ├── [7.4K] gettingstarted_image01.png │   │   │   │   │   │   ├── [ 99K] gettingstarted_image02.png │   │   │   │   │   │   └── [126K] gettingstarted_image03.png │   │   │   │   │   ├── [ 36K] compare_AllocationTracker.png │   │   │   │   │   ├── [ 23K] compare_HeapViewer.png │   │   │   │   │   ├── [5.1K] compare_MemoryMonitor.png │   │   │   │   │   ├── [4.0K] debug-gpu-overdraw │   │   │   │   │   │   ├── [ 27K] gettingstarted_image01.png │   │   │   │   │   │   ├── [ 47K] gettingstarted_image02.png │   │   │   │   │   │   ├── [ 22K] gettingstarted_image03.png │   │   │   │   │   │   └── [106K] gettingstarted_image04.png │   │   │   │   │   ├── [ 61K] gpu_profiling.png │   │   │   │   │   ├── [4.0K] heap-viewer │   │   │   │   │   │   ├── [ 61K] gettingstarted_image01.png │   │   │   │   │   │   ├── [ 44K] gettingstarted_image02.png │   │   │   │   │   │   ├── [ 11K] gettingstarted_image03.png │   │   │   │   │   │   ├── [ 60K] gettingstarted_image04.png │   │   │   │   │   │   └── [ 85K] gettingstarted_image05.png │   │   │   │   │   ├── [ 16K] heap_viewer.png │   │   │   │   │   ├── [4.0K] hierarchy-viewer │   │   │   │   │   │   ├── [ 61K] gettingstarted_image001.png │   │   │   │   │   │   ├── [ 20K] gettingstarted_image002.png │   │   │   │   │   │   ├── [3.1K] gettingstarted_image003.png │   │   │   │   │   │   ├── [ 28K] gettingstarted_image004.png │   │   │   │   │   │   ├── [ 22K] gettingstarted_image005.png │   │   │   │   │   │   ├── [ 21K] gettingstarted_image006.png │   │   │   │   │   │   ├── [ 32K] gettingstarted_image007.png │   │   │   │   │   │   ├── [ 29K] gettingstarted_image008.png │   │   │   │   │   │   ├── [ 23K] gettingstarted_image009.png │   │   │   │   │   │   ├── [ 57K] gettingstarted_image010.png │   │   │   │   │   │   ├── [ 34K] gettingstarted_image011.png │   │   │   │   │   │   ├── [ 21K] gettingstarted_image012.png │   │   │   │   │   │   ├── [7.1K] gettingstarted_image013.png │   │   │   │   │   │   ├── [ 81K] gettingstarted_image014.png │   │   │   │   │   │   └── [ 14K] gettingstarted_image015.png │   │   │   │   │   ├── [ 10K] hierarchy_viewer.png │   │   │   │   │   ├── [9.0K] import_image001.png │   │   │   │   │   ├── [ 25K] import_image002.png │   │   │   │   │   ├── [ 24K] import_image003.png │   │   │   │   │   ├── [ 27K] import_image004.png │   │   │   │   │   ├── [ 16K] import_image005.png │   │   │   │   │   ├── [ 22K] import_image006.png │   │   │   │   │   ├── [105K] import_image007.png │   │   │   │   │   ├── [ 14K] import_image008.png │   │   │   │   │   ├── [ 15K] import_image009.png │   │   │   │   │   ├── [ 16K] import_image010.png │   │   │   │   │   ├── [ 14K] import_image011.png │   │   │   │   │   ├── [4.0K] memory-monitor │   │   │   │   │   │   ├── [ 42K] gettingstarted_image001.png │   │   │   │   │   │   ├── [ 22K] gettingstarted_image002.png │   │   │   │   │   │   ├── [ 21K] gettingstarted_image003.png │   │   │   │   │   │   ├── [6.9K] gettingstarted_image004.png │   │   │   │   │   │   └── [ 23K] gettingstarted_image005.png │   │   │   │   │   ├── [4.3K] memory_monitor.png │   │   │   │   │   ├── [ 14K] overdraw.png │   │   │   │   │   ├── [4.0K] profile-gpu-rendering │   │   │   │   │   │   ├── [ 39K] gettingstarted_image001.png │   │   │   │   │   │   ├── [ 35K] gettingstarted_image002.png │   │   │   │   │   │   ├── [201K] gettingstarted_image003.png │   │   │   │   │   │   ├── [3.4K] gettingstarted_image004.png │   │   │   │   │   │   ├── [2.8K] gettingstarted_image005.png │   │   │   │   │   │   ├── [2.5K] gettingstarted_image006.png │   │   │   │   │   │   ├── [3.2K] gettingstarted_image007.png │   │   │   │   │   │   ├── [3.4K] gettingstarted_image008.png │   │   │   │   │   │   └── [ 27K] gettingstarted_image009.png │   │   │   │   │   ├── [4.0K] systrace │   │   │   │   │   │   ├── [ 60K] gettingstarted_image001.png │   │   │   │   │   │   ├── [1.6K] gettingstarted_image002.png │   │   │   │   │   │   ├── [ 46K] gettingstarted_image003.png │   │   │   │   │   │   ├── [ 71K] gettingstarted_image004.png │   │   │   │   │   │   └── [ 41K] gettingstarted_image005.png │   │   │   │   │   ├── [ 14K] systrace.png │   │   │   │   │   ├── [4.0K] traceview │   │   │   │   │   │   ├── [ 61K] gettingstarted_image001.png │   │   │   │   │   │   ├── [ 28K] gettingstarted_image002.png │   │   │   │   │   │   ├── [1.7K] gettingstarted_image003.png │   │   │   │   │   │   ├── [ 35K] gettingstarted_image004.png │   │   │   │   │   │   ├── [ 44K] gettingstarted_image005.png │   │   │   │   │   │   ├── [1.3K] gettingstarted_image006.png │   │   │   │   │   │   ├── [ 29K] gettingstarted_image007.png │   │   │   │   │   │   ├── [ 55K] gettingstarted_image008.png │   │   │   │   │   │   ├── [ 23K] gettingstarted_image009.png │   │   │   │   │   │   ├── [ 15K] gettingstarted_image010.png │   │   │   │   │   │   └── [ 53K] gettingstarted_image011.png │   │   │   │   │   └── [ 11K] traceview.png │   │   │   │   ├── [ 46K] project-layout.png │   │   │   │   ├── [ 46K] projectview01.png │   │   │   │   ├── [ 73K] projectview03.png │   │   │   │   ├── [ 30K] projectview-p1.png │   │   │   │   ├── [ 33K] projectview-p2.png │   │   │   │   ├── [ 219] sdk_manager.png │   │   │   │   ├── [1.7K] sdk-manager-studio.png │   │   │   │   ├── [ 53K] sdk-manager-support-libs.png │   │   │   │   ├── [ 34K] signadt3.png │   │   │   │   ├── [ 49K] signadt4.png │   │   │   │   ├── [ 30K] signadt5.png │   │   │   │   ├── [ 29K] signstudio10.png │   │   │   │   ├── [ 40K] signstudio11.png │   │   │   │   ├── [ 21K] signstudio1.png │   │   │   │   ├── [ 28K] signstudio2.png │   │   │   │   ├── [ 18K] signstudio3.png │   │   │   │   ├── [ 265] studio-add-icon.png │   │   │   │   ├── [ 437] studio-advmgr-action-icon.png │   │   │   │   ├── [ 181] studio-advmgr-actions-dropdown-icon.png │   │   │   │   ├── [ 342] studio-advmgr-actions-edit-icon.png │   │   │   │   ├── [ 545] studio-allocation-tracker-icon.png │   │   │   │   ├── [237K] studio-allocation-tracker.png │   │   │   │   ├── [ 31K] studio-allocationtracker.png │   │   │   │   ├── [9.9K] studio-androidtest-folder.png │   │   │   │   ├── [ 49K] studio-api-version-rendering.png │   │   │   │   ├── [ 53K] studio-appeng-servlet.png │   │   │   │   ├── [301K] studio-bitmap-rendering.png │   │   │   │   ├── [ 20K] studio-build-variant.png │   │   │   │   ├── [ 73K] studio-cloudmodule.png │   │   │   │   ├── [ 508] studio-DDMS-open-perspective-icon.png │   │   │   │   ├── [ 660] studio-debug-settings-icon.png │   │   │   │   ├── [ 399] studio-dump-heap-icon.png │   │   │   │   ├── [2.2K] studio_error_eventlog.png │   │   │   │   ├── [ 63K] studio-fingerprint.png │   │   │   │   ├── [ 376] studio-garbage-collect.png │   │   │   │   ├── [ 710] studio-globe-icon.png │   │   │   │   ├── [ 20K] studio-gradle-console.png │   │   │   │   ├── [289K] studio-helloworld-design.png │   │   │   │   ├── [248K] studio-helloworld-text.png │   │   │   │   ├── [401K] studio-hero_2x.png │   │   │   │   ├── [149K] studio-hero-avds_2x.png │   │   │   │   ├── [ 58K] studio-hero-avds.png │   │   │   │   ├── [356K] studio-hero-code_2x.png │   │   │   │   ├── [124K] studio-hero-code.png │   │   │   │   ├── [287K] studio-hero-gradle_2x.png │   │   │   │   ├── [108K] studio-hero-gradle.png │   │   │   │   ├── [130K] studio-hero-import_2x.png │   │   │   │   ├── [ 50K] studio-hero-import.png │   │   │   │   ├── [117K] studio-hero.png │   │   │   │   ├── [383K] studio-hero-screens_2x.png │   │   │   │   ├── [123K] studio-hero-screens.png │   │   │   │   ├── [262K] studio-hprof-viewer.png │   │   │   │   ├── [ 35K] studio-import-destination-dir.png │   │   │   │   ├── [131K] studio-import-options.png │   │   │   │   ├── [ 45K] studio-import-project-structure-android.png │   │   │   │   ├── [ 54K] studio-import-project-structure-project.png │   │   │   │   ├── [ 93K] studio-import-summary.png │   │   │   │   ├── [ 90K] studio-inspections-config.png │   │   │   │   ├── [ 20K] studio-logo_2x.png │   │   │   │   ├── [ 14K] studio-logo.png │   │   │   │   ├── [161K] studio-main-screen.png │   │   │   │   ├── [ 43K] studio-memory-monitor2x.png │   │   │   │   ├── [ 20K] studio-memory-monitor.png │   │   │   │   ├── [8.2K] studio-mipmap-folders.png │   │   │   │   ├── [ 26K] studio-module-build-file.png │   │   │   │   ├── [ 35K] studio-outputwindowmsgfiltering.png │   │   │   │   ├── [ 62K] studio-previewall.png │   │   │   │   ├── [ 20K] studio-project-build-file.png │   │   │   │   ├── [ 18K] studio-project-layout.png │   │   │   │   ├── [ 46K] studio-projectview_scripts.png │   │   │   │   ├── [309K] studio-sample-in-editor.png │   │   │   │   ├── [ 80K] studio-samples-githubaccess.png │   │   │   │   ├── [ 397] studio-sdk-dwnld-icon.png │   │   │   │   ├── [101K] studio-sdk-manager-packages.png │   │   │   │   ├── [ 499] studio-sdk-removal-icon.png │   │   │   │   ├── [ 46K] studio-select-project-forimport.png │   │   │   │   ├── [143K] studio-test-module.png │   │   │   │   ├── [ 47K] studio-translationeditoropen.png │   │   │   │   ├── [ 81K] studio-tvwearsupport.png │   │   │   │   ├── [ 880] sync-project.png │   │   │   │   ├── [125K] wizard2.png │   │   │   │   ├── [144K] wizard3.png │   │   │   │   ├── [225K] wizard4.png │   │   │   │   ├── [167K] wizard5.png │   │   │   │   ├── [ 77K] wizard6.png │   │   │   │   └── [721K] wizard7.png │   │   │   ├── [134K] tools-home.png │   │   │   ├── [ 264] topdev_ann.png │   │   │   ├── [571K] tracedump.png │   │   │   ├── [195K] traceview_profile.png │   │   │   ├── [ 24K] traceview_timeline.png │   │   │   ├── [4.0K] training │   │   │   │   ├── [ 36K] ads-close-to-button.png │   │   │   │   ├── [ 42K] ads-cover-content.png │   │   │   │   ├── [ 57K] ads-eclipse-build-path.png │   │   │   │   ├── [ 35K] ads-top-banner.png │   │   │   │   ├── [ 11K] app-navigation-ancestral-navigate-back.png │   │   │   │   ├── [ 18K] app-navigation-ancestral-navigate-up.png │   │   │   │   ├── [ 39K] app-navigation-descendant-lateral-buttons.png │   │   │   │   ├── [ 16K] app-navigation-descendant-lateral-children.png │   │   │   │   ├── [ 17K] app-navigation-descendant-lateral-desc.png │   │   │   │   ├── [ 50K] app-navigation-descendant-lateral-lists.png │   │   │   │   ├── [7.9K] app-navigation-descendant-lateral-paging-companion.png │   │   │   │   ├── [ 26K] app-navigation-descendant-lateral-paging.png │   │   │   │   ├── [ 36K] app-navigation-descendant-lateral-tabs.png │   │   │   │   ├── [ 39K] app-navigation-multiple-sizes-multipane-bad.png │   │   │   │   ├── [ 30K] app-navigation-multiple-sizes-multipane-good.png │   │   │   │   ├── [ 24K] app-navigation-multiple-sizes-multipane-screen-map.png │   │   │   │   ├── [1015] app-navigation-multiple-sizes-strategy-collapse.png │   │   │   │   ├── [1013] app-navigation-multiple-sizes-strategy-show-hide.png │   │   │   │   ├── [1.0K] app-navigation-multiple-sizes-strategy-stack.png │   │   │   │   ├── [1.0K] app-navigation-multiple-sizes-strategy-stretch.png │   │   │   │   ├── [9.6K] app-navigation-screen-planning-erd.png │   │   │   │   ├── [ 26K] app-navigation-screen-planning-exhaustive-map.png │   │   │   │   ├── [ 31K] app-navigation-wireframing-map-example-phone.png │   │   │   │   ├── [ 30K] app-navigation-wireframing-map-example-tablet-alt.png │   │   │   │   ├── [ 35K] app-navigation-wireframing-map-example-tablet.png │   │   │   │   ├── [162K] app-navigation-wireframing-wires-phone.png │   │   │   │   ├── [350K] app-navigation-wireframing-wires-tablet.png │   │   │   │   ├── [ 88K] auto-desktop-head-unit-context-menu-enabled.png │   │   │   │   ├── [ 30K] auto-desktop-head-unit-launch.png │   │   │   │   ├── [ 74K] auto-desktop-head-unit-server-running.png │   │   │   │   ├── [ 97K] auto-desktop-head-unit-wkst-launch.png │   │   │   │   ├── [ 34K] backward-compatible-inputmanager.png │   │   │   │   ├── [ 12K] backward-compatible-ui-classes-eclair.png │   │   │   │   ├── [ 13K] backward-compatible-ui-classes-honeycomb.png │   │   │   │   ├── [ 22K] backward-compatible-ui-classes.png │   │   │   │   ├── [ 17K] backward-compatible-ui-gb.png │   │   │   │   ├── [ 16K] backward-compatible-ui-ics.png │   │   │   │   ├── [4.0K] basics │   │   │   │   │   ├── [ 15K] actionbar-actions.png │   │   │   │   │   ├── [9.2K] actionbar-basic.png │   │   │   │   │   ├── [384K] actionbar-overlay@2x.png │   │   │   │   │   ├── [ 31K] actionbar-theme-custom@2x.png │   │   │   │   │   ├── [ 29K] actionbar-theme-custom-tabs@2x.png │   │   │   │   │   ├── [ 27K] actionbar-theme-dark@2x.png │   │   │   │   │   ├── [ 18K] actionbar-theme-dark-solid@2x.png │   │   │   │   │   ├── [ 17K] actionbar-theme-light@2x.png │   │   │   │   │   ├── [ 32K] actionbar-theme-light-darkactionbar@2x.png │   │   │   │   │   ├── [ 26K] actionbar-theme-light-solid@2x.png │   │   │   │   │   ├── [ 77K] basic-lifecycle-create.png │   │   │   │   │   ├── [ 74K] basic-lifecycle-paused.png │   │   │   │   │   ├── [ 68K] basic-lifecycle.png │   │   │   │   │   ├── [ 50K] basic-lifecycle-savestate.png │   │   │   │   │   ├── [ 78K] basic-lifecycle-stopped.png │   │   │   │   │   ├── [ 55K] fragments-screen-mock.png │   │   │   │   │   ├── [ 45K] intent-chooser.png │   │   │   │   │   ├── [ 24K] intents-choice.png │   │   │   │   │   ├── [ 21K] network-settings1.png │   │   │   │   │   ├── [ 24K] network-settings2.png │   │   │   │   │   └── [ 98K] sdk-manager.png │   │   │   │   ├── [ 83K] basic-SDK-manager.png │   │   │   │   ├── [ 44K] basic-simple-screen-mock.png │   │   │   │   ├── [ 720] button.png │   │   │   │   ├── [1.6K] buttons_stretched.png │   │   │   │   ├── [3.3K] button_with_marks.png │   │   │   │   ├── [ 31K] cool-places.png │   │   │   │   ├── [ 42K] device-mgmt-activate-device-admin.png │   │   │   │   ├── [4.0K] firstapp │   │   │   │   │   ├── [ 55K] adt-firstapp-setup.png │   │   │   │   │   ├── [ 43K] adt-new-activity.png │   │   │   │   │   ├── [6.5K] edittext_gravity.png │   │   │   │   │   ├── [6.6K] edittext_wrap.png │   │   │   │   │   ├── [ 27K] firstapp.png │   │   │   │   │   ├── [ 51K] studio-new-activity.png │   │   │   │   │   └── [ 51K] studio-setup-1.png │   │   │   │   ├── [ 72K] game-controller-profiles.png │   │   │   │   ├── [269K] geofence@2x.png │   │   │   │   ├── [138K] geofence.png │   │   │   │   ├── [ 19K] hierarchy-layouttimes.png │   │   │   │   ├── [ 47K] hierarchy-linearlayout.png │   │   │   │   ├── [ 45K] hierarchy-relativelayout.png │   │   │   │   ├── [ 96K] imm-states.png │   │   │   │   ├── [ 37K] imm-sticky.png │   │   │   │   ├── [8.1K] implementing-navigation-up.png │   │   │   │   ├── [9.0K] import-progress.png │   │   │   │   ├── [4.0K] input │   │   │   │   │   ├── [ 35K] ime_autocorrect.png │   │   │   │   │   └── [ 27K] ime_password.png │   │   │   │   ├── [132K] layout-hvga.png │   │   │   │   ├── [3.5K] layout-listitem.png │   │   │   │   ├── [ 13K] lesson2_MyFirstTestActivityTest_result.png │   │   │   │   ├── [ 22K] lint_icon.png │   │   │   │   ├── [370K] low_profile_hide2x.png │   │   │   │   ├── [370K] low_profile_show2x.png │   │   │   │   ├── [ 40K] navigation-bar.png │   │   │   │   ├── [ 20K] notifications-bigview.png │   │   │   │   ├── [5.7K] notifications-normalview.png │   │   │   │   ├── [ 97K] oauth_dance.png │   │   │   │   ├── [144K] panoramio-grid.png │   │   │   │   ├── [4.3K] relativelayout1.png │   │   │   │   ├── [7.1K] relativelayout2.png │   │   │   │   ├── [4.0K] sharing │   │   │   │   │   └── [ 22K] share-text-screenshot.png │   │   │   │   ├── [ 30K] status_bar_hide.png │   │   │   │   ├── [ 30K] status-bar.png │   │   │   │   ├── [ 35K] status_bar_show.png │   │   │   │   ├── [270K] system-ui.png │   │   │   │   ├── [ 76K] training-prof.png │   │   │   │   └── [ 60K] volley-request.png │   │   │   ├── [4.0K] transitions │   │   │   │   ├── [805K] transition_sample_video.mp4 │   │   │   │   ├── [206K] transition_sample_video.ogv │   │   │   │   ├── [211K] transition_sample_video.webm │   │   │   │   └── [ 38K] transitions_diagram.png │   │   │   ├── [292K] transparent--bars@2x.png │   │   │   ├── [4.0K] tv │   │   │   │   ├── [221K] app-browse.png │   │   │   │   ├── [300K] card-view.png │   │   │   │   ├── [ 33K] channel-info.png │   │   │   │   ├── [208K] deep-link.png │   │   │   │   ├── [195K] do-not-attempt.png │   │   │   │   ├── [291K] home-recommendations.png │   │   │   │   ├── [ 76K] prog-guide.png │   │   │   │   ├── [103K] recommend-card.png │   │   │   │   ├── [ 39K] tvinput-life.png │   │   │   │   └── [ 73K] tv-tif-overview.png │   │   │   ├── [4.0K] ui │   │   │   │   ├── [207K] actionbar@2x.png │   │   │   │   ├── [7.3K] actionbar-actionview.png │   │   │   │   ├── [ 30K] actionbar-dropdown@2x.png │   │   │   │   ├── [ 13K] actionbar-dropdown.png │   │   │   │   ├── [9.0K] actionbar-item-withtext.png │   │   │   │   ├── [8.0K] actionbar-logo.png │   │   │   │   ├── [ 11K] actionbar-navigate-back.png │   │   │   │   ├── [ 18K] actionbar-navigate-up.png │   │   │   │   ├── [ 68K] actionbar.png │   │   │   │   ├── [ 33K] actionbar-searchview@2x.png │   │   │   │   ├── [ 13K] actionbar-searchview.png │   │   │   │   ├── [354K] actionbar-shareaction@2x.png │   │   │   │   ├── [115K] actionbar-shareaction.png │   │   │   │   ├── [ 67K] actionbar-splitaction@2x.png │   │   │   │   ├── [ 23K] actionbar-splitaction.png │   │   │   │   ├── [ 28K] actionbar-tabs@2x.png │   │   │   │   ├── [ 10K] actionbar-tabs.png │   │   │   │   ├── [ 16K] actionbar-tabs-stacked@2x.png │   │   │   │   ├── [6.5K] actionbar-tabs-stacked.png │   │   │   │   ├── [5.8K] actionbar-up.png │   │   │   │   ├── [6.2K] buttons-holo.png │   │   │   │   ├── [2.9K] button-types.png │   │   │   │   ├── [ 29K] checkboxes.png │   │   │   │   ├── [4.0K] clipboard │   │   │   │   │   └── [ 37K] copy_paste_framework.png │   │   │   │   ├── [8.3K] dialog_buttons.png │   │   │   │   ├── [ 33K] dialog_checkboxes.png │   │   │   │   ├── [ 21K] dialog_custom.png │   │   │   │   ├── [ 13K] dialog_list.png │   │   │   │   ├── [ 35K] dialogs.png │   │   │   │   ├── [ 13K] dialogs_regions.png │   │   │   │   ├── [ 14K] edittext-actionlabel.png │   │   │   │   ├── [4.2K] edittext-actionsend.png │   │   │   │   ├── [ 18K] edittext-autocomplete.png │   │   │   │   ├── [ 22K] edittext-email.png │   │   │   │   ├── [ 26K] edittext-noextract.png │   │   │   │   ├── [ 22K] edittext-phone.png │   │   │   │   ├── [2.3K] edittext.png │   │   │   │   ├── [ 21K] edittext-text-next.png │   │   │   │   ├── [ 25K] edittext-text.png │   │   │   │   ├── [ 69K] gridlayout.png │   │   │   │   ├── [ 21K] gridlayout-small.png │   │   │   │   ├── [ 63K] gridview.png │   │   │   │   ├── [ 20K] gridview-small.png │   │   │   │   ├── [ 66K] linearlayout.png │   │   │   │   ├── [ 20K] linearlayout-small.png │   │   │   │   ├── [ 57K] listview.png │   │   │   │   ├── [ 18K] listview-small.png │   │   │   │   ├── [ 44K] menu-context.png │   │   │   │   ├── [4.0K] notifications │   │   │   │   │   ├── [ 15K] activity_indicator.png │   │   │   │   │   ├── [ 33K] bigpicture_notification_callouts.png │   │   │   │   │   ├── [107K] bigpicture_notification.png │   │   │   │   │   ├── [ 44K] bigtext_notification_callouts.png │   │   │   │   │   ├── [ 33K] bigtext_notification.png │   │   │   │   │   ├── [ 17K] custom_message.png │   │   │   │   │   ├── [ 83K] heads-up.png │   │   │   │   │   ├── [ 21K] iconic_notification.png │   │   │   │   │   ├── [ 31K] inbox_notification_callouts.png │   │   │   │   │   ├── [ 20K] inbox_notification.png │   │   │   │   │   ├── [ 24K] normal_notification_callouts.png │   │   │   │   │   ├── [ 58K] normal_notification.png │   │   │   │   │   ├── [ 37K] notification_area.png │   │   │   │   │   ├── [629K] notification_drawer.png │   │   │   │   │   ├── [ 10K] notifications_window.png │   │   │   │   │   ├── [ 22K] progress_bar_summary.png │   │   │   │   │   ├── [9.2K] progress_indicator_1.png │   │   │   │   │   ├── [ 11K] progress_indicator_2.png │   │   │   │   │   ├── [7.0K] status_bar.png │   │   │   │   │   └── [ 16K] updated_notification.png │   │   │   │   ├── [ 39K] pickers.png │   │   │   │   ├── [8.0K] popupmenu.png │   │   │   │   ├── [ 10K] radiobuttons.png │   │   │   │   ├── [ 66K] relativelayout.png │   │   │   │   ├── [ 20K] relativelayout-small.png │   │   │   │   ├── [9.7K] sample-linearlayout.png │   │   │   │   ├── [ 15K] sample-relativelayout.png │   │   │   │   ├── [4.0K] settings │   │   │   │   │   ├── [ 56K] settings-headers-handset.png │   │   │   │   │   ├── [ 51K] settings-headers-tablet.png │   │   │   │   │   ├── [ 94K] settings.png │   │   │   │   │   ├── [ 48K] settings-subscreen.png │   │   │   │   │   └── [ 65K] settings-titles.png │   │   │   │   ├── [4.6K] spinner.png │   │   │   │   ├── [7.5K] switch.png │   │   │   │   ├── [ 72K] tabs.png │   │   │   │   ├── [ 22K] tabs-small.png │   │   │   │   ├── [5.7K] togglebutton.png │   │   │   │   ├── [ 17K] ui-controls.png │   │   │   │   ├── [ 49K] ui_index.png │   │   │   │   ├── [ 78K] webview.png │   │   │   │   └── [ 25K] webview-small.png │   │   │   ├── [9.8K] ui-ex-multi-pane.png │   │   │   ├── [ 11K] ui-ex-single-panes.png │   │   │   ├── [ 46K] usb-host-accessory.png │   │   │   ├── [4.0K] versions │   │   │   │   ├── [171K] battery_historian@2x.png │   │   │   │   ├── [ 55K] battery_historian.png │   │   │   │   ├── [ 58K] notification-headsup.png │   │   │   │   ├── [480K] recents_screen_2x.png │   │   │   │   ├── [143K] recents_screen.png │   │   │   │   └── [302K] rivalknights.png │   │   │   ├── [ 51K] video-kiwi.jpg │   │   │   ├── [7.7K] video_thumb_dan.png │   │   │   ├── [8.0K] video_thumb_mike.png │   │   │   ├── [ 25K] viewgroup.png │   │   │   ├── [4.0K] webapps │   │   │   │   ├── [ 43K] compare-default.png │   │   │   │   ├── [ 48K] compare-initialscale-devicedpi.png │   │   │   │   ├── [ 49K] compare-initialscale.png │   │   │   │   ├── [ 48K] compare-width400.png │   │   │   │   ├── [ 50K] compare-width-devicedpi-css.png │   │   │   │   ├── [ 38K] webapps.png │   │   │   │   ├── [293K] web-viewport-320@2x.png │   │   │   │   ├── [259K] web-viewport-default@2x.png │   │   │   │   └── [311K] web-viewport-devicewidth@2x.png │   │   │   ├── [4.0K] widget_design │   │   │   │   ├── [ 33K] music_example_layouts.png │   │   │   │   ├── [6.2K] music_example.png │   │   │   │   ├── [5.9K] music_example_redline.png │   │   │   │   ├── [7.5K] music_example_stretched.png │   │   │   │   ├── [ 49K] widget_examples.png │   │   │   │   ├── [5.6K] widget_template_excerpts.png │   │   │   │   └── [4.7K] widget_terms.png │   │   │   ├── [ 52] zippy_bullet.gif │   │   │   ├── [ 56] zippy_closed.gif │   │   │   └── [ 54] zippy_open.gif │   │   ├── [3.6K] index.jd │   │   ├── [ 56K] jd_collections.js │   │   ├── [119K] jd_extras.js │   │   ├── [2.8K] jd_tag_helpers.js │   │   ├── [6.7K] legal.jd │   │   ├── [6.1K] license.jd │   │   ├── [4.0K] ndk │   │   │   ├── [4.0K] downloads │   │   │   │   ├── [ 851] downloads_toc.cs │   │   │   │   ├── [ 26K] index.jd │   │   │   │   └── [165K] revision_history.jd │   │   │   ├── [4.0K] guides │   │   │   │   ├── [ 20K] abis.jd │   │   │   │   ├── [ 36K] android_mk.jd │   │   │   │   ├── [9.1K] application_mk.jd │   │   │   │   ├── [1.0K] arch.jd │   │   │   │   ├── [1.0K] build.jd │   │   │   │   ├── [ 13K] concepts.jd │   │   │   │   ├── [ 11K] cpp-support.jd │   │   │   │   ├── [4.4K] cpu-arm-neon.jd │   │   │   │   ├── [8.2K] cpu-features.jd │   │   │   │   ├── [ 521] debug.jd │   │   │   │   ├── [2.9K] guides_toc.cs │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [ 43K] NDK_build_string@2x.png │   │   │   │   │   ├── [ 22K] NDK_build_string.png │   │   │   │   │   ├── [281K] verification_screen@2x.png │   │   │   │   │   └── [ 56K] verification_screen.png │   │   │   │   ├── [1.4K] index.jd │   │   │   │   ├── [ 755] libs.jd │   │   │   │   ├── [1.7K] mips.jd │   │   │   │   ├── [7.8K] ndk-build.jd │   │   │   │   ├── [9.5K] ndk-gdb.jd │   │   │   │   ├── [3.8K] ndk-stack.jd │   │   │   │   ├── [6.1K] prebuilts.jd │   │   │   │   ├── [ 868] sample.jd │   │   │   │   ├── [3.8K] setup.jd │   │   │   │   ├── [ 21K] stable_apis.jd │   │   │   │   ├── [ 23K] standalone_toolchain.jd │   │   │   │   ├── [2.1K] x86-64.jd │   │   │   │   └── [ 11K] x86.jd │   │   │   ├── [2.0K] index.jd │   │   │   ├── [4.0K] reference │   │   │   │   ├── [3.1K] annotated.jd │   │   │   │   ├── [ 12K] asset__manager_8h.jd │   │   │   │   ├── [1.6K] asset__manager__jni_8h.jd │   │   │   │   ├── [ 624] bc_s.png │   │   │   │   ├── [ 139] bdwn.png │   │   │   │   ├── [5.8K] bitmap_8h.jd │   │   │   │   ├── [2.0K] classes.jd │   │   │   │   ├── [ 125] closed.png │   │   │   │   ├── [ 39K] configuration_8h.jd │   │   │   │   ├── [1.6K] deprecated.jd │   │   │   │   ├── [4.9K] dir_035c76f7235f5f563d38e3ab90cb9716.jd │   │   │   │   ├── [ 998] dir_d44c64559bbebec7f509842c48db8b23.jd │   │   │   │   ├── [ 23K] doxygen.css │   │   │   │   ├── [ 843] doxygen-dac.css │   │   │   │   ├── [3.4K] doxygen.png │   │   │   │   ├── [2.9K] dynsections.js │   │   │   │   ├── [4.3K] files.jd │   │   │   │   ├── [ 86] ftv2blank.png │   │   │   │   ├── [ 416] ftv2cl.png │   │   │   │   ├── [ 652] ftv2doc.png │   │   │   │   ├── [ 493] ftv2folderclosed.png │   │   │   │   ├── [ 505] ftv2folderopen.png │   │   │   │   ├── [ 86] ftv2lastnode.png │   │   │   │   ├── [ 652] ftv2link.png │   │   │   │   ├── [ 241] ftv2mlastnode.png │   │   │   │   ├── [ 241] ftv2mnode.png │   │   │   │   ├── [ 373] ftv2mo.png │   │   │   │   ├── [ 86] ftv2node.png │   │   │   │   ├── [ 370] ftv2ns.png │   │   │   │   ├── [ 227] ftv2plastnode.png │   │   │   │   ├── [ 227] ftv2pnode.png │   │   │   │   ├── [ 282] ftv2splitbar.png │   │   │   │   ├── [ 86] ftv2vertline.png │   │   │   │   ├── [ 12K] functions.jd │   │   │   │   ├── [ 12K] functions_vars.jd │   │   │   │   ├── [ 893] globals_defs.jd │   │   │   │   ├── [ 350] globals_enum.jd │   │   │   │   ├── [ 86K] globals_eval.jd │   │   │   │   ├── [ 803] globals_eval_w.jd │   │   │   │   ├── [ 24K] globals_func.jd │   │   │   │   ├── [114K] globals.jd │   │   │   │   ├── [3.4K] globals_type.jd │   │   │   │   ├── [ 373] globals_vars.jd │   │   │   │   ├── [ 938] globals_w.jd │   │   │   │   ├── [ 33K] group___asset.jd │   │   │   │   ├── [ 13K] group___bitmap.jd │   │   │   │   ├── [102K] group___configuration.jd │   │   │   │   ├── [269K] group___input.jd │   │   │   │   ├── [ 28K] group___looper.jd │   │   │   │   ├── [ 56K] group___native_activity.jd │   │   │   │   ├── [ 58K] group___sensor.jd │   │   │   │   ├── [ 26K] group___storage.jd │   │   │   │   ├── [ 633] index.jd │   │   │   │   ├── [ 58K] input_8h.jd │   │   │   │   ├── [ 38K] keycodes_8h.jd │   │   │   │   ├── [8.8K] looper_8h.jd │   │   │   │   ├── [2.0K] modules.jd │   │   │   │   ├── [8.4K] native__activity_8h.jd │   │   │   │   ├── [7.8K] native__window_8h.jd │   │   │   │   ├── [1.6K] native__window__jni_8h.jd │   │   │   │   ├── [ 136] nav_f.png │   │   │   │   ├── [ 95] nav_g.png │   │   │   │   ├── [ 93] nav_h.png │   │   │   │   ├── [4.6K] obb_8h.jd │   │   │   │   ├── [ 115] open.png │   │   │   │   ├── [ 709] pages.jd │   │   │   │   ├── [1.9K] rect_8h.jd │   │   │   │   ├── [3.0K] reference_toc.cs │   │   │   │   ├── [ 23K] sensor_8h.jd │   │   │   │   ├── [7.1K] storage__manager_8h.jd │   │   │   │   ├── [2.2K] struct_a_heart_rate_event.jd │   │   │   │   ├── [2.2K] struct_a_meta_data_event.jd │   │   │   │   ├── [ 19K] struct_a_native_activity_callbacks.jd │   │   │   │   ├── [9.5K] struct_a_native_activity.jd │   │   │   │   ├── [5.2K] struct_a_native_window___buffer.jd │   │   │   │   ├── [4.6K] struct_android_bitmap_info.jd │   │   │   │   ├── [4.0K] struct_a_rect.jd │   │   │   │   ├── [ 17K] struct_a_sensor_event.jd │   │   │   │   ├── [7.9K] struct_a_sensor_vector.jd │   │   │   │   ├── [7.8K] struct_a_uncalibrated_event.jd │   │   │   │   ├── [ 815] sync_off.png │   │   │   │   ├── [ 809] sync_on.png │   │   │   │   ├── [ 124] tab_a.png │   │   │   │   ├── [ 149] tab_b.png │   │   │   │   ├── [ 145] tab_h.png │   │   │   │   ├── [1.1K] tabs.css │   │   │   │   ├── [ 156] tab_s.png │   │   │   │   └── [5.0K] window_8h.jd │   │   │   └── [4.0K] samples │   │   │   ├── [ 890] index.jd │   │   │   ├── [4.4K] sample_hellojni.jd │   │   │   ├── [8.4K] sample_na.jd │   │   │   ├── [1.1K] samples_toc.cs │   │   │   ├── [ 12K] sample_teapot.jd │   │   │   └── [ 660] walkthroughs.jd │   │   ├── [1.7K] offline.jd │   │   ├── [4.0K] preview │   │   │   ├── [ 33K] api-overview.jd │   │   │   ├── [4.0K] backup │   │   │   │   └── [ 11K] index.jd │   │   │   ├── [ 26K] behavior-changes.jd │   │   │   ├── [ 24K] download.jd │   │   │   ├── [ 23K] download_mp1.jd │   │   │   ├── [ 24K] download_mp2.jd │   │   │   ├── [4.0K] features │   │   │   │   ├── [ 22K] app-linking.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [ 90K] app-permissions-screen_2x.png │   │   │   │   │   └── [ 26K] app-permissions-screen.png │   │   │   │   ├── [5.0K] power-mgmt.jd │   │   │   │   └── [ 38K] runtime-permissions.jd │   │   │   ├── [4.0K] images │   │   │   │   ├── [191K] direct-share-screen_2x.png │   │   │   │   ├── [ 56K] direct-share-screen.png │   │   │   │   ├── [125K] fingerprint-screen_2x.png │   │   │   │   ├── [ 38K] fingerprint-screen.png │   │   │   │   ├── [10.0K] m-preview-timeline-crop.png │   │   │   │   ├── [ 13K] m-preview-timeline.png │   │   │   │   ├── [158K] perf-test-frame-latency.png │   │   │   │   ├── [7.6K] perf-test-framestats.png │   │   │   │   ├── [207K] text-selection.gif │   │   │   │   ├── [123K] work-profile-screen_2x.png │   │   │   │   └── [ 38K] work-profile-screen.png │   │   │   ├── [2.6K] index.jd │   │   │   ├── [ 17K] license.jd │   │   │   ├── [ 12K] overview.jd │   │   │   ├── [5.5K] preview_toc.cs │   │   │   ├── [2.2K] samples.jd │   │   │   ├── [6.1K] setup-sdk.jd │   │   │   ├── [ 19K] support.jd │   │   │   └── [4.0K] testing │   │   │   ├── [7.5K] guide.jd │   │   │   └── [ 25K] performance.jd │   │   ├── [ 11K] _redirects.yaml │   │   ├── [4.0K] reference │   │   │   ├── [4.0K] android │   │   │   │   └── [4.0K] support │   │   │   │   ├── [4.0K] test │   │   │   │   │   ├── [4.0K] annotation │   │   │   │   │   │   ├── [ 33K] Beta.html │   │   │   │   │   │   ├── [ 30K] package-summary.html │   │   │   │   │   │   └── [ 34K] UiThreadTest.html │   │   │   │   │   ├── [4.0K] espresso │   │   │   │   │   │   ├── [4.0K] action │   │   │   │   │   │   │   ├── [ 49K] AdapterDataLoaderAction.html │   │   │   │   │   │   │   ├── [ 46K] AdapterViewProtocol.AdaptedData.Builder.html │   │   │   │   │   │   │   ├── [ 44K] AdapterViewProtocol.AdaptedData.html │   │   │   │   │   │   │   ├── [ 37K] AdapterViewProtocol.DataFunction.html │   │   │   │   │   │   │   ├── [ 49K] AdapterViewProtocol.html │   │   │   │   │   │   │   ├── [ 41K] AdapterViewProtocols.html │   │   │   │   │   │   │   ├── [ 47K] CloseKeyboardAction.html │   │   │   │   │   │   │   ├── [ 38K] CoordinatesProvider.html │   │   │   │   │   │   │   ├── [ 47K] EditorAction.html │   │   │   │   │   │   │   ├── [ 46K] EspressoKey.Builder.html │   │   │   │   │   │   │   ├── [ 42K] EspressoKey.html │   │   │   │   │   │   │   ├── [ 51K] GeneralClickAction.html │   │   │   │   │   │   │   ├── [ 57K] GeneralLocation.html │   │   │   │   │   │   │   ├── [ 49K] GeneralSwipeAction.html │   │   │   │   │   │   │   ├── [ 48K] KeyEventAction.html │   │   │   │   │   │   │   ├── [ 41K] MotionEvents.DownResultHolder.html │   │   │   │   │   │   │   ├── [ 47K] MotionEvents.html │   │   │   │   │   │   │   ├── [ 48K] OpenLinkAction.html │   │   │   │   │   │   │   ├── [ 45K] package-summary.html │   │   │   │   │   │   │   ├── [ 38K] PrecisionDescriber.html │   │   │   │   │   │   │   ├── [ 51K] Press.html │   │   │   │   │   │   │   ├── [ 48K] ReplaceTextAction.html │   │   │   │   │   │   │   ├── [ 47K] ScrollToAction.html │   │   │   │   │   │   │   ├── [ 50K] Swipe.html │   │   │   │   │   │   │   ├── [ 40K] Swiper.html │   │   │   │   │   │   │   ├── [ 48K] Swiper.Status.html │   │   │   │   │   │   │   ├── [ 51K] Tap.html │   │   │   │   │   │   │   ├── [ 39K] Tapper.html │   │   │   │   │   │   │   ├── [ 49K] Tapper.Status.html │   │   │   │   │   │   │   ├── [ 50K] TypeTextAction.html │   │   │   │   │   │   │   └── [ 80K] ViewActions.html │   │   │   │   │   │   ├── [ 50K] AmbiguousViewMatcherException.Builder.html │   │   │   │   │   │   ├── [ 45K] AmbiguousViewMatcherException.html │   │   │   │   │   │   ├── [ 46K] AppNotIdleException.html │   │   │   │   │   │   ├── [4.0K] assertion │   │   │   │   │   │   │   ├── [ 42K] LayoutAssertions.html │   │   │   │   │   │   │   ├── [ 31K] package-summary.html │   │   │   │   │   │   │   ├── [ 55K] PositionAssertions.html │   │   │   │   │   │   │   └── [ 40K] ViewAssertions.html │   │   │   │   │   │   ├── [4.0K] base │   │   │   │   │   │   │   ├── [ 34K] ActiveRootLister.html │   │   │   │   │   │   │   ├── [ 40K] BaseLayerModule.FailureHandlerHolder.html │   │   │   │   │   │   │   ├── [ 47K] BaseLayerModule.html │   │   │   │   │   │   │   ├── [ 41K] DefaultFailureHandler.html │   │   │   │   │   │   │   ├── [ 34K] Default.html │   │   │   │   │   │   │   ├── [ 44K] IdlingResourceRegistry.html │   │   │   │   │   │   │   ├── [ 34K] MainThread.html │   │   │   │   │   │   │   ├── [ 35K] package-summary.html │   │   │   │   │   │   │   ├── [ 38K] RootViewPicker.html │   │   │   │   │   │   │   ├── [ 39K] UiControllerModule.html │   │   │   │   │   │   │   └── [ 40K] ViewFinderImpl.html │   │   │   │   │   │   ├── [ 40K] BaseLayerComponent.html │   │   │   │   │   │   ├── [4.0K] contrib │   │   │   │   │   │   │   ├── [ 39K] AccessibilityChecks.html │   │   │   │   │   │   │   ├── [ 52K] CountingIdlingResource.html │   │   │   │   │   │   │   ├── [ 42K] DrawerActions.html │   │   │   │   │   │   │   ├── [ 41K] DrawerMatchers.html │   │   │   │   │   │   │   ├── [ 34K] package-summary.html │   │   │   │   │   │   │   ├── [ 40K] PickerActions.html │   │   │   │   │   │   │   ├── [ 55K] RecyclerViewActions.html │   │   │   │   │   │   │   └── [ 38K] RecyclerViewActions.PositionableRecyclerViewAction.html │   │   │   │   │   │   ├── [ 51K] DataInteraction.html │   │   │   │   │   │   ├── [ 41K] EspressoException.html │   │   │   │   │   │   ├── [ 58K] Espresso.html │   │   │   │   │   │   ├── [ 38K] FailureHandler.html │   │   │   │   │   │   ├── [ 39K] GraphHolder.html │   │   │   │   │   │   ├── [ 46K] IdlingPolicies.html │   │   │   │   │   │   ├── [ 43K] IdlingPolicy.html │   │   │   │   │   │   ├── [ 42K] IdlingResource.html │   │   │   │   │   │   ├── [ 36K] IdlingResource.ResourceCallback.html │   │   │   │   │   │   ├── [ 46K] IdlingResourceTimeoutException.html │   │   │   │   │   │   ├── [ 47K] InjectEventSecurityException.html │   │   │   │   │   │   ├── [4.0K] intent │   │   │   │   │   │   │   ├── [ 43K] Checks.html │   │   │   │   │   │   │   ├── [ 49K] Intents.html │   │   │   │   │   │   │   ├── [4.0K] matcher │   │   │   │   │   │   │   │   ├── [ 42K] BundleMatchers.html │   │   │   │   │   │   │   │   ├── [ 43K] ComponentNameMatchers.html │   │   │   │   │   │   │   │   ├── [ 63K] IntentMatchers.html │   │   │   │   │   │   │   │   ├── [ 32K] package-summary.html │   │   │   │   │   │   │   │   └── [ 48K] UriMatchers.html │   │   │   │   │   │   │   ├── [ 37K] OngoingStubbing.html │   │   │   │   │   │   │   ├── [ 34K] package-summary.html │   │   │   │   │   │   │   ├── [ 40K] ResettingStubber.html │   │   │   │   │   │   │   ├── [ 48K] ResettingStubberImpl.html │   │   │   │   │   │   │   ├── [ 36K] ResolvedIntent.html │   │   │   │   │   │   │   ├── [4.0K] rule │   │   │   │   │   │   │   │   ├── [ 51K] IntentsTestRule.html │   │   │   │   │   │   │   │   └── [ 30K] package-summary.html │   │   │   │   │   │   │   ├── [ 37K] VerifiableIntent.html │   │   │   │   │   │   │   ├── [ 34K] VerificationMode.html │   │   │   │   │   │   │   └── [ 39K] VerificationModes.html │   │   │   │   │   │   ├── [4.0K] matcher │   │   │   │   │   │   │   ├── [ 46K] BoundedMatcher.html │   │   │   │   │   │   │   ├── [ 47K] CursorMatchers.CursorMatcher.html │   │   │   │   │   │   │   ├── [118K] CursorMatchers.html │   │   │   │   │   │   │   ├── [ 38K] LayoutMatchers.html │   │   │   │   │   │   │   ├── [ 34K] package-summary.html │   │   │   │   │   │   │   ├── [ 45K] PreferenceMatchers.html │   │   │   │   │   │   │   ├── [ 45K] RootMatchers.html │   │   │   │   │   │   │   ├── [104K] ViewMatchers.html │   │   │   │   │   │   │   └── [ 47K] ViewMatchers.Visibility.html │   │   │   │   │   │   ├── [ 46K] NoActivityResumedException.html │   │   │   │   │   │   ├── [ 46K] NoMatchingRootException.html │   │   │   │   │   │   ├── [ 49K] NoMatchingViewException.Builder.html │   │   │   │   │   │   ├── [ 46K] NoMatchingViewException.html │   │   │   │   │   │   ├── [ 45K] package-summary.html │   │   │   │   │   │   ├── [ 46K] PerformException.Builder.html │   │   │   │   │   │   ├── [ 47K] PerformException.html │   │   │   │   │   │   ├── [ 43K] Root.Builder.html │   │   │   │   │   │   ├── [ 42K] Root.html │   │   │   │   │   │   ├── [ 44K] UiController.html │   │   │   │   │   │   ├── [4.0K] util │   │   │   │   │   │   │   ├── [ 40K] ActivityLifecycles.html │   │   │   │   │   │   │   ├── [ 40K] HumanReadables.html │   │   │   │   │   │   │   ├── [ 31K] package-summary.html │   │   │   │   │   │   │   ├── [ 42K] TreeIterables.html │   │   │   │   │   │   │   └── [ 37K] TreeIterables.ViewAndDistance.html │   │   │   │   │   │   ├── [ 47K] ViewAction.html │   │   │   │   │   │   ├── [ 38K] ViewAssertion.html │   │   │   │   │   │   ├── [ 38K] ViewFinder.html │   │   │   │   │   │   ├── [ 36K] ViewInteractionComponent.html │   │   │   │   │   │   ├── [ 47K] ViewInteraction.html │   │   │   │   │   │   └── [4.0K] web │   │   │   │   │   │   ├── [4.0K] action │   │   │   │   │   │   │   ├── [ 49K] AtomAction.html │   │   │   │   │   │   │   ├── [ 43K] EnableJavascriptAction.html │   │   │   │   │   │   │   └── [ 31K] package-summary.html │   │   │   │   │   │   ├── [4.0K] assertion │   │   │   │   │   │   │   ├── [ 32K] package-summary.html │   │   │   │   │   │   │   ├── [ 38K] TagSoupDocumentParser.html │   │   │   │   │   │   │   ├── [ 41K] WebAssertion.html │   │   │   │   │   │   │   ├── [ 43K] WebViewAssertions.html │   │   │   │   │   │   │   └── [ 32K] WebViewAssertions.ResultDescriber.html │   │   │   │   │   │   ├── [4.0K] bridge │   │   │   │   │   │   │   ├── [ 40K] Conduit.html │   │   │   │   │   │   │   ├── [ 39K] JavaScriptBridge.html │   │   │   │   │   │   │   └── [ 31K] package-summary.html │   │   │   │   │   │   ├── [4.0K] matcher │   │   │   │   │   │   │   ├── [ 41K] AmbiguousElementMatcherException.html │   │   │   │   │   │   │   ├── [ 47K] DomMatchers.html │   │   │   │   │   │   │   └── [ 31K] package-summary.html │   │   │   │   │   │   ├── [4.0K] model │   │   │   │   │   │   │   ├── [ 39K] Atom.html │   │   │   │   │   │   │   ├── [ 48K] Atoms.html │   │   │   │   │   │   │   ├── [ 42K] ElementReference.html │   │   │   │   │   │   │   ├── [ 45K] Evaluation.html │   │   │   │   │   │   │   ├── [ 34K] JSONAble.DeJSONFactory.html │   │   │   │   │   │   │   ├── [ 37K] JSONAble.html │   │   │   │   │   │   │   ├── [ 42K] ModelCodec.html │   │   │   │   │   │   │   ├── [ 36K] package-summary.html │   │   │   │   │   │   │   ├── [ 46K] SimpleAtom.ElementReferencePlacement.html │   │   │   │   │   │   │   ├── [ 53K] SimpleAtom.html │   │   │   │   │   │   │   ├── [ 46K] TransformingAtom.html │   │   │   │   │   │   │   ├── [ 34K] TransformingAtom.Transformer.html │   │   │   │   │   │   │   └── [ 42K] WindowReference.html │   │   │   │   │   │   ├── [4.0K] sugar │   │   │   │   │   │   │   ├── [ 31K] package-summary.html │   │   │   │   │   │   │   ├── [ 40K] Web.html │   │   │   │   │   │   │   └── [ 57K] Web.WebInteraction.html │   │   │   │   │   │   └── [4.0K] webdriver │   │   │   │   │   │   ├── [ 53K] DriverAtoms.html │   │   │   │   │   │   ├── [ 50K] Locator.html │   │   │   │   │   │   └── [ 31K] package-summary.html │   │   │   │   │   ├── [4.0K] filters │   │   │   │   │   │   ├── [ 33K] FlakyTest.html │   │   │   │   │   │   ├── [ 31K] package-summary.html │   │   │   │   │   │   ├── [ 33K] RequiresDevice.html │   │   │   │   │   │   └── [ 33K] SdkSuppress.html │   │   │   │   │   ├── [ 42K] InstrumentationRegistry.html │   │   │   │   │   ├── [ 30K] package-summary.html │   │   │   │   │   ├── [4.0K] rule │   │   │   │   │   │   ├── [ 59K] ActivityTestRule.html │   │   │   │   │   │   ├── [ 42K] DisableOnAndroidDebug.html │   │   │   │   │   │   ├── [ 31K] package-summary.html │   │   │   │   │   │   ├── [ 55K] ServiceTestRule.html │   │   │   │   │   │   └── [ 45K] UiThreadTestRule.html │   │   │   │   │   ├── [4.0K] runner │   │   │   │   │   │   ├── [ 59K] AndroidJUnit4.html │   │   │   │   │   │   ├── [ 79K] AndroidJUnitRunner.html │   │   │   │   │   │   ├── [4.0K] intent │   │   │   │   │   │   │   ├── [ 33K] IntentCallback.html │   │   │   │   │   │   │   ├── [ 35K] IntentMonitor.html │   │   │   │   │   │   │   ├── [ 39K] IntentMonitorRegistry.html │   │   │   │   │   │   │   ├── [ 35K] IntentStubber.html │   │   │   │   │   │   │   ├── [ 41K] IntentStubberRegistry.html │   │   │   │   │   │   │   └── [ 33K] package-summary.html │   │   │   │   │   │   ├── [4.0K] lifecycle │   │   │   │   │   │   │   ├── [ 34K] ActivityLifecycleCallback.html │   │   │   │   │   │   │   ├── [ 42K] ActivityLifecycleMonitor.html │   │   │   │   │   │   │   ├── [ 40K] ActivityLifecycleMonitorRegistry.html │   │   │   │   │   │   │   ├── [ 34K] ApplicationLifecycleCallback.html │   │   │   │   │   │   │   ├── [ 36K] ApplicationLifecycleMonitor.html │   │   │   │   │   │   │   ├── [ 40K] ApplicationLifecycleMonitorRegistry.html │   │   │   │   │   │   │   ├── [ 45K] ApplicationStage.html │   │   │   │   │   │   │   ├── [ 34K] package-summary.html │   │   │   │   │   │   │   └── [ 51K] Stage.html │   │   │   │   │   │   ├── [ 38K] MonitoringInstrumentation.ActivityFinisher.html │   │   │   │   │   │   ├── [ 82K] MonitoringInstrumentation.html │   │   │   │   │   │   └── [ 32K] package-summary.html │   │   │   │   │   └── [4.0K] uiautomator │   │   │   │   │   ├── [ 94K] By.html │   │   │   │   │   ├── [102K] BySelector.html │   │   │   │   │   ├── [ 58K] Configurator.html │   │   │   │   │   ├── [ 49K] Direction.html │   │   │   │   │   ├── [ 39K] EventCondition.html │   │   │   │   │   ├── [ 35K] IAutomationSupport.html │   │   │   │   │   ├── [ 42K] package-summary.html │   │   │   │   │   ├── [ 39K] SearchCondition.html │   │   │   │   │   ├── [ 44K] StaleObjectException.html │   │   │   │   │   ├── [ 68K] UiAutomatorInstrumentationTestRunner.html │   │   │   │   │   ├── [ 66K] UiAutomatorTestCase.html │   │   │   │   │   ├── [ 79K] UiCollection.html │   │   │   │   │   ├── [126K] UiDevice.html │   │   │   │   │   ├── [ 39K] UiObject2Condition.html │   │   │   │   │   ├── [ 93K] UiObject2.html │   │   │   │   │   ├── [128K] UiObject.html │   │   │   │   │   ├── [ 45K] UiObjectNotFoundException.html │   │   │   │   │   ├── [129K] UiScrollable.html │   │   │   │   │   ├── [ 91K] UiSelector.html │   │   │   │   │   ├── [ 37K] UiWatcher.html │   │   │   │   │   └── [ 82K] Until.html │   │   │   │   └── [4.0K] wearable │   │   │   │   ├── [4.0K] activity │   │   │   │   │   ├── [224K] ConfirmationActivity.html │   │   │   │   │   ├── [ 28K] package-summary.html │   │   │   │   │   └── [233K] WearableActivity.html │   │   │   │   ├── [4.0K] companion │   │   │   │   │   ├── [ 27K] package-summary.html │   │   │   │   │   └── [ 38K] WatchFaceCompanion.html │   │   │   │   ├── [4.0K] input │   │   │   │   │   ├── [ 28K] package-summary.html │   │   │   │   │   ├── [ 37K] RemoteInputConstants.html │   │   │   │   │   └── [ 46K] RemoteInputIntent.html │   │   │   │   ├── [4.0K] media │   │   │   │   │   ├── [ 45K] MediaControlConstants.html │   │   │   │   │   └── [ 27K] package-summary.html │   │   │   │   ├── [ 32K] package-summary.html │   │   │   │   ├── [4.0K] provider │   │   │   │   │   ├── [ 29K] package-summary.html │   │   │   │   │   ├── [ 34K] WearableCalendarContract.Attendees.html │   │   │   │   │   ├── [ 39K] WearableCalendarContract.html │   │   │   │   │   ├── [ 34K] WearableCalendarContract.Instances.html │   │   │   │   │   └── [ 34K] WearableCalendarContract.Reminders.html │   │   │   │   ├── [ 36K] R.animator.html │   │   │   │   ├── [ 40K] R.anim.html │   │   │   │   ├── [ 95K] R.attr.html │   │   │   │   ├── [ 59K] R.color.html │   │   │   │   ├── [ 49K] R.dimen.html │   │   │   │   ├── [ 44K] R.drawable.html │   │   │   │   ├── [ 40K] R.html │   │   │   │   ├── [ 55K] R.id.html │   │   │   │   ├── [ 41K] R.interpolator.html │   │   │   │   ├── [ 39K] R.layout.html │   │   │   │   ├── [ 36K] R.string.html │   │   │   │   ├── [222K] R.styleable.html │   │   │   │   ├── [ 57K] R.style.html │   │   │   │   ├── [4.0K] view │   │   │   │   │   ├── [273K] ActionLabel.html │   │   │   │   │   ├── [335K] ActionPage.html │   │   │   │   │   ├── [337K] BoxInsetLayout.html │   │   │   │   │   ├── [ 68K] BoxInsetLayout.LayoutParams.html │   │   │   │   │   ├── [121K] CardFragment.html │   │   │   │   │   ├── [345K] CardFrame.html │   │   │   │   │   ├── [345K] CardScrollView.html │   │   │   │   │   ├── [273K] CircledImageView.html │   │   │   │   │   ├── [262K] CircularButton.html │   │   │   │   │   ├── [ 90K] CrossfadeDrawable.html │   │   │   │   │   ├── [ 36K] DelayedConfirmationView.DelayedConfirmationListener.html │   │   │   │   │   ├── [267K] DelayedConfirmationView.html │   │   │   │   │   ├── [332K] DismissOverlayView.html │   │   │   │   │   ├── [300K] DotsPageIndicator.html │   │   │   │   │   ├── [ 84K] FragmentGridPagerAdapter.html │   │   │   │   │   ├── [ 35K] GridPageOptions.BackgroundListener.html │   │   │   │   │   ├── [ 38K] GridPageOptions.html │   │   │   │   │   ├── [ 86K] GridPagerAdapter.html │   │   │   │   │   ├── [369K] GridViewPager.html │   │   │   │   │   ├── [ 55K] GridViewPager.LayoutParams.html │   │   │   │   │   ├── [ 38K] GridViewPager.OnAdapterChangeListener.html │   │   │   │   │   ├── [ 41K] GridViewPager.OnPageChangeListener.html │   │   │   │   │   ├── [ 47K] package-summary.html │   │   │   │   │   ├── [ 48K] SimpleAnimatorListener.html │   │   │   │   │   ├── [336K] WatchViewStub.html │   │   │   │   │   ├── [ 35K] WatchViewStub.OnLayoutInflatedListener.html │   │   │   │   │   ├── [359K] WearableFrameLayout.html │   │   │   │   │   ├── [ 67K] WearableFrameLayout.LayoutParams.html │   │   │   │   │   ├── [ 50K] WearableListView.Adapter.html │   │   │   │   │   ├── [ 37K] WearableListView.ClickListener.html │   │   │   │   │   ├── [374K] WearableListView.html │   │   │   │   │   ├── [ 37K] WearableListView.OnCenterProximityListener.html │   │   │   │   │   ├── [ 35K] WearableListView.OnCentralPositionChangedListener.html │   │   │   │   │   ├── [ 40K] WearableListView.OnScrollListener.html │   │   │   │   │   └── [ 45K] WearableListView.ViewHolder.html │   │   │   │   └── [4.0K] watchface │   │   │   │   ├── [ 65K] CanvasWatchFaceService.Engine.html │   │   │   │   ├── [149K] CanvasWatchFaceService.html │   │   │   │   ├── [ 76K] Gles2WatchFaceService.Engine.html │   │   │   │   ├── [149K] Gles2WatchFaceService.html │   │   │   │   ├── [ 32K] package-summary.html │   │   │   │   ├── [ 71K] WatchFaceService.Engine.html │   │   │   │   ├── [160K] WatchFaceService.html │   │   │   │   ├── [ 61K] WatchFaceStyle.Builder.html │   │   │   │   └── [ 76K] WatchFaceStyle.html │   │   │   ├── [2.5K] gcm_lists.js │   │   │   ├── [166K] gms_lists.js │   │   │   ├── [ 133] index.html │   │   │   ├── [124K] lists.js │   │   │   └── [ 28K] packages-wearable-support.html │   │   ├── [4.0K] resources │   │   │   ├── [4.0K] articles │   │   │   │   └── [4.0K] images │   │   │   │   ├── [5.4K] inputmethod_composing_text_1.png │   │   │   │   ├── [5.3K] inputmethod_composing_text_2.png │   │   │   │   ├── [1.8K] inputmethod_composing_text_3.png │   │   │   │   ├── [ 87K] inputmethod_lifecycle_image.png │   │   │   │   ├── [ 12K] inputmethod_numeric_type_screenshot.png │   │   │   │   ├── [ 11K] inputmethod_subtype_notification.png │   │   │   │   ├── [ 18K] inputmethod_subtype_preferences.png │   │   │   │   ├── [ 16K] inputmethod_subtype_settings.png │   │   │   │   ├── [ 13K] inputmethod_text_type_screenshot.png │   │   │   │   ├── [ 37K] spellcheck_client_flow.png │   │   │   │   ├── [ 62K] spellcheck_lifecycle.png │   │   │   │   ├── [1.9K] textview_spellcheck_screenshot_1.png │   │   │   │   └── [ 12K] textview_spellcheck_screenshot_2.png │   │   │   └── [4.0K] images │   │   │   ├── [ 19K] ActionBarCompat1.png │   │   │   ├── [ 22K] ActionBarCompat2.png │   │   │   ├── [ 16K] BluetoothChat1.png │   │   │   ├── [ 15K] BluetoothChat2.png │   │   │   ├── [ 57K] BluetoothHDP.png │   │   │   ├── [6.3K] BusinessCard1.png │   │   │   ├── [8.7K] BusinessCard2.png │   │   │   ├── [ 18K] ContactManager1.png │   │   │   ├── [ 17K] ContactManager2.png │   │   │   ├── [ 48K] CubeLiveWallpaper1.png │   │   │   ├── [ 45K] CubeLiveWallpaper3.png │   │   │   ├── [ 26K] hcgallery-phone1.png │   │   │   ├── [ 51K] hcgallery-phone2.png │   │   │   ├── [244K] hcgallery.png │   │   │   ├── [ 43K] HomeSample.png │   │   │   ├── [ 53K] JetBoy.png │   │   │   ├── [139K] KeyChainDemo1.png │   │   │   ├── [ 39K] KeyChainDemo2.png │   │   │   ├── [ 61K] KeyChainDemo3.png │   │   │   ├── [ 60K] KeyChainDemo4.png │   │   │   ├── [ 94K] MultiResolution.png │   │   │   ├── [179K] NewsReader.png │   │   │   ├── [ 12K] NfcDemo.png │   │   │   ├── [ 18K] randommusicplayer.png │   │   │   ├── [ 27K] sample_lunarlander.png │   │   │   ├── [6.4K] sample_notepad.png │   │   │   ├── [ 20K] sample_notepadtest_junit.png │   │   │   ├── [5.9K] sample_note.png │   │   │   ├── [ 32K] SampleSyncAdapter1.png │   │   │   ├── [ 45K] SampleSyncAdapter2.png │   │   │   ├── [ 37K] SampleSyncAdapter3.png │   │   │   ├── [ 15K] SearchableDictionary1.png │   │   │   ├── [ 18K] SearchableDictionary2.png │   │   │   ├── [ 71K] SipDemo.png │   │   │   ├── [5.3K] Snake.png │   │   │   ├── [ 13K] SoftKeyboard.png │   │   │   ├── [8.7K] SpinnerTest1.png │   │   │   ├── [ 17K] SpinnerTest2.png │   │   │   ├── [2.5K] StackWidget.png │   │   │   ├── [ 28K] TicTacToeLib.png │   │   │   ├── [ 37K] TicTacToeMain.png │   │   │   ├── [ 33K] VoicemailProviderDemo.png │   │   │   ├── [ 59K] vpn-confirmation.png │   │   │   ├── [ 28K] WeatherListWidget.png │   │   │   ├── [ 33K] WifiDirect.png │   │   │   ├── [ 34K] Wiktionary.png │   │   │   ├── [ 68K] WiktionarySimple.png │   │   │   ├── [106K] XmlPhotosAdapter.png │   │   │   └── [116K] XmlRssReader.png │   │   ├── [1.4K] resources.jd │   │   ├── [ 417] robots.txt │   │   ├── [4.0K] samples │   │   │   ├── [ 123] admin.jd │   │   │   ├── [ 133] background.jd │   │   │   ├── [ 137] connectivity.jd │   │   │   ├── [ 127] content.jd │   │   │   ├── [4.0K] images │   │   │   │   ├── [ 19K] ActionBarCompat1.png │   │   │   │   ├── [ 22K] ActionBarCompat2.png │   │   │   │   ├── [262K] ActivitySceneTransitionBasic@2x.png │   │   │   │   ├── [ 86K] ActivitySceneTransitionBasic.png │   │   │   │   ├── [ 97K] BasicManagedProfile@2x.png │   │   │   │   ├── [ 38K] BasicManagedProfile.png │   │   │   │   ├── [ 91K] JobSchedulerSample@2x.png │   │   │   │   └── [ 35K] JobSchedulerSample.png │   │   │   ├── [2.9K] index.jd │   │   │   ├── [ 123] input.jd │   │   │   ├── [ 123] media.jd │   │   │   ├── [4.0K] new │   │   │   │   └── [ 12K] index.jd │   │   │   ├── [ 137] notification.jd │   │   │   ├── [ 137] renderscript.jd │   │   │   ├── [ 556] samples_toc.cs │   │   │   ├── [ 129] security.jd │   │   │   ├── [ 127] sensors.jd │   │   │   ├── [ 125] system.jd │   │   │   ├── [ 127] testing.jd │   │   │   ├── [ 117] ui.jd │   │   │   ├── [ 123] views.jd │   │   │   └── [ 129] wearable.jd │   │   ├── [4.0K] sdk │   │   │   ├── [4.0K] 1.0_r1 │   │   │   │   ├── [ 123] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   └── [ 247] requirements.jd │   │   │   ├── [4.0K] 1.0_r2 │   │   │   │   ├── [ 123] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   └── [ 247] requirements.jd │   │   │   ├── [4.0K] 1.1_r1 │   │   │   │   ├── [ 123] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   └── [ 247] requirements.jd │   │   │   ├── [4.0K] 1.5_r1 │   │   │   │   ├── [ 123] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   └── [ 247] requirements.jd │   │   │   ├── [4.0K] 1.5_r2 │   │   │   │   ├── [ 123] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   └── [ 247] requirements.jd │   │   │   ├── [4.0K] 1.5_r3 │   │   │   │   ├── [ 123] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   └── [ 247] requirements.jd │   │   │   ├── [4.0K] 1.6_r1 │   │   │   │   ├── [ 123] index.jd │   │   │   │   ├── [ 250] installing.jd │   │   │   │   └── [ 247] requirements.jd │   │   │   ├── [4.0K] api_diff │   │   │   │   ├── [4.0K] 19 │   │   │   │   │   ├── [ 20K] changes │   │   │   │   │   │   ├── [203K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [246K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 67K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [4.1K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [6.1K] android.animation.Animator.html │   │   │   │   │   │   ├── [5.3K] android.animation.AnimatorListenerAdapter.html │   │   │   │   │   │   ├── [4.5K] android.app.Activity.html │   │   │   │   │   │   ├── [5.9K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [5.2K] android.app.AlarmManager.html │   │   │   │   │   │   ├── [4.8K] android.app.Notification.BigPictureStyle.html │   │   │   │   │   │   ├── [4.8K] android.app.Notification.BigTextStyle.html │   │   │   │   │   │   ├── [4.6K] android.app.Notification.Builder.html │   │   │   │   │   │   ├── [ 10K] android.app.Notification.html │   │   │   │   │   │   ├── [4.8K] android.app.Notification.InboxStyle.html │   │   │   │   │   │   ├── [4.7K] android.app.Notification.Style.html │   │   │   │   │   │   ├── [6.1K] android.app.WallpaperManager.html │   │   │   │   │   │   ├── [ 50K] android.bluetooth.BluetoothAssignedNumbers.html │   │   │   │   │   │   ├── [7.3K] android.bluetooth.BluetoothDevice.html │   │   │   │   │   │   ├── [5.5K] android.bluetooth.BluetoothGatt.html │   │   │   │   │   │   ├── [5.4K] android.bluetooth.BluetoothHeadset.html │   │   │   │   │   │   ├── [6.9K] android.content.ContentProviderClient.html │   │   │   │   │   │   ├── [7.1K] android.content.ContentProvider.html │   │   │   │   │   │   ├── [9.0K] android.content.ContentResolver.html │   │   │   │   │   │   ├── [6.7K] android.content.Context.html │   │   │   │   │   │   ├── [5.4K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [6.8K] android.content.IntentFilter.html │   │   │   │   │   │   ├── [6.3K] android.content.Intent.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ComponentInfo.html │   │   │   │   │   │   ├── [6.8K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [4.7K] android.content.pm.ProviderInfo.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ResolveInfo.html │   │   │   │   │   │   ├── [5.4K] android.content.res.AssetFileDescriptor.html │   │   │   │   │   │   ├── [4.6K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [4.2K] android.content.res.XmlResourceParser.html │   │   │   │   │   │   ├── [4.6K] android.database.Cursor.html │   │   │   │   │   │   ├── [4.6K] android.database.CursorWrapper.html │   │   │   │   │   │   ├── [4.7K] android.database.MatrixCursor.RowBuilder.html │   │   │   │   │   │   ├── [4.6K] android.graphics.BitmapFactory.Options.html │   │   │   │   │   │   ├── [6.5K] android.graphics.Bitmap.html │   │   │   │   │   │   ├── [4.6K] android.graphics.drawable.BitmapDrawable.html │   │   │   │   │   │   ├── [4.8K] android.graphics.drawable.ColorDrawable.html │   │   │   │   │   │   ├── [4.8K] android.graphics.drawable.DrawableContainer.DrawableContainerState.html │   │   │   │   │   │   ├── [5.3K] android.graphics.drawable.Drawable.html │   │   │   │   │   │   ├── [4.6K] android.graphics.drawable.InsetDrawable.html │   │   │   │   │   │   ├── [4.6K] android.graphics.ImageFormat.html │   │   │   │   │   │   ├── [5.7K] android.graphics.NinePatch.html │   │   │   │   │   │   ├── [4.6K] android.graphics.Paint.html │   │   │   │   │   │   ├── [5.1K] android.graphics.Path.html │   │   │   │   │   │   ├── [5.0K] android.graphics.PixelFormat.html │   │   │   │   │   │   ├── [5.1K] android.graphics.SurfaceTexture.html │   │   │   │   │   │   ├── [4.2K] android.graphics.SurfaceTexture.OutOfResourcesException.html │   │   │   │   │   │   ├── [6.2K] android.hardware.display.DisplayManager.html │   │   │   │   │   │   ├── [6.1K] android.hardware.Sensor.html │   │   │   │   │   │   ├── [5.9K] android.hardware.SensorManager.html │   │   │   │   │   │   ├── [4.6K] android.location.LocationManager.html │   │   │   │   │   │   ├── [8.0K] android.Manifest.permission.html │   │   │   │   │   │   ├── [4.6K] android.media.audiofx.AudioEffect.html │   │   │   │   │   │   ├── [6.4K] android.media.audiofx.Visualizer.html │   │   │   │   │   │   ├── [6.4K] android.media.AudioManager.html │   │   │   │   │   │   ├── [5.6K] android.media.AudioTrack.html │   │   │   │   │   │   ├── [5.3K] android.media.MediaCodec.CryptoException.html │   │   │   │   │   │   ├── [5.8K] android.media.MediaCodec.html │   │   │   │   │   │   ├── [5.3K] android.media.MediaCodecInfo.CodecCapabilities.html │   │   │   │   │   │   ├── [4.7K] android.media.MediaDrm.html │   │   │   │   │   │   ├── [7.6K] android.media.MediaFormat.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaMuxer.html │   │   │   │   │   │   ├── [5.0K] android.media.MediaPlayer.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaPlayer.TrackInfo.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.AudioSource.html │   │   │   │   │   │   ├── [5.3K] android.media.RemoteControlClient.html │   │   │   │   │   │   ├── [7.4K] android.media.RemoteControlClient.MetadataEditor.html │   │   │   │   │   │   ├── [5.7K] android.media.RingtoneManager.html │   │   │   │   │   │   ├── [4.1K] android.net.DhcpInfo.html │   │   │   │   │   │   ├── [5.6K] android.net.LocalSocket.html │   │   │   │   │   │   ├── [5.7K] android.net.wifi.WifiManager.html │   │   │   │   │   │   ├── [8.1K] android.nfc.NfcAdapter.html │   │   │   │   │   │   ├── [4.6K] android.opengl.Matrix.html │   │   │   │   │   │   ├── [4.5K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [6.4K] android.os.Debug.MemoryInfo.html │   │   │   │   │   │   ├── [5.4K] android.os.Environment.html │   │   │   │   │   │   ├── [8.4K] android.os.ParcelFileDescriptor.html │   │   │   │   │   │   ├── [4.6K] android.os.UserManager.html │   │   │   │   │   │   ├── [4.7K] android.preference.PreferenceActivity.html │   │   │   │   │   │   ├── [4.7K] android.preference.Preference.html │   │   │   │   │   │   ├── [6.5K] android.provider.AlarmClock.html │   │   │   │   │   │   ├── [6.0K] android.provider.CallLog.Calls.html │   │   │   │   │   │   ├── [5.3K] android.provider.Settings.html │   │   │   │   │   │   ├── [8.0K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [ 11K] android.R.attr.html │   │   │   │   │   │   ├── [4.8K] android.renderscript.Allocation.html │   │   │   │   │   │   ├── [4.6K] android.renderscript.Element.html │   │   │   │   │   │   ├── [6.4K] android.renderscript.ScriptIntrinsicColorMatrix.html │   │   │   │   │   │   ├── [5.8K] android.R.style.html │   │   │   │   │   │   ├── [5.6K] android.security.KeyPairGeneratorSpec.Builder.html │   │   │   │   │   │   ├── [5.4K] android.security.KeyPairGeneratorSpec.html │   │   │   │   │   │   ├── [4.6K] android.speech.tts.SynthesisRequest.html │   │   │   │   │   │   ├── [5.0K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [5.3K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [4.6K] android.test.mock.MockCursor.html │   │   │   │   │   │   ├── [4.8K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [5.3K] android.text.method.MetaKeyKeyListener.html │   │   │   │   │   │   ├── [4.5K] android.util.DisplayMetrics.html │   │   │   │   │   │   ├── [4.6K] android.util.SparseArray.html │   │   │   │   │   │   ├── [6.9K] android.view.accessibility.AccessibilityEvent.html │   │   │   │   │   │   ├── [5.6K] android.view.accessibility.AccessibilityManager.html │   │   │   │   │   │   ├── [ 13K] android.view.accessibility.AccessibilityNodeInfo.html │   │   │   │   │   │   ├── [4.7K] android.view.accessibility.AccessibilityNodeProvider.html │   │   │   │   │   │   ├── [4.8K] android.view.Display.html │   │   │   │   │   │   ├── [5.5K] android.view.InputDevice.html │   │   │   │   │   │   ├── [4.8K] android.view.inputmethod.InputMethodManager.html │   │   │   │   │   │   ├── [6.3K] android.view.inputmethod.InputMethodSubtype.html │   │   │   │   │   │   ├── [4.6K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [4.6K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [5.8K] android.view.ScaleGestureDetector.html │   │   │   │   │   │   ├── [4.3K] android.view.Surface.OutOfResourcesException.html │   │   │   │   │   │   ├── [5.2K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [ 11K] android.view.View.html │   │   │   │   │   │   ├── [8.4K] android.view.ViewParent.html │   │   │   │   │   │   ├── [4.8K] android.view.ViewPropertyAnimator.html │   │   │   │   │   │   ├── [5.6K] android.view.Window.html │   │   │   │   │   │   ├── [5.8K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [5.6K] android.webkit.WebChromeClient.html │   │   │   │   │   │   ├── [6.0K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.2K] android.webkit.WebStorage.QuotaUpdater.html │   │   │   │   │   │   ├── [6.5K] android.webkit.WebView.html │   │   │   │   │   │   ├── [5.6K] android.widget.AbsListView.html │   │   │   │   │   │   ├── [4.7K] android.widget.FrameLayout.LayoutParams.html │   │   │   │   │   │   ├── [4.7K] android.widget.LinearLayout.LayoutParams.html │   │   │   │   │   │   ├── [5.1K] android.widget.ListPopupWindow.html │   │   │   │   │   │   ├── [4.9K] android.widget.ListView.html │   │   │   │   │   │   ├── [5.2K] android.widget.PopupMenu.html │   │   │   │   │   │   ├── [4.7K] android.widget.PopupWindow.html │   │   │   │   │   │   ├── [4.8K] android.widget.RelativeLayout.LayoutParams.html │   │   │   │   │   │   ├── [4.7K] android.widget.VideoView.html │   │   │   │   │   │   ├── [ 17K] changes-summary.html │   │   │   │   │   │   ├── [ 24K] classes_index_additions.html │   │   │   │   │   │   ├── [ 59K] classes_index_all.html │   │   │   │   │   │   ├── [ 48K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [ 15K] constructors_index_additions.html │   │   │   │   │   │   ├── [ 19K] constructors_index_all.html │   │   │   │   │   │   ├── [3.7K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.5K] constructors_index_removals.html │   │   │   │   │   │   ├── [100K] fields_index_additions.html │   │   │   │   │   │   ├── [101K] fields_index_all.html │   │   │   │   │   │   ├── [4.5K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [4.1K] java.io.Closeable.html │   │   │   │   │   │   ├── [4.2K] java.io.FileInputStream.html │   │   │   │   │   │   ├── [4.2K] java.io.FileOutputStream.html │   │   │   │   │   │   ├── [4.2K] java.io.ObjectInput.html │   │   │   │   │   │   ├── [4.2K] java.io.ObjectOutput.html │   │   │   │   │   │   ├── [4.7K] java.lang.AssertionError.html │   │   │   │   │   │   ├── [4.6K] java.lang.Boolean.html │   │   │   │   │   │   ├── [4.5K] java.lang.Byte.html │   │   │   │   │   │   ├── [6.9K] java.lang.Character.html │   │   │   │   │   │   ├── [ 33K] java.lang.Character.UnicodeBlock.html │   │   │   │   │   │   ├── [4.2K] java.lang.ClassNotFoundException.html │   │   │   │   │   │   ├── [4.2K] java.lang.IllegalAccessException.html │   │   │   │   │   │   ├── [4.2K] java.lang.InstantiationException.html │   │   │   │   │   │   ├── [4.6K] java.lang.Integer.html │   │   │   │   │   │   ├── [4.6K] java.lang.LinkageError.html │   │   │   │   │   │   ├── [4.5K] java.lang.Long.html │   │   │   │   │   │   ├── [4.2K] java.lang.NoSuchFieldException.html │   │   │   │   │   │   ├── [4.2K] java.lang.NoSuchMethodException.html │   │   │   │   │   │   ├── [4.3K] java.lang.reflect.InvocationTargetException.html │   │   │   │   │   │   ├── [5.9K] java.lang.reflect.Modifier.html │   │   │   │   │   │   ├── [4.6K] java.lang.Short.html │   │   │   │   │   │   ├── [4.5K] java.lang.System.html │   │   │   │   │   │   ├── [5.6K] java.lang.Throwable.html │   │   │   │   │   │   ├── [4.2K] java.net.DatagramSocket.html │   │   │   │   │   │   ├── [5.1K] java.net.HttpURLConnection.html │   │   │   │   │   │   ├── [4.6K] java.net.InetAddress.html │   │   │   │   │   │   ├── [4.6K] java.net.InetSocketAddress.html │   │   │   │   │   │   ├── [4.9K] java.net.NetworkInterface.html │   │   │   │   │   │   ├── [4.1K] java.net.ServerSocket.html │   │   │   │   │   │   ├── [4.1K] java.net.Socket.html │   │   │   │   │   │   ├── [4.6K] java.nio.channels.FileLock.html │   │   │   │   │   │   ├── [4.2K] java.nio.channels.Selector.html │   │   │   │   │   │   ├── [4.7K] java.nio.CharBuffer.html │   │   │   │   │   │   ├── [4.2K] java.sql.Connection.html │   │   │   │   │   │   ├── [4.1K] java.sql.ResultSet.html │   │   │   │   │   │   ├── [4.1K] java.sql.Statement.html │   │   │   │   │   │   ├── [6.9K] java.util.BitSet.html │   │   │   │   │   │   ├── [5.3K] java.util.Collections.html │   │   │   │   │   │   ├── [5.2K] java.util.ConcurrentModificationException.html │   │   │   │   │   │   ├── [5.3K] java.util.Currency.html │   │   │   │   │   │   ├── [4.5K] java.util.logging.Logger.html │   │   │   │   │   │   ├── [4.1K] java.util.Scanner.html │   │   │   │   │   │   ├── [5.7K] java.util.zip.Deflater.html │   │   │   │   │   │   ├── [5.7K] java.util.zip.DeflaterOutputStream.html │   │   │   │   │   │   ├── [5.1K] java.util.zip.GZIPOutputStream.html │   │   │   │   │   │   ├── [4.6K] java.util.zip.ZipFile.html │   │   │   │   │   │   ├── [5.3K] javax.crypto.Cipher.html │   │   │   │   │   │   ├── [5.0K] javax.crypto.CipherSpi.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 35K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 84K] methods_index_additions.html │   │   │   │   │   │   ├── [ 94K] methods_index_all.html │   │   │   │   │   │   ├── [ 12K] methods_index_changes.html │   │   │   │   │   │   ├── [3.9K] methods_index_removals.html │   │   │   │   │   │   ├── [5.0K] org.json.JSONArray.html │   │   │   │   │   │   ├── [4.6K] org.json.JSONObject.html │   │   │   │   │   │   ├── [3.2K] packages_index_additions.html │   │   │   │   │   │   ├── [7.8K] packages_index_all.html │   │   │   │   │   │   ├── [7.1K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [5.1K] pkg_android.animation.html │   │   │   │   │   │   ├── [7.4K] pkg_android.app.html │   │   │   │   │   │   ├── [5.1K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [6.6K] pkg_android.content.html │   │   │   │   │   │   ├── [5.0K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.9K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.8K] pkg_android.database.html │   │   │   │   │   │   ├── [5.4K] pkg_android.graphics.drawable.html │   │   │   │   │   │   ├── [6.5K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.8K] pkg_android.hardware.display.html │   │   │   │   │   │   ├── [5.6K] pkg_android.hardware.html │   │   │   │   │   │   ├── [4.7K] pkg_android.html │   │   │   │   │   │   ├── [4.8K] pkg_android.location.html │   │   │   │   │   │   ├── [5.3K] pkg_android.media.audiofx.html │   │   │   │   │   │   ├── [ 11K] pkg_android.media.html │   │   │   │   │   │   ├── [4.5K] pkg_android.net.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.wifi.html │   │   │   │   │   │   ├── [4.8K] pkg_android.nfc.html │   │   │   │   │   │   ├── [4.3K] pkg_android.opengl.html │   │   │   │   │   │   ├── [6.1K] pkg_android.os.html │   │   │   │   │   │   ├── [4.6K] pkg_android.preference.html │   │   │   │   │   │   ├── [ 13K] pkg_android.provider.html │   │   │   │   │   │   ├── [5.6K] pkg_android.renderscript.html │   │   │   │   │   │   ├── [4.6K] pkg_android.security.html │   │   │   │   │   │   ├── [4.4K] pkg_android.speech.tts.html │   │   │   │   │   │   ├── [4.4K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.8K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.4K] pkg_android.text.method.html │   │   │   │   │   │   ├── [5.2K] pkg_android.util.html │   │   │   │   │   │   ├── [7.7K] pkg_android.view.accessibility.html │   │   │   │   │   │   ├── [6.7K] pkg_android.view.html │   │   │   │   │   │   ├── [5.2K] pkg_android.view.inputmethod.html │   │   │   │   │   │   ├── [5.0K] pkg_android.webkit.html │   │   │   │   │   │   ├── [6.1K] pkg_android.widget.html │   │   │   │   │   │   ├── [5.2K] pkg_java.io.html │   │   │   │   │   │   ├── [8.4K] pkg_java.lang.html │   │   │   │   │   │   ├── [4.6K] pkg_java.lang.reflect.html │   │   │   │   │   │   ├── [5.6K] pkg_java.net.html │   │   │   │   │   │   ├── [4.6K] pkg_java.nio.channels.html │   │   │   │   │   │   ├── [4.4K] pkg_java.nio.charset.html │   │   │   │   │   │   ├── [4.3K] pkg_java.nio.html │   │   │   │   │   │   ├── [4.7K] pkg_java.sql.html │   │   │   │   │   │   ├── [5.6K] pkg_java.util.html │   │   │   │   │   │   ├── [4.4K] pkg_java.util.logging.html │   │   │   │   │   │   ├── [5.0K] pkg_java.util.zip.html │   │   │   │   │   │   ├── [5.0K] pkg_javax.crypto.html │   │   │   │   │   │   ├── [4.4K] pkg_javax.crypto.spec.html │   │   │   │   │   │   └── [4.5K] pkg_org.json.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   ├── [4.0K] 20 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [ 36K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 49K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 23K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [2.9K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [4.9K] android.app.Notification.Action.html │   │   │   │   │   │   ├── [7.3K] android.app.Notification.Builder.html │   │   │   │   │   │   ├── [5.7K] android.app.Notification.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.ComponentInfo.html │   │   │   │   │   │   ├── [5.2K] android.content.pm.PackageItemInfo.html │   │   │   │   │   │   ├── [8.2K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [4.6K] android.content.res.Configuration.html │   │   │   │   │   │   ├── [4.7K] android.hardware.display.DisplayManager.html │   │   │   │   │   │   ├── [5.0K] android.hardware.display.VirtualDisplay.html │   │   │   │   │   │   ├── [ 12K] android.hardware.Sensor.html │   │   │   │   │   │   ├── [4.6K] android.hardware.SensorManager.html │   │   │   │   │   │   ├── [4.6K] android.Manifest.permission.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [5.1K] android.os.PowerManager.html │   │   │   │   │   │   ├── [4.8K] android.R.attr.html │   │   │   │   │   │   ├── [4.7K] android.service.notification.StatusBarNotification.html │   │   │   │   │   │   ├── [6.0K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [4.6K] android.util.TypedValue.html │   │   │   │   │   │   ├── [5.9K] android.view.Display.html │   │   │   │   │   │   ├── [5.4K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [4.7K] android.view.ViewConfiguration.html │   │   │   │   │   │   ├── [6.9K] android.view.View.html │   │   │   │   │   │   ├── [4.5K] android.view.Window.html │   │   │   │   │   │   ├── [4.7K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [8.2K] changes-summary.html │   │   │   │   │   │   ├── [5.3K] classes_index_additions.html │   │   │   │   │   │   ├── [ 15K] classes_index_all.html │   │   │   │   │   │   ├── [ 13K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [2.4K] constructors_index_additions.html │   │   │   │   │   │   ├── [2.3K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 14K] fields_index_additions.html │   │   │   │   │   │   ├── [ 15K] fields_index_all.html │   │   │   │   │   │   ├── [2.9K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 12K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 14K] methods_index_additions.html │   │   │   │   │   │   ├── [ 18K] methods_index_all.html │   │   │   │   │   │   ├── [4.9K] methods_index_changes.html │   │   │   │   │   │   ├── [2.8K] methods_index_removals.html │   │   │   │   │   │   ├── [4.7K] org.json.JSONObject.html │   │   │   │   │   │   ├── [2.5K] packages_index_additions.html │   │   │   │   │   │   ├── [3.7K] packages_index_all.html │   │   │   │   │   │   ├── [3.7K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [7.0K] pkg_android.app.html │   │   │   │   │   │   ├── [4.8K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.4K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.6K] pkg_android.hardware.display.html │   │   │   │   │   │   ├── [4.6K] pkg_android.hardware.html │   │   │   │   │   │   ├── [4.5K] pkg_android.html │   │   │   │   │   │   ├── [4.6K] pkg_android.os.html │   │   │   │   │   │   ├── [4.5K] pkg_android.renderscript.html │   │   │   │   │   │   ├── [4.4K] pkg_android.service.notification.html │   │   │   │   │   │   ├── [4.4K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.3K] pkg_android.util.html │   │   │   │   │   │   ├── [6.1K] pkg_android.view.html │   │   │   │   │   │   └── [4.3K] pkg_org.json.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [6.2K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [ 19K] user_comments_for_19_to_20.xml │   │   │   │   ├── [4.0K] 21 │   │   │   │   │   ├── [ 36K] changes │   │   │   │   │   │   ├── [552K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [676K] alldiffs_index_all.html │   │   │   │   │   │   ├── [138K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 18K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [5.7K] android.accessibilityservice.AccessibilityService.html │   │   │   │   │   │   ├── [4.7K] android.accessibilityservice.AccessibilityServiceInfo.html │   │   │   │   │   │   ├── [5.4K] android.accounts.AccountManager.html │   │   │   │   │   │   ├── [4.7K] android.animation.AnimatorInflater.html │   │   │   │   │   │   ├── [ 13K] android.animation.ObjectAnimator.html │   │   │   │   │   │   ├── [ 11K] android.animation.PropertyValuesHolder.html │   │   │   │   │   │   ├── [4.6K] android.animation.RectEvaluator.html │   │   │   │   │   │   ├── [4.6K] android.animation.ValueAnimator.html │   │   │   │   │   │   ├── [ 16K] android.app.ActionBar.html │   │   │   │   │   │   ├── [4.2K] android.app.ActionBar.OnNavigationListener.html │   │   │   │   │   │   ├── [4.1K] android.app.ActionBar.Tab.html │   │   │   │   │   │   ├── [4.1K] android.app.ActionBar.TabListener.html │   │   │   │   │   │   ├── [ 14K] android.app.Activity.html │   │   │   │   │   │   ├── [7.0K] android.app.ActivityManager.html │   │   │   │   │   │   ├── [5.0K] android.app.ActivityManager.RecentTaskInfo.html │   │   │   │   │   │   ├── [4.7K] android.app.ActivityManager.RunningAppProcessInfo.html │   │   │   │   │   │   ├── [5.8K] android.app.ActivityOptions.html │   │   │   │   │   │   ├── [7.6K] android.app.admin.DeviceAdminReceiver.html │   │   │   │   │   │   ├── [ 42K] android.app.admin.DevicePolicyManager.html │   │   │   │   │   │   ├── [5.6K] android.app.AlarmManager.html │   │   │   │   │   │   ├── [4.6K] android.app.AlertDialog.Builder.html │   │   │   │   │   │   ├── [4.9K] android.app.AppOpsManager.html │   │   │   │   │   │   ├── [4.6K] android.app.backup.BackupAgent.html │   │   │   │   │   │   ├── [4.5K] android.app.Dialog.html │   │   │   │   │   │   ├── [4.1K] android.app.FragmentBreadCrumbs.html │   │   │   │   │   │   ├── [ 11K] android.app.Fragment.html │   │   │   │   │   │   ├── [4.7K] android.app.FragmentTransaction.html │   │   │   │   │   │   ├── [6.6K] android.app.Instrumentation.html │   │   │   │   │   │   ├── [4.8K] android.app.KeyguardManager.html │   │   │   │   │   │   ├── [4.8K] android.app.MediaRouteButton.html │   │   │   │   │   │   ├── [8.2K] android.app.Notification.Builder.html │   │   │   │   │   │   ├── [ 16K] android.app.Notification.html │   │   │   │   │   │   ├── [8.6K] android.app.SearchManager.html │   │   │   │   │   │   ├── [6.9K] android.app.UiAutomation.html │   │   │   │   │   │   ├── [4.6K] android.app.UiModeManager.html │   │   │   │   │   │   ├── [4.9K] android.appwidget.AppWidgetHost.html │   │   │   │   │   │   ├── [7.4K] android.appwidget.AppWidgetManager.html │   │   │   │   │   │   ├── [4.7K] android.appwidget.AppWidgetProvider.html │   │   │   │   │   │   ├── [7.1K] android.appwidget.AppWidgetProviderInfo.html │   │   │   │   │   │   ├── [8.1K] android.bluetooth.BluetoothAdapter.html │   │   │   │   │   │   ├── [4.8K] android.bluetooth.BluetoothGattCallback.html │   │   │   │   │   │   ├── [6.6K] android.bluetooth.BluetoothGatt.html │   │   │   │   │   │   ├── [4.8K] android.bluetooth.BluetoothGattServerCallback.html │   │   │   │   │   │   ├── [5.5K] android.content.ContentResolver.html │   │   │   │   │   │   ├── [ 13K] android.content.Context.html │   │   │   │   │   │   ├── [5.3K] android.content.ContextWrapper.html │   │   │   │   │   │   ├── [8.7K] android.content.Intent.html │   │   │   │   │   │   ├── [8.8K] android.content.pm.ActivityInfo.html │   │   │   │   │   │   ├── [6.0K] android.content.pm.ApplicationInfo.html │   │   │   │   │   │   ├── [5.0K] android.content.pm.InstrumentationInfo.html │   │   │   │   │   │   ├── [6.4K] android.content.pm.PackageInfo.html │   │   │   │   │   │   ├── [ 14K] android.content.pm.PackageManager.html │   │   │   │   │   │   ├── [4.6K] android.content.pm.PermissionInfo.html │   │   │   │   │   │   ├── [4.5K] android.content.res.AssetManager.AssetInputStream.html │   │   │   │   │   │   ├── [4.2K] android.content.res.AssetManager.html │   │   │   │   │   │   ├── [4.6K] android.content.res.ColorStateList.html │   │   │   │   │   │   ├── [5.2K] android.content.res.Resources.html │   │   │   │   │   │   ├── [5.0K] android.content.res.Resources.Theme.html │   │   │   │   │   │   ├── [6.7K] android.content.RestrictionEntry.html │   │   │   │   │   │   ├── [5.0K] android.content.res.TypedArray.html │   │   │   │   │   │   ├── [4.8K] android.gesture.GestureOverlayView.html │   │   │   │   │   │   ├── [5.1K] android.graphics.BitmapFactory.Options.html │   │   │   │   │   │   ├── [ 10K] android.graphics.Canvas.html │   │   │   │   │   │   ├── [5.2K] android.graphics.drawable.Drawable.ConstantState.html │   │   │   │   │   │   ├── [ 10K] android.graphics.drawable.Drawable.html │   │   │   │   │   │   ├── [6.1K] android.graphics.drawable.GradientDrawable.html │   │   │   │   │   │   ├── [5.9K] android.graphics.drawable.LayerDrawable.html │   │   │   │   │   │   ├── [9.2K] android.graphics.drawable.RotateDrawable.html │   │   │   │   │   │   ├── [4.7K] android.graphics.drawable.shapes.Shape.html │   │   │   │   │   │   ├── [4.9K] android.graphics.ImageFormat.html │   │   │   │   │   │   ├── [4.1K] android.graphics.LayerRasterizer.html │   │   │   │   │   │   ├── [4.5K] android.graphics.Matrix.html │   │   │   │   │   │   ├── [7.4K] android.graphics.Paint.html │   │   │   │   │   │   ├── [7.3K] android.graphics.Path.html │   │   │   │   │   │   ├── [4.1K] android.graphics.Rasterizer.html │   │   │   │   │   │   ├── [4.8K] android.graphics.SurfaceTexture.html │   │   │   │   │   │   ├── [4.1K] android.hardware.Camera.Area.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.AutoFocusCallback.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.AutoFocusMoveCallback.html │   │   │   │   │   │   ├── [4.1K] android.hardware.Camera.CameraInfo.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.ErrorCallback.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.FaceDetectionListener.html │   │   │   │   │   │   ├── [4.1K] android.hardware.Camera.Face.html │   │   │   │   │   │   ├── [4.1K] android.hardware.Camera.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.OnZoomChangeListener.html │   │   │   │   │   │   ├── [4.1K] android.hardware.Camera.Parameters.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.PictureCallback.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.PreviewCallback.html │   │   │   │   │   │   ├── [4.2K] android.hardware.Camera.ShutterCallback.html │   │   │   │   │   │   ├── [4.1K] android.hardware.Camera.Size.html │   │   │   │   │   │   ├── [5.6K] android.hardware.display.DisplayManager.html │   │   │   │   │   │   ├── [4.7K] android.hardware.display.VirtualDisplay.html │   │   │   │   │   │   ├── [6.8K] android.hardware.Sensor.html │   │   │   │   │   │   ├── [4.7K] android.hardware.SensorManager.html │   │   │   │   │   │   ├── [5.2K] android.hardware.usb.UsbDeviceConnection.html │   │   │   │   │   │   ├── [6.0K] android.hardware.usb.UsbDevice.html │   │   │   │   │   │   ├── [4.9K] android.hardware.usb.UsbInterface.html │   │   │   │   │   │   ├── [4.8K] android.inputmethodservice.ExtractEditText.html │   │   │   │   │   │   ├── [6.4K] android.inputmethodservice.InputMethodService.html │   │   │   │   │   │   ├── [4.9K] android.inputmethodservice.InputMethodService.InputMethodSessionImpl.html │   │   │   │   │   │   ├── [4.8K] android.inputmethodservice.KeyboardView.html │   │   │   │   │   │   ├── [4.7K] android.location.SettingInjectorService.html │   │   │   │   │   │   ├── [7.3K] android.Manifest.permission.html │   │   │   │   │   │   ├── [7.4K] android.media.AudioFormat.html │   │   │   │   │   │   ├── [7.5K] android.media.audiofx.Virtualizer.html │   │   │   │   │   │   ├── [ 12K] android.media.AudioManager.html │   │   │   │   │   │   ├── [7.5K] android.media.AudioTrack.html │   │   │   │   │   │   ├── [7.1K] android.media.CamcorderProfile.html │   │   │   │   │   │   ├── [4.9K] android.media.Image.html │   │   │   │   │   │   ├── [4.7K] android.media.MediaCodec.CryptoException.html │   │   │   │   │   │   ├── [ 12K] android.media.MediaCodec.html │   │   │   │   │   │   ├── [9.0K] android.media.MediaCodecInfo.CodecCapabilities.html │   │   │   │   │   │   ├── [ 15K] android.media.MediaCodecInfo.CodecProfileLevel.html │   │   │   │   │   │   ├── [7.7K] android.media.MediaCodecList.html │   │   │   │   │   │   ├── [4.8K] android.media.MediaDrm.html │   │   │   │   │   │   ├── [ 18K] android.media.MediaFormat.html │   │   │   │   │   │   ├── [4.1K] android.media.MediaMetadataEditor.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaMuxer.OutputFormat.html │   │   │   │   │   │   ├── [6.2K] android.media.MediaPlayer.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaPlayer.TrackInfo.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.AudioEncoder.html │   │   │   │   │   │   ├── [5.2K] android.media.MediaRecorder.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.OutputFormat.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.VideoEncoder.html │   │   │   │   │   │   ├── [4.6K] android.media.MediaRecorder.VideoSource.html │   │   │   │   │   │   ├── [4.5K] android.media.Rating.html │   │   │   │   │   │   ├── [4.6K] android.media.RemoteControlClient.html │   │   │   │   │   │   ├── [4.2K] android.media.RemoteControlClient.MetadataEditor.html │   │   │   │   │   │   ├── [4.1K] android.media.RemoteController.html │   │   │   │   │   │   ├── [6.0K] android.media.Ringtone.html │   │   │   │   │   │   ├── [4.7K] android.media.SoundPool.html │   │   │   │   │   │   ├── [ 13K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [4.8K] android.net.http.X509TrustManagerExtensions.html │   │   │   │   │   │   ├── [5.5K] android.net.nsd.NsdServiceInfo.html │   │   │   │   │   │   ├── [4.5K] android.net.Proxy.html │   │   │   │   │   │   ├── [6.2K] android.net.VpnService.Builder.html │   │   │   │   │   │   ├── [4.6K] android.net.wifi.WifiConfiguration.html │   │   │   │   │   │   ├── [4.9K] android.net.wifi.WifiEnterpriseConfig.Eap.html │   │   │   │   │   │   ├── [5.0K] android.net.wifi.WifiInfo.html │   │   │   │   │   │   ├── [9.2K] android.net.wifi.WifiManager.html │   │   │   │   │   │   ├── [4.5K] android.net.wifi.WpsInfo.html │   │   │   │   │   │   ├── [7.8K] android.nfc.cardemulation.CardEmulation.html │   │   │   │   │   │   ├── [4.7K] android.nfc.NdefRecord.html │   │   │   │   │   │   ├── [4.6K] android.nfc.NfcAdapter.html │   │   │   │   │   │   ├── [6.2K] android.opengl.EGLObjectHandle.html │   │   │   │   │   │   ├── [5.5K] android.opengl.GLES20.html │   │   │   │   │   │   ├── [6.9K] android.os.BatteryManager.html │   │   │   │   │   │   ├── [6.0K] android.os.Build.html │   │   │   │   │   │   ├── [4.8K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [ 20K] android.os.Bundle.html │   │   │   │   │   │   ├── [4.7K] android.os.Debug.html │   │   │   │   │   │   ├── [6.0K] android.os.Environment.html │   │   │   │   │   │   ├── [4.5K] android.os.Message.html │   │   │   │   │   │   ├── [7.1K] android.os.Parcel.html │   │   │   │   │   │   ├── [7.1K] android.os.PowerManager.html │   │   │   │   │   │   ├── [4.6K] android.os.PowerManager.WakeLock.html │   │   │   │   │   │   ├── [ 12K] android.os.UserManager.html │   │   │   │   │   │   ├── [6.4K] android.os.Vibrator.html │   │   │   │   │   │   ├── [4.8K] android.preference.CheckBoxPreference.html │   │   │   │   │   │   ├── [5.2K] android.preference.DialogPreference.html │   │   │   │   │   │   ├── [4.8K] android.preference.EditTextPreference.html │   │   │   │   │   │   ├── [5.3K] android.preference.ListPreference.html │   │   │   │   │   │   ├── [5.4K] android.preference.MultiSelectListPreference.html │   │   │   │   │   │   ├── [4.8K] android.preference.PreferenceCategory.html │   │   │   │   │   │   ├── [4.8K] android.preference.PreferenceGroup.html │   │   │   │   │   │   ├── [4.8K] android.preference.Preference.html │   │   │   │   │   │   ├── [4.8K] android.preference.RingtonePreference.html │   │   │   │   │   │   ├── [4.8K] android.preference.SwitchPreference.html │   │   │   │   │   │   ├── [4.8K] android.preference.TwoStatePreference.html │   │   │   │   │   │   ├── [4.6K] android.printservice.PrintService.html │   │   │   │   │   │   ├── [ 10K] android.provider.CallLog.Calls.html │   │   │   │   │   │   ├── [5.7K] android.provider.ContactsContract.CommonDataKinds.Contactables.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Email.html │   │   │   │   │   │   ├── [6.3K] android.provider.ContactsContract.CommonDataKinds.Event.html │   │   │   │   │   │   ├── [5.7K] android.provider.ContactsContract.CommonDataKinds.GroupMembership.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Identity.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Im.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Nickname.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Note.html │   │   │   │   │   │   ├── [5.7K] android.provider.ContactsContract.CommonDataKinds.Organization.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Phone.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Photo.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Relation.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.SipAddress.html │   │   │   │   │   │   ├── [6.1K] android.provider.ContactsContract.CommonDataKinds.StructuredName.html │   │   │   │   │   │   ├── [5.7K] android.provider.ContactsContract.CommonDataKinds.StructuredPostal.html │   │   │   │   │   │   ├── [5.6K] android.provider.ContactsContract.CommonDataKinds.Website.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.ContactOptionsColumns.html │   │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.ContactsColumns.html │   │   │   │   │   │   ├── [4.3K] android.provider.ContactsContract.Contacts.Entity.html │   │   │   │   │   │   ├── [6.8K] android.provider.ContactsContract.Contacts.html │   │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.Contacts.StreamItems.html │   │   │   │   │   │   ├── [4.6K] android.provider.ContactsContract.DataColumns.html │   │   │   │   │   │   ├── [5.4K] android.provider.ContactsContract.Data.html │   │   │   │   │   │   ├── [5.0K] android.provider.ContactsContract.GroupsColumns.html │   │   │   │   │   │   ├── [5.7K] android.provider.ContactsContract.html │   │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.PhoneLookup.html │   │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.QuickContact.html │   │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.RawContactsColumns.html │   │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.RawContacts.StreamItems.html │   │   │   │   │   │   ├── [7.9K] android.provider.ContactsContract.StreamItemPhotosColumns.html │   │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.StreamItemPhotos.html │   │   │   │   │   │   ├── [ 12K] android.provider.ContactsContract.StreamItemsColumns.html │   │   │   │   │   │   ├── [6.9K] android.provider.ContactsContract.StreamItems.html │   │   │   │   │   │   ├── [5.8K] android.provider.ContactsContract.StreamItems.StreamItemPhotos.html │   │   │   │   │   │   ├── [4.7K] android.provider.DocumentsContract.Document.html │   │   │   │   │   │   ├── [7.3K] android.provider.DocumentsContract.html │   │   │   │   │   │   ├── [4.6K] android.provider.DocumentsContract.Root.html │   │   │   │   │   │   ├── [6.6K] android.provider.DocumentsProvider.html │   │   │   │   │   │   ├── [4.6K] android.provider.MediaStore.Audio.Media.html │   │   │   │   │   │   ├── [5.3K] android.provider.MediaStore.html │   │   │   │   │   │   ├── [4.7K] android.provider.Settings.Global.html │   │   │   │   │   │   ├── [6.0K] android.provider.Settings.html │   │   │   │   │   │   ├── [5.6K] android.provider.Settings.Secure.html │   │   │   │   │   │   ├── [4.7K] android.provider.Settings.System.html │   │   │   │   │   │   ├── [5.0K] android.provider.Telephony.BaseMmsColumns.html │   │   │   │   │   │   ├── [4.6K] android.provider.Telephony.TextBasedSmsColumns.html │   │   │   │   │   │   ├── [4.6K] android.provider.Telephony.ThreadsColumns.html │   │   │   │   │   │   ├── [4.6K] android.provider.VoicemailContract.Voicemails.html │   │   │   │   │   │   ├── [ 62K] android.R.attr.html │   │   │   │   │   │   ├── [6.9K] android.renderscript.Allocation.html │   │   │   │   │   │   ├── [6.0K] android.renderscript.RenderScript.html │   │   │   │   │   │   ├── [5.2K] android.renderscript.ScriptC.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.ScriptIntrinsic3DLUT.html │   │   │   │   │   │   ├── [ 14K] android.renderscript.ScriptIntrinsicBlend.html │   │   │   │   │   │   ├── [4.8K] android.renderscript.ScriptIntrinsicBlur.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.ScriptIntrinsicColorMatrix.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.ScriptIntrinsicConvolve3x3.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.ScriptIntrinsicConvolve5x5.html │   │   │   │   │   │   ├── [5.4K] android.renderscript.ScriptIntrinsicHistogram.html │   │   │   │   │   │   ├── [4.9K] android.renderscript.ScriptIntrinsicLUT.html │   │   │   │   │   │   ├── [5.9K] android.renderscript.Type.html │   │   │   │   │   │   ├── [5.1K] android.R.id.html │   │   │   │   │   │   ├── [5.2K] android.R.interpolator.html │   │   │   │   │   │   ├── [ 93K] android.R.style.html │   │   │   │   │   │   ├── [4.9K] android.service.dreams.DreamService.html │   │   │   │   │   │   ├── [ 15K] android.service.notification.NotificationListenerService.html │   │   │   │   │   │   ├── [5.6K] android.service.notification.StatusBarNotification.html │   │   │   │   │   │   ├── [4.8K] android.service.wallpaper.WallpaperService.Engine.html │   │   │   │   │   │   ├── [5.3K] android.speech.tts.SynthesisCallback.html │   │   │   │   │   │   ├── [6.2K] android.speech.tts.SynthesisRequest.html │   │   │   │   │   │   ├── [6.9K] android.speech.tts.TextToSpeech.Engine.html │   │   │   │   │   │   ├── [ 18K] android.speech.tts.TextToSpeech.html │   │   │   │   │   │   ├── [6.0K] android.speech.tts.TextToSpeechService.html │   │   │   │   │   │   ├── [5.5K] android.speech.tts.UtteranceProgressListener.html │   │   │   │   │   │   ├── [4.7K] android.telephony.PhoneNumberFormattingTextWatcher.html │   │   │   │   │   │   ├── [ 11K] android.telephony.PhoneNumberUtils.html │   │   │   │   │   │   ├── [ 20K] android.telephony.SmsManager.html │   │   │   │   │   │   ├── [7.6K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [5.3K] android.test.mock.MockContext.html │   │   │   │   │   │   ├── [6.8K] android.test.mock.MockPackageManager.html │   │   │   │   │   │   ├── [4.6K] android.text.InputFilter.LengthFilter.html │   │   │   │   │   │   ├── [4.8K] android.text.SpannableStringBuilder.html │   │   │   │   │   │   ├── [4.7K] android.transition.AutoTransition.html │   │   │   │   │   │   ├── [5.3K] android.transition.ChangeBounds.html │   │   │   │   │   │   ├── [4.7K] android.transition.Fade.html │   │   │   │   │   │   ├── [5.3K] android.transition.Scene.html │   │   │   │   │   │   ├── [ 12K] android.transition.Transition.html │   │   │   │   │   │   ├── [5.6K] android.transition.TransitionSet.html │   │   │   │   │   │   ├── [7.6K] android.transition.Visibility.html │   │   │   │   │   │   ├── [4.6K] android.util.ArrayMap.html │   │   │   │   │   │   ├── [4.5K] android.util.DisplayMetrics.html │   │   │   │   │   │   ├── [4.5K] android.util.LruCache.html │   │   │   │   │   │   ├── [5.5K] android.util.Patterns.html │   │   │   │   │   │   ├── [4.7K] android.view.accessibility.AccessibilityEvent.html │   │   │   │   │   │   ├── [6.7K] android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.html │   │   │   │   │   │   ├── [5.4K] android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.html │   │   │   │   │   │   ├── [ 11K] android.view.accessibility.AccessibilityNodeInfo.html │   │   │   │   │   │   ├── [4.7K] android.view.accessibility.AccessibilityNodeProvider.html │   │   │   │   │   │   ├── [8.0K] android.view.accessibility.CaptioningManager.CaptionStyle.html │   │   │   │   │   │   ├── [6.4K] android.view.Display.html │   │   │   │   │   │   ├── [4.6K] android.view.HapticFeedbackConstants.html │   │   │   │   │   │   ├── [5.0K] android.view.InputDevice.html │   │   │   │   │   │   ├── [4.7K] android.view.inputmethod.BaseInputConnection.html │   │   │   │   │   │   ├── [5.6K] android.view.inputmethod.InputConnection.html │   │   │   │   │   │   ├── [4.7K] android.view.inputmethod.InputConnectionWrapper.html │   │   │   │   │   │   ├── [6.1K] android.view.inputmethod.InputMethodManager.html │   │   │   │   │   │   ├── [4.8K] android.view.inputmethod.InputMethodSession.html │   │   │   │   │   │   ├── [ 16K] android.view.KeyEvent.html │   │   │   │   │   │   ├── [4.6K] android.view.MotionEvent.html │   │   │   │   │   │   ├── [4.7K] android.view.SurfaceView.html │   │   │   │   │   │   ├── [5.3K] android.view.textservice.TextInfo.html │   │   │   │   │   │   ├── [4.7K] android.view.TextureView.html │   │   │   │   │   │   ├── [ 10K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [ 20K] android.view.View.html │   │   │   │   │   │   ├── [7.5K] android.view.ViewParent.html │   │   │   │   │   │   ├── [5.7K] android.view.ViewPropertyAnimator.html │   │   │   │   │   │   ├── [4.7K] android.view.ViewStub.html │   │   │   │   │   │   ├── [ 19K] android.view.Window.html │   │   │   │   │   │   ├── [7.1K] android.view.WindowInsets.html │   │   │   │   │   │   ├── [5.4K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [8.4K] android.webkit.CookieManager.html │   │   │   │   │   │   ├── [6.2K] android.webkit.CookieSyncManager.html │   │   │   │   │   │   ├── [5.9K] android.webkit.WebChromeClient.html │   │   │   │   │   │   ├── [7.2K] android.webkit.WebResourceResponse.html │   │   │   │   │   │   ├── [6.2K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [4.1K] android.webkit.WebSyncManager.html │   │   │   │   │   │   ├── [7.5K] android.webkit.WebViewClient.html │   │   │   │   │   │   ├── [7.2K] android.webkit.WebView.html │   │   │   │   │   │   ├── [6.0K] android.widget.AbsListView.html │   │   │   │   │   │   ├── [4.8K] android.widget.AbsoluteLayout.html │   │   │   │   │   │   ├── [7.1K] android.widget.AbsSeekBar.html │   │   │   │   │   │   ├── [4.7K] android.widget.AbsSpinner.html │   │   │   │   │   │   ├── [4.8K] android.widget.AdapterViewAnimator.html │   │   │   │   │   │   ├── [5.3K] android.widget.AdapterViewFlipper.html │   │   │   │   │   │   ├── [4.7K] android.widget.AdapterView.html │   │   │   │   │   │   ├── [4.7K] android.widget.AnalogClock.html │   │   │   │   │   │   ├── [4.8K] android.widget.AutoCompleteTextView.html │   │   │   │   │   │   ├── [4.7K] android.widget.Button.html │   │   │   │   │   │   ├── [4.8K] android.widget.CalendarView.html │   │   │   │   │   │   ├── [4.7K] android.widget.CheckBox.html │   │   │   │   │   │   ├── [6.5K] android.widget.CheckedTextView.html │   │   │   │   │   │   ├── [4.7K] android.widget.Chronometer.html │   │   │   │   │   │   ├── [6.5K] android.widget.CompoundButton.html │   │   │   │   │   │   ├── [5.6K] android.widget.DatePicker.html │   │   │   │   │   │   ├── [5.6K] android.widget.EdgeEffect.html │   │   │   │   │   │   ├── [4.7K] android.widget.EditText.html │   │   │   │   │   │   ├── [4.8K] android.widget.ExpandableListView.html │   │   │   │   │   │   ├── [6.5K] android.widget.FrameLayout.html │   │   │   │   │   │   ├── [4.7K] android.widget.Gallery.html │   │   │   │   │   │   ├── [6.6K] android.widget.GridLayout.html │   │   │   │   │   │   ├── [4.7K] android.widget.GridView.html │   │   │   │   │   │   ├── [4.8K] android.widget.HorizontalScrollView.html │   │   │   │   │   │   ├── [4.7K] android.widget.ImageButton.html │   │   │   │   │   │   ├── [6.4K] android.widget.ImageView.html │   │   │   │   │   │   ├── [4.8K] android.widget.LinearLayout.html │   │   │   │   │   │   ├── [5.5K] android.widget.ListView.html │   │   │   │   │   │   ├── [4.8K] android.widget.MultiAutoCompleteTextView.html │   │   │   │   │   │   ├── [4.8K] android.widget.NumberPicker.html │   │   │   │   │   │   ├── [4.9K] android.widget.PopupWindow.html │   │   │   │   │   │   ├── [ 12K] android.widget.ProgressBar.html │   │   │   │   │   │   ├── [5.4K] android.widget.QuickContactBadge.html │   │   │   │   │   │   ├── [4.7K] android.widget.RadioButton.html │   │   │   │   │   │   ├── [4.7K] android.widget.RatingBar.html │   │   │   │   │   │   ├── [4.8K] android.widget.RelativeLayout.html │   │   │   │   │   │   ├── [4.7K] android.widget.ScrollView.html │   │   │   │   │   │   ├── [5.2K] android.widget.SearchView.html │   │   │   │   │   │   ├── [4.7K] android.widget.SeekBar.html │   │   │   │   │   │   ├── [4.8K] android.widget.SlidingDrawer.html │   │   │   │   │   │   ├── [4.7K] android.widget.Space.html │   │   │   │   │   │   ├── [4.7K] android.widget.Spinner.html │   │   │   │   │   │   ├── [4.7K] android.widget.StackView.html │   │   │   │   │   │   ├── [6.2K] android.widget.Switch.html │   │   │   │   │   │   ├── [5.2K] android.widget.TabHost.html │   │   │   │   │   │   ├── [4.7K] android.widget.TabWidget.html │   │   │   │   │   │   ├── [4.7K] android.widget.TextClock.html │   │   │   │   │   │   ├── [8.3K] android.widget.TextView.html │   │   │   │   │   │   ├── [4.7K] android.widget.TimePicker.html │   │   │   │   │   │   ├── [4.8K] android.widget.ToggleButton.html │   │   │   │   │   │   ├── [4.8K] android.widget.TwoLineListItem.html │   │   │   │   │   │   ├── [5.4K] android.widget.VideoView.html │   │   │   │   │   │   ├── [4.7K] android.widget.ZoomButton.html │   │   │   │   │   │   ├── [ 22K] changes-summary.html │   │   │   │   │   │   ├── [ 37K] classes_index_additions.html │   │   │   │   │   │   ├── [ 88K] classes_index_all.html │   │   │   │   │   │   ├── [ 70K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [ 51K] constructors_index_additions.html │   │   │   │   │   │   ├── [ 52K] constructors_index_all.html │   │   │   │   │   │   ├── [3.5K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.8K] constructors_index_removals.html │   │   │   │   │   │   ├── [235K] fields_index_additions.html │   │   │   │   │   │   ├── [251K] fields_index_all.html │   │   │   │   │   │   ├── [ 30K] fields_index_changes.html │   │   │   │   │   │   ├── [3.2K] fields_index_removals.html │   │   │   │   │   │   ├── [4.7K] java.util.concurrent.locks.AbstractQueuedLongSynchronizer.html │   │   │   │   │   │   ├── [4.7K] java.util.concurrent.locks.AbstractQueuedSynchronizer.html │   │   │   │   │   │   ├── [5.1K] java.util.concurrent.ScheduledThreadPoolExecutor.html │   │   │   │   │   │   ├── [8.5K] java.util.Locale.html │   │   │   │   │   │   ├── [ 16K] java.util.zip.ZipEntry.html │   │   │   │   │   │   ├── [ 16K] java.util.zip.ZipFile.html │   │   │   │   │   │   ├── [ 16K] java.util.zip.ZipInputStream.html │   │   │   │   │   │   ├── [ 16K] java.util.zip.ZipOutputStream.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 63K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [215K] methods_index_additions.html │   │   │   │   │   │   ├── [251K] methods_index_all.html │   │   │   │   │   │   ├── [ 39K] methods_index_changes.html │   │   │   │   │   │   ├── [ 15K] methods_index_removals.html │   │   │   │   │   │   ├── [4.2K] packages_index_additions.html │   │   │   │   │   │   ├── [ 10K] packages_index_all.html │   │   │   │   │   │   ├── [8.3K] packages_index_changes.html │   │   │   │   │   │   ├── [2.6K] packages_index_removals.html │   │   │   │   │   │   ├── [4.7K] pkg_android.accessibilityservice.html │   │   │   │   │   │   ├── [4.4K] pkg_android.accounts.html │   │   │   │   │   │   ├── [7.1K] pkg_android.animation.html │   │   │   │   │   │   ├── [4.6K] pkg_android.app.admin.html │   │   │   │   │   │   ├── [4.4K] pkg_android.app.backup.html │   │   │   │   │   │   ├── [ 11K] pkg_android.app.html │   │   │   │   │   │   ├── [5.1K] pkg_android.appwidget.html │   │   │   │   │   │   ├── [5.1K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [5.6K] pkg_android.content.html │   │   │   │   │   │   ├── [8.2K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [5.5K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.4K] pkg_android.gesture.html │   │   │   │   │   │   ├── [6.6K] pkg_android.graphics.drawable.html │   │   │   │   │   │   ├── [4.4K] pkg_android.graphics.drawable.shapes.html │   │   │   │   │   │   ├── [6.4K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.7K] pkg_android.graphics.pdf.html │   │   │   │   │   │   ├── [5.1K] pkg_android.hardware.display.html │   │   │   │   │   │   ├── [7.9K] pkg_android.hardware.html │   │   │   │   │   │   ├── [5.2K] pkg_android.hardware.usb.html │   │   │   │   │   │   ├── [5.5K] pkg_android.html │   │   │   │   │   │   ├── [5.2K] pkg_android.inputmethodservice.html │   │   │   │   │   │   ├── [4.4K] pkg_android.location.html │   │   │   │   │   │   ├── [4.4K] pkg_android.media.audiofx.html │   │   │   │   │   │   ├── [ 15K] pkg_android.media.html │   │   │   │   │   │   ├── [8.2K] pkg_android.net.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.http.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.nsd.html │   │   │   │   │   │   ├── [5.7K] pkg_android.net.wifi.html │   │   │   │   │   │   ├── [4.4K] pkg_android.nfc.cardemulation.html │   │   │   │   │   │   ├── [4.5K] pkg_android.nfc.html │   │   │   │   │   │   ├── [5.5K] pkg_android.opengl.html │   │   │   │   │   │   ├── [7.2K] pkg_android.os.html │   │   │   │   │   │   ├── [6.7K] pkg_android.preference.html │   │   │   │   │   │   ├── [4.4K] pkg_android.printservice.html │   │   │   │   │   │   ├── [ 19K] pkg_android.provider.html │   │   │   │   │   │   ├── [6.9K] pkg_android.renderscript.html │   │   │   │   │   │   ├── [4.4K] pkg_android.service.dreams.html │   │   │   │   │   │   ├── [5.5K] pkg_android.service.notification.html │   │   │   │   │   │   ├── [4.4K] pkg_android.service.wallpaper.html │   │   │   │   │   │   ├── [6.0K] pkg_android.speech.tts.html │   │   │   │   │   │   ├── [5.5K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.6K] pkg_android.test.mock.html │   │   │   │   │   │   ├── [4.6K] pkg_android.text.html │   │   │   │   │   │   ├── [8.7K] pkg_android.text.style.html │   │   │   │   │   │   ├── [9.3K] pkg_android.transition.html │   │   │   │   │   │   ├── [8.1K] pkg_android.util.html │   │   │   │   │   │   ├── [6.6K] pkg_android.view.accessibility.html │   │   │   │   │   │   ├── [4.4K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [8.8K] pkg_android.view.html │   │   │   │   │   │   ├── [6.1K] pkg_android.view.inputmethod.html │   │   │   │   │   │   ├── [4.4K] pkg_android.view.textservice.html │   │   │   │   │   │   ├── [7.2K] pkg_android.webkit.html │   │   │   │   │   │   ├── [ 17K] pkg_android.widget.html │   │   │   │   │   │   ├── [8.0K] pkg_java.util.concurrent.html │   │   │   │   │   │   ├── [4.7K] pkg_java.util.concurrent.locks.html │   │   │   │   │   │   ├── [5.0K] pkg_java.util.html │   │   │   │   │   │   └── [5.0K] pkg_java.util.zip.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   ├── [170K] missingSinces.txt │   │   │   │   │   ├── [1.7K] stylesheet-jdiff.css │   │   │   │   │   └── [394K] user_comments_for_20_to_21.xml │   │   │   │   ├── [4.0K] 22 │   │   │   │   │   ├── [ 40K] changes │   │   │   │   │   │   ├── [ 54K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [174K] alldiffs_index_all.html │   │   │   │   │   │   ├── [132K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [ 12K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [6.7K] android.accounts.AccountManager.html │   │   │   │   │   │   ├── [5.0K] android.animation.StateListAnimator.html │   │   │   │   │   │   ├── [4.6K] android.animation.ValueAnimator.html │   │   │   │   │   │   ├── [4.5K] android.app.Activity.html │   │   │   │   │   │   ├── [6.9K] android.app.admin.DevicePolicyManager.html │   │   │   │   │   │   ├── [4.6K] android.app.KeyguardManager.html │   │   │   │   │   │   ├── [6.9K] android.app.Notification.Action.WearableExtender.html │   │   │   │   │   │   ├── [6.8K] android.app.Notification.WearableExtender.html │   │   │   │   │   │   ├── [4.8K] android.bluetooth.BluetoothGattServerCallback.html │   │   │   │   │   │   ├── [4.9K] android.content.Context.html │   │   │   │   │   │   ├── [6.6K] android.content.Intent.html │   │   │   │   │   │   ├── [4.9K] android.content.pm.PackageInfo.html │   │   │   │   │   │   ├── [4.7K] android.content.pm.PackageItemInfo.html │   │   │   │   │   │   ├── [5.2K] android.content.res.Resources.html │   │   │   │   │   │   ├── [4.6K] android.content.res.TypedArray.html │   │   │   │   │   │   ├── [4.6K] android.graphics.Outline.html │   │   │   │   │   │   ├── [5.5K] android.hardware.camera2.CameraMetadata.html │   │   │   │   │   │   ├── [4.6K] android.Manifest.permission.html │   │   │   │   │   │   ├── [4.9K] android.media.MediaDrm.html │   │   │   │   │   │   ├── [4.6K] android.media.session.MediaSession.html │   │   │   │   │   │   ├── [4.7K] android.media.session.PlaybackState.Builder.html │   │   │   │   │   │   ├── [4.6K] android.media.session.PlaybackState.html │   │   │   │   │   │   ├── [6.3K] android.media.tv.TvContract.Programs.Genres.html │   │   │   │   │   │   ├── [6.0K] android.net.ConnectivityManager.html │   │   │   │   │   │   ├── [5.3K] android.net.http.AndroidHttpClient.html │   │   │   │   │   │   ├── [4.6K] android.net.Network.html │   │   │   │   │   │   ├── [4.1K] android.net.ProxyInfo.html │   │   │   │   │   │   ├── [4.8K] android.net.SSLCertificateSocketFactory.html │   │   │   │   │   │   ├── [4.7K] android.net.VpnService.Builder.html │   │   │   │   │   │   ├── [4.6K] android.net.VpnService.html │   │   │   │   │   │   ├── [6.2K] android.os.BaseBundle.html │   │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   │   ├── [6.8K] android.os.Bundle.html │   │   │   │   │   │   ├── [4.9K] android.os.Message.html │   │   │   │   │   │   ├── [4.9K] android.os.UserManager.html │   │   │   │   │   │   ├── [5.0K] android.provider.Settings.html │   │   │   │   │   │   ├── [4.6K] android.provider.Telephony.BaseMmsColumns.html │   │   │   │   │   │   ├── [4.6K] android.provider.Telephony.Carriers.html │   │   │   │   │   │   ├── [4.7K] android.provider.Telephony.MmsSms.PendingMessages.html │   │   │   │   │   │   ├── [4.7K] android.provider.Telephony.TextBasedSmsColumns.html │   │   │   │   │   │   ├── [6.4K] android.R.attr.html │   │   │   │   │   │   ├── [4.9K] android.R.style.html │   │   │   │   │   │   ├── [7.1K] android.telephony.SmsManager.html │   │   │   │   │   │   ├── [6.8K] android.telephony.TelephonyManager.html │   │   │   │   │   │   ├── [6.8K] android.text.format.DateFormat.html │   │   │   │   │   │   ├── [4.1K] android.text.format.Time.html │   │   │   │   │   │   ├── [4.6K] android.transition.ChangeBounds.html │   │   │   │   │   │   ├── [4.5K] android.util.DisplayMetrics.html │   │   │   │   │   │   ├── [4.1K] android.util.FloatMath.html │   │   │   │   │   │   ├── [5.3K] android.util.TypedValue.html │   │   │   │   │   │   ├── [6.9K] android.view.accessibility.AccessibilityNodeInfo.html │   │   │   │   │   │   ├── [4.7K] android.view.accessibility.AccessibilityWindowInfo.html │   │   │   │   │   │   ├── [4.4K] android.view.animation.AccelerateDecelerateInterpolator.html │   │   │   │   │   │   ├── [4.4K] android.view.animation.AccelerateInterpolator.html │   │   │   │   │   │   ├── [4.4K] android.view.animation.AnticipateInterpolator.html │   │   │   │   │   │   ├── [4.4K] android.view.animation.AnticipateOvershootInterpolator.html │   │   │   │   │   │   ├── [4.3K] android.view.animation.BounceInterpolator.html │   │   │   │   │   │   ├── [4.3K] android.view.animation.CycleInterpolator.html │   │   │   │   │   │   ├── [4.4K] android.view.animation.DecelerateInterpolator.html │   │   │   │   │   │   ├── [4.3K] android.view.animation.LinearInterpolator.html │   │   │   │   │   │   ├── [4.4K] android.view.animation.OvershootInterpolator.html │   │   │   │   │   │   ├── [4.3K] android.view.animation.PathInterpolator.html │   │   │   │   │   │   ├── [4.8K] android.view.ViewGroup.html │   │   │   │   │   │   ├── [6.6K] android.view.View.html │   │   │   │   │   │   ├── [4.8K] android.view.ViewParent.html │   │   │   │   │   │   ├── [5.9K] android.view.Window.html │   │   │   │   │   │   ├── [5.0K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   │   ├── [ 12K] android.webkit.CookieManager.html │   │   │   │   │   │   ├── [7.2K] android.webkit.WebBackForwardList.html │   │   │   │   │   │   ├── [7.1K] android.webkit.WebHistoryItem.html │   │   │   │   │   │   ├── [7.6K] android.webkit.WebIconDatabase.html │   │   │   │   │   │   ├── [ 43K] android.webkit.WebSettings.html │   │   │   │   │   │   ├── [7.4K] android.webkit.WebViewDatabase.html │   │   │   │   │   │   ├── [4.7K] android.widget.PopupMenu.html │   │   │   │   │   │   ├── [5.0K] android.widget.PopupWindow.html │   │   │   │   │   │   ├── [5.1K] android.widget.RemoteViews.html │   │   │   │   │   │   ├── [ 19K] changes-summary.html │   │   │   │   │   │   ├── [3.3K] classes_index_additions.html │   │   │   │   │   │   ├── [ 77K] classes_index_all.html │   │   │   │   │   │   ├── [ 76K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [4.5K] constructors_index_additions.html │   │   │   │   │   │   ├── [4.5K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 23K] fields_index_additions.html │   │   │   │   │   │   ├── [ 30K] fields_index_all.html │   │   │   │   │   │   ├── [2.7K] fields_index_changes.html │   │   │   │   │   │   ├── [8.9K] fields_index_removals.html │   │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   │   ├── [ 81K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.6K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 26K] methods_index_additions.html │   │   │   │   │   │   ├── [ 58K] methods_index_all.html │   │   │   │   │   │   ├── [ 34K] methods_index_changes.html │   │   │   │   │   │   ├── [3.7K] methods_index_removals.html │   │   │   │   │   │   ├── [4.1K] org.apache.commons.logging.Log.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.AuthenticationException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.AUTH.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.AuthSchemeFactory.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.AuthScheme.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.AuthSchemeRegistry.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.AuthScope.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.AuthState.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.BasicUserPrincipal.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.Credentials.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.InvalidCredentialsException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.MalformedChallengeException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.NTCredentials.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.NTUserPrincipal.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.params.AuthParamBean.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.auth.params.AuthParams.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.params.AuthPNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.auth.UsernamePasswordCredentials.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.AuthenticationHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.CircularRedirectException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.ClientProtocolException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.client.CookieStore.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.CredentialsProvider.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.entity.UrlEncodedFormEntity.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.client.HttpClient.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.HttpRequestRetryHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.HttpResponseException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.AbortableHttpRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpDelete.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpEntityEnclosingRequestBase.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.client.methods.HttpGet.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpHead.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpOptions.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpPost.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.client.methods.HttpPut.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpRequestBase.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpTrace.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.methods.HttpUriRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.NonRepeatableRequestException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.params.AllClientPNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.params.AuthPolicy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.params.ClientParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.params.ClientPNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.params.CookiePolicy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.params.HttpClientParams.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.protocol.ClientContextConfigurer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.protocol.ClientContext.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.protocol.RequestAddCookies.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.protocol.RequestDefaultHeaders.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.protocol.RequestProxyAuthentication.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.protocol.RequestTargetAuthentication.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.protocol.ResponseProcessCookies.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.RedirectException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.RedirectHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.RequestDirector.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.ResponseHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.UserTokenHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.utils.CloneUtils.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.client.utils.URIUtils.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.client.utils.URLEncodedUtils.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.BasicEofSensorWatcher.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.BasicManagedEntity.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ClientConnectionManagerFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ClientConnectionManager.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ClientConnectionOperator.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ClientConnectionRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ConnectionKeepAliveStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ConnectionPoolTimeoutException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ConnectionReleaseTrigger.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ConnectTimeoutException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.ConnectionClosedException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.ConnectionReuseStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.EofSensorInputStream.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.EofSensorWatcher.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.HttpHostConnectException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ManagedClientConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.MultihomePlainSocketFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.OperatedClientConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnConnectionParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnConnectionPNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnManagerParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnManagerParams.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnManagerPNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnPerRouteBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnPerRoute.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnRouteParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnRouteParams.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.params.ConnRoutePNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.routing.BasicRouteDirector.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.routing.HttpRouteDirector.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.conn.routing.HttpRoute.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.routing.HttpRoutePlanner.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.routing.RouteInfo.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.routing.RouteTracker.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.scheme.HostNameResolver.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.scheme.LayeredSocketFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.scheme.PlainSocketFactory.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.conn.scheme.Scheme.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.scheme.SchemeRegistry.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.scheme.SocketFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ssl.AbstractVerifier.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ssl.AllowAllHostnameVerifier.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ssl.BrowserCompatHostnameVerifier.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ssl.SSLSocketFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ssl.StrictHostnameVerifier.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.ssl.X509HostnameVerifier.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.conn.util.InetAddressUtils.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.cookie.ClientCookie.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.CookieAttributeHandler.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.cookie.Cookie.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.CookieIdentityComparator.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.cookie.CookieOrigin.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.CookiePathComparator.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.CookieSpecFactory.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.cookie.CookieSpec.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.CookieSpecRegistry.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.MalformedCookieException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.params.CookieSpecParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.cookie.params.CookieSpecPNames.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.cookie.SetCookie2.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.cookie.SetCookie.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.cookie.SM.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.entity.AbstractHttpEntity.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.entity.BasicHttpEntity.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.entity.BufferedHttpEntity.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.entity.ByteArrayEntity.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.entity.ContentLengthStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.entity.ContentProducer.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.entity.EntityTemplate.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.entity.FileEntity.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.entity.HttpEntityWrapper.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.entity.InputStreamEntity.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.entity.SerializableEntity.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.entity.StringEntity.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.FormattedHeader.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HeaderElement.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.HeaderElementIterator.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.Header.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HeaderIterator.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpClientConnection.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.HttpConnectionMetrics.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.HttpEntityEnclosingRequest.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpEntity.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpHost.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpInetConnection.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpMessage.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpRequestFactory.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.HttpRequestInterceptor.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpResponseFactory.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpResponse.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.HttpResponseInterceptor.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpServerConnection.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpStatus.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.HttpVersion.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.AbstractHttpClientConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.AbstractHttpServerConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.auth.AuthSchemeBase.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.auth.BasicSchemeFactory.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.impl.auth.BasicScheme.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.auth.DigestSchemeFactory.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.impl.auth.DigestScheme.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.auth.NTLMEngineException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.impl.auth.NTLMEngine.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.impl.auth.NTLMScheme.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.auth.RFC2617Scheme.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.auth.UnsupportedDigestAlgorithmException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.AbstractAuthenticationHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.AbstractHttpClient.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.BasicCookieStore.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.BasicCredentialsProvider.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.BasicResponseHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.ClientParamsStack.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultHttpClient.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultHttpRequestRetryHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultProxyAuthenticationHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultRedirectHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultRequestDirector.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultTargetAuthenticationHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.DefaultUserTokenHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.EntityEnclosingRequestWrapper.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.RedirectLocations.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.RequestWrapper.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.RoutedRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.client.TunnelRefusedException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.AbstractClientConnAdapter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.AbstractPooledConnAdapter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.AbstractPoolEntry.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.DefaultClientConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.DefaultClientConnectionOperator.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.DefaultHttpRoutePlanner.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.DefaultResponseParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.IdleConnectionHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.LoggingSessionInputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.LoggingSessionOutputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.ProxySelectorRoutePlanner.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.SingleClientConnManager.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.AbstractConnPool.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.BasicPoolEntry.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.BasicPoolEntryRef.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.ConnPoolByRoute.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.PoolEntryRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.RefQueueHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.RefQueueWorker.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.RouteSpecificPool.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.WaitingThreadAborter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.conn.tsccm.WaitingThread.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.impl.conn.Wire.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.AbstractCookieAttributeHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.AbstractCookieSpec.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicClientCookie2.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicClientCookie.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicCommentHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicDomainHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicExpiresHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicMaxAgeHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicPathHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BasicSecureHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BestMatchSpecFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BestMatchSpec.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BrowserCompatSpecFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.BrowserCompatSpec.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.CookieSpecBase.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.DateParseException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.impl.cookie.DateUtils.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.NetscapeDomainHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.NetscapeDraftHeaderParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.NetscapeDraftSpecFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.NetscapeDraftSpec.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2109DomainHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2109SpecFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2109Spec.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2109VersionHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2965DomainAttributeHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2965PortAttributeHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2965SpecFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2965Spec.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.cookie.RFC2965VersionAttributeHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.DefaultConnectionReuseStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.DefaultHttpClientConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.DefaultHttpRequestFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.DefaultHttpResponseFactory.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.DefaultHttpServerConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.EnglishReasonPhraseCatalog.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.entity.EntityDeserializer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.entity.EntitySerializer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.entity.LaxContentLengthStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.entity.StrictContentLengthStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.HttpConnectionMetricsImpl.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.AbstractMessageParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.AbstractMessageWriter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.AbstractSessionInputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.AbstractSessionOutputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.ChunkedInputStream.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.ChunkedOutputStream.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.ContentLengthInputStream.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.ContentLengthOutputStream.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.HttpRequestParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.HttpRequestWriter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.HttpResponseParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.HttpResponseWriter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.HttpTransportMetricsImpl.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.IdentityInputStream.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.IdentityOutputStream.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.SocketInputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.io.SocketOutputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.NoConnectionReuseStrategy.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.SocketHttpClientConnection.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.impl.SocketHttpServerConnection.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.io.HttpMessageParser.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.io.HttpMessageWriter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.io.HttpTransportMetrics.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.io.SessionInputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.io.SessionOutputBuffer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.MalformedChunkCodingException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.AbstractHttpMessage.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHeaderElement.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHeaderElementIterator.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.message.BasicHeader.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHeaderIterator.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHeaderValueFormatter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHeaderValueParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHttpEntityEnclosingRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHttpRequest.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicHttpResponse.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicLineFormatter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicLineParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicListHeaderIterator.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicNameValuePair.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicRequestLine.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicStatusLine.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.BasicTokenIterator.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.message.BufferedHeader.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.message.HeaderGroup.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.HeaderValueFormatter.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.HeaderValueParser.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.message.LineFormatter.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.message.LineParser.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.message.ParserCursor.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.MethodNotSupportedException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.NameValuePair.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.NoHttpResponseException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.AbstractHttpParams.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.params.BasicHttpParams.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.CoreConnectionPNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.CoreProtocolPNames.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.DefaultedHttpParams.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.HttpAbstractParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.HttpConnectionParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.HttpConnectionParams.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.params.HttpParams.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.HttpProtocolParamBean.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.params.HttpProtocolParams.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.ParseException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.BasicHttpContext.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.BasicHttpProcessor.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.DefaultedHttpContext.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.ProtocolException.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.ExecutionContext.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.protocol.HttpContext.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpDateGenerator.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpExpectationVerifier.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.protocol.HTTP.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpProcessor.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpRequestExecutor.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpRequestHandler.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpRequestHandlerRegistry.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpRequestHandlerResolver.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpRequestInterceptorList.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.HttpResponseInterceptorList.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.protocol.HttpService.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.RequestConnControl.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.RequestContent.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.protocol.RequestDate.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.RequestExpectContinue.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.RequestTargetHost.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.RequestUserAgent.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.ResponseConnControl.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.ResponseContent.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.protocol.ResponseDate.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.ResponseServer.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.SyncBasicHttpContext.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.protocol.UriPatternMatcher.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.ProtocolVersion.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.ReasonPhraseCatalog.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.RequestLine.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.StatusLine.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.TokenIterator.html │   │   │   │   │   │   ├── [4.2K] org.apache.http.UnsupportedHttpVersionException.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.util.ByteArrayBuffer.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.util.CharArrayBuffer.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.util.EncodingUtils.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.util.EntityUtils.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.util.ExceptionUtils.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.util.LangUtils.html │   │   │   │   │   │   ├── [4.1K] org.apache.http.util.VersionInfo.html │   │   │   │   │   │   ├── [2.6K] packages_index_additions.html │   │   │   │   │   │   ├── [8.9K] packages_index_all.html │   │   │   │   │   │   ├── [8.8K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [4.4K] pkg_android.accounts.html │   │   │   │   │   │   ├── [4.6K] pkg_android.animation.html │   │   │   │   │   │   ├── [4.4K] pkg_android.app.admin.html │   │   │   │   │   │   ├── [5.1K] pkg_android.app.html │   │   │   │   │   │   ├── [4.4K] pkg_android.bluetooth.html │   │   │   │   │   │   ├── [4.5K] pkg_android.content.html │   │   │   │   │   │   ├── [4.6K] pkg_android.content.pm.html │   │   │   │   │   │   ├── [4.6K] pkg_android.content.res.html │   │   │   │   │   │   ├── [4.4K] pkg_android.graphics.html │   │   │   │   │   │   ├── [4.4K] pkg_android.hardware.camera2.html │   │   │   │   │   │   ├── [4.7K] pkg_android.html │   │   │   │   │   │   ├── [4.3K] pkg_android.media.html │   │   │   │   │   │   ├── [4.8K] pkg_android.media.session.html │   │   │   │   │   │   ├── [4.4K] pkg_android.media.tv.html │   │   │   │   │   │   ├── [5.4K] pkg_android.net.html │   │   │   │   │   │   ├── [4.4K] pkg_android.net.http.html │   │   │   │   │   │   ├── [5.1K] pkg_android.os.html │   │   │   │   │   │   ├── [5.4K] pkg_android.provider.html │   │   │   │   │   │   ├── [5.7K] pkg_android.telephony.html │   │   │   │   │   │   ├── [4.6K] pkg_android.text.format.html │   │   │   │   │   │   ├── [4.4K] pkg_android.transition.html │   │   │   │   │   │   ├── [4.8K] pkg_android.util.html │   │   │   │   │   │   ├── [4.7K] pkg_android.view.accessibility.html │   │   │   │   │   │   ├── [7.1K] pkg_android.view.animation.html │   │   │   │   │   │   ├── [5.2K] pkg_android.view.html │   │   │   │   │   │   ├── [5.4K] pkg_android.webkit.html │   │   │   │   │   │   ├── [4.8K] pkg_android.widget.html │   │   │   │   │   │   ├── [4.4K] pkg_org.apache.commons.logging.html │   │   │   │   │   │   ├── [7.4K] pkg_org.apache.http.auth.html │   │   │   │   │   │   ├── [4.9K] pkg_org.apache.http.auth.params.html │   │   │   │   │   │   ├── [4.4K] pkg_org.apache.http.client.entity.html │   │   │   │   │   │   ├── [7.6K] pkg_org.apache.http.client.html │   │   │   │   │   │   ├── [6.7K] pkg_org.apache.http.client.methods.html │   │   │   │   │   │   ├── [5.6K] pkg_org.apache.http.client.params.html │   │   │   │   │   │   ├── [6.0K] pkg_org.apache.http.client.protocol.html │   │   │   │   │   │   ├── [4.9K] pkg_org.apache.http.client.utils.html │   │   │   │   │   │   ├── [8.2K] pkg_org.apache.http.conn.html │   │   │   │   │   │   ├── [6.6K] pkg_org.apache.http.conn.params.html │   │   │   │   │   │   ├── [5.6K] pkg_org.apache.http.conn.routing.html │   │   │   │   │   │   ├── [5.6K] pkg_org.apache.http.conn.scheme.html │   │   │   │   │   │   ├── [5.7K] pkg_org.apache.http.conn.ssl.html │   │   │   │   │   │   ├── [4.4K] pkg_org.apache.http.conn.util.html │   │   │   │   │   │   ├── [7.2K] pkg_org.apache.http.cookie.html │   │   │   │   │   │   ├── [4.7K] pkg_org.apache.http.cookie.params.html │   │   │   │   │   │   ├── [7.0K] pkg_org.apache.http.entity.html │   │   │   │   │   │   ├── [ 13K] pkg_org.apache.http.html │   │   │   │   │   │   ├── [6.5K] pkg_org.apache.http.impl.auth.html │   │   │   │   │   │   ├── [9.0K] pkg_org.apache.http.impl.client.html │   │   │   │   │   │   ├── [7.4K] pkg_org.apache.http.impl.conn.html │   │   │   │   │   │   ├── [7.1K] pkg_org.apache.http.impl.conn.tsccm.html │   │   │   │   │   │   ├── [ 12K] pkg_org.apache.http.impl.cookie.html │   │   │   │   │   │   ├── [5.2K] pkg_org.apache.http.impl.entity.html │   │   │   │   │   │   ├── [7.3K] pkg_org.apache.http.impl.html │   │   │   │   │   │   ├── [8.3K] pkg_org.apache.http.impl.io.html │   │   │   │   │   │   ├── [5.4K] pkg_org.apache.http.io.html │   │   │   │   │   │   ├── [9.9K] pkg_org.apache.http.message.html │   │   │   │   │   │   ├── [6.8K] pkg_org.apache.http.params.html │   │   │   │   │   │   ├── [ 11K] pkg_org.apache.http.protocol.html │   │   │   │   │   │   └── [5.7K] pkg_org.apache.http.util.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   └── [4.0K] 23 │   │   │   │   ├── [ 24K] changes │   │   │   │   │   ├── [305K] alldiffs_index_additions.html │   │   │   │   │   ├── [447K] alldiffs_index_all.html │   │   │   │   │   ├── [125K] alldiffs_index_changes.html │   │   │   │   │   ├── [ 62K] alldiffs_index_removals.html │   │   │   │   │   ├── [4.7K] android.accounts.AbstractAccountAuthenticator.html │   │   │   │   │   ├── [7.2K] android.accounts.AccountManager.html │   │   │   │   │   ├── [ 10K] android.app.Activity.html │   │   │   │   │   ├── [7.5K] android.app.ActivityManager.html │   │   │   │   │   ├── [5.4K] android.app.ActivityManager.RecentTaskInfo.html │   │   │   │   │   ├── [5.1K] android.app.ActivityManager.RunningAppProcessInfo.html │   │   │   │   │   ├── [6.5K] android.app.ActivityOptions.html │   │   │   │   │   ├── [6.0K] android.app.admin.DeviceAdminReceiver.html │   │   │   │   │   ├── [ 21K] android.app.admin.DevicePolicyManager.html │   │   │   │   │   ├── [5.3K] android.app.AlarmManager.html │   │   │   │   │   ├── [4.8K] android.app.AlertDialog.Builder.html │   │   │   │   │   ├── [6.3K] android.app.AlertDialog.html │   │   │   │   │   ├── [ 14K] android.app.AppOpsManager.html │   │   │   │   │   ├── [5.5K] android.app.Dialog.html │   │   │   │   │   ├── [8.6K] android.app.Fragment.html │   │   │   │   │   ├── [5.1K] android.app.Instrumentation.html │   │   │   │   │   ├── [4.6K] android.app.KeyguardManager.html │   │   │   │   │   ├── [5.7K] android.app.Notification.Action.Builder.html │   │   │   │   │   ├── [5.9K] android.app.Notification.Action.html │   │   │   │   │   ├── [4.8K] android.app.Notification.BigPictureStyle.html │   │   │   │   │   ├── [5.9K] android.app.Notification.Builder.html │   │   │   │   │   ├── [6.9K] android.app.Notification.html │   │   │   │   │   ├── [9.9K] android.app.NotificationManager.html │   │   │   │   │   ├── [5.5K] android.app.PendingIntent.html │   │   │   │   │   ├── [5.0K] android.app.SharedElementCallback.html │   │   │   │   │   ├── [4.6K] android.app.usage.UsageEvents.Event.html │   │   │   │   │   ├── [4.7K] android.app.usage.UsageStatsManager.html │   │   │   │   │   ├── [4.6K] android.app.WallpaperManager.html │   │   │   │   │   ├── [6.0K] android.bluetooth.BluetoothDevice.html │   │   │   │   │   ├── [4.6K] android.bluetooth.BluetoothProfile.html │   │   │   │   │   ├── [6.5K] android.bluetooth.BluetoothSocket.html │   │   │   │   │   ├── [5.5K] android.bluetooth.le.ScanSettings.Builder.html │   │   │   │   │   ├── [7.2K] android.bluetooth.le.ScanSettings.html │   │   │   │   │   ├── [5.0K] android.content.AbstractThreadedSyncAdapter.html │   │   │   │   │   ├── [5.2K] android.content.ComponentName.html │   │   │   │   │   ├── [5.7K] android.content.ContentProviderOperation.html │   │   │   │   │   ├── [8.2K] android.content.Context.html │   │   │   │   │   ├── [ 12K] android.content.ContextWrapper.html │   │   │   │   │   ├── [7.3K] android.content.Intent.html │   │   │   │   │   ├── [5.4K] android.content.pm.ApplicationInfo.html │   │   │   │   │   ├── [4.5K] android.content.pm.PackageInfo.html │   │   │   │   │   ├── [7.0K] android.content.pm.PackageManager.html │   │   │   │   │   ├── [7.9K] android.content.pm.PermissionInfo.html │   │   │   │   │   ├── [6.3K] android.content.res.ColorStateList.html │   │   │   │   │   ├── [6.2K] android.content.res.Configuration.html │   │   │   │   │   ├── [6.6K] android.content.res.Resources.html │   │   │   │   │   ├── [4.7K] android.content.res.Resources.Theme.html │   │   │   │   │   ├── [7.0K] android.content.RestrictionEntry.html │   │   │   │   │   ├── [4.8K] android.content.RestrictionsManager.html │   │   │   │   │   ├── [6.8K] android.database.AbstractCursor.html │   │   │   │   │   ├── [4.6K] android.database.Cursor.html │   │   │   │   │   ├── [5.6K] android.database.CursorWrapper.html │   │   │   │   │   ├── [5.6K] android.graphics.Canvas.html │   │   │   │   │   ├── [6.4K] android.graphics.drawable.AnimatedVectorDrawable.html │   │   │   │   │   ├── [9.2K] android.graphics.drawable.ClipDrawable.html │   │   │   │   │   ├── [6.8K] android.graphics.drawable.Drawable.html │   │   │   │   │   ├── [9.8K] android.graphics.drawable.InsetDrawable.html │   │   │   │   │   ├── [ 17K] android.graphics.drawable.LayerDrawable.html │   │   │   │   │   ├── [5.5K] android.graphics.drawable.RippleDrawable.html │   │   │   │   │   ├── [ 11K] android.graphics.drawable.RotateDrawable.html │   │   │   │   │   ├── [9.8K] android.graphics.drawable.ScaleDrawable.html │   │   │   │   │   ├── [6.8K] android.graphics.ImageFormat.html │   │   │   │   │   ├── [6.9K] android.graphics.Paint.html │   │   │   │   │   ├── [5.1K] android.hardware.camera2.CameraAccessException.html │   │   │   │   │   ├── [5.5K] android.hardware.camera2.CameraCaptureSession.html │   │   │   │   │   ├── [5.0K] android.hardware.camera2.CameraCaptureSession.StateCallback.html │   │   │   │   │   ├── [ 10K] android.hardware.camera2.CameraCharacteristics.html │   │   │   │   │   ├── [6.4K] android.hardware.camera2.CameraDevice.html │   │   │   │   │   ├── [5.8K] android.hardware.camera2.CameraManager.html │   │   │   │   │   ├── [ 10K] android.hardware.camera2.CameraMetadata.html │   │   │   │   │   ├── [6.0K] android.hardware.camera2.CaptureRequest.html │   │   │   │   │   ├── [7.0K] android.hardware.camera2.CaptureResult.html │   │   │   │   │   ├── [6.1K] android.hardware.camera2.params.StreamConfigurationMap.html │   │   │   │   │   ├── [4.6K] android.hardware.Camera.html │   │   │   │   │   ├── [4.6K] android.hardware.usb.UsbDevice.html │   │   │   │   │   ├── [ 11K] android.Manifest.permission_group.html │   │   │   │   │   ├── [ 15K] android.Manifest.permission.html │   │   │   │   │   ├── [5.8K] android.media.AsyncPlayer.html │   │   │   │   │   ├── [4.7K] android.media.AudioFormat.Builder.html │   │   │   │   │   ├── [6.7K] android.media.AudioFormat.html │   │   │   │   │   ├── [10.0K] android.media.AudioManager.html │   │   │   │   │   ├── [9.7K] android.media.AudioRecord.html │   │   │   │   │   ├── [9.2K] android.media.AudioTrack.html │   │   │   │   │   ├── [4.8K] android.media.browse.MediaBrowser.html │   │   │   │   │   ├── [5.6K] android.media.ExifInterface.html │   │   │   │   │   ├── [4.6K] android.media.Image.html │   │   │   │   │   ├── [5.5K] android.media.MediaCodec.CodecException.html │   │   │   │   │   ├── [4.7K] android.media.MediaCodec.CryptoException.html │   │   │   │   │   ├── [6.5K] android.media.MediaCodec.html │   │   │   │   │   ├── [ 25K] android.media.MediaCodecInfo.CodecCapabilities.html │   │   │   │   │   ├── [8.0K] android.media.MediaCodecInfo.CodecProfileLevel.html │   │   │   │   │   ├── [4.8K] android.media.MediaCodecInfo.VideoCapabilities.html │   │   │   │   │   ├── [4.6K] android.media.MediaCrypto.html │   │   │   │   │   ├── [4.7K] android.media.MediaDescription.Builder.html │   │   │   │   │   ├── [4.6K] android.media.MediaDescription.html │   │   │   │   │   ├── [6.5K] android.media.MediaDrm.html │   │   │   │   │   ├── [5.8K] android.media.MediaDrm.KeyRequest.html │   │   │   │   │   ├── [4.7K] android.media.MediaExtractor.html │   │   │   │   │   ├── [6.5K] android.media.MediaFormat.html │   │   │   │   │   ├── [5.3K] android.media.MediaMetadataRetriever.html │   │   │   │   │   ├── [7.1K] android.media.MediaPlayer.html │   │   │   │   │   ├── [4.7K] android.media.MediaPlayer.TrackInfo.html │   │   │   │   │   ├── [4.7K] android.media.MediaRecorder.html │   │   │   │   │   ├── [4.8K] android.media.session.MediaController.TransportControls.html │   │   │   │   │   ├── [4.8K] android.media.session.MediaSession.Callback.html │   │   │   │   │   ├── [4.7K] android.media.session.PlaybackState.html │   │   │   │   │   ├── [4.6K] android.media.tv.TvContentRating.html │   │   │   │   │   ├── [7.7K] android.media.tv.TvContract.Channels.html │   │   │   │   │   ├── [6.2K] android.media.tv.TvContract.Programs.html │   │   │   │   │   ├── [6.5K] android.media.tv.TvInputManager.html │   │   │   │   │   ├── [8.1K] android.media.tv.TvInputService.Session.html │   │   │   │   │   ├── [5.1K] android.media.tv.TvTrackInfo.Builder.html │   │   │   │   │   ├── [5.0K] android.media.tv.TvTrackInfo.html │   │   │   │   │   ├── [6.2K] android.media.tv.TvView.html │   │   │   │   │   ├── [4.8K] android.media.tv.TvView.TvInputCallback.html │   │   │   │   │   ├── [ 13K] android.net.ConnectivityManager.html │   │   │   │   │   ├── [4.6K] android.net.IpPrefix.html │   │   │   │   │   ├── [5.0K] android.net.NetworkCapabilities.html │   │   │   │   │   ├── [5.4K] android.net.Network.html │   │   │   │   │   ├── [4.6K] android.net.Proxy.html │   │   │   │   │   ├── [4.2K] android.net.ProxyInfo.html │   │   │   │   │   ├── [4.7K] android.net.SSLCertificateSocketFactory.html │   │   │   │   │   ├── [8.5K] android.net.wifi.ScanResult.html │   │   │   │   │   ├── [5.5K] android.net.wifi.WifiConfiguration.html │   │   │   │   │   ├── [4.7K] android.net.wifi.WifiEnterpriseConfig.Eap.html │   │   │   │   │   ├── [8.4K] android.net.wifi.WifiEnterpriseConfig.html │   │   │   │   │   ├── [4.6K] android.net.wifi.WifiManager.html │   │   │   │   │   ├── [4.9K] android.nfc.NfcEvent.html │   │   │   │   │   ├── [5.8K] android.os.BatteryManager.html │   │   │   │   │   ├── [4.6K] android.os.Build.VERSION_CODES.html │   │   │   │   │   ├── [5.2K] android.os.Build.VERSION.html │   │   │   │   │   ├── [4.7K] android.os.DeadObjectException.html │   │   │   │   │   ├── [ 14K] android.os.Debug.html │   │   │   │   │   ├── [4.2K] android.os.Debug.InstructionCount.html │   │   │   │   │   ├── [5.0K] android.os.Debug.MemoryInfo.html │   │   │   │   │   ├── [4.6K] android.os.Environment.html │   │   │   │   │   ├── [4.9K] android.os.Looper.html │   │   │   │   │   ├── [5.7K] android.os.MessageQueue.html │   │   │   │   │   ├── [5.0K] android.os.Parcel.html │   │   │   │   │   ├── [5.5K] android.os.PowerManager.html │   │   │   │   │   ├── [4.6K] android.os.Process.html │   │   │   │   │   ├── [4.5K] android.os.RecoverySystem.html │   │   │   │   │   ├── [5.1K] android.os.StrictMode.ThreadPolicy.Builder.html │   │   │   │   │   ├── [5.1K] android.os.StrictMode.VmPolicy.Builder.html │   │   │   │   │   ├── [4.7K] android.os.TransactionTooLargeException.html │   │   │   │   │   ├── [7.1K] android.os.UserManager.html │   │   │   │   │   ├── [4.7K] android.print.PrintAttributes.Builder.html │   │   │   │   │   ├── [5.8K] android.print.PrintAttributes.html │   │   │   │   │   ├── [4.8K] android.print.PrinterCapabilitiesInfo.Builder.html │   │   │   │   │   ├── [4.7K] android.print.PrinterCapabilitiesInfo.html │   │   │   │   │   ├── [4.7K] android.printservice.PrintService.html │   │   │   │   │   ├── [7.4K] android.provider.AlarmClock.html │   │   │   │   │   ├── [ 12K] android.provider.Browser.html │   │   │   │   │   ├── [4.6K] android.provider.CallLog.Calls.html │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.CommonDataKinds.Email.html │   │   │   │   │   ├── [4.7K] android.provider.ContactsContract.Contacts.html │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.DataColumns.html │   │   │   │   │   ├── [4.8K] android.provider.ContactsContract.DisplayNameSources.html │   │   │   │   │   ├── [5.1K] android.provider.ContactsContract.Intents.Insert.html │   │   │   │   │   ├── [6.6K] android.provider.ContactsContract.QuickContact.html │   │   │   │   │   ├── [5.0K] android.provider.DocumentsContract.html │   │   │   │   │   ├── [4.7K] android.provider.MediaStore.html │   │   │   │   │   ├── [4.7K] android.provider.Settings.Global.html │   │   │   │   │   ├── [ 10K] android.provider.Settings.html │   │   │   │   │   ├── [5.6K] android.provider.Settings.Secure.html │   │   │   │   │   ├── [7.6K] android.provider.Settings.System.html │   │   │   │   │   ├── [5.3K] android.provider.Telephony.Threads.html │   │   │   │   │   ├── [5.1K] android.provider.VoicemailContract.Status.html │   │   │   │   │   ├── [5.8K] android.provider.VoicemailContract.Voicemails.html │   │   │   │   │   ├── [ 21K] android.R.attr.html │   │   │   │   │   ├── [5.3K] android.renderscript.AllocationAdapter.html │   │   │   │   │   ├── [ 14K] android.renderscript.Allocation.html │   │   │   │   │   ├── [5.9K] android.renderscript.Element.html │   │   │   │   │   ├── [5.6K] android.renderscript.RenderScript.html │   │   │   │   │   ├── [4.2K] android.renderscript.ScriptGroup.Builder.html │   │   │   │   │   ├── [6.7K] android.renderscript.ScriptGroup.html │   │   │   │   │   ├── [6.0K] android.renderscript.Script.html │   │   │   │   │   ├── [8.0K] android.R.id.html │   │   │   │   │   ├── [4.6K] android.R.string.html │   │   │   │   │   ├── [6.0K] android.R.style.html │   │   │   │   │   ├── [5.7K] android.security.KeyChain.html │   │   │   │   │   ├── [4.2K] android.security.KeyPairGeneratorSpec.Builder.html │   │   │   │   │   ├── [4.2K] android.security.KeyPairGeneratorSpec.html │   │   │   │   │   ├── [4.2K] android.security.KeyStoreParameter.Builder.html │   │   │   │   │   ├── [4.2K] android.security.KeyStoreParameter.html │   │   │   │   │   ├── [ 12K] android.service.carrier.CarrierMessagingService.html │   │   │   │   │   ├── [5.2K] android.service.dreams.DreamService.html │   │   │   │   │   ├── [4.9K] android.service.media.MediaBrowserService.html │   │   │   │   │   ├── [5.8K] android.service.notification.NotificationListenerService.html │   │   │   │   │   ├── [6.4K] android.service.voice.VoiceInteractionService.html │   │   │   │   │   ├── [ 22K] android.service.voice.VoiceInteractionSession.html │   │   │   │   │   ├── [4.7K] android.speech.RecognitionService.Callback.html │   │   │   │   │   ├── [4.6K] android.speech.RecognizerIntent.html │   │   │   │   │   ├── [4.8K] android.speech.tts.UtteranceProgressListener.html │   │   │   │   │   ├── [7.1K] android.system.OsConstants.html │   │   │   │   │   ├── [ 17K] android.telecom.TelecomManager.html │   │   │   │   │   ├── [6.1K] android.telephony.CellSignalStrength.html │   │   │   │   │   ├── [6.1K] android.telephony.PhoneNumberUtils.html │   │   │   │   │   ├── [4.6K] android.telephony.SignalStrength.html │   │   │   │   │   ├── [4.7K] android.telephony.SmsManager.html │   │   │   │   │   ├── [5.5K] android.telephony.SmsMessage.html │   │   │   │   │   ├── [8.3K] android.telephony.TelephonyManager.html │   │   │   │   │   ├── [5.1K] android.test.mock.MockContext.html │   │   │   │   │   ├── [5.6K] android.test.mock.MockCursor.html │   │   │   │   │   ├── [6.1K] android.test.mock.MockPackageManager.html │   │   │   │   │   ├── [6.3K] android.text.Layout.html │   │   │   │   │   ├── [4.7K] android.text.SpannableStringBuilder.html │   │   │   │   │   ├── [4.8K] android.transition.Transition.html │   │   │   │   │   ├── [4.7K] android.transition.TransitionManager.html │   │   │   │   │   ├── [5.0K] android.util.ArrayMap.html │   │   │   │   │   ├── [4.9K] android.util.DisplayMetrics.html │   │   │   │   │   ├── [4.6K] android.util.EventLog.html │   │   │   │   │   ├── [6.1K] android.util.FloatMath.html │   │   │   │   │   ├── [5.1K] android.view.accessibility.AccessibilityEvent.html │   │   │   │   │   ├── [7.4K] android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.html │   │   │   │   │   ├── [6.1K] android.view.accessibility.AccessibilityNodeInfo.html │   │   │   │   │   ├── [7.1K] android.view.ActionMode.html │   │   │   │   │   ├── [4.8K] android.view.ContextThemeWrapper.html │   │   │   │   │   ├── [6.2K] android.view.Display.html │   │   │   │   │   ├── [5.2K] android.view.GestureDetector.html │   │   │   │   │   ├── [4.9K] android.view.GestureDetector.SimpleOnGestureListener.html │   │   │   │   │   ├── [4.6K] android.view.HapticFeedbackConstants.html │   │   │   │   │   ├── [5.1K] android.view.InputDevice.html │   │   │   │   │   ├── [7.0K] android.view.KeyEvent.html │   │   │   │   │   ├── [6.1K] android.view.MotionEvent.html │   │   │   │   │   ├── [5.1K] android.view.ScaleGestureDetector.html │   │   │   │   │   ├── [4.6K] android.view.Surface.html │   │   │   │   │   ├── [4.7K] android.view.ViewConfiguration.html │   │   │   │   │   ├── [8.4K] android.view.ViewGroup.html │   │   │   │   │   ├── [ 17K] android.view.View.html │   │   │   │   │   ├── [4.8K] android.view.ViewParent.html │   │   │   │   │   ├── [5.2K] android.view.Window.Callback.html │   │   │   │   │   ├── [5.3K] android.view.WindowManager.LayoutParams.html │   │   │   │   │   ├── [4.6K] android.webkit.PermissionRequest.html │   │   │   │   │   ├── [5.0K] android.webkit.WebSettings.html │   │   │   │   │   ├── [7.1K] android.webkit.WebViewClient.html │   │   │   │   │   ├── [7.5K] android.webkit.WebView.html │   │   │   │   │   ├── [5.1K] android.widget.ActionMenuView.html │   │   │   │   │   ├── [4.2K] android.widget.AnalogClock.html │   │   │   │   │   ├── [5.2K] android.widget.ArrayAdapter.html │   │   │   │   │   ├── [ 11K] android.widget.CalendarView.html │   │   │   │   │   ├── [4.6K] android.widget.CompoundButton.html │   │   │   │   │   ├── [5.2K] android.widget.CursorAdapter.html │   │   │   │   │   ├── [9.0K] android.widget.FrameLayout.html │   │   │   │   │   ├── [4.7K] android.widget.ImageView.html │   │   │   │   │   ├── [4.7K] android.widget.ListPopupWindow.html │   │   │   │   │   ├── [4.9K] android.widget.PopupMenu.html │   │   │   │   │   ├── [7.2K] android.widget.PopupWindow.html │   │   │   │   │   ├── [4.7K] android.widget.QuickContactBadge.html │   │   │   │   │   ├── [4.7K] android.widget.RelativeLayout.LayoutParams.html │   │   │   │   │   ├── [5.2K] android.widget.RemoteViews.html │   │   │   │   │   ├── [5.2K] android.widget.SimpleAdapter.html │   │   │   │   │   ├── [5.4K] android.widget.Spinner.html │   │   │   │   │   ├── [7.3K] android.widget.Switch.html │   │   │   │   │   ├── [9.2K] android.widget.TextView.html │   │   │   │   │   ├── [7.5K] android.widget.TimePicker.html │   │   │   │   │   ├── [5.0K] android.widget.Toolbar.html │   │   │   │   │   ├── [ 23K] changes-summary.html │   │   │   │   │   ├── [ 28K] classes_index_additions.html │   │   │   │   │   ├── [ 75K] classes_index_all.html │   │   │   │   │   ├── [ 53K] classes_index_changes.html │   │   │   │   │   ├── [ 13K] classes_index_removals.html │   │   │   │   │   ├── [6.3K] constructors_index_additions.html │   │   │   │   │   ├── [8.9K] constructors_index_all.html │   │   │   │   │   ├── [3.2K] constructors_index_changes.html │   │   │   │   │   ├── [3.8K] constructors_index_removals.html │   │   │   │   │   ├── [113K] fields_index_additions.html │   │   │   │   │   ├── [145K] fields_index_all.html │   │   │   │   │   ├── [ 31K] fields_index_changes.html │   │   │   │   │   ├── [ 32K] fields_index_removals.html │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   ├── [ 47K] jdiff_statistics.html │   │   │   │   │   ├── [2.7K] jdiff_topleftframe.html │   │   │   │   │   ├── [153K] methods_index_additions.html │   │   │   │   │   ├── [195K] methods_index_all.html │   │   │   │   │   ├── [ 39K] methods_index_changes.html │   │   │   │   │   ├── [ 21K] methods_index_removals.html │   │   │   │   │   ├── [3.1K] packages_index_additions.html │   │   │   │   │   ├── [ 12K] packages_index_all.html │   │   │   │   │   ├── [7.7K] packages_index_changes.html │   │   │   │   │   ├── [6.5K] packages_index_removals.html │   │   │   │   │   ├── [4.7K] pkg_android.accounts.html │   │   │   │   │   ├── [5.1K] pkg_android.app.admin.html │   │   │   │   │   ├── [ 14K] pkg_android.app.html │   │   │   │   │   ├── [5.6K] pkg_android.app.usage.html │   │   │   │   │   ├── [4.9K] pkg_android.bluetooth.html │   │   │   │   │   ├── [4.7K] pkg_android.bluetooth.le.html │   │   │   │   │   ├── [6.0K] pkg_android.content.html │   │   │   │   │   ├── [5.1K] pkg_android.content.pm.html │   │   │   │   │   ├── [5.1K] pkg_android.content.res.html │   │   │   │   │   ├── [4.9K] pkg_android.database.html │   │   │   │   │   ├── [7.6K] pkg_android.graphics.drawable.html │   │   │   │   │   ├── [4.8K] pkg_android.graphics.html │   │   │   │   │   ├── [7.2K] pkg_android.hardware.camera2.html │   │   │   │   │   ├── [4.9K] pkg_android.hardware.camera2.params.html │   │   │   │   │   ├── [4.4K] pkg_android.hardware.html │   │   │   │   │   ├── [4.4K] pkg_android.hardware.usb.html │   │   │   │   │   ├── [5.4K] pkg_android.html │   │   │   │   │   ├── [4.9K] pkg_android.media.browse.html │   │   │   │   │   ├── [ 16K] pkg_android.media.html │   │   │   │   │   ├── [4.9K] pkg_android.media.session.html │   │   │   │   │   ├── [6.7K] pkg_android.media.tv.html │   │   │   │   │   ├── [6.1K] pkg_android.net.html │   │   │   │   │   ├── [4.4K] pkg_android.net.http.html │   │   │   │   │   ├── [5.3K] pkg_android.net.wifi.html │   │   │   │   │   ├── [4.4K] pkg_android.nfc.html │   │   │   │   │   ├── [8.5K] pkg_android.os.html │   │   │   │   │   ├── [5.2K] pkg_android.print.html │   │   │   │   │   ├── [4.4K] pkg_android.printservice.html │   │   │   │   │   ├── [ 11K] pkg_android.provider.html │   │   │   │   │   ├── [7.8K] pkg_android.renderscript.html │   │   │   │   │   ├── [5.8K] pkg_android.security.html │   │   │   │   │   ├── [5.2K] pkg_android.service.carrier.html │   │   │   │   │   ├── [4.4K] pkg_android.service.dreams.html │   │   │   │   │   ├── [4.9K] pkg_android.service.media.html │   │   │   │   │   ├── [4.5K] pkg_android.service.notification.html │   │   │   │   │   ├── [7.3K] pkg_android.service.voice.html │   │   │   │   │   ├── [4.7K] pkg_android.speech.html │   │   │   │   │   ├── [4.5K] pkg_android.speech.tts.html │   │   │   │   │   ├── [4.4K] pkg_android.system.html │   │   │   │   │   ├── [ 12K] pkg_android.telecom.html │   │   │   │   │   ├── [5.9K] pkg_android.telephony.html │   │   │   │   │   ├── [4.8K] pkg_android.test.mock.html │   │   │   │   │   ├── [5.0K] pkg_android.text.html │   │   │   │   │   ├── [5.0K] pkg_android.transition.html │   │   │   │   │   ├── [5.4K] pkg_android.util.html │   │   │   │   │   ├── [5.0K] pkg_android.view.accessibility.html │   │   │   │   │   ├── [ 10K] pkg_android.view.html │   │   │   │   │   ├── [6.6K] pkg_android.webkit.html │   │   │   │   │   ├── [8.8K] pkg_android.widget.html │   │   │   │   │   ├── [6.9K] pkg_org.apache.http.conn.html │   │   │   │   │   ├── [4.7K] pkg_org.apache.http.conn.scheme.html │   │   │   │   │   └── [5.6K] pkg_org.apache.http.params.html │   │   │   │   ├── [2.0K] changes.html │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   ├── [3.4K] download.jd │   │   │   ├── [4.0K] images │   │   │   │   ├── [4.0K] 2.0 │   │   │   │   │   ├── [ 86K] camera-modes.png │   │   │   │   │   ├── [ 38K] email-inbox.png │   │   │   │   │   ├── [ 13K] mms-search.png │   │   │   │   │   ├── [ 38K] multiple-accounts.png │   │   │   │   │   └── [ 30K] quick-connect.png │   │   │   │   ├── [4.0K] 2.2 │   │   │   │   │   ├── [123K] 22browser.png │   │   │   │   │   ├── [110K] 22exchange.png │   │   │   │   │   ├── [143K] 22gallery.png │   │   │   │   │   ├── [143K] 22home.png │   │   │   │   │   ├── [ 49K] 22hotspot.png │   │   │   │   │   ├── [ 40K] 22keyboard.png │   │   │   │   │   └── [ 12K] jit-graph.png │   │   │   │   ├── [4.0K] 2.3 │   │   │   │   │   ├── [304K] ffc.png │   │   │   │   │   ├── [272K] home-menu.png │   │   │   │   │   ├── [418K] home-plain.png │   │   │   │   │   ├── [ 27K] nfc.png │   │   │   │   │   ├── [ 42K] onetouch.png │   │   │   │   │   ├── [ 61K] power.png │   │   │   │   │   ├── [ 71K] running.png │   │   │   │   │   ├── [ 29K] selection.png │   │   │   │   │   └── [ 34K] sipcall.png │   │   │   │   ├── [4.0K] 3.0 │   │   │   │   │   ├── [734K] browser_full.png │   │   │   │   │   ├── [ 72K] browser.png │   │   │   │   │   ├── [850K] camera_full.png │   │   │   │   │   ├── [ 79K] camera.png │   │   │   │   │   ├── [123K] contacts_full.png │   │   │   │   │   ├── [ 15K] contacts.png │   │   │   │   │   ├── [ 95K] copy_full.png │   │   │   │   │   ├── [ 21K] copy.png │   │   │   │   │   ├── [780K] home_hero1_full.png │   │   │   │   │   ├── [155K] home_hero1.png │   │   │   │   │   ├── [659K] homescreen_cust_port_full.png │   │   │   │   │   ├── [ 82K] homescreen_cust_port.png │   │   │   │   │   ├── [124K] mail_drag_full.png │   │   │   │   │   ├── [ 25K] mail_drag.png │   │   │   │   │   ├── [736K] tasks_full.png │   │   │   │   │   ├── [ 75K] tasks.png │   │   │   │   │   └── [231K] widgets.png │   │   │   │   ├── [4.0K] 3.1 │   │   │   │   │   ├── [101K] controls.png │   │   │   │   │   ├── [610K] home_full.png │   │   │   │   │   ├── [139K] home.png │   │   │   │   │   ├── [ 63K] resizeable.png │   │   │   │   │   └── [133K] tasks.png │   │   │   │   ├── [4.0K] 4.0 │   │   │   │   │   ├── [163K] allapps-lg.png │   │   │   │   │   ├── [ 25K] allapps.png │   │   │   │   │   ├── [8.9K] bbench.png │   │   │   │   │   ├── [119K] beam-lg.png │   │   │   │   │   ├── [172K] beam-maps-lg.png │   │   │   │   │   ├── [ 23K] beam-maps.png │   │   │   │   │   ├── [ 17K] beam.png │   │   │   │   │   ├── [207K] browser-lg.png │   │   │   │   │   ├── [ 29K] browser.png │   │   │   │   │   ├── [225K] browser-tabs-lg.png │   │   │   │   │   ├── [ 27K] browser-tabs.png │   │   │   │   │   ├── [187K] calendar-widget-lg.png │   │   │   │   │   ├── [ 28K] calendar-widget.png │   │   │   │   │   ├── [352K] camera-lg.png │   │   │   │   │   ├── [ 48K] camera.png │   │   │   │   │   ├── [202K] contact-call-lg.png │   │   │   │   │   ├── [ 29K] contact-call.png │   │   │   │   │   ├── [181K] contact-connect-lg.png │   │   │   │   │   ├── [ 27K] contact-connect.png │   │   │   │   │   ├── [104K] contact-email-lg.png │   │   │   │   │   ├── [ 22K] contact-email.png │   │   │   │   │   ├── [274K] contact-faves-lg.png │   │   │   │   │   ├── [ 36K] contact-faves.png │   │   │   │   │   ├── [224K] face-unlock-lg.png │   │   │   │   │   ├── [145K] face-unlock.png │   │   │   │   │   ├── [352K] gallery-edit-lg.png │   │   │   │   │   ├── [ 42K] gallery-edit.png │   │   │   │   │   ├── [332K] gallery-share-lg.png │   │   │   │   │   ├── [ 45K] gallery-share.png │   │   │   │   │   ├── [262K] gallery-widget.png │   │   │   │   │   ├── [283K] home-lg.png │   │   │   │   │   ├── [ 50K] home.png │   │   │   │   │   ├── [ 63K] live-effects.png │   │   │   │   │   ├── [182K] lock-camera-lg.png │   │   │   │   │   ├── [ 26K] lock-camera.png │   │   │   │   │   ├── [230K] lock-lg.png │   │   │   │   │   ├── [ 30K] lock.png │   │   │   │   │   ├── [123K] quick-responses-lg.png │   │   │   │   │   ├── [ 20K] quick-responses.png │   │   │   │   │   ├── [559K] screenshot-lg.png │   │   │   │   │   ├── [ 61K] screenshot.png │   │   │   │   │   ├── [328K] tasks-lg.png │   │   │   │   │   ├── [ 42K] tasks.png │   │   │   │   │   ├── [112K] text-replace-lg.png │   │   │   │   │   ├── [ 19K] text-replace.png │   │   │   │   │   ├── [119K] tts-lg.png │   │   │   │   │   ├── [ 27K] tts.png │   │   │   │   │   ├── [ 82K] usage-all-lg.png │   │   │   │   │   ├── [ 17K] usage-all.png │   │   │   │   │   ├── [ 90K] usage-maps-lg.png │   │   │   │   │   └── [ 19K] usage-maps.png │   │   │   │   ├── [ 22K] battery.png │   │   │   │   ├── [ 46K] camera.png │   │   │   │   ├── [3.9K] donut_small_bg.png │   │   │   │   ├── [ 39K] market.png │   │   │   │   └── [ 24K] search.png │   │   │   ├── [ 27K] index.jd │   │   │   ├── [4.0K] installing │   │   │   │   ├── [7.1K] adding-packages.jd │   │   │   │   ├── [ 47] bundle.jd │   │   │   │   ├── [ 18K] create-project.jd │   │   │   │   ├── [ 12K] index.jd │   │   │   │   ├── [6.7K] installing-adt.jd │   │   │   │   ├── [ 14K] migrate.jd │   │   │   │   ├── [2.5K] studio-androidview.jd │   │   │   │   ├── [4.7K] studio-build.jd │   │   │   │   ├── [6.8K] studio-layout.jd │   │   │   │   └── [ 13K] studio-tips.jd │   │   │   ├── [ 16K] older_releases.jd │   │   │   ├── [ 30K] OLD_RELEASENOTES.jd │   │   │   ├── [ 38K] RELEASENOTES.jd │   │   │   ├── [4.0K] support_api_diff │   │   │   │   ├── [4.0K] 22.2.0 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [ 21K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 27K] alldiffs_index_all.html │   │   │   │   │   │   ├── [6.7K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [2.5K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [6.4K] android.support.v4.media.session.PlaybackStateCompat.Builder.html │   │   │   │   │   │   ├── [5.3K] android.support.v4.media.session.PlaybackStateCompat.CustomAction.html │   │   │   │   │   │   ├── [6.5K] android.support.v4.media.session.PlaybackStateCompat.html │   │   │   │   │   │   ├── [7.4K] android.support.v4.view.accessibility.AccessibilityEventCompat.html │   │   │   │   │   │   ├── [5.6K] android.support.v4.view.ViewCompat.html │   │   │   │   │   │   ├── [6.5K] android.support.v4.view.ViewPager.html │   │   │   │   │   │   ├── [5.0K] android.support.v4.view.ViewParentCompat.html │   │   │   │   │   │   ├── [6.0K] android.support.v4.view.ViewPropertyAnimatorCompat.html │   │   │   │   │   │   ├── [4.8K] android.support.v7.app.AppCompatActivity.html │   │   │   │   │   │   ├── [4.9K] android.support.v7.app.AppCompatCallback.html │   │   │   │   │   │   ├── [5.2K] android.support.v7.app.AppCompatDelegate.html │   │   │   │   │   │   ├── [4.8K] android.support.v7.app.AppCompatDialog.html │   │   │   │   │   │   ├── [4.6K] android.support.v7.util.SortedList.html │   │   │   │   │   │   ├── [ 10K] changes-summary.html │   │   │   │   │   │   ├── [2.4K] classes_index_additions.html │   │   │   │   │   │   ├── [5.1K] classes_index_all.html │   │   │   │   │   │   ├── [5.1K] classes_index_changes.html │   │   │   │   │   │   ├── [2.4K] classes_index_removals.html │   │   │   │   │   │   ├── [2.4K] constructors_index_additions.html │   │   │   │   │   │   ├── [2.4K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [4.2K] fields_index_additions.html │   │   │   │   │   │   ├── [4.2K] fields_index_all.html │   │   │   │   │   │   ├── [2.4K] fields_index_changes.html │   │   │   │   │   │   ├── [2.4K] fields_index_removals.html │   │   │   │   │   │   ├── [6.6K] jdiff_help.html │   │   │   │   │   │   ├── [ 10K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.7K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 16K] methods_index_additions.html │   │   │   │   │   │   ├── [ 17K] methods_index_all.html │   │   │   │   │   │   ├── [2.8K] methods_index_changes.html │   │   │   │   │   │   ├── [2.5K] methods_index_removals.html │   │   │   │   │   │   ├── [4.1K] packages_index_additions.html │   │   │   │   │   │   ├── [4.7K] packages_index_all.html │   │   │   │   │   │   ├── [3.1K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [5.1K] pkg_android.support.v4.media.session.html │   │   │   │   │   │   ├── [4.5K] pkg_android.support.v4.view.accessibility.html │   │   │   │   │   │   ├── [5.1K] pkg_android.support.v4.view.html │   │   │   │   │   │   ├── [5.2K] pkg_android.support.v7.app.html │   │   │   │   │   │   └── [4.4K] pkg_android.support.v7.util.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   ├── [4.0K] 22.2.1 │   │   │   │   │   ├── [4.0K] changes │   │   │   │   │   │   ├── [ 43K] alldiffs_index_additions.html │   │   │   │   │   │   ├── [ 58K] alldiffs_index_all.html │   │   │   │   │   │   ├── [ 21K] alldiffs_index_changes.html │   │   │   │   │   │   ├── [5.0K] alldiffs_index_removals.html │   │   │   │   │   │   ├── [5.0K] android.support.design.widget.CoordinatorLayout.Behavior.html │   │   │   │   │   │   ├── [5.8K] android.support.design.widget.FloatingActionButton.Behavior.html │   │   │   │   │   │   ├── [5.1K] android.support.design.widget.FloatingActionButton.html │   │   │   │   │   │   ├── [5.7K] android.support.design.widget.Snackbar.html │   │   │   │   │   │   ├── [4.7K] android.support.design.widget.TabLayout.html │   │   │   │   │   │   ├── [4.7K] android.support.design.widget.TabLayout.Tab.html │   │   │   │   │   │   ├── [7.7K] android.support.v17.leanback.app.DetailsFragment.html │   │   │   │   │   │   ├── [7.7K] android.support.v17.leanback.app.DetailsSupportFragment.html │   │   │   │   │   │   ├── [4.3K] android.support.v17.leanback.widget.DetailsOverviewRowPresenter.html │   │   │   │   │   │   ├── [4.9K] android.support.v17.leanback.widget.ItemBridgeAdapter.html │   │   │   │   │   │   ├── [5.0K] android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder.html │   │   │   │   │   │   ├── [4.9K] android.support.v17.leanback.widget.ListRowPresenter.html │   │   │   │   │   │   ├── [4.3K] android.support.v17.leanback.widget.OnChildSelectedListener.html │   │   │   │   │   │   ├── [5.3K] android.support.v17.leanback.widget.Presenter.html │   │   │   │   │   │   ├── [4.8K] android.support.v17.leanback.widget.PresenterSelector.html │   │   │   │   │   │   ├── [5.4K] android.support.v17.leanback.widget.Presenter.ViewHolder.html │   │   │   │   │   │   ├── [4.7K] android.support.v17.leanback.widget.RowPresenter.html │   │   │   │   │   │   ├── [8.1K] android.support.v17.leanback.widget.ShadowOverlayContainer.html │   │   │   │   │   │   ├── [5.0K] android.support.v17.leanback.widget.VerticalGridPresenter.html │   │   │   │   │   │   ├── [5.7K] android.support.v4.app.NotificationCompat.Action.html │   │   │   │   │   │   ├── [6.7K] android.support.v4.app.NotificationCompatBase.Action.html │   │   │   │   │   │   ├── [4.7K] android.support.v4.app.NotificationCompatBase.html │   │   │   │   │   │   ├── [4.7K] android.support.v7.appcompat.R.attr.html │   │   │   │   │   │   ├── [5.5K] android.support.v7.appcompat.R.dimen.html │   │   │   │   │   │   ├── [4.7K] android.support.v7.appcompat.R.drawable.html │   │   │   │   │   │   ├── [8.5K] android.support.v7.appcompat.R.id.html │   │   │   │   │   │   ├── [5.1K] android.support.v7.appcompat.R.integer.html │   │   │   │   │   │   ├── [7.5K] android.support.v7.appcompat.R.layout.html │   │   │   │   │   │   ├── [4.7K] android.support.v7.appcompat.R.string.html │   │   │   │   │   │   ├── [4.7K] android.support.v7.appcompat.R.styleable.html │   │   │   │   │   │   ├── [8.7K] android.support.v7.appcompat.R.style.html │   │   │   │   │   │   ├── [5.4K] android.support.v7.util.SortedList.html │   │   │   │   │   │   ├── [7.6K] changes-summary.html │   │   │   │   │   │   ├── [6.8K] classes_index_additions.html │   │   │   │   │   │   ├── [ 20K] classes_index_all.html │   │   │   │   │   │   ├── [ 14K] classes_index_changes.html │   │   │   │   │   │   ├── [3.9K] classes_index_removals.html │   │   │   │   │   │   ├── [2.8K] constructors_index_additions.html │   │   │   │   │   │   ├── [2.8K] constructors_index_all.html │   │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   │   ├── [ 16K] fields_index_additions.html │   │   │   │   │   │   ├── [ 18K] fields_index_all.html │   │   │   │   │   │   ├── [2.4K] fields_index_changes.html │   │   │   │   │   │   ├── [3.0K] fields_index_removals.html │   │   │   │   │   │   ├── [6.6K] jdiff_help.html │   │   │   │   │   │   ├── [ 14K] jdiff_statistics.html │   │   │   │   │   │   ├── [2.7K] jdiff_topleftframe.html │   │   │   │   │   │   ├── [ 18K] methods_index_additions.html │   │   │   │   │   │   ├── [ 20K] methods_index_all.html │   │   │   │   │   │   ├── [5.7K] methods_index_changes.html │   │   │   │   │   │   ├── [2.5K] methods_index_removals.html │   │   │   │   │   │   ├── [2.6K] packages_index_additions.html │   │   │   │   │   │   ├── [3.5K] packages_index_all.html │   │   │   │   │   │   ├── [3.3K] packages_index_changes.html │   │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   │   ├── [5.7K] pkg_android.support.design.widget.html │   │   │   │   │   │   ├── [4.7K] pkg_android.support.v17.leanback.app.html │   │   │   │   │   │   ├── [ 13K] pkg_android.support.v17.leanback.widget.html │   │   │   │   │   │   ├── [5.0K] pkg_android.support.v4.app.html │   │   │   │   │   │   ├── [6.1K] pkg_android.support.v7.appcompat.html │   │   │   │   │   │   ├── [5.1K] pkg_android.support.v7.app.html │   │   │   │   │   │   └── [4.4K] pkg_android.support.v7.util.html │   │   │   │   │   ├── [2.0K] changes.html │   │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   │   └── [4.0K] 23 │   │   │   │   ├── [ 12K] changes │   │   │   │   │   ├── [ 82K] alldiffs_index_additions.html │   │   │   │   │   ├── [106K] alldiffs_index_all.html │   │   │   │   │   ├── [ 26K] alldiffs_index_changes.html │   │   │   │   │   ├── [ 19K] alldiffs_index_removals.html │   │   │   │   │   ├── [5.8K] android.support.design.widget.AppBarLayout.Behavior.html │   │   │   │   │   ├── [5.1K] android.support.design.widget.AppBarLayout.html │   │   │   │   │   ├── [7.3K] android.support.design.widget.CollapsingToolbarLayout.html │   │   │   │   │   ├── [5.1K] android.support.design.widget.NavigationView.html │   │   │   │   │   ├── [5.2K] android.support.design.widget.Snackbar.html │   │   │   │   │   ├── [5.2K] android.support.design.widget.TabLayout.html │   │   │   │   │   ├── [4.7K] android.support.design.widget.TabLayout.Tab.html │   │   │   │   │   ├── [7.8K] android.support.design.widget.TextInputLayout.html │   │   │   │   │   ├── [5.4K] android.support.v13.app.FragmentCompat.html │   │   │   │   │   ├── [8.4K] android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.html │   │   │   │   │   ├── [4.7K] android.support.v17.leanback.widget.FullWidthDetailsOverviewRowPresenter.ViewHolder.html │   │   │   │   │   ├── [4.8K] android.support.v4.animation.AnimatorCompatHelper.html │   │   │   │   │   ├── [5.8K] android.support.v4.app.ActivityCompat.html │   │   │   │   │   ├── [5.0K] android.support.v4.app.FragmentActivity.html │   │   │   │   │   ├── [8.8K] android.support.v4.app.Fragment.html │   │   │   │   │   ├── [5.8K] android.support.v4.content.AsyncTaskLoader.html │   │   │   │   │   ├── [5.7K] android.support.v4.content.ContextCompat.html │   │   │   │   │   ├── [6.5K] android.support.v4.content.Loader.html │   │   │   │   │   ├── [5.3K] android.support.v4.graphics.drawable.DrawableCompat.html │   │   │   │   │   ├── [5.2K] android.support.v4.graphics.drawable.RoundedBitmapDrawable.html │   │   │   │   │   ├── [4.8K] android.support.v4.media.MediaDescriptionCompat.Builder.html │   │   │   │   │   ├── [4.7K] android.support.v4.media.MediaDescriptionCompat.html │   │   │   │   │   ├── [4.9K] android.support.v4.media.session.MediaControllerCompat.TransportControls.html │   │   │   │   │   ├── [4.9K] android.support.v4.media.session.MediaSessionCompat.Callback.html │   │   │   │   │   ├── [4.7K] android.support.v4.media.session.PlaybackStateCompat.html │   │   │   │   │   ├── [5.4K] android.support.v4.text.ICUCompat.html │   │   │   │   │   ├── [ 15K] android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.AccessibilityActionCompat.html │   │   │   │   │   ├── [ 21K] android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.html │   │   │   │   │   ├── [5.6K] android.support.v4.view.ViewCompat.html │   │   │   │   │   ├── [5.1K] android.support.v4.widget.DrawerLayout.html │   │   │   │   │   ├── [5.4K] android.support.v4.widget.ExploreByTouchHelper.html │   │   │   │   │   ├── [6.2K] android.support.v4.widget.PopupWindowCompat.html │   │   │   │   │   ├── [4.3K] android.support.v4.widget.SwipeRefreshLayout.html │   │   │   │   │   ├── [6.0K] android.support.v7.app.AppCompatDelegate.html │   │   │   │   │   ├── [9.0K] android.support.v7.appcompat.R.attr.html │   │   │   │   │   ├── [8.5K] android.support.v7.appcompat.R.color.html │   │   │   │   │   ├── [7.0K] android.support.v7.appcompat.R.dimen.html │   │   │   │   │   ├── [6.3K] android.support.v7.appcompat.R.drawable.html │   │   │   │   │   ├── [4.7K] android.support.v7.appcompat.R.id.html │   │   │   │   │   ├── [4.5K] android.support.v7.appcompat.R.layout.html │   │   │   │   │   ├── [ 15K] android.support.v7.appcompat.R.styleable.html │   │   │   │   │   ├── [9.9K] android.support.v7.appcompat.R.style.html │   │   │   │   │   ├── [5.1K] android.support.v7.graphics.Palette.Builder.html │   │   │   │   │   ├── [ 13K] changes-summary.html │   │   │   │   │   ├── [9.7K] classes_index_additions.html │   │   │   │   │   ├── [ 24K] classes_index_all.html │   │   │   │   │   ├── [ 17K] classes_index_changes.html │   │   │   │   │   ├── [2.5K] classes_index_removals.html │   │   │   │   │   ├── [2.8K] constructors_index_additions.html │   │   │   │   │   ├── [2.9K] constructors_index_all.html │   │   │   │   │   ├── [2.4K] constructors_index_changes.html │   │   │   │   │   ├── [2.4K] constructors_index_removals.html │   │   │   │   │   ├── [ 32K] fields_index_additions.html │   │   │   │   │   ├── [ 40K] fields_index_all.html │   │   │   │   │   ├── [2.4K] fields_index_changes.html │   │   │   │   │   ├── [ 15K] fields_index_removals.html │   │   │   │   │   ├── [6.5K] jdiff_help.html │   │   │   │   │   ├── [ 17K] jdiff_statistics.html │   │   │   │   │   ├── [2.7K] jdiff_topleftframe.html │   │   │   │   │   ├── [ 42K] methods_index_additions.html │   │   │   │   │   ├── [ 44K] methods_index_all.html │   │   │   │   │   ├── [4.5K] methods_index_changes.html │   │   │   │   │   ├── [3.8K] methods_index_removals.html │   │   │   │   │   ├── [3.8K] packages_index_additions.html │   │   │   │   │   ├── [5.9K] packages_index_all.html │   │   │   │   │   ├── [4.6K] packages_index_changes.html │   │   │   │   │   ├── [2.5K] packages_index_removals.html │   │   │   │   │   ├── [6.5K] pkg_android.support.design.widget.html │   │   │   │   │   ├── [5.0K] pkg_android.support.v13.app.html │   │   │   │   │   ├── [4.9K] pkg_android.support.v17.leanback.widget.html │   │   │   │   │   ├── [4.5K] pkg_android.support.v4.animation.html │   │   │   │   │   ├── [7.2K] pkg_android.support.v4.app.html │   │   │   │   │   ├── [6.9K] pkg_android.support.v4.content.html │   │   │   │   │   ├── [4.8K] pkg_android.support.v4.graphics.drawable.html │   │   │   │   │   ├── [4.7K] pkg_android.support.v4.media.html │   │   │   │   │   ├── [5.1K] pkg_android.support.v4.media.session.html │   │   │   │   │   ├── [5.2K] pkg_android.support.v4.os.html │   │   │   │   │   ├── [4.4K] pkg_android.support.v4.text.html │   │   │   │   │   ├── [5.4K] pkg_android.support.v4.view.accessibility.html │   │   │   │   │   ├── [4.4K] pkg_android.support.v4.view.html │   │   │   │   │   ├── [5.6K] pkg_android.support.v4.widget.html │   │   │   │   │   ├── [5.9K] pkg_android.support.v7.appcompat.html │   │   │   │   │   ├── [4.9K] pkg_android.support.v7.app.html │   │   │   │   │   ├── [4.9K] pkg_android.support.v7.graphics.html │   │   │   │   │   └── [5.1K] pkg_android.support.v7.util.html │   │   │   │   ├── [2.0K] changes.html │   │   │   │   └── [1.7K] stylesheet-jdiff.css │   │   │   ├── [ 16K] terms_body.html │   │   │   ├── [ 16K] terms.jd │   │   │   └── [ 21K] win-usb.jd │   │   ├── [2.3K] security_at_android_dot_com.txt │   │   ├── [4.0K] shareables │   │   │   └── [ 366] README.txt │   │   ├── [ 1] sitemap-intl.txt │   │   ├── [531K] sitemap.txt │   │   ├── [3.7K] support.jd │   │   ├── [4.0K] tools │   │   │   ├── [4.0K] adk │   │   │   │   ├── [ 28K] adk2.jd │   │   │   │   ├── [ 31K] adk.jd │   │   │   │   └── [1.5K] index.jd │   │   │   ├── [4.0K] building │   │   │   │   ├── [ 19K] building-cmdline-ant.jd │   │   │   │   ├── [ 17K] building-cmdline.jd │   │   │   │   ├── [9.0K] building-eclipse.jd │   │   │   │   ├── [ 12K] building-studio.jd │   │   │   │   ├── [ 22K] configuring-gradle.jd │   │   │   │   ├── [2.0K] index.jd │   │   │   │   ├── [ 19K] manifest-merge.jd │   │   │   │   ├── [ 17K] multidex.jd │   │   │   │   └── [ 19K] plugin-for-gradle.jd │   │   │   ├── [4.0K] data-binding │   │   │   │   └── [ 48K] guide.jd │   │   │   ├── [4.0K] debugging │   │   │   │   ├── [ 16K] annotations.jd │   │   │   │   ├── [ 16K] ddms.jd │   │   │   │   ├── [3.6K] debugging-devtools.jd │   │   │   │   ├── [ 11K] debugging-log.jd │   │   │   │   ├── [ 37K] debugging-memory.jd │   │   │   │   ├── [3.2K] debugging-projects-cmdline.jd │   │   │   │   ├── [2.7K] debugging-projects.jd │   │   │   │   ├── [ 19K] debugging-studio.jd │   │   │   │   ├── [ 13K] debugging-tracing.jd │   │   │   │   ├── [ 23K] debugging-ui.jd │   │   │   │   ├── [ 15K] improving-w-lint.jd │   │   │   │   ├── [8.3K] index.jd │   │   │   │   └── [ 13K] systrace.jd │   │   │   ├── [ 11K] device.jd │   │   │   ├── [4.0K] devices │   │   │   │   ├── [ 68K] emulator.jd │   │   │   │   ├── [4.1K] index.jd │   │   │   │   ├── [ 13K] managing-avds-cmdline.jd │   │   │   │   └── [10.0K] managing-avds.jd │   │   │   ├── [4.0K] extras │   │   │   │   ├── [ 208] index.jd │   │   │   │   └── [ 12K] oem-usb.jd │   │   │   ├── [4.0K] help │   │   │   │   ├── [ 18K] adb.jd │   │   │   │   ├── [ 25K] adt.jd │   │   │   │   ├── [8.5K] android.jd │   │   │   │   ├── [ 851] avd-manager.jd │   │   │   │   ├── [8.8K] bmgr.jd │   │   │   │   ├── [ 294] ddms.html │   │   │   │   ├── [ 11K] desktop-head-unit.jd │   │   │   │   ├── [1.8K] dmtracedump.jd │   │   │   │   ├── [3.5K] draw9patch.jd │   │   │   │   ├── [ 21K] emulator.jd │   │   │   │   ├── [1.6K] etc1tool.jd │   │   │   │   ├── [4.4K] gltracer.jd │   │   │   │   ├── [1.1K] hierarchy-viewer.jd │   │   │   │   ├── [ 833] hprof-conv.jd │   │   │   │   ├── [8.0K] index.jd │   │   │   │   ├── [3.9K] jobb.jd │   │   │   │   ├── [1.2K] layoutopt.jd │   │   │   │   ├── [7.4K] lint.jd │   │   │   │   ├── [3.1K] logcat.jd │   │   │   │   ├── [1.8K] mksdcard.jd │   │   │   │   ├── [1.7K] monitor.jd │   │   │   │   ├── [ 43K] MonkeyDevice.jd │   │   │   │   ├── [ 13K] MonkeyImage.jd │   │   │   │   ├── [9.4K] monkey.jd │   │   │   │   ├── [ 12K] monkeyrunner_concepts.jd │   │   │   │   ├── [ 13K] MonkeyRunner.jd │   │   │   │   ├── [ 12K] proguard.jd │   │   │   │   ├── [8.2K] sdk-manager.jd │   │   │   │   ├── [ 26K] shell.jd │   │   │   │   ├── [2.1K] sqlite3.jd │   │   │   │   ├── [ 14K] systrace.jd │   │   │   │   ├── [ 982] traceview.jd │   │   │   │   ├── [4.0K] uiautomator │   │   │   │   │   ├── [ 22K] Configurator.jd │   │   │   │   │   ├── [1.6K] IAutomationSupport.jd │   │   │   │   │   ├── [6.9K] index.jd │   │   │   │   │   ├── [ 26K] UiAutomatorTestCase.jd │   │   │   │   │   ├── [ 31K] UiCollection.jd │   │   │   │   │   ├── [ 68K] UiDevice.jd │   │   │   │   │   ├── [ 79K] UiObject.jd │   │   │   │   │   ├── [ 11K] UiObjectNotFoundException.jd │   │   │   │   │   ├── [ 80K] UiScrollable.jd │   │   │   │   │   ├── [ 50K] UiSelector.jd │   │   │   │   │   └── [2.5K] UiWatcher.jd │   │   │   │   └── [2.7K] zipalign.jd │   │   │   ├── [4.0K] performance │   │   │   │   ├── [4.0K] allocation-tracker │   │   │   │   │   └── [5.4K] index.jd │   │   │   │   ├── [4.0K] batterystats-battery-historian │   │   │   │   │   ├── [5.2K] charts.jd │   │   │   │   │   └── [4.9K] index.jd │   │   │   │   ├── [4.5K] comparison.jd │   │   │   │   ├── [4.0K] debug-gpu-overdraw │   │   │   │   │   └── [4.4K] index.jd │   │   │   │   ├── [4.0K] heap-viewer │   │   │   │   │   └── [5.3K] index.jd │   │   │   │   ├── [4.0K] hierarchy-viewer │   │   │   │   │   ├── [ 10K] index.jd │   │   │   │   │   ├── [6.2K] profiling.jd │   │   │   │   │   └── [2.7K] setup.jd │   │   │   │   ├── [6.0K] importing-legacy-apps.jd │   │   │   │   ├── [2.4K] index.jd │   │   │   │   ├── [4.0K] memory-monitor │   │   │   │   │   └── [4.7K] index.jd │   │   │   │   ├── [4.0K] profile-gpu-rendering │   │   │   │   │   └── [6.3K] index.jd │   │   │   │   ├── [4.0K] systrace │   │   │   │   │   └── [5.4K] index.jd │   │   │   │   ├── [4.0K] thumbnails │   │   │   │   │   ├── [ 21K] tools_allocation_tracker.png │   │   │   │   │   ├── [ 18K] tools_battery_historian.png │   │   │   │   │   ├── [ 14K] tools_debug_gpu_overdraw.png │   │   │   │   │   ├── [ 16K] tools_heap_viewer.png │   │   │   │   │   ├── [ 10K] tools_hierarchy_viewer.png │   │   │   │   │   ├── [ 14K] tools_hierarchy_viewer_profiling.png │   │   │   │   │   ├── [4.3K] tools_memory_monitor.png │   │   │   │   │   ├── [ 61K] tools_profile_gpu_rendering.png │   │   │   │   │   ├── [ 14K] tools_systrace.png │   │   │   │   │   └── [ 11K] tools_traceview.png │   │   │   │   └── [4.0K] traceview │   │   │   │   └── [8.6K] index.jd │   │   │   ├── [4.0K] projects │   │   │   │   ├── [ 26K] index.jd │   │   │   │   ├── [ 13K] projects-cmdline.jd │   │   │   │   ├── [ 12K] projects-eclipse.jd │   │   │   │   └── [ 12K] templates.jd │   │   │   ├── [4.0K] publishing │   │   │   │   ├── [2.5K] app-signing-eclipse.jd │   │   │   │   ├── [ 15K] app-signing.jd │   │   │   │   ├── [ 20K] preparing.jd │   │   │   │   ├── [ 12K] publishing_overview.jd │   │   │   │   └── [8.4K] versioning.jd │   │   │   ├── [4.0K] revisions │   │   │   │   ├── [ 11K] build-tools.jd │   │   │   │   ├── [ 17K] gradle-plugin.jd │   │   │   │   ├── [ 664] index.jd │   │   │   │   ├── [ 32K] platforms.jd │   │   │   │   └── [ 20K] studio.jd │   │   │   ├── [4.0K] sdk │   │   │   │   ├── [ 94K] eclipse-adt.jd │   │   │   │   ├── [4.0K] ndk │   │   │   │   │   ├── [4.0K] 1.5_r1 │   │   │   │   │   │   └── [ 128] index.jd │   │   │   │   │   ├── [4.0K] 1.6_r1 │   │   │   │   │   │   └── [ 127] index.jd │   │   │   │   │   └── [1.1K] index.jd │   │   │   │   ├── [4.0K] preview │   │   │   │   │   ├── [ 300] features.jd │   │   │   │   │   ├── [ 73] index.jd │   │   │   │   │   ├── [ 282] installing.jd │   │   │   │   │   ├── [ 283] requirements.jd │   │   │   │   │   └── [ 257] upgrading.jd │   │   │   │   └── [ 82K] tools-notes.jd │   │   │   ├── [4.0K] studio │   │   │   │   ├── [ 31K] eclipse-transition-guide.jd │   │   │   │   ├── [ 23K] index.jd │   │   │   │   ├── [7.5K] studio-config.jd │   │   │   │   └── [ 15K] studio-features.jd │   │   │   ├── [4.0K] support-library │   │   │   │   ├── [ 29K] features.jd │   │   │   │   ├── [ 73K] index.jd │   │   │   │   └── [ 14K] setup.jd │   │   │   ├── [4.0K] testing │   │   │   │   ├── [ 17K] activity_testing.jd │   │   │   │   ├── [ 60K] activity_test.jd │   │   │   │   ├── [ 10K] contentprovider_testing.jd │   │   │   │   ├── [1.7K] index.jd │   │   │   │   ├── [8.5K] service_testing.jd │   │   │   │   ├── [ 13K] testing_accessibility.jd │   │   │   │   ├── [ 31K] testing_android.jd │   │   │   │   ├── [ 24K] testing_eclipse.jd │   │   │   │   ├── [ 27K] testing_otheride.jd │   │   │   │   ├── [2.1K] testing-tools.jd │   │   │   │   ├── [ 27K] testing_ui.jd │   │   │   │   └── [4.1K] what_to_test.jd │   │   │   ├── [4.0K] testing-support-library │   │   │   │   └── [ 22K] index.jd │   │   │   ├── [ 17K] tools_toc.cs │   │   │   ├── [4.0K] workflow │   │   │   │   └── [5.8K] index.jd │   │   │   └── [6.7K] workflow.jd │   │   ├── [4.0K] training │   │   │   ├── [4.0K] accessibility │   │   │   │   ├── [8.4K] accessible-app.jd │   │   │   │   ├── [1.8K] index.jd │   │   │   │   └── [ 10K] service.jd │   │   │   ├── [4.0K] activity-testing │   │   │   │   ├── [9.9K] activity-basic-testing.jd │   │   │   │   ├── [6.3K] activity-functional-testing.jd │   │   │   │   ├── [ 10K] activity-ui-testing.jd │   │   │   │   ├── [5.4K] activity-unit-testing.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   └── [3.9K] preparing-activity-testing.jd │   │   │   ├── [ 519] advanced.jd │   │   │   ├── [4.0K] animation │   │   │   │   ├── [ 85K] anim_card_flip.mp4 │   │   │   │   ├── [132K] anim_card_flip.ogv │   │   │   │   ├── [ 94K] anim_card_flip.webm │   │   │   │   ├── [ 66K] anim_crossfade.mp4 │   │   │   │   ├── [100K] anim_crossfade.ogv │   │   │   │   ├── [ 64K] anim_crossfade.webm │   │   │   │   ├── [ 42K] anim_layout_changes.mp4 │   │   │   │   ├── [ 49K] anim_layout_changes.ogv │   │   │   │   ├── [ 39K] anim_layout_changes.webm │   │   │   │   ├── [ 55K] anim_page_transformer_depth.mp4 │   │   │   │   ├── [ 94K] anim_page_transformer_depth.ogv │   │   │   │   ├── [ 44K] anim_page_transformer_depth.webm │   │   │   │   ├── [ 49K] anim_page_transformer_zoomout.mp4 │   │   │   │   ├── [ 94K] anim_page_transformer_zoomout.ogv │   │   │   │   ├── [ 42K] anim_page_transformer_zoomout.webm │   │   │   │   ├── [201K] anim_screenslide.mp4 │   │   │   │   ├── [711K] anim_screenslide.ogv │   │   │   │   ├── [128K] anim_screenslide.webm │   │   │   │   ├── [ 64K] anim_zoom.mp4 │   │   │   │   ├── [ 96K] anim_zoom.ogv │   │   │   │   ├── [ 71K] anim_zoom.webm │   │   │   │   ├── [ 12K] cardflip.jd │   │   │   │   ├── [7.5K] crossfade.jd │   │   │   │   ├── [2.8K] index.jd │   │   │   │   ├── [2.7K] layout.jd │   │   │   │   ├── [ 15K] screen-slide.jd │   │   │   │   └── [ 13K] zoom.jd │   │   │   ├── [4.0K] app-indexing │   │   │   │   ├── [7.4K] deep-linking.jd │   │   │   │   ├── [5.1K] enabling-app-indexing.jd │   │   │   │   └── [3.2K] index.jd │   │   │   ├── [4.0K] articles │   │   │   │   ├── [ 22K] keystore.jd │   │   │   │   ├── [ 42K] memory.jd │   │   │   │   ├── [8.9K] perf-anr.jd │   │   │   │   ├── [ 37K] perf-jni.jd │   │   │   │   ├── [ 17K] perf-tips.jd │   │   │   │   ├── [ 15K] security-gms-provider.jd │   │   │   │   ├── [ 27K] security-ssl.jd │   │   │   │   ├── [ 38K] security-tips.jd │   │   │   │   ├── [ 82K] smp.jd │   │   │   │   └── [ 16K] wear-location-detection.jd │   │   │   ├── [4.0K] auto │   │   │   │   ├── [4.0K] audio │   │   │   │   │   └── [ 28K] index.jd │   │   │   │   ├── [2.4K] index.jd │   │   │   │   ├── [4.0K] messaging │   │   │   │   │   └── [ 25K] index.jd │   │   │   │   └── [4.0K] start │   │   │   │   └── [ 11K] index.jd │   │   │   ├── [4.0K] backward-compatible-ui │   │   │   │   ├── [6.1K] abstracting.jd │   │   │   │   ├── [2.2K] index.jd │   │   │   │   ├── [4.8K] new-implementation.jd │   │   │   │   ├── [5.3K] older-implementation.jd │   │   │   │   └── [5.8K] using-component.jd │   │   │   ├── [4.0K] basics │   │   │   │   ├── [4.0K] actionbar │   │   │   │   │   ├── [8.9K] adding-buttons.jd │   │   │   │   │   ├── [2.3K] index.jd │   │   │   │   │   ├── [5.3K] overlaying.jd │   │   │   │   │   ├── [4.3K] setting-up.jd │   │   │   │   │   └── [ 18K] styling.jd │   │   │   │   ├── [4.0K] activity-lifecycle │   │   │   │   │   ├── [2.9K] index.jd │   │   │   │   │   ├── [6.2K] pausing.jd │   │   │   │   │   ├── [8.7K] recreating.jd │   │   │   │   │   ├── [ 13K] starting.jd │   │   │   │   │   └── [9.5K] stopping.jd │   │   │   │   ├── [4.0K] data-storage │   │   │   │   │   ├── [ 12K] databases.jd │   │   │   │   │   ├── [ 16K] files.jd │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   └── [5.0K] shared-preferences.jd │   │   │   │   ├── [4.0K] firstapp │   │   │   │   │   ├── [ 19K] building-ui.jd │   │   │   │   │   ├── [ 11K] creating-project.jd │   │   │   │   │   ├── [1.6K] index.jd │   │   │   │   │   ├── [7.5K] running-app.jd │   │   │   │   │   └── [ 20K] starting-activity.jd │   │   │   │   ├── [4.0K] fragments │   │   │   │   │   ├── [6.0K] communicating.jd │   │   │   │   │   ├── [6.9K] creating.jd │   │   │   │   │   ├── [8.3K] fragment-ui.jd │   │   │   │   │   └── [2.4K] index.jd │   │   │   │   ├── [4.0K] intents │   │   │   │   │   ├── [ 11K] filters.jd │   │   │   │   │   ├── [2.7K] index.jd │   │   │   │   │   ├── [7.5K] result.jd │   │   │   │   │   └── [ 11K] sending.jd │   │   │   │   ├── [4.0K] network-ops │   │   │   │   │   ├── [ 11K] connecting.jd │   │   │   │   │   ├── [2.7K] index.jd │   │   │   │   │   ├── [ 18K] managing.jd │   │   │   │   │   └── [ 20K] xml.jd │   │   │   │   └── [4.0K] supporting-devices │   │   │   │   ├── [1.7K] index.jd │   │   │   │   ├── [4.8K] languages.jd │   │   │   │   ├── [5.6K] platforms.jd │   │   │   │   └── [6.2K] screens.jd │   │   │   ├── [4.0K] beam-files │   │   │   │   ├── [2.0K] index.jd │   │   │   │   ├── [ 14K] receive-files.jd │   │   │   │   └── [ 11K] send-files.jd │   │   │   ├── [ 226] best-background.jd │   │   │   ├── [ 201] best-performance.jd │   │   │   ├── [ 186] best-security.jd │   │   │   ├── [ 412] best-ui.jd │   │   │   ├── [ 238] best-user-input.jd │   │   │   ├── [ 538] best-ux.jd │   │   │   ├── [ 316] building-connectivity.jd │   │   │   ├── [ 176] building-content-sharing.jd │   │   │   ├── [ 342] building-graphics.jd │   │   │   ├── [ 309] building-location.jd │   │   │   ├── [ 178] building-multimedia.jd │   │   │   ├── [ 377] building-userinfo.jd │   │   │   ├── [ 613] building-wearables.jd │   │   │   ├── [4.0K] camera │   │   │   │   ├── [9.6K] cameradirect.jd │   │   │   │   ├── [1.9K] index.jd │   │   │   │   ├── [ 12K] photobasics.jd │   │   │   │   └── [4.3K] videobasics.jd │   │   │   ├── [4.0K] cloudsave │   │   │   │   └── [ 22K] conflict-res.jd │   │   │   ├── [4.0K] cloudsync │   │   │   │   ├── [8.0K] backupapi.jd │   │   │   │   └── [ 999] index.jd │   │   │   ├── [4.0K] connect-devices-wirelessly │   │   │   │   ├── [2.4K] index.jd │   │   │   │   ├── [ 14K] nsd.jd │   │   │   │   ├── [ 10K] nsd-wifi-direct.jd │   │   │   │   └── [ 15K] wifi-direct.jd │   │   │   ├── [4.0K] contacts-provider │   │   │   │   ├── [ 24K] display-contact-badge.jd │   │   │   │   ├── [3.3K] index.jd │   │   │   │   ├── [ 13K] modify-data.jd │   │   │   │   ├── [ 15K] retrieve-details.jd │   │   │   │   └── [ 33K] retrieve-names.jd │   │   │   ├── [4.0K] custom-views │   │   │   │   ├── [ 11K] create-view.jd │   │   │   │   ├── [ 11K] custom-drawing.jd │   │   │   │   ├── [2.5K] index.jd │   │   │   │   ├── [ 12K] making-interactive.jd │   │   │   │   └── [2.9K] optimizing-view.jd │   │   │   ├── [4.0K] design-navigation │   │   │   │   ├── [6.5K] ancestral-temporal.jd │   │   │   │   ├── [ 13K] descendant-lateral.jd │   │   │   │   ├── [ 17K] example-wireframe-device-template.svg │   │   │   │   ├── [210K] example-wireframe-phone.svg │   │   │   │   ├── [206K] example-wireframe-tablet.svg │   │   │   │   ├── [3.3K] index.jd │   │   │   │   ├── [8.9K] multiple-sizes.jd │   │   │   │   ├── [4.4K] screen-planning.jd │   │   │   │   └── [8.8K] wireframing.jd │   │   │   ├── [4.0K] displaying-bitmaps │   │   │   │   ├── [ 15K] cache-bitmap.jd │   │   │   │   ├── [ 16K] display-bitmap.jd │   │   │   │   ├── [4.2K] index.jd │   │   │   │   ├── [7.5K] load-bitmap.jd │   │   │   │   ├── [ 12K] manage-memory.jd │   │   │   │   └── [9.7K] process-bitmap.jd │   │   │   ├── [ 267] distribute.jd │   │   │   ├── [4.0K] efficient-downloads │   │   │   │   ├── [3.8K] connectivity_patterns.jd │   │   │   │   ├── [ 16K] efficient-network-access.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   ├── [3.9K] redundant_redundant.jd │   │   │   │   └── [5.8K] regular_updates.jd │   │   │   ├── [4.0K] enterprise │   │   │   │   ├── [ 12K] app-compatibility.jd │   │   │   │   ├── [ 13K] app-restrictions.jd │   │   │   │   ├── [9.5K] device-management-policy.jd │   │   │   │   ├── [2.4K] index.jd │   │   │   │   └── [ 13K] work-policy-ctrl.jd │   │   │   ├── [4.0K] game-controllers │   │   │   │   ├── [ 24K] compatibility.jd │   │   │   │   ├── [ 27K] controller-input.jd │   │   │   │   ├── [1.9K] index.jd │   │   │   │   └── [5.0K] multiple-controllers.jd │   │   │   ├── [4.0K] gestures │   │   │   │   ├── [ 14K] detector.jd │   │   │   │   ├── [3.2K] index.jd │   │   │   │   ├── [6.3K] movement.jd │   │   │   │   ├── [7.0K] multi.jd │   │   │   │   ├── [ 16K] scale.jd │   │   │   │   ├── [ 15K] scroll.jd │   │   │   │   └── [ 13K] viewgroup.jd │   │   │   ├── [4.0K] graphics │   │   │   │   └── [4.0K] opengl │   │   │   │   ├── [8.0K] draw.jd │   │   │   │   ├── [8.5K] environment.jd │   │   │   │   ├── [2.8K] index.jd │   │   │   │   ├── [3.4K] motion.jd │   │   │   │   ├── [7.1K] projection.jd │   │   │   │   ├── [6.0K] shapes.jd │   │   │   │   └── [5.4K] touch.jd │   │   │   ├── [4.0K] id-auth │   │   │   │   ├── [ 11K] authenticate.jd │   │   │   │   ├── [8.6K] custom_auth.jd │   │   │   │   ├── [5.6K] identify.jd │   │   │   │   └── [1.9K] index.jd │   │   │   ├── [4.0K] implementing-navigation │   │   │   │   ├── [9.4K] ancestral.jd │   │   │   │   ├── [4.5K] descendant.jd │   │   │   │   ├── [2.9K] index.jd │   │   │   │   ├── [ 11K] lateral.jd │   │   │   │   ├── [ 16K] nav-drawer.jd │   │   │   │   └── [ 11K] temporal.jd │   │   │   ├── [4.0K] improving-layouts │   │   │   │   ├── [2.6K] index.jd │   │   │   │   ├── [3.1K] loading-ondemand.jd │   │   │   │   ├── [7.7K] optimizing-layout.jd │   │   │   │   ├── [5.4K] reusing-layouts.jd │   │   │   │   └── [4.4K] smooth-scrolling.jd │   │   │   ├── [4.0K] in-app-billing │   │   │   │   ├── [2.9K] index.jd │   │   │   │   ├── [5.5K] list-iab-products.jd │   │   │   │   ├── [ 10K] preparing-iab-app.jd │   │   │   │   ├── [ 10K] purchase-iab-products.jd │   │   │   │   └── [4.5K] test-iab-app.jd │   │   │   ├── [1.9K] index.jd │   │   │   ├── [4.0K] keyboard-input │   │   │   │   ├── [3.8K] commands.jd │   │   │   │   ├── [2.0K] index.jd │   │   │   │   ├── [6.8K] navigation.jd │   │   │   │   ├── [6.0K] style.jd │   │   │   │   └── [4.9K] visibility.jd │   │   │   ├── [4.0K] load-data-background │   │   │   │   ├── [5.1K] handle-results.jd │   │   │   │   ├── [2.8K] index.jd │   │   │   │   └── [5.5K] setup-loader.jd │   │   │   ├── [4.0K] location │   │   │   │   ├── [ 30K] activity-recognition.jd │   │   │   │   ├── [ 20K] display-address.jd │   │   │   │   ├── [ 14K] geofencing.jd │   │   │   │   ├── [3.3K] index.jd │   │   │   │   ├── [ 16K] location-testing.jd │   │   │   │   ├── [ 20K] receive-location-updates.jd │   │   │   │   └── [7.2K] retrieve-current.jd │   │   │   ├── [4.0K] managing-audio │   │   │   │   ├── [7.8K] audio-focus.jd │   │   │   │   ├── [2.8K] audio-output.jd │   │   │   │   ├── [2.2K] index.jd │   │   │   │   └── [6.5K] volume-playback.jd │   │   │   ├── [4.0K] maps │   │   │   │   └── [2.7K] index.jd │   │   │   ├── [4.0K] material │   │   │   │   ├── [ 22K] animations.jd │   │   │   │   ├── [6.8K] compatibility.jd │   │   │   │   ├── [4.8K] drawables.jd │   │   │   │   ├── [6.1K] get-started.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [ 39K] RecyclerView.png │   │   │   │   │   ├── [210K] SceneTransition.png │   │   │   │   │   ├── [ 13K] shadows-depth.png │   │   │   │   │   └── [ 61K] ThemeColors.png │   │   │   │   ├── [2.4K] index.jd │   │   │   │   ├── [ 11K] lists-cards.jd │   │   │   │   ├── [5.7K] shadows-clipping.jd │   │   │   │   └── [5.6K] theme.jd │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [7.2K] battery-monitoring.jd │   │   │   │   ├── [4.0K] connectivity-monitoring.jd │   │   │   │   ├── [3.7K] docking-monitoring.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   └── [2.5K] manifest-receivers.jd │   │   │   ├── [4.0K] multiple-apks │   │   │   │   ├── [ 18K] api.jd │   │   │   │   ├── [3.1K] index.jd │   │   │   │   ├── [ 21K] multiple.jd │   │   │   │   ├── [ 17K] screensize.jd │   │   │   │   └── [ 15K] texture.jd │   │   │   ├── [4.0K] multiple-threads │   │   │   │   ├── [ 10K] communicate-ui.jd │   │   │   │   ├── [8.9K] create-threadpool.jd │   │   │   │   ├── [3.9K] define-runnable.jd │   │   │   │   ├── [2.8K] index.jd │   │   │   │   └── [5.3K] run-code.jd │   │   │   ├── [4.0K] multiscreen │   │   │   │   ├── [9.2K] adaptui.jd │   │   │   │   ├── [3.6K] index.jd │   │   │   │   ├── [5.4K] screendensities.jd │   │   │   │   └── [ 16K] screensizes.jd │   │   │   ├── [4.0K] notepad │   │   │   │   ├── [4.0K] codelab │   │   │   │   │   └── [ 91K] NotepadCodeLab.zip │   │   │   │   ├── [5.8K] index.jd │   │   │   │   ├── [ 28K] notepad-ex1.jd │   │   │   │   ├── [ 30K] notepad-ex2.jd │   │   │   │   ├── [ 14K] notepad-ex3.jd │   │   │   │   ├── [2.6K] notepad-extra-credit.jd │   │   │   │   └── [6.3K] notepad-index.jd │   │   │   ├── [4.0K] notify-user │   │   │   │   ├── [5.5K] build-notification.jd │   │   │   │   ├── [7.2K] display-progress.jd │   │   │   │   ├── [5.9K] expanded.jd │   │   │   │   ├── [2.9K] index.jd │   │   │   │   ├── [3.5K] managing.jd │   │   │   │   └── [8.2K] navigation.jd │   │   │   ├── [4.0K] printing │   │   │   │   ├── [ 17K] custom-docs.jd │   │   │   │   ├── [7.1K] html-docs.jd │   │   │   │   ├── [1.8K] index.jd │   │   │   │   └── [3.5K] photos.jd │   │   │   ├── [4.0K] run-background-service │   │   │   │   ├── [5.0K] create-service.jd │   │   │   │   ├── [2.5K] index.jd │   │   │   │   ├── [7.6K] report-status.jd │   │   │   │   └── [2.9K] send-request.jd │   │   │   ├── [4.0K] safetynet │   │   │   │   └── [ 14K] index.jd │   │   │   ├── [4.0K] scheduling │   │   │   │   ├── [ 16K] alarms.jd │   │   │   │   ├── [1.7K] index.jd │   │   │   │   └── [9.4K] wakelock.jd │   │   │   ├── [4.0K] search │   │   │   │   ├── [3.2K] backward-compat.jd │   │   │   │   ├── [1.8K] index.jd │   │   │   │   ├── [7.8K] search.jd │   │   │   │   └── [8.7K] setup.jd │   │   │   ├── [4.0K] secure-file-sharing │   │   │   │   ├── [3.1K] index.jd │   │   │   │   ├── [5.4K] request-file.jd │   │   │   │   ├── [4.3K] retrieve-info.jd │   │   │   │   ├── [7.0K] setup-sharing.jd │   │   │   │   └── [ 13K] share-file.jd │   │   │   ├── [4.0K] sharing │   │   │   │   ├── [1.4K] index.jd │   │   │   │   ├── [6.2K] receive.jd │   │   │   │   ├── [8.5K] send.jd │   │   │   │   └── [4.6K] shareaction.jd │   │   │   ├── [4.0K] sign-in │   │   │   │   └── [1.8K] index.jd │   │   │   ├── [4.0K] swipe │   │   │   │   ├── [4.8K] add-swipe-interface.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [402K] swipe.mp4 │   │   │   │   │   └── [726K] swipe_original.mp4 │   │   │   │   ├── [2.6K] index.jd │   │   │   │   └── [5.7K] respond-refresh-request.jd │   │   │   ├── [4.0K] sync-adapters │   │   │   │   ├── [ 12K] creating-authenticator.jd │   │   │   │   ├── [7.2K] creating-stub-provider.jd │   │   │   │   ├── [ 27K] creating-sync-adapter.jd │   │   │   │   ├── [5.0K] index.jd │   │   │   │   └── [ 22K] running-sync-adapter.jd │   │   │   ├── [4.0K] system-ui │   │   │   │   ├── [3.2K] dim.jd │   │   │   │   ├── [ 12K] immersive.jd │   │   │   │   ├── [3.5K] index.jd │   │   │   │   ├── [4.2K] navigation.jd │   │   │   │   ├── [9.4K] status.jd │   │   │   │   └── [2.4K] visibility.jd │   │   │   ├── [4.0K] testing │   │   │   │   ├── [4.0K] ui-testing │   │   │   │   │   ├── [ 24K] espresso-testing.jd │   │   │   │   │   ├── [3.7K] index.jd │   │   │   │   │   └── [ 24K] uiautomator-testing.jd │   │   │   │   └── [4.0K] unit-testing │   │   │   │   ├── [2.8K] index.jd │   │   │   │   ├── [10.0K] instrumented-unit-tests.jd │   │   │   │   └── [ 13K] local-unit-tests.jd │   │   │   ├── [ 172] testing.jd │   │   │   ├── [ 77K] training_toc.cs │   │   │   ├── [4.0K] transitions │   │   │   │   ├── [8.6K] custom-transitions.jd │   │   │   │   ├── [3.0K] index.jd │   │   │   │   ├── [8.2K] overview.jd │   │   │   │   ├── [8.6K] scenes.jd │   │   │   │   └── [ 14K] transitions.jd │   │   │   ├── [4.0K] tv │   │   │   │   ├── [4.0K] discovery │   │   │   │   │   ├── [4.6K] in-app-search.jd │   │   │   │   │   ├── [1.7K] index.jd │   │   │   │   │   ├── [ 13K] recommendations.jd │   │   │   │   │   └── [ 19K] searchable.jd │   │   │   │   ├── [4.0K] games │   │   │   │   │   └── [ 13K] index.jd │   │   │   │   ├── [ 482] index.jd │   │   │   │   ├── [4.0K] playback │   │   │   │   │   ├── [8.2K] browse.jd │   │   │   │   │   ├── [6.5K] card.jd │   │   │   │   │   ├── [9.1K] details.jd │   │   │   │   │   ├── [2.3K] index.jd │   │   │   │   │   └── [7.1K] now-playing.jd │   │   │   │   ├── [4.0K] publishing │   │   │   │   │   └── [6.9K] checklist.jd │   │   │   │   ├── [4.0K] start │   │   │   │   │   ├── [ 16K] hardware.jd │   │   │   │   │   ├── [2.5K] index.jd │   │   │   │   │   ├── [ 12K] layouts.jd │   │   │   │   │   ├── [6.5K] navigation.jd │   │   │   │   │   └── [ 14K] start.jd │   │   │   │   └── [4.0K] tif │   │   │   │   ├── [ 10K] channel.jd │   │   │   │   ├── [2.9K] index.jd │   │   │   │   ├── [9.0K] tvinput.jd │   │   │   │   └── [ 12K] ui.jd │   │   │   ├── [4.0K] volley │   │   │   │   ├── [4.0K] index.jd │   │   │   │   ├── [5.4K] request-custom.jd │   │   │   │   ├── [ 11K] request.jd │   │   │   │   ├── [7.4K] requestqueue.jd │   │   │   │   └── [6.7K] simple.jd │   │   │   └── [4.0K] wearables │   │   │   ├── [4.0K] apps │   │   │   │   ├── [ 15K] always-on.jd │   │   │   │   ├── [2.8K] bt-debugging.jd │   │   │   │   ├── [ 10K] creating.jd │   │   │   │   ├── [4.6K] index.jd │   │   │   │   ├── [9.0K] layouts.jd │   │   │   │   ├── [5.8K] packaging.jd │   │   │   │   └── [9.9K] voice.jd │   │   │   ├── [4.0K] data-layer │   │   │   │   ├── [4.1K] accessing.jd │   │   │   │   ├── [4.7K] assets.jd │   │   │   │   ├── [8.5K] data-items.jd │   │   │   │   ├── [ 16K] events.jd │   │   │   │   ├── [6.5K] index.jd │   │   │   │   └── [ 12K] messages.jd │   │   │   ├── [4.0K] notifications │   │   │   │   ├── [ 14K] creating.jd │   │   │   │   ├── [2.4K] index.jd │   │   │   │   ├── [2.5K] pages.jd │   │   │   │   ├── [6.6K] stacks.jd │   │   │   │   └── [6.7K] voice-input.jd │   │   │   ├── [4.0K] ui │   │   │   │   ├── [8.3K] 2d-picker.jd │   │   │   │   ├── [8.6K] cards.jd │   │   │   │   ├── [6.7K] confirm.jd │   │   │   │   ├── [4.6K] exit.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   ├── [ 11K] layouts.jd │   │   │   │   └── [ 12K] lists.jd │   │   │   └── [4.0K] watch-faces │   │   │   ├── [7.3K] configuration.jd │   │   │   ├── [5.2K] designing.jd │   │   │   ├── [ 23K] drawing.jd │   │   │   ├── [4.0K] images │   │   │   │   ├── [ 55K] AnalogNoCard.png │   │   │   │   ├── [ 45K] AnalogWithCard.png │   │   │   │   ├── [ 11K] BitmapFilterDisabled.png │   │   │   │   ├── [ 13K] BitmapFilterEnabled.png │   │   │   │   ├── [2.2K] ClockHandCropped.png │   │   │   │   ├── [3.2K] ClockHandFull.png │   │   │   │   ├── [ 15K] Indicators_Cropped.png │   │   │   │   ├── [ 45K] preview_analog.png │   │   │   │   ├── [1.8K] preview_calendar.png │   │   │   │   ├── [ 50K] preview_digital.png │   │   │   │   ├── [ 26K] Render_Episode.png │   │   │   │   ├── [ 44K] Render_Interactive.png │   │   │   │   ├── [ 27K] Render_Next.png │   │   │   │   └── [ 27K] Render_Saturn.png │   │   │   ├── [3.6K] index.jd │   │   │   ├── [9.3K] information.jd │   │   │   ├── [5.6K] interacting.jd │   │   │   ├── [6.2K] issues.jd │   │   │   ├── [8.4K] performance.jd │   │   │   └── [ 12K] service.jd │   │   ├── [4.0K] tv │   │   │   ├── [4.0K] adt-1 │   │   │   │   ├── [ 12K] index.jd │   │   │   │   ├── [4.7K] regulatory.jd │   │   │   │   └── [6.2K] safety.jd │   │   │   ├── [4.0K] images │   │   │   │   ├── [520K] android-tv-remote.png │   │   │   │   ├── [1.4M] atv-framed.png │   │   │   │   ├── [2.0K] components.png │   │   │   │   ├── [1.8M] hero.jpg │   │   │   │   ├── [2.0K] recommendations.png │   │   │   │   └── [5.9K] search.png │   │   │   └── [ 11K] index.jd │   │   └── [4.0K] wear │   │   ├── [4.0K] design │   │   │   ├── [ 11K] index.jd │   │   │   └── [2.7K] user-interface.jd │   │   ├── [4.0K] images │   │   │   ├── [103K] 01_create.png │   │   │   ├── [116K] 01_notifications.png │   │   │   ├── [ 20K] 01_uilib.png │   │   │   ├── [ 95K] 02_create.png │   │   │   ├── [120K] 02_notifications.png │   │   │   ├── [ 15K] 02_uilib.png │   │   │   ├── [106K] 03_actions.png │   │   │   ├── [ 70K] 03_uilib.png │   │   │   ├── [140K] 04_images.png │   │   │   ├── [ 60K] 04_uilib.png │   │   │   ├── [105K] 05_images.png │   │   │   ├── [ 52K] 05_uilib.png │   │   │   ├── [112K] 06_images.png │   │   │   ├── [ 29K] 06_uilib.png │   │   │   ├── [ 53K] 07_appicons.png │   │   │   ├── [ 33K] 07_uilib.png │   │   │   ├── [ 98K] 08_pages.png │   │   │   ├── [7.3K] 08_uilib.png │   │   │   ├── [109K] 09_pages.png │   │   │   ├── [ 16K] 09_uilib.png │   │   │   ├── [104K] 10_pages.png │   │   │   ├── [ 19K] 10_uilib.png │   │   │   ├── [112K] 11_bundles_A.png │   │   │   ├── [ 92K] 11_bundles_B.png │   │   │   ├── [ 43K] 12_voicereply.png │   │   │   ├── [ 41K] 13_voicereply.png │   │   │   ├── [163K] 14_circle_voicereply.png │   │   │   ├── [ 18K] android-wear.png │   │   │   ├── [3.5K] blogger.png │   │   │   ├── [ 498] carrot.png │   │   │   ├── [145K] circle_badge_B.png │   │   │   ├── [147K] circle_email_action.png │   │   │   ├── [161K] circle_email.png │   │   │   ├── [137K] circle_message2_reply.png │   │   │   ├── [ 63K] circle_voice_A.png │   │   │   ├── [ 61K] circle_voice_B.png │   │   │   ├── [ 603] close.png │   │   │   ├── [4.0K] features │   │   │   │   ├── [2.8K] apps.png │   │   │   │   ├── [1.8K] notifications.png │   │   │   │   ├── [3.2K] send-data.png │   │   │   │   └── [ 10K] voice.png │   │   │   ├── [433K] hero.jpg │   │   │   ├── [246K] laptop-bridge.png │   │   │   ├── [1.0K] more_bottom.png │   │   │   ├── [ 958] more_mid.png │   │   │   ├── [1.4K] more_top.png │   │   │   ├── [371K] notification_phone@2x.png │   │   │   ├── [193K] notifications.png │   │   │   ├── [ 38K] notif_summary_framed.png │   │   │   ├── [4.0K] partners │   │   │   │   ├── [1.8K] acer.png │   │   │   │   ├── [1.9K] arm.png │   │   │   │   ├── [2.4K] asus.png │   │   │   │   ├── [4.1K] broadcom.png │   │   │   │   ├── [3.1K] fossil.png │   │   │   │   ├── [1.3K] htc.png │   │   │   │   ├── [5.7K] huawei.png │   │   │   │   ├── [2.9K] intel.png │   │   │   │   ├── [7.2K] lg.png │   │   │   │   ├── [4.6K] mediatek.png │   │   │   │   ├── [6.3K] mips.png │   │   │   │   ├── [3.1K] motorola.png │   │   │   │   ├── [3.2K] qualcomm.png │   │   │   │   ├── [3.2K] samsung.png │   │   │   │   ├── [3.0K] sony.png │   │   │   │   └── [4.3K] tagheuer.png │   │   │   ├── [4.0K] screens │   │   │   │   ├── [116K] 05_images.png │   │   │   │   ├── [103K] 08_pages.png │   │   │   │   ├── [ 77K] 11_stack_B.png │   │   │   │   ├── [ 19K] 13_voicereply_02.png │   │   │   │   ├── [173K] 14_circle_voicereply.png │   │   │   │   ├── [ 13K] bezel.png │   │   │   │   ├── [147K] circle_message2.png │   │   │   │   ├── [ 29K] circle_voice_B.png │   │   │   │   ├── [2.5M] cuecard.gif │   │   │   │   ├── [ 91K] fitness-24.png │   │   │   │   ├── [4.5M] pages_animated.gif │   │   │   │   ├── [874K] pages.ogv │   │   │   │   ├── [564K] reservation_animated.gif │   │   │   │   ├── [5.8M] stream.gif │   │   │   │   ├── [ 21K] voice_02.png │   │   │   │   └── [ 61K] yoga.gif │   │   │   ├── [201K] steps.png │   │   │   ├── [ 35K] voice-23.png │   │   │   ├── [ 23K] voicecommands.png │   │   │   └── [ 13K] wear_cloud_node.png │   │   ├── [ 14K] index.jd │   │   └── [3.1K] wear_toc.cs │   ├── [4.0K] html-intl │   │   └── [4.0K] intl │   │   ├── [4.0K] es │   │   │   ├── [4.0K] about │   │   │   │   └── [4.0K] versions │   │   │   │   ├── [ 69K] android-5.0.jd │   │   │   │   └── [ 21K] lollipop.jd │   │   │   ├── [4.0K] design │   │   │   │   ├── [4.0K] get-started │   │   │   │   │   └── [ 10K] principles.jd │   │   │   │   ├── [4.0K] material │   │   │   │   │   └── [7.4K] index.jd │   │   │   │   └── [4.0K] patterns │   │   │   │   ├── [5.7K] confirming-acknowledging.jd │   │   │   │   ├── [ 16K] navigation.jd │   │   │   │   └── [ 37K] notifications.jd │   │   │   ├── [4.0K] distribute │   │   │   │   ├── [4.0K] googleplay │   │   │   │   │   ├── [ 13K] about.jd │   │   │   │   │   ├── [ 11K] auto.jd │   │   │   │   │   ├── [ 22K] developer-console.jd │   │   │   │   │   ├── [4.0K] families │   │   │   │   │   │   ├── [3.1K] about.jd │   │   │   │   │   │   ├── [ 13K] faq.jd │   │   │   │   │   │   └── [5.3K] start.jd │   │   │   │   │   ├── [2.4K] guide.jd │   │   │   │   │   ├── [4.0K] quality │   │   │   │   │   │   ├── [ 13K] auto.jd │   │   │   │   │   │   ├── [ 30K] core.jd │   │   │   │   │   │   ├── [ 38K] tablets.jd │   │   │   │   │   │   ├── [ 15K] tv.jd │   │   │   │   │   │   └── [ 13K] wear.jd │   │   │   │   │   ├── [4.8K] start.jd │   │   │   │   │   ├── [ 14K] tv.jd │   │   │   │   │   └── [ 13K] wear.jd │   │   │   │   └── [4.0K] tools │   │   │   │   ├── [ 39K] launch-checklist.jd │   │   │   │   └── [ 35K] localization-checklist.jd │   │   │   ├── [4.0K] google │   │   │   │   └── [4.0K] play │   │   │   │   └── [ 28K] filters.jd │   │   │   ├── [3.5K] index.jd │   │   │   ├── [4.0K] preview │   │   │   │   ├── [ 36K] api-overview.jd │   │   │   │   ├── [4.0K] backup │   │   │   │   │   └── [ 14K] index.jd │   │   │   │   ├── [ 27K] behavior-changes.jd │   │   │   │   ├── [ 28K] download.jd │   │   │   │   ├── [ 27K] download_mp2.jd │   │   │   │   ├── [4.0K] features │   │   │   │   │   ├── [5.7K] app-linking.jd │   │   │   │   │   └── [ 30K] runtime-permissions.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   ├── [ 20K] license.jd │   │   │   │   ├── [ 14K] overview.jd │   │   │   │   ├── [2.4K] samples.jd │   │   │   │   ├── [8.1K] setup-sdk.jd │   │   │   │   └── [4.0K] testing │   │   │   │   ├── [9.4K] guide.jd │   │   │   │   └── [ 27K] performance.jd │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [8.0K] battery-monitoring.jd │   │   │   │   ├── [4.4K] connectivity-monitoring.jd │   │   │   │   ├── [4.5K] docking-monitoring.jd │   │   │   │   ├── [3.3K] index.jd │   │   │   │   └── [2.9K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [10.0K] adaptui.jd │   │   │   ├── [4.0K] index.jd │   │   │   ├── [4.7K] screendensities.jd │   │   │   └── [ 19K] screensizes.jd │   │   ├── [4.0K] ja │   │   │   ├── [4.0K] about │   │   │   │   └── [4.0K] versions │   │   │   │   ├── [ 78K] android-5.0.jd │   │   │   │   └── [ 23K] lollipop.jd │   │   │   ├── [4.0K] design │   │   │   │   ├── [4.0K] get-started │   │   │   │   │   └── [ 11K] principles.jd │   │   │   │   ├── [4.0K] material │   │   │   │   │   └── [8.1K] index.jd │   │   │   │   └── [4.0K] patterns │   │   │   │   ├── [5.9K] confirming-acknowledging.jd │   │   │   │   ├── [ 16K] navigation.jd │   │   │   │   └── [ 38K] notifications.jd │   │   │   ├── [4.0K] distribute │   │   │   │   ├── [4.0K] googleplay │   │   │   │   │   ├── [ 14K] about.jd │   │   │   │   │   ├── [ 11K] auto.jd │   │   │   │   │   ├── [ 24K] developer-console.jd │   │   │   │   │   ├── [4.0K] families │   │   │   │   │   │   ├── [3.4K] about.jd │   │   │   │   │   │   ├── [ 14K] faq.jd │   │   │   │   │   │   └── [5.6K] start.jd │   │   │   │   │   ├── [2.7K] guide.jd │   │   │   │   │   ├── [4.0K] quality │   │   │   │   │   │   ├── [ 14K] auto.jd │   │   │   │   │   │   ├── [ 32K] core.jd │   │   │   │   │   │   ├── [ 41K] tablets.jd │   │   │   │   │   │   ├── [ 15K] tv.jd │   │   │   │   │   │   └── [ 14K] wear.jd │   │   │   │   │   ├── [5.3K] start.jd │   │   │   │   │   ├── [ 15K] tv.jd │   │   │   │   │   └── [ 14K] wear.jd │   │   │   │   ├── [ 647] index.jd │   │   │   │   └── [4.0K] tools │   │   │   │   ├── [ 41K] launch-checklist.jd │   │   │   │   └── [ 38K] localization-checklist.jd │   │   │   ├── [4.0K] google │   │   │   │   └── [4.0K] play │   │   │   │   └── [ 31K] filters.jd │   │   │   ├── [4.0K] guide │   │   │   │   ├── [4.0K] publishing │   │   │   │   │   ├── [ 32K] app-signing.jd │   │   │   │   │   ├── [ 14K] preparing.jd │   │   │   │   │   └── [8.8K] versioning.jd │   │   │   │   └── [4.0K] topics │   │   │   │   └── [104K] fundamentals.jd │   │   │   ├── [3.6K] index.jd │   │   │   ├── [4.0K] preview │   │   │   │   ├── [ 38K] api-overview.jd │   │   │   │   ├── [4.0K] backup │   │   │   │   │   └── [ 14K] index.jd │   │   │   │   ├── [ 28K] behavior-changes.jd │   │   │   │   ├── [ 30K] download.jd │   │   │   │   ├── [ 30K] download_mp2.jd │   │   │   │   ├── [4.0K] features │   │   │   │   │   ├── [5.9K] app-linking.jd │   │   │   │   │   └── [ 34K] runtime-permissions.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   ├── [ 23K] license.jd │   │   │   │   ├── [ 14K] overview.jd │   │   │   │   ├── [2.9K] samples.jd │   │   │   │   ├── [9.0K] setup-sdk.jd │   │   │   │   └── [4.0K] testing │   │   │   │   ├── [ 10K] guide.jd │   │   │   │   └── [ 31K] performance.jd │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] basics │   │   │   │   ├── [4.0K] activity-lifecycle │   │   │   │   │   ├── [4.1K] index.jd │   │   │   │   │   ├── [8.2K] pausing.jd │   │   │   │   │   ├── [ 11K] recreating.jd │   │   │   │   │   ├── [ 18K] starting.jd │   │   │   │   │   └── [ 12K] stopping.jd │   │   │   │   ├── [4.0K] data-storage │   │   │   │   │   ├── [ 14K] databases.jd │   │   │   │   │   ├── [ 21K] files.jd │   │   │   │   │   ├── [2.3K] index.jd │   │   │   │   │   └── [6.2K] shared-preferences.jd │   │   │   │   └── [4.0K] intents │   │   │   │   ├── [ 14K] filters.jd │   │   │   │   ├── [3.7K] index.jd │   │   │   │   ├── [9.0K] result.jd │   │   │   │   └── [ 14K] sending.jd │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [8.2K] battery-monitoring.jd │   │   │   │   ├── [5.1K] connectivity-monitoring.jd │   │   │   │   ├── [4.7K] docking-monitoring.jd │   │   │   │   ├── [3.2K] index.jd │   │   │   │   └── [3.2K] manifest-receivers.jd │   │   │   ├── [4.0K] multiscreen │   │   │   │   ├── [ 11K] adaptui.jd │   │   │   │   ├── [4.3K] index.jd │   │   │   │   ├── [5.0K] screendensities.jd │   │   │   │   └── [ 20K] screensizes.jd │   │   │   └── [4.0K] tv │   │   │   ├── [4.0K] playback │   │   │   │   ├── [9.7K] browse.jd │   │   │   │   ├── [ 10K] details.jd │   │   │   │   ├── [2.7K] index.jd │   │   │   │   └── [8.3K] now-playing.jd │   │   │   └── [4.0K] start │   │   │   ├── [ 18K] hardware.jd │   │   │   ├── [3.4K] index.jd │   │   │   ├── [ 15K] layouts.jd │   │   │   ├── [8.7K] navigation.jd │   │   │   └── [ 15K] start.jd │   │   ├── [4.0K] ko │   │   │   ├── [4.0K] about │   │   │   │   └── [4.0K] versions │   │   │   │   ├── [ 68K] android-5.0.jd │   │   │   │   └── [ 20K] lollipop.jd │   │   │   ├── [4.0K] design │   │   │   │   ├── [4.0K] get-started │   │   │   │   │   └── [ 11K] principles.jd │   │   │   │   ├── [4.0K] material │   │   │   │   │   └── [7.4K] index.jd │   │   │   │   └── [4.0K] patterns │   │   │   │   ├── [5.4K] confirming-acknowledging.jd │   │   │   │   ├── [ 15K] navigation.jd │   │   │   │   └── [ 35K] notifications.jd │   │   │   ├── [4.0K] distribute │   │   │   │   ├── [4.0K] googleplay │   │   │   │   │   ├── [ 11K] about.jd │   │   │   │   │   ├── [9.4K] auto.jd │   │   │   │   │   ├── [ 20K] developer-console.jd │   │   │   │   │   ├── [4.0K] families │   │   │   │   │   │   ├── [2.7K] about.jd │   │   │   │   │   │   ├── [ 12K] faq.jd │   │   │   │   │   │   └── [4.9K] start.jd │   │   │   │   │   ├── [2.5K] guide.jd │   │   │   │   │   ├── [4.0K] quality │   │   │   │   │   │   ├── [ 12K] auto.jd │   │   │   │   │   │   ├── [ 28K] core.jd │   │   │   │   │   │   ├── [ 36K] tablets.jd │   │   │   │   │   │   ├── [ 14K] tv.jd │   │   │   │   │   │   └── [ 12K] wear.jd │   │   │   │   │   ├── [4.5K] start.jd │   │   │   │   │   ├── [ 13K] tv.jd │   │   │   │   │   └── [ 12K] wear.jd │   │   │   │   ├── [ 611] index.jd │   │   │   │   └── [4.0K] tools │   │   │   │   ├── [ 35K] launch-checklist.jd │   │   │   │   └── [ 32K] localization-checklist.jd │   │   │   ├── [4.0K] google │   │   │   │   └── [4.0K] play │   │   │   │   └── [ 28K] filters.jd │   │   │   ├── [3.6K] index.jd │   │   │   ├── [4.0K] preview │   │   │   │   ├── [ 36K] api-overview.jd │   │   │   │   ├── [4.0K] backup │   │   │   │   │   └── [ 13K] index.jd │   │   │   │   ├── [ 27K] behavior-changes.jd │   │   │   │   ├── [ 28K] download.jd │   │   │   │   ├── [ 28K] download_mp2.jd │   │   │   │   ├── [4.0K] features │   │   │   │   │   ├── [5.5K] app-linking.jd │   │   │   │   │   └── [ 31K] runtime-permissions.jd │   │   │   │   ├── [2.6K] index.jd │   │   │   │   ├── [ 21K] license.jd │   │   │   │   ├── [ 14K] overview.jd │   │   │   │   ├── [2.5K] samples.jd │   │   │   │   ├── [8.6K] setup-sdk.jd │   │   │   │   └── [4.0K] testing │   │   │   │   ├── [9.2K] guide.jd │   │   │   │   └── [ 29K] performance.jd │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] basics │   │   │   │   ├── [4.0K] activity-lifecycle │   │   │   │   │   ├── [3.6K] index.jd │   │   │   │   │   ├── [7.2K] pausing.jd │   │   │   │   │   ├── [9.6K] recreating.jd │   │   │   │   │   ├── [ 16K] starting.jd │   │   │   │   │   └── [ 11K] stopping.jd │   │   │   │   ├── [4.0K] data-storage │   │   │   │   │   ├── [ 14K] databases.jd │   │   │   │   │   ├── [ 18K] files.jd │   │   │   │   │   ├── [2.1K] index.jd │   │   │   │   │   └── [5.7K] shared-preferences.jd │   │   │   │   └── [4.0K] intents │   │   │   │   ├── [ 13K] filters.jd │   │   │   │   ├── [3.2K] index.jd │   │   │   │   ├── [8.4K] result.jd │   │   │   │   └── [ 13K] sending.jd │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [7.4K] battery-monitoring.jd │   │   │   │   ├── [4.0K] connectivity-monitoring.jd │   │   │   │   ├── [3.9K] docking-monitoring.jd │   │   │   │   ├── [2.9K] index.jd │   │   │   │   └── [2.8K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [10.0K] adaptui.jd │   │   │   ├── [3.8K] index.jd │   │   │   ├── [4.7K] screendensities.jd │   │   │   └── [ 18K] screensizes.jd │   │   ├── [4.0K] pt-br │   │   │   ├── [4.0K] about │   │   │   │   └── [4.0K] versions │   │   │   │   ├── [ 67K] android-5.0.jd │   │   │   │   └── [ 20K] lollipop.jd │   │   │   ├── [4.0K] design │   │   │   │   ├── [4.0K] get-started │   │   │   │   │   └── [9.4K] principles.jd │   │   │   │   ├── [4.0K] material │   │   │   │   │   └── [6.9K] index.jd │   │   │   │   └── [4.0K] patterns │   │   │   │   ├── [5.0K] confirming-acknowledging.jd │   │   │   │   ├── [ 14K] navigation.jd │   │   │   │   └── [ 34K] notifications.jd │   │   │   ├── [3.5K] index.jd │   │   │   ├── [4.0K] preview │   │   │   │   ├── [ 33K] api-overview.jd │   │   │   │   ├── [4.0K] backup │   │   │   │   │   └── [ 12K] index.jd │   │   │   │   ├── [ 25K] behavior-changes.jd │   │   │   │   ├── [ 25K] download.jd │   │   │   │   ├── [ 25K] download_mp2.jd │   │   │   │   ├── [4.0K] features │   │   │   │   │   ├── [5.5K] app-linking.jd │   │   │   │   │   └── [ 29K] runtime-permissions.jd │   │   │   │   ├── [4.0K] images │   │   │   │   │   ├── [191K] direct-share-screen_2x.png │   │   │   │   │   ├── [ 56K] direct-share-screen.png │   │   │   │   │   ├── [125K] fingerprint-screen_2x.png │   │   │   │   │   ├── [ 38K] fingerprint-screen.png │   │   │   │   │   ├── [10.0K] m-preview-timeline-crop.png │   │   │   │   │   ├── [ 13K] m-preview-timeline.png │   │   │   │   │   ├── [158K] perf-test-frame-latency.png │   │   │   │   │   ├── [7.6K] perf-test-framestats.png │   │   │   │   │   ├── [207K] text-selection.gif │   │   │   │   │   ├── [123K] work-profile-screen_2x.png │   │   │   │   │   └── [ 38K] work-profile-screen.png │   │   │   │   ├── [2.5K] index.jd │   │   │   │   ├── [ 18K] license.jd │   │   │   │   ├── [ 13K] overview.jd │   │   │   │   ├── [2.5K] samples.jd │   │   │   │   ├── [8.4K] setup-sdk.jd │   │   │   │   └── [4.0K] testing │   │   │   │   ├── [8.6K] guide.jd │   │   │   │   └── [ 26K] performance.jd │   │   │   └── [4.0K] training │   │   │   └── [4.0K] basics │   │   │   ├── [4.0K] activity-lifecycle │   │   │   │   ├── [3.1K] index.jd │   │   │   │   ├── [6.5K] pausing.jd │   │   │   │   ├── [9.1K] recreating.jd │   │   │   │   ├── [ 14K] starting.jd │   │   │   │   └── [9.9K] stopping.jd │   │   │   ├── [4.0K] data-storage │   │   │   │   ├── [ 13K] databases.jd │   │   │   │   ├── [ 17K] files.jd │   │   │   │   ├── [2.1K] index.jd │   │   │   │   └── [5.5K] shared-preferences.jd │   │   │   └── [4.0K] intents │   │   │   ├── [ 12K] filters.jd │   │   │   ├── [3.0K] index.jd │   │   │   ├── [7.8K] result.jd │   │   │   └── [ 12K] sending.jd │   │   ├── [4.0K] ru │   │   │   ├── [4.0K] about │   │   │   │   └── [4.0K] versions │   │   │   │   ├── [ 90K] android-5.0.jd │   │   │   │   └── [ 27K] lollipop.jd │   │   │   ├── [4.0K] design │   │   │   │   ├── [4.0K] get-started │   │   │   │   │   └── [ 14K] principles.jd │   │   │   │   ├── [4.0K] material │   │   │   │   │   └── [ 11K] index.jd │   │   │   │   └── [4.0K] patterns │   │   │   │   ├── [8.2K] confirming-acknowledging.jd │   │   │   │   ├── [ 23K] navigation.jd │   │   │   │   └── [ 54K] notifications.jd │   │   │   ├── [4.0K] distribute │   │   │   │   ├── [4.0K] googleplay │   │   │   │   │   ├── [ 19K] about.jd │   │   │   │   │   ├── [ 16K] auto.jd │   │   │   │   │   ├── [ 33K] developer-console.jd │   │   │   │   │   ├── [4.0K] families │   │   │   │   │   │   ├── [4.1K] about.jd │   │   │   │   │   │   ├── [ 20K] faq.jd │   │   │   │   │   │   └── [8.4K] start.jd │   │   │   │   │   ├── [4.0K] guide.jd │   │   │   │   │   ├── [4.0K] quality │   │   │   │   │   │   ├── [ 18K] auto.jd │   │   │   │   │   │   ├── [ 44K] core.jd │   │   │   │   │   │   ├── [ 58K] tablets.jd │   │   │   │   │   │   ├── [ 19K] tv.jd │   │   │   │   │   │   └── [ 18K] wear.jd │   │   │   │   │   ├── [6.9K] start.jd │   │   │   │   │   ├── [ 22K] tv.jd │   │   │   │   │   └── [ 20K] wear.jd │   │   │   │   └── [4.0K] tools │   │   │   │   ├── [ 60K] launch-checklist.jd │   │   │   │   └── [ 52K] localization-checklist.jd │   │   │   ├── [4.0K] google │   │   │   │   └── [4.0K] play │   │   │   │   └── [ 42K] filters.jd │   │   │   ├── [3.8K] index.jd │   │   │   ├── [4.0K] preview │   │   │   │   ├── [ 51K] api-overview.jd │   │   │   │   ├── [4.0K] backup │   │   │   │   │   └── [ 20K] index.jd │   │   │   │   ├── [ 39K] behavior-changes.jd │   │   │   │   ├── [ 46K] download.jd │   │   │   │   ├── [ 46K] download_mp2.jd │   │   │   │   ├── [4.0K] features │   │   │   │   │   ├── [8.0K] app-linking.jd │   │   │   │   │   └── [ 47K] runtime-permissions.jd │   │   │   │   ├── [2.9K] index.jd │   │   │   │   ├── [ 37K] license.jd │   │   │   │   ├── [ 20K] overview.jd │   │   │   │   ├── [3.6K] samples.jd │   │   │   │   ├── [ 11K] setup-sdk.jd │   │   │   │   └── [4.0K] testing │   │   │   │   ├── [ 15K] guide.jd │   │   │   │   └── [ 45K] performance.jd │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] basics │   │   │   │   ├── [4.0K] activity-lifecycle │   │   │   │   │   ├── [5.2K] index.jd │   │   │   │   │   ├── [9.8K] pausing.jd │   │   │   │   │   ├── [ 13K] recreating.jd │   │   │   │   │   ├── [ 21K] starting.jd │   │   │   │   │   └── [ 14K] stopping.jd │   │   │   │   ├── [4.0K] data-storage │   │   │   │   │   ├── [ 17K] databases.jd │   │   │   │   │   ├── [ 26K] files.jd │   │   │   │   │   ├── [3.2K] index.jd │   │   │   │   │   └── [7.3K] shared-preferences.jd │   │   │   │   └── [4.0K] intents │   │   │   │   ├── [ 17K] filters.jd │   │   │   │   ├── [4.6K] index.jd │   │   │   │   ├── [ 11K] result.jd │   │   │   │   └── [ 18K] sending.jd │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [ 11K] battery-monitoring.jd │   │   │   │   ├── [5.9K] connectivity-monitoring.jd │   │   │   │   ├── [6.4K] docking-monitoring.jd │   │   │   │   ├── [4.4K] index.jd │   │   │   │   └── [4.1K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [ 13K] adaptui.jd │   │   │   ├── [5.6K] index.jd │   │   │   ├── [6.3K] screendensities.jd │   │   │   └── [ 25K] screensizes.jd │   │   ├── [4.0K] zh-cn │   │   │   ├── [4.0K] about │   │   │   │   └── [4.0K] versions │   │   │   │   ├── [ 58K] android-5.0.jd │   │   │   │   └── [ 17K] lollipop.jd │   │   │   ├── [4.0K] design │   │   │   │   ├── [4.0K] get-started │   │   │   │   │   └── [8.9K] principles.jd │   │   │   │   ├── [4.0K] material │   │   │   │   │   └── [6.2K] index.jd │   │   │   │   ├── [4.0K] patterns │   │   │   │   │   ├── [4.4K] confirming-acknowledging.jd │   │   │   │   │   ├── [ 11K] navigation.jd │   │   │   │   │   └── [ 28K] notifications.jd │   │   │   │   └── [4.0K] style │   │   │   │   └── [8.9K] writing.jd │   │   │   ├── [4.0K] distribute │   │   │   │   ├── [4.0K] essentials │   │   │   │   │   ├── [ 929] index.jd │   │   │   │   │   └── [4.0K] quality │   │   │   │   │   ├── [ 26K] core.jd │   │   │   │   │   └── [ 33K] tablets.jd │   │   │   │   ├── [4.0K] googleplay │   │   │   │   │   ├── [ 10K] about.jd │   │   │   │   │   ├── [8.3K] auto.jd │   │   │   │   │   ├── [ 17K] developer-console.jd │   │   │   │   │   ├── [4.0K] families │   │   │   │   │   │   ├── [2.3K] about.jd │   │   │   │   │   │   ├── [9.9K] faq.jd │   │   │   │   │   │   └── [4.1K] start.jd │   │   │   │   │   ├── [2.0K] guide.jd │   │   │   │   │   ├── [4.0K] quality │   │   │   │   │   │   ├── [ 11K] auto.jd │   │   │   │   │   │   ├── [ 25K] core.jd │   │   │   │   │   │   ├── [ 32K] tablets.jd │   │   │   │   │   │   ├── [ 12K] tv.jd │   │   │   │   │   │   └── [ 11K] wear.jd │   │   │   │   │   ├── [4.1K] start.jd │   │   │   │   │   ├── [ 11K] tv.jd │   │   │   │   │   └── [ 10K] wear.jd │   │   │   │   ├── [1.8K] resources.jd │   │   │   │   └── [4.0K] tools │   │   │   │   ├── [1.6K] index.jd │   │   │   │   ├── [ 31K] launch-checklist.jd │   │   │   │   ├── [ 28K] localization-checklist.jd │   │   │   │   └── [4.0K] promote │   │   │   │   ├── [ 13K] badges.jd │   │   │   │   ├── [8.3K] brand.jd │   │   │   │   ├── [ 20K] device-art.jd │   │   │   │   └── [8.2K] linking.jd │   │   │   ├── [4.0K] google │   │   │   │   └── [4.0K] play │   │   │   │   ├── [4.0K] billing │   │   │   │   │   ├── [ 10K] api.jd │   │   │   │   │   ├── [ 25K] billing_admin.jd │   │   │   │   │   ├── [6.4K] billing_best_practices.jd │   │   │   │   │   ├── [8.7K] billing_overview.jd │   │   │   │   │   ├── [ 17K] billing_testing.jd │   │   │   │   │   └── [4.4K] index.jd │   │   │   │   └── [ 23K] filters.jd │   │   │   ├── [3.4K] index.jd │   │   │   ├── [4.0K] preview │   │   │   │   ├── [ 28K] api-overview.jd │   │   │   │   ├── [4.0K] backup │   │   │   │   │   └── [ 10K] index.jd │   │   │   │   ├── [ 22K] behavior-changes.jd │   │   │   │   ├── [ 21K] download.jd │   │   │   │   ├── [ 21K] download_mp2.jd │   │   │   │   ├── [4.0K] features │   │   │   │   │   ├── [4.5K] app-linking.jd │   │   │   │   │   └── [ 24K] runtime-permissions.jd │   │   │   │   ├── [2.4K] index.jd │   │   │   │   ├── [ 15K] license.jd │   │   │   │   ├── [ 11K] overview.jd │   │   │   │   ├── [2.1K] samples.jd │   │   │   │   ├── [6.8K] setup-sdk.jd │   │   │   │   └── [4.0K] testing │   │   │   │   ├── [6.8K] guide.jd │   │   │   │   └── [ 21K] performance.jd │   │   │   ├── [1.5K] resources.jd │   │   │   ├── [4.0K] tools │   │   │   │   ├── [4.0K] help │   │   │   │   │   └── [9.5K] proguard.jd │   │   │   │   └── [4.0K] publishing │   │   │   │   ├── [ 19K] preparing.jd │   │   │   │   └── [ 11K] publishing_overview.jd │   │   │   └── [4.0K] training │   │   │   ├── [4.0K] basics │   │   │   │   ├── [4.0K] activity-lifecycle │   │   │   │   │   ├── [2.7K] index.jd │   │   │   │   │   ├── [5.7K] pausing.jd │   │   │   │   │   ├── [8.0K] recreating.jd │   │   │   │   │   ├── [ 12K] starting.jd │   │   │   │   │   └── [8.7K] stopping.jd │   │   │   │   ├── [4.0K] data-storage │   │   │   │   │   ├── [ 12K] databases.jd │   │   │   │   │   ├── [ 15K] files.jd │   │   │   │   │   ├── [1.6K] index.jd │   │   │   │   │   └── [4.8K] shared-preferences.jd │   │   │   │   ├── [4.0K] fragments │   │   │   │   │   └── [9.6K] fragment-ui.jd │   │   │   │   └── [4.0K] intents │   │   │   │   ├── [ 11K] filters.jd │   │   │   │   ├── [2.5K] index.jd │   │   │   │   ├── [7.1K] result.jd │   │   │   │   └── [ 11K] sending.jd │   │   │   ├── [4.0K] monitoring-device-state │   │   │   │   ├── [6.6K] battery-monitoring.jd │   │   │   │   ├── [3.5K] connectivity-monitoring.jd │   │   │   │   ├── [3.6K] docking-monitoring.jd │   │   │   │   ├── [2.5K] index.jd │   │   │   │   └── [2.2K] manifest-receivers.jd │   │   │   └── [4.0K] multiscreen │   │   │   ├── [9.0K] adaptui.jd │   │   │   ├── [3.2K] index.jd │   │   │   ├── [4.0K] screendensities.jd │   │   │   └── [ 16K] screensizes.jd │   │   └── [4.0K] zh-tw │   │   ├── [4.0K] about │   │   │   └── [4.0K] versions │   │   │   ├── [ 59K] android-5.0.jd │   │   │   └── [ 18K] lollipop.jd │   │   ├── [4.0K] design │   │   │   ├── [4.0K] get-started │   │   │   │   └── [8.9K] principles.jd │   │   │   ├── [4.0K] material │   │   │   │   └── [6.4K] index.jd │   │   │   └── [4.0K] patterns │   │   │   ├── [4.6K] confirming-acknowledging.jd │   │   │   ├── [ 12K] navigation.jd │   │   │   └── [ 29K] notifications.jd │   │   ├── [4.0K] distribute │   │   │   ├── [4.0K] googleplay │   │   │   │   ├── [ 11K] about.jd │   │   │   │   ├── [8.8K] auto.jd │   │   │   │   ├── [ 18K] developer-console.jd │   │   │   │   ├── [4.0K] families │   │   │   │   │   ├── [2.5K] about.jd │   │   │   │   │   ├── [ 10K] faq.jd │   │   │   │   │   └── [4.4K] start.jd │   │   │   │   ├── [2.1K] guide.jd │   │   │   │   ├── [4.0K] quality │   │   │   │   │   ├── [ 11K] auto.jd │   │   │   │   │   ├── [ 25K] core.jd │   │   │   │   │   ├── [ 32K] tablets.jd │   │   │   │   │   ├── [ 12K] tv.jd │   │   │   │   │   └── [ 11K] wear.jd │   │   │   │   ├── [4.3K] start.jd │   │   │   │   ├── [ 12K] tv.jd │   │   │   │   └── [ 11K] wear.jd │   │   │   └── [4.0K] tools │   │   │   ├── [ 32K] launch-checklist.jd │   │   │   └── [ 29K] localization-checklist.jd │   │   ├── [4.0K] google │   │   │   └── [4.0K] play │   │   │   └── [ 24K] filters.jd │   │   ├── [3.5K] index.jd │   │   ├── [4.0K] preview │   │   │   ├── [ 30K] api-overview.jd │   │   │   ├── [4.0K] backup │   │   │   │   └── [ 10K] index.jd │   │   │   ├── [ 23K] behavior-changes.jd │   │   │   ├── [ 21K] download.jd │   │   │   ├── [ 21K] download_mp2.jd │   │   │   ├── [4.0K] features │   │   │   │   ├── [4.8K] app-linking.jd │   │   │   │   └── [ 25K] runtime-permissions.jd │   │   │   ├── [2.5K] index.jd │   │   │   ├── [ 15K] license.jd │   │   │   ├── [ 11K] overview.jd │   │   │   ├── [2.1K] samples.jd │   │   │   ├── [7.7K] setup-sdk.jd │   │   │   └── [4.0K] testing │   │   │   ├── [7.2K] guide.jd │   │   │   └── [ 21K] performance.jd │   │   └── [4.0K] training │   │   └── [4.0K] basics │   │   ├── [4.0K] activity-lifecycle │   │   │   ├── [3.0K] index.jd │   │   │   ├── [6.3K] pausing.jd │   │   │   ├── [8.8K] recreating.jd │   │   │   ├── [ 14K] starting.jd │   │   │   └── [9.6K] stopping.jd │   │   ├── [4.0K] data-storage │   │   │   ├── [ 12K] databases.jd │   │   │   ├── [ 16K] files.jd │   │   │   ├── [1.7K] index.jd │   │   │   └── [5.1K] shared-preferences.jd │   │   └── [4.0K] intents │   │   ├── [ 11K] filters.jd │   │   ├── [2.8K] index.jd │   │   ├── [7.4K] result.jd │   │   └── [ 11K] sending.jd │   ├── [4.0K] image_sources │   │   ├── [301K] activity_lifecycle.graffle │   │   ├── [4.0K] brand │   │   │   ├── [324K] Android_Robot_outlined.ai │   │   │   ├── [252K] en_app_rgb_wo.ai │   │   │   └── [249K] en_generic_rgb_wo.ai │   │   ├── [4.0K] distribute │   │   │   ├── [ 67K] gp-auto-process.graffle │   │   │   ├── [ 64K] gp-tv-process.graffle │   │   │   └── [154K] gp-wear-quality.svg │   │   ├── [4.0K] fundamentals │   │   │   ├── [ 73K] fragments.graffle │   │   │   ├── [130K] restore_instance.graffle │   │   │   └── [288K] service_lifecycle.graffle │   │   ├── [4.0K] gcm │   │   │   └── [ 34K] CCS-ack.graffle │   │   ├── [4.0K] in-app-billing │   │   │   ├── [4.0K] v2 │   │   │   │   ├── [ 136] billing_arch.graffle │   │   │   │   ├── [ 204] billing_checkout_flow.graffle │   │   │   │   ├── [ 136] billing_check_supported.graffle │   │   │   │   ├── [ 136] billing_refund.graffle │   │   │   │   ├── [ 136] billing_request_purchase.graffle │   │   │   │   ├── [ 136] billing_restore_transactions.graffle │   │   │   │   └── [ 204] billing_test_flow.graffle │   │   │   └── [4.0K] v3 │   │   │   ├── [ 204] iab_v3_checkout_flow.graffle │   │   │   ├── [ 24K] iab_v3_consumption_flow.graffle │   │   │   └── [ 46K] iab_v3_purchase_flow.graffle │   │   ├── [4.0K] mediarouter │   │   │   ├── [4.0K] media-route-provider-framework.graffle │   │   │   │   ├── [3.9K] data.plist │   │   │   │   └── [ 12K] image1.png │   │   │   └── [4.0K] media-router-framework.graffle │   │   │   ├── [4.1K] data.plist │   │   │   └── [ 12K] image1.png │   │   ├── [4.0K] play-services-diagram.graffle │   │   │   ├── [ 24K] data.plist │   │   │   ├── [ 58K] image1.png │   │   │   ├── [4.4K] image2.png │   │   │   ├── [ 14K] image3.tiff │   │   │   ├── [ 13K] image4.tiff │   │   │   └── [116K] image5.png │   │   ├── [4.0K] preview │   │   │   ├── [4.0K] features │   │   │   │   └── [ 45K] app-permissions-screen-orig.png │   │   │   └── [ 14K] m-preview-timeline.svg │   │   ├── [4.0K] providers │   │   │   └── [ 87K] datamodel.graffle │   │   ├── [4.0K] resources │   │   │   ├── [180K] resource_devices_diagram.graffle │   │   │   └── [120K] res-selection-flowchart.graffle │   │   ├── [109K] rs_compute.graffle │   │   ├── [134K] rs_graphics.graffle │   │   ├── [117K] rs_overview.graffle │   │   ├── [4.0K] training │   │   │   ├── [4.0K] basics │   │   │   │   ├── [4.0K] basic-lifecycle.graffle │   │   │   │   │   ├── [113K] data.plist │   │   │   │   │   ├── [ 16K] image1.png │   │   │   │   │   └── [4.0K] QuickLook │   │   │   │   │   ├── [ 49K] Preview.pdf │   │   │   │   │   └── [8.0K] Thumbnail.tiff │   │   │   │   └── [4.0K] basic-simple-screen-mock.graffle │   │   │   │   ├── [ 14K] data.plist │   │   │   │   ├── [ 28K] image1.png │   │   │   │   ├── [ 12K] image2.png │   │   │   │   └── [4.0K] QuickLook │   │   │   │   ├── [ 25K] Preview.pdf │   │   │   │   └── [5.3K] Thumbnail.tiff │   │   │   ├── [4.0K] fragments-screen-mock.graffle │   │   │   │   ├── [ 19K] data.plist │   │   │   │   ├── [ 28K] image1.png │   │   │   │   ├── [ 12K] image2.png │   │   │   │   └── [4.0K] QuickLook │   │   │   │   ├── [ 51K] Preview.pdf │   │   │   │   └── [9.1K] Thumbnail.tiff │   │   │   ├── [4.0K] game-controllers │   │   │   │   ├── [ 25K] backward-compatible-inputmanager.graffle │   │   │   │   └── [ 72K] game-controller-profiles.graffle │   │   │   ├── [4.0K] volley │   │   │   │   └── [ 54K] volley-request.graffle │   │   │   └── [4.0K] wear │   │   │   └── [101K] wear_cloud_node.graffle │   │   └── [4.0K] ui │   │   └── [256K] actionbar-navigate-up.xcf │   ├── [1.0K] knowntags.txt │   └── [ 161] overview-ext.html ├── [4.0K] drm │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] drm │   │   ├── [3.0K] DrmConvertedStatus.java │   │   ├── [3.8K] DrmErrorEvent.java │   │   ├── [3.7K] DrmEvent.java │   │   ├── [3.7K] DrmInfoEvent.java │   │   ├── [5.1K] DrmInfo.java │   │   ├── [4.7K] DrmInfoRequest.java │   │   ├── [3.4K] DrmInfoStatus.java │   │   ├── [ 34K] DrmManagerClient.java │   │   ├── [3.7K] DrmOutputStream.java │   │   ├── [5.8K] DrmRights.java │   │   ├── [7.9K] DrmStore.java │   │   ├── [6.2K] DrmSupportInfo.java │   │   ├── [7.1K] DrmUtils.java │   │   ├── [4.3K] package.html │   │   └── [2.3K] ProcessedData.java │   └── [4.0K] jni │   ├── [ 31K] android_drm_DrmManagerClient.cpp │   └── [1.3K] Android.mk ├── [4.0K] graphics │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] graphics │   │   ├── [ 14K] Atlas.java │   │   ├── [2.3K] AvoidXfermode.java │   │   ├── [ 676] Bitmap.aidl │   │   ├── [ 30K] BitmapFactory.java │   │   ├── [ 69K] Bitmap.java │   │   ├── [ 12K] BitmapRegionDecoder.java │   │   ├── [1.9K] BitmapShader.java │   │   ├── [1.9K] BlurMaskFilter.java │   │   ├── [4.9K] Camera.java │   │   ├── [ 90K] Canvas.java │   │   ├── [1.5K] CanvasProperty.java │   │   ├── [1.5K] ColorFilter.java │   │   ├── [ 14K] Color.java │   │   ├── [4.0K] ColorMatrixColorFilter.java │   │   ├── [7.8K] ColorMatrix.java │   │   ├── [1.2K] ComposePathEffect.java │   │   ├── [3.9K] ComposeShader.java │   │   ├── [1.1K] CornerPathEffect.java │   │   ├── [1.7K] DashPathEffect.java │   │   ├── [1.0K] DiscretePathEffect.java │   │   ├── [4.0K] drawable │   │   │   ├── [1.9K] Animatable2.java │   │   │   ├── [1.1K] Animatable.java │   │   │   ├── [8.7K] AnimatedRotateDrawable.java │   │   │   ├── [ 25K] AnimatedStateListDrawable.java │   │   │   ├── [ 26K] AnimatedVectorDrawable.java │   │   │   ├── [ 15K] AnimationDrawable.java │   │   │   ├── [ 33K] BitmapDrawable.java │   │   │   ├── [7.4K] ClipDrawable.java │   │   │   ├── [ 10K] ColorDrawable.java │   │   │   ├── [ 37K] DrawableContainer.java │   │   │   ├── [ 52K] Drawable.java │   │   │   ├── [ 12K] DrawableWrapper.java │   │   │   ├── [ 68K] GradientDrawable.java │   │   │   ├── [ 27K] Icon.java │   │   │   ├── [9.4K] InsetDrawable.java │   │   │   ├── [ 65K] LayerDrawable.java │   │   │   ├── [8.3K] LevelListDrawable.java │   │   │   ├── [ 24K] NinePatchDrawable.java │   │   │   ├── [ 450] package.html │   │   │   ├── [3.9K] PaintDrawable.java │   │   │   ├── [2.6K] PictureDrawable.java │   │   │   ├── [6.0K] RippleBackground.java │   │   │   ├── [ 11K] RippleComponent.java │   │   │   ├── [ 32K] RippleDrawable.java │   │   │   ├── [ 15K] RippleForeground.java │   │   │   ├── [ 12K] RotateDrawable.java │   │   │   ├── [8.8K] ScaleDrawable.java │   │   │   ├── [ 20K] ShapeDrawable.java │   │   │   ├── [4.0K] shapes │   │   │   │   ├── [1.6K] ArcShape.java │   │   │   │   ├── [1.4K] OvalShape.java │   │   │   │   ├── [ 76] package.html │   │   │   │   ├── [2.5K] PathShape.java │   │   │   │   ├── [1.9K] RectShape.java │   │   │   │   ├── [5.2K] RoundRectShape.java │   │   │   │   └── [3.3K] Shape.java │   │   │   ├── [ 14K] StateListDrawable.java │   │   │   ├── [8.3K] TransitionDrawable.java │   │   │   └── [ 64K] VectorDrawable.java │   │   ├── [1.2K] DrawFilter.java │   │   ├── [1.5K] EmbossMaskFilter.java │   │   ├── [2.4K] FontFamily.java │   │   ├── [5.1K] FontListParser.java │   │   ├── [ 29K] ImageFormat.java │   │   ├── [3.2K] Insets.java │   │   ├── [6.0K] Interpolator.java │   │   ├── [4.2K] LargeBitmap.java │   │   ├── [1.5K] LayerRasterizer.java │   │   ├── [3.3K] LightingColorFilter.java │   │   ├── [4.6K] LinearGradient.java │   │   ├── [1.1K] MaskFilter.java │   │   ├── [ 32K] Matrix.java │   │   ├── [3.1K] Movie.java │   │   ├── [9.7K] NinePatch.java │   │   ├── [6.6K] Outline.java │   │   ├── [ 173] package.html │   │   ├── [1.3K] PaintFlagsDrawFilter.java │   │   ├── [ 94K] Paint.java │   │   ├── [2.0K] PathDashPathEffect.java │   │   ├── [1.0K] PathEffect.java │   │   ├── [ 31K] Path.java │   │   ├── [6.7K] PathMeasure.java │   │   ├── [4.0K] pdf │   │   │   ├── [ 79] package.html │   │   │   ├── [ 15K] PdfDocument.java │   │   │   ├── [ 10K] PdfEditor.java │   │   │   └── [ 14K] PdfRenderer.java │   │   ├── [7.8K] Picture.java │   │   ├── [4.7K] PixelFormat.java │   │   ├── [1.1K] PixelXorXfermode.java │   │   ├── [ 658] Point.aidl │   │   ├── [ 659] PointF.aidl │   │   ├── [3.9K] PointF.java │   │   ├── [3.4K] Point.java │   │   ├── [3.5K] PorterDuffColorFilter.java │   │   ├── [3.1K] PorterDuff.java │   │   ├── [1.1K] PorterDuffXfermode.java │   │   ├── [5.0K] RadialGradient.java │   │   ├── [1.1K] Rasterizer.java │   │   ├── [ 720] Rect.aidl │   │   ├── [ 666] RectF.aidl │   │   ├── [ 21K] RectF.java │   │   ├── [ 22K] Rect.java │   │   ├── [ 722] Region.aidl │   │   ├── [1.8K] RegionIterator.java │   │   ├── [ 14K] Region.java │   │   ├── [3.6K] Shader.java │   │   ├── [1.1K] SumPathEffect.java │   │   ├── [ 18K] SurfaceTexture.java │   │   ├── [4.0K] SweepGradient.java │   │   ├── [1.4K] TableMaskFilter.java │   │   ├── [1.2K] TemporaryBuffer.java │   │   ├── [ 14K] Typeface.java │   │   ├── [1.6K] Xfermode.java │   │   └── [7.4K] YuvImage.java │   └── [4.0K] tests │   └── [4.0K] graphicstests │   ├── [1.7K] AndroidManifest.xml │   ├── [ 322] Android.mk │   ├── [4.0K] res │   │   ├── [4.0K] color │   │   │   ├── [ 878] color1.xml │   │   │   └── [ 832] color_no_default.xml │   │   ├── [4.0K] drawable │   │   │   ├── [ 21K] test128x96.png │   │   │   ├── [ 707] test16x12.png │   │   │   ├── [ 77K] test256x192.png │   │   │   ├── [ 39K] test320x240.png │   │   │   ├── [1.8K] test32x24.png │   │   │   └── [5.9K] test64x48.png │   │   ├── [4.0K] drawable-nodpi │   │   │   └── [ 24K] landscape.png │   │   └── [4.0K] values │   │   └── [ 829] colors.xml │   └── [4.0K] src │   └── [4.0K] android │   ├── [4.0K] graphics │   │   ├── [1.8K] BitmapFactoryTest.java │   │   ├── [8.2K] BitmapTest.java │   │   ├── [2.4K] ColorStateListTest.java │   │   ├── [4.0K] drawable │   │   │   ├── [ 14K] IconTest.java │   │   │   └── [3.1K] StateListDrawableTest.java │   │   ├── [ 13K] GraphicsPerformanceTests.java │   │   ├── [ 947] GraphicsTests.java │   │   ├── [1.2K] PathTest.java │   │   ├── [1.2K] ThreadBitmapTest.java │   │   └── [3.2K] TypefaceTest.java │   └── [4.0K] view │   └── [ 723] MockView.java ├── [4.0K] include │   ├── [4.0K] androidfw │   │   ├── [4.3K] AssetDir.h │   │   ├── [9.9K] Asset.h │   │   ├── [ 14K] AssetManager.h │   │   ├── [6.6K] AttributeFinder.h │   │   ├── [4.3K] BackupHelpers.h │   │   ├── [2.5K] ByteBucketArray.h │   │   ├── [5.6K] CursorWindow.h │   │   ├── [1.4K] misc.h │   │   ├── [3.2K] ObbFile.h │   │   ├── [ 66K] ResourceTypes.h │   │   ├── [2.8K] StreamingZipInflater.h │   │   ├── [2.1K] TypeWrappers.h │   │   ├── [5.1K] ZipFileRO.h │   │   └── [2.8K] ZipUtils.h │   ├── [4.0K] android_runtime │   │   ├── [1.3K] android_app_NativeActivity.h │   │   ├── [1.0K] android_content_res_Configuration.h │   │   ├── [1.3K] android_graphics_SurfaceTexture.h │   │   ├── [1.1K] android_hardware_camera2_CameraMetadata.h │   │   ├── [4.9K] AndroidRuntime.h │   │   ├── [ 860] android_util_AssetManager.h │   │   ├── [2.2K] android_view_InputQueue.h │   │   ├── [2.9K] android_view_Surface.h │   │   ├── [1.0K] android_view_SurfaceSession.h │   │   └── [1.3K] Log.h │   ├── [4.0K] private │   │   ├── [4.0K] hwui │   │   │   └── [2.7K] DrawGlInfo.h │   │   └── [ 165] README │   └── [4.0K] storage │   ├── [3.6K] IMountService.h │   ├── [1.4K] IMountServiceListener.h │   ├── [1.4K] IMountShutdownObserver.h │   └── [1.4K] IObbActionListener.h ├── [4.0K] keystore │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] security │   │   ├── [9.1K] Credentials.java │   │   ├── [1.6K] GateKeeper.java │   │   ├── [ 825] IKeyChainAliasCallback.aidl │   │   ├── [1.7K] IKeyChainService.aidl │   │   ├── [ 998] KeyChainAliasCallback.java │   │   ├── [2.0K] KeyChainException.java │   │   ├── [ 23K] KeyChain.java │   │   ├── [ 16K] KeyPairGeneratorSpec.java │   │   ├── [4.0K] keystore │   │   │   ├── [ 17K] AndroidKeyStoreAuthenticatedAESCipherSpi.java │   │   │   ├── [ 14K] AndroidKeyStoreBCWorkaroundProvider.java │   │   │   ├── [ 32K] AndroidKeyStoreCipherSpiBase.java │   │   │   ├── [7.0K] AndroidKeyStoreECDSASignatureSpi.java │   │   │   ├── [1.2K] AndroidKeyStoreECPrivateKey.java │   │   │   ├── [1.7K] AndroidKeyStoreECPublicKey.java │   │   │   ├── [8.5K] AndroidKeyStoreHmacSpi.java │   │   │   ├── [6.7K] AndroidKeyStoreKeyFactorySpi.java │   │   │   ├── [ 14K] AndroidKeyStoreKeyGeneratorSpi.java │   │   │   ├── [2.4K] AndroidKeyStoreKey.java │   │   │   ├── [ 39K] AndroidKeyStoreKeyPairGeneratorSpi.java │   │   │   ├── [ 964] AndroidKeyStorePrivateKey.java │   │   │   ├── [ 13K] AndroidKeyStoreProvider.java │   │   │   ├── [1.9K] AndroidKeyStorePublicKey.java │   │   │   ├── [ 20K] AndroidKeyStoreRSACipherSpi.java │   │   │   ├── [1.2K] AndroidKeyStoreRSAPrivateKey.java │   │   │   ├── [1.8K] AndroidKeyStoreRSAPublicKey.java │   │   │   ├── [5.2K] AndroidKeyStoreRSASignatureSpi.java │   │   │   ├── [9.4K] AndroidKeyStoreSecretKeyFactorySpi.java │   │   │   ├── [ 958] AndroidKeyStoreSecretKey.java │   │   │   ├── [ 14K] AndroidKeyStoreSignatureSpiBase.java │   │   │   ├── [ 42K] AndroidKeyStoreSpi.java │   │   │   ├── [ 11K] AndroidKeyStoreUnauthenticatedAESCipherSpi.java │   │   │   ├── [2.7K] ArrayUtils.java │   │   │   ├── [5.5K] DelegatingX509Certificate.java │   │   │   ├── [1.4K] KeyExpiredException.java │   │   │   ├── [ 43K] KeyGenParameterSpec.java │   │   │   ├── [ 11K] KeyInfo.java │   │   │   ├── [8.0K] KeymasterUtils.java │   │   │   ├── [1.5K] KeyNotYetValidException.java │   │   │   ├── [2.1K] KeyPermanentlyInvalidatedException.java │   │   │   ├── [ 24K] KeyProperties.java │   │   │   ├── [ 33K] KeyProtection.java │   │   │   ├── [ 953] KeyStoreConnectException.java │   │   │   ├── [ 14K] KeyStoreCryptoOperationChunkedStreamer.java │   │   │   ├── [1015] KeyStoreCryptoOperation.java │   │   │   ├── [1.9K] KeyStoreCryptoOperationStreamer.java │   │   │   ├── [4.2K] KeyStoreCryptoOperationUtils.java │   │   │   ├── [1.6K] UserNotAuthenticatedException.java │   │   │   └── [ 892] Utils.java │   │   ├── [1.0K] KeyStoreException.java │   │   ├── [ 25K] KeyStore.java │   │   ├── [5.6K] KeyStoreParameter.java │   │   ├── [ 114] package.html │   │   └── [4.1K] SystemKeyStore.java │   ├── [ 0] MODULE_LICENSE_APACHE2 │   ├── [ 10K] NOTICE │   └── [4.0K] tests │   ├── [1.1K] AndroidManifest.xml │   ├── [ 365] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] security │   ├── [6.2K] KeyPairGeneratorSpecTest.java │   ├── [4.0K] keystore │   │   ├── [ 18K] AndroidKeyPairGeneratorTest.java │   │   └── [118K] AndroidKeyStoreTest.java │   ├── [ 47K] KeyStoreTest.java │   └── [2.9K] SystemKeyStoreTest.java ├── [4.0K] libs │   ├── [4.0K] androidfw │   │   ├── [2.4K] Android.mk │   │   ├── [ 21K] Asset.cpp │   │   ├── [1.7K] AssetDir.cpp │   │   ├── [ 64K] AssetManager.cpp │   │   ├── [9.2K] BackupData.cpp │   │   ├── [ 45K] BackupHelpers.cpp │   │   ├── [ 11K] CursorWindow.cpp │   │   ├── [2.0K] misc.cpp │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [9.4K] ObbFile.cpp │   │   ├── [238K] ResourceTypes.cpp │   │   ├── [8.5K] StreamingZipInflater.cpp │   │   ├── [4.0K] tests │   │   │   ├── [2.2K] Android.mk │   │   │   ├── [4.4K] AttributeFinder_test.cpp │   │   │   ├── [ 14K] BackupData_test.cpp │   │   │   ├── [1.3K] ByteBucketArray_test.cpp │   │   │   ├── [5.6K] ConfigLocale_test.cpp │   │   │   ├── [6.3K] Config_test.cpp │   │   │   ├── [4.0K] data │   │   │   │   ├── [4.0K] app │   │   │   │   │   ├── [ 783] AndroidManifest.xml │   │   │   │   │   ├── [4.3K] app_arsc.h │   │   │   │   │   ├── [ 807] build │   │   │   │   │   ├── [4.0K] res │   │   │   │   │   │   └── [4.0K] values │   │   │   │   │   │   └── [ 852] values.xml │   │   │   │   │   └── [ 923] R.h │   │   │   │   ├── [4.0K] basic │   │   │   │   │   ├── [ 827] AndroidManifest.xml │   │   │   │   │   ├── [ 11K] basic_arsc.h │   │   │   │   │   ├── [1.5K] build │   │   │   │   │   ├── [4.0K] res │   │   │   │   │   │   ├── [4.0K] layout │   │   │   │   │   │   │   └── [ 688] main.xml │   │   │   │   │   │   ├── [4.0K] layout-fr-sw600dp │   │   │   │   │   │   │   └── [ 688] main.xml │   │   │   │   │   │   ├── [4.0K] values │   │   │   │   │   │   │   └── [1.4K] values.xml │   │   │   │   │   │   ├── [4.0K] values-de │   │   │   │   │   │   │   └── [ 784] values.xml │   │   │   │   │   │   ├── [4.0K] values-fr │   │   │   │   │   │   │   └── [ 780] values.xml │   │   │   │   │   │   ├── [4.0K] values-hdpi │   │   │   │   │   │   │   └── [ 737] values.xml │   │   │   │   │   │   ├── [4.0K] values-sv │   │   │   │   │   │   │   └── [ 738] values.xml │   │   │   │   │   │   ├── [4.0K] values-xhdpi │   │   │   │   │   │   │   └── [ 738] values.xml │   │   │   │   │   │   └── [4.0K] values-xxhdpi │   │   │   │   │   │   └── [ 739] values.xml │   │   │   │   │   ├── [1.7K] R.h │   │   │   │   │   ├── [6.1K] split_de_fr_arsc.h │   │   │   │   │   ├── [4.8K] split_hdpi_v4_arsc.h │   │   │   │   │   ├── [4.8K] split_xhdpi_v4_arsc.h │   │   │   │   │   └── [4.8K] split_xxhdpi_v4_arsc.h │   │   │   │   ├── [4.0K] feature │   │   │   │   │   ├── [ 790] AndroidManifest.xml │   │   │   │   │   ├── [ 825] build │   │   │   │   │   ├── [5.1K] feature_arsc.h │   │   │   │   │   └── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 819] values.xml │   │   │   │   ├── [4.0K] lib │   │   │   │   │   ├── [ 827] AndroidManifest.xml │   │   │   │   │   ├── [ 793] build │   │   │   │   │   ├── [4.3K] lib_arsc.h │   │   │   │   │   ├── [4.0K] res │   │   │   │   │   │   └── [4.0K] values │   │   │   │   │   │   └── [ 839] values.xml │   │   │   │   │   └── [ 915] R.h │   │   │   │   ├── [4.0K] overlay │   │   │   │   │   ├── [ 827] AndroidManifest.xml │   │   │   │   │   ├── [ 792] build │   │   │   │   │   ├── [4.8K] overlay_arsc.h │   │   │   │   │   └── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 854] values.xml │   │   │   │   └── [4.0K] system │   │   │   │   ├── [ 775] AndroidManifest.xml │   │   │   │   ├── [ 792] build │   │   │   │   ├── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [1.1K] themes.xml │   │   │   │   ├── [ 983] R.h │   │   │   │   └── [4.8K] system_arsc.h │   │   │   ├── [3.6K] Idmap_test.cpp │   │   │   ├── [3.0K] ObbFile_test.cpp │   │   │   ├── [9.4K] ResTable_test.cpp │   │   │   ├── [7.5K] Split_test.cpp │   │   │   ├── [1.6K] TestHelpers.cpp │   │   │   ├── [ 973] TestHelpers.h │   │   │   ├── [2.2K] Theme_test.cpp │   │   │   ├── [2.7K] TypeWrappers_test.cpp │   │   │   └── [1.5K] ZipUtils_test.cpp │   │   ├── [2.6K] TypeWrappers.cpp │   │   ├── [6.5K] ZipFileRO.cpp │   │   └── [8.6K] ZipUtils.cpp │   ├── [4.0K] common_time │   │   ├── [ 786] Android.mk │   │   ├── [ 15K] clock_recovery.cpp │   │   ├── [4.9K] clock_recovery.h │   │   ├── [3.9K] common_clock.cpp │   │   ├── [1.7K] common_clock.h │   │   ├── [5.0K] common_clock_service.cpp │   │   ├── [3.8K] common_clock_service.h │   │   ├── [3.6K] common_time_config_service.cpp │   │   ├── [2.3K] common_time_config_service.h │   │   ├── [ 13K] common_time_server_api.cpp │   │   ├── [ 55K] common_time_server.cpp │   │   ├── [ 12K] common_time_server.h │   │   ├── [9.9K] common_time_server_packets.cpp │   │   ├── [6.0K] common_time_server_packets.h │   │   ├── [9.1K] diag_thread.cpp │   │   ├── [2.2K] diag_thread.h │   │   ├── [1.2K] main.cpp │   │   ├── [4.3K] utils.cpp │   │   └── [2.2K] utils.h │   ├── [4.0K] hwui │   │   ├── [ 15K] AmbientShadow.cpp │   │   ├── [1.2K] AmbientShadow.h │   │   ├── [3.3K] Android.common.mk │   │   ├── [ 297] Android.mk │   │   ├── [4.5K] AnimationContext.cpp │   │   ├── [3.9K] AnimationContext.h │   │   ├── [ 10K] Animator.cpp │   │   ├── [5.9K] Animator.h │   │   ├── [5.6K] AnimatorManager.cpp │   │   ├── [2.2K] AnimatorManager.h │   │   ├── [5.0K] AssetAtlas.cpp │   │   ├── [4.8K] AssetAtlas.h │   │   ├── [ 10K] Caches.cpp │   │   ├── [5.7K] Caches.h │   │   ├── [7.5K] Canvas.h │   │   ├── [1.3K] CanvasProperty.h │   │   ├── [7.9K] CanvasState.cpp │   │   ├── [7.0K] CanvasState.h │   │   ├── [ 11K] ClipArea.cpp │   │   ├── [5.1K] ClipArea.h │   │   ├── [6.9K] DamageAccumulator.cpp │   │   ├── [2.1K] DamageAccumulator.h │   │   ├── [3.0K] Debug.h │   │   ├── [ 26K] DeferredDisplayList.cpp │   │   ├── [6.1K] DeferredDisplayList.h │   │   ├── [4.6K] DeferredLayerUpdater.cpp │   │   ├── [3.1K] DeferredLayerUpdater.h │   │   ├── [ 21K] DisplayListCanvas.cpp │   │   ├── [ 16K] DisplayListCanvas.h │   │   ├── [1.8K] DisplayList.cpp │   │   ├── [4.8K] DisplayList.h │   │   ├── [ 55K] DisplayListOp.h │   │   ├── [3.5K] Dither.cpp │   │   ├── [1.4K] Dither.h │   │   ├── [4.4K] Extensions.cpp │   │   ├── [2.7K] Extensions.h │   │   ├── [2.4K] FboCache.cpp │   │   ├── [2.0K] FboCache.h │   │   ├── [1.3K] FloatColor.h │   │   ├── [4.0K] font │   │   │   ├── [1.6K] CachedGlyphInfo.h │   │   │   ├── [ 11K] CacheTexture.cpp │   │   │   ├── [5.4K] CacheTexture.h │   │   │   ├── [ 17K] Font.cpp │   │   │   ├── [5.4K] Font.h │   │   │   └── [2.1K] FontUtil.h │   │   ├── [ 27K] FontRenderer.cpp │   │   ├── [6.3K] FontRenderer.h │   │   ├── [1.2K] FrameInfo.cpp │   │   ├── [4.7K] FrameInfo.h │   │   ├── [8.7K] FrameInfoVisualizer.cpp │   │   ├── [2.6K] FrameInfoVisualizer.h │   │   ├── [7.9K] GammaFontRenderer.cpp │   │   ├── [5.0K] GammaFontRenderer.h │   │   ├── [ 25K] GlopBuilder.cpp │   │   ├── [4.7K] GlopBuilder.h │   │   ├── [5.0K] Glop.h │   │   ├── [9.3K] GradientCache.cpp │   │   ├── [5.3K] GradientCache.h │   │   ├── [1.0K] IContextFactory.h │   │   ├── [2.0K] Image.cpp │   │   ├── [1.6K] Image.h │   │   ├── [3.2K] Interpolator.cpp │   │   ├── [3.1K] Interpolator.h │   │   ├── [ 10K] JankTracker.cpp │   │   ├── [2.2K] JankTracker.h │   │   ├── [5.0K] LayerCache.cpp │   │   ├── [4.0K] LayerCache.h │   │   ├── [8.4K] Layer.cpp │   │   ├── [ 11K] Layer.h │   │   ├── [ 16K] LayerRenderer.cpp │   │   ├── [2.8K] LayerRenderer.h │   │   ├── [ 15K] Matrix.cpp │   │   ├── [6.2K] Matrix.h │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 95K] OpenGLRenderer.cpp │   │   ├── [ 32K] OpenGLRenderer.h │   │   ├── [3.1K] Outline.h │   │   ├── [8.1K] PatchCache.cpp │   │   ├── [5.2K] PatchCache.h │   │   ├── [7.1K] Patch.cpp │   │   ├── [2.1K] Patch.h │   │   ├── [ 18K] PathCache.cpp │   │   ├── [8.6K] PathCache.h │   │   ├── [ 43K] PathTessellator.cpp │   │   ├── [5.7K] PathTessellator.h │   │   ├── [5.2K] PixelBuffer.cpp │   │   ├── [6.3K] PixelBuffer.h │   │   ├── [ 31K] ProgramCache.cpp │   │   ├── [1.9K] ProgramCache.h │   │   ├── [6.3K] Program.cpp │   │   ├── [ 12K] Program.h │   │   ├── [5.9K] Properties.cpp │   │   ├── [ 11K] Properties.h │   │   ├── [8.5K] Rect.h │   │   ├── [5.0K] RenderBufferCache.cpp │   │   ├── [3.9K] RenderBufferCache.h │   │   ├── [5.1K] RenderBuffer.h │   │   ├── [ 38K] RenderNode.cpp │   │   ├── [8.4K] RenderNode.h │   │   ├── [7.7K] RenderProperties.cpp │   │   ├── [ 19K] RenderProperties.h │   │   ├── [4.0K] renderstate │   │   │   ├── [5.0K] Blend.cpp │   │   │   ├── [1.4K] Blend.h │   │   │   ├── [5.7K] MeshState.cpp │   │   │   ├── [4.4K] MeshState.h │   │   │   ├── [1.2K] PixelBufferState.cpp │   │   │   ├── [1.0K] PixelBufferState.h │   │   │   ├── [ 13K] RenderState.cpp │   │   │   ├── [3.4K] RenderState.h │   │   │   ├── [2.1K] Scissor.cpp │   │   │   ├── [1.2K] Scissor.h │   │   │   ├── [3.9K] Stencil.cpp │   │   │   ├── [3.2K] Stencil.h │   │   │   ├── [3.2K] TextureState.cpp │   │   │   └── [2.5K] TextureState.h │   │   ├── [4.0K] renderthread │   │   │   ├── [ 14K] CanvasContext.cpp │   │   │   ├── [4.6K] CanvasContext.h │   │   │   ├── [3.9K] DrawFrameTask.cpp │   │   │   ├── [2.4K] DrawFrameTask.h │   │   │   ├── [ 11K] EglManager.cpp │   │   │   ├── [2.6K] EglManager.h │   │   │   ├── [ 15K] RenderProxy.cpp │   │   │   ├── [4.3K] RenderProxy.h │   │   │   ├── [ 974] RenderTask.cpp │   │   │   ├── [2.9K] RenderTask.h │   │   │   ├── [ 12K] RenderThread.cpp │   │   │   ├── [4.1K] RenderThread.h │   │   │   ├── [1.5K] TimeLord.cpp │   │   │   └── [1.6K] TimeLord.h │   │   ├── [5.0K] ResourceCache.cpp │   │   ├── [2.6K] ResourceCache.h │   │   ├── [1.7K] RevealClip.h │   │   ├── [6.7K] ShadowTessellator.cpp │   │   ├── [3.5K] ShadowTessellator.h │   │   ├── [ 25K] SkiaCanvas.cpp │   │   ├── [ 13K] SkiaCanvasProxy.cpp │   │   ├── [4.8K] SkiaCanvasProxy.h │   │   ├── [ 15K] SkiaShader.cpp │   │   ├── [2.6K] SkiaShader.h │   │   ├── [8.6K] Snapshot.cpp │   │   ├── [ 10K] Snapshot.h │   │   ├── [ 45K] SpotShadow.cpp │   │   ├── [3.1K] SpotShadow.h │   │   ├── [ 17K] TessellationCache.cpp │   │   ├── [6.1K] TessellationCache.h │   │   ├── [4.0K] tests │   │   │   ├── [1.0K] Android.mk │   │   │   ├── [ 383] how_to_run.txt │   │   │   ├── [ 12K] main.cpp │   │   │   ├── [4.2K] nullegl.cpp │   │   │   ├── [ 11K] nullgles.cpp │   │   │   ├── [2.2K] TestContext.cpp │   │   │   └── [1.4K] TestContext.h │   │   ├── [7.2K] TextDropShadowCache.cpp │   │   ├── [4.5K] TextDropShadowCache.h │   │   ├── [ 13K] TextureCache.cpp │   │   ├── [5.1K] TextureCache.h │   │   ├── [2.0K] Texture.cpp │   │   ├── [3.5K] Texture.h │   │   ├── [4.0K] thread │   │   │   ├── [1.4K] Barrier.h │   │   │   ├── [1.4K] Future.h │   │   │   ├── [1.4K] Signal.h │   │   │   ├── [1.4K] Task.h │   │   │   ├── [3.6K] TaskManager.cpp │   │   │   ├── [2.7K] TaskManager.h │   │   │   └── [2.0K] TaskProcessor.h │   │   ├── [4.3K] TreeInfo.h │   │   ├── [4.0K] unit_tests │   │   │   ├── [1.0K] Android.mk │   │   │   ├── [3.3K] ClipAreaTests.cpp │   │   │   ├── [2.5K] DamageAccumulatorTests.cpp │   │   │   ├── [ 262] how_to_run.txt │   │   │   ├── [3.0K] LinearAllocatorTests.cpp │   │   │   └── [ 755] main.cpp │   │   ├── [4.0K] utils │   │   │   ├── [6.3K] Blur.cpp │   │   │   ├── [1.7K] Blur.h │   │   │   ├── [1.5K] GLUtils.cpp │   │   │   ├── [ 956] GLUtils.h │   │   │   ├── [8.0K] LinearAllocator.cpp │   │   │   ├── [4.6K] LinearAllocator.h │   │   │   ├── [1.5K] Macros.h │   │   │   ├── [2.9K] MathUtils.h │   │   │   ├── [2.6K] PaintUtils.h │   │   │   ├── [1.8K] Pair.h │   │   │   ├── [1.5K] RingBuffer.h │   │   │   ├── [7.3K] SortedList.h │   │   │   ├── [3.7K] SortedListImpl.cpp │   │   │   ├── [2.2K] SortedListImpl.h │   │   │   ├── [1.2K] Timing.h │   │   │   ├── [1.9K] TinyHashMap.h │   │   │   └── [1.5K] TraceUtils.h │   │   ├── [3.7K] UvMapper.h │   │   ├── [3.1K] Vector.h │   │   ├── [5.6K] VertexBuffer.h │   │   └── [3.4K] Vertex.h │   ├── [4.0K] input │   │   ├── [1.4K] Android.mk │   │   ├── [ 18K] PointerController.cpp │   │   ├── [5.3K] PointerController.h │   │   ├── [ 18K] SpriteController.cpp │   │   └── [9.1K] SpriteController.h │   ├── [4.0K] storage │   │   ├── [ 266] Android.mk │   │   ├── [ 20K] IMountService.cpp │   │   ├── [1.8K] IMountServiceListener.cpp │   │   ├── [1.4K] IMountShutdownObserver.cpp │   │   ├── [1.9K] IObbActionListener.cpp │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   └── [ 10K] NOTICE │   └── [4.0K] usb │   ├── [ 821] Android.mk │   ├── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] future │   │   └── [4.0K] usb │   │   ├── [4.1K] UsbAccessory.java │   │   └── [7.1K] UsbManager.java │   └── [4.0K] tests │   ├── [4.0K] AccessoryChat │   │   ├── [4.0K] accessorychat │   │   │   ├── [6.5K] accessorychat.c │   │   │   ├── [ 678] Android.mk │   │   │   └── [4.0K] linux │   │   │   └── [4.0K] usb │   │   │   └── [2.6K] f_accessory.h │   │   ├── [1.6K] AndroidManifest.xml │   │   ├── [ 796] Android.mk │   │   ├── [ 547] README.txt │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.6K] accessory_chat.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 803] accessory_filter.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] accessorychat │   │   └── [6.6K] AccessoryChat.java │   └── [4.0K] accessorytest │   ├── [2.5K] accessory.c │   ├── [ 880] accessory.h │   ├── [ 492] Android.mk │   ├── [5.0K] audio.c │   ├── [5.2K] f_accessory.h │   ├── [5.6K] hid.c │   └── [7.6K] usb.c ├── [4.0K] location │   ├── [ 682] Android.mk │   ├── [4.0K] java │   │   ├── [4.0K] android │   │   │   └── [4.0K] location │   │   │   ├── [ 677] Address.aidl │   │   │   ├── [ 16K] Address.java │   │   │   ├── [ 667] Country.aidl │   │   │   ├── [4.9K] CountryDetector.java │   │   │   ├── [6.0K] Country.java │   │   │   ├── [ 910] CountryListener.java │   │   │   ├── [ 678] Criteria.aidl │   │   │   ├── [ 13K] Criteria.java │   │   │   ├── [ 677] FusedBatchOptions.aidl │   │   │   ├── [4.3K] FusedBatchOptions.java │   │   │   ├── [ 11K] Geocoder.java │   │   │   ├── [ 675] GeocoderParams.aidl │   │   │   ├── [2.8K] GeocoderParams.java │   │   │   ├── [ 669] Geofence.aidl │   │   │   ├── [5.3K] Geofence.java │   │   │   ├── [ 15K] GpsClock.java │   │   │   ├── [ 46K] GpsMeasurement.java │   │   │   ├── [2.7K] GpsMeasurementListenerTransport.java │   │   │   ├── [ 681] GpsMeasurementsEvent.aidl │   │   │   ├── [4.9K] GpsMeasurementsEvent.java │   │   │   ├── [ 686] GpsNavigationMessageEvent.aidl │   │   │   ├── [3.7K] GpsNavigationMessageEvent.java │   │   │   ├── [8.9K] GpsNavigationMessage.java │   │   │   ├── [2.9K] GpsNavigationMessageListenerTransport.java │   │   │   ├── [3.2K] GpsSatellite.java │   │   │   ├── [8.7K] GpsStatus.java │   │   │   ├── [1.3K] ICountryDetector.aidl │   │   │   ├── [ 786] ICountryListener.aidl │   │   │   ├── [3.2K] IFusedGeofenceHardware.aidl │   │   │   ├── [1.1K] IFusedProvider.aidl │   │   │   ├── [1.2K] IGeocodeProvider.aidl │   │   │   ├── [ 888] IGeofenceProvider.aidl │   │   │   ├── [1.1K] IGpsGeofenceHardware.aidl │   │   │   ├── [ 868] IGpsMeasurementsListener.aidl │   │   │   ├── [ 888] IGpsNavigationMessageListener.aidl │   │   │   ├── [1.0K] IGpsStatusListener.aidl │   │   │   ├── [ 947] IGpsStatusProvider.aidl │   │   │   ├── [1.0K] ILocationListener.aidl │   │   │   ├── [4.4K] ILocationManager.aidl │   │   │   ├── [ 786] INetInitiatedListener.aidl │   │   │   ├── [3.7K] LocalListenerHelper.java │   │   │   ├── [ 678] Location.aidl │   │   │   ├── [ 32K] Location.java │   │   │   ├── [3.3K] LocationListener.java │   │   │   ├── [ 69K] LocationManager.java │   │   │   ├── [6.6K] LocationProvider.java │   │   │   ├── [ 676] LocationRequest.aidl │   │   │   ├── [ 24K] LocationRequest.java │   │   │   ├── [ 834] package.html │   │   │   └── [8.1K] SettingInjectorService.java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] internal │   │   └── [4.0K] location │   │   ├── [ 23K] GpsNetInitiatedHandler.java │   │   ├── [1.4K] ILocationProvider.aidl │   │   ├── [ 692] ProviderProperties.aidl │   │   ├── [5.4K] ProviderProperties.java │   │   ├── [ 689] ProviderRequest.aidl │   │   └── [2.9K] ProviderRequest.java │   ├── [4.0K] lib │   │   ├── [1.3K] Android.mk │   │   ├── [ 828] com.android.location.provider.xml │   │   ├── [4.0K] java │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] location │   │   │   └── [4.0K] provider │   │   │   ├── [1.8K] ActivityChangedEvent.java │   │   │   ├── [2.0K] ActivityRecognitionEvent.java │   │   │   ├── [2.8K] ActivityRecognitionProviderClient.java │   │   │   ├── [5.0K] ActivityRecognitionProvider.java │   │   │   ├── [3.0K] ActivityRecognitionProviderWatcher.java │   │   │   ├── [ 12K] FusedLocationHardware.java │   │   │   ├── [2.1K] FusedLocationHardwareSink.java │   │   │   ├── [2.1K] FusedProvider.java │   │   │   ├── [3.4K] GeocodeProvider.java │   │   │   ├── [2.3K] GeofenceProvider.java │   │   │   ├── [3.0K] GmsFusedBatchOptions.java │   │   │   ├── [7.6K] LocationProviderBase.java │   │   │   ├── [4.2K] LocationRequestUnbundled.java │   │   │   ├── [1.9K] ProviderPropertiesUnbundled.java │   │   │   └── [1.9K] ProviderRequestUnbundled.java │   │   └── [1.3K] README.txt │   └── [4.0K] tests │   └── [4.0K] locationtests │   ├── [1.5K] AndroidManifest.xml │   ├── [ 322] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] location │   ├── [1.3K] CountryTester.java │   ├── [2.2K] GeocoderTest.java │   ├── [ 11K] GpsStatusTest.java │   ├── [4.5K] LocationManagerTest.java │   └── [7.9K] LocationTest.java ├── [4.0K] media │   ├── [4.0K] java │   │   └── [4.0K] android │   │   ├── [4.0K] media │   │   │   ├── [4.0K] AmrInputStream.java │   │   │   ├── [9.7K] AsyncPlayer.java │   │   │   ├── [ 665] AudioAttributes.aidl │   │   │   ├── [ 33K] AudioAttributes.java │   │   │   ├── [1.5K] AudioDeviceCallback.java │   │   │   ├── [ 14K] AudioDeviceInfo.java │   │   │   ├── [1.6K] AudioDevicePortConfig.java │   │   │   ├── [3.9K] AudioDevicePort.java │   │   │   ├── [ 664] AudioFocusInfo.aidl │   │   │   ├── [5.3K] AudioFocusInfo.java │   │   │   ├── [ 41K] AudioFormat.java │   │   │   ├── [4.0K] audiofx │   │   │   │   ├── [4.3K] AcousticEchoCanceler.java │   │   │   │   ├── [ 50K] AudioEffect.java │   │   │   │   ├── [4.2K] AutomaticGainControl.java │   │   │   │   ├── [ 11K] BassBoost.java │   │   │   │   ├── [ 28K] EnvironmentalReverb.java │   │   │   │   ├── [ 21K] Equalizer.java │   │   │   │   ├── [ 11K] LoudnessEnhancer.java │   │   │   │   ├── [4.2K] NoiseSuppressor.java │   │   │   │   ├── [ 109] package.html │   │   │   │   ├── [ 12K] PresetReverb.java │   │   │   │   ├── [ 28K] Virtualizer.java │   │   │   │   └── [ 30K] Visualizer.java │   │   │   ├── [2.3K] AudioGainConfig.java │   │   │   ├── [5.0K] AudioGain.java │   │   │   ├── [1.4K] AudioHandle.java │   │   │   ├── [2.3K] AudioManagerInternal.java │   │   │   ├── [159K] AudioManager.java │   │   │   ├── [1.3K] AudioMixPortConfig.java │   │   │   ├── [2.2K] AudioMixPort.java │   │   │   ├── [2.3K] AudioPatch.java │   │   │   ├── [4.0K] audiopolicy │   │   │   │   ├── [ 12K] AudioMixingRule.java │   │   │   │   ├── [9.0K] AudioMix.java │   │   │   │   ├── [ 687] AudioPolicyConfig.aidl │   │   │   │   ├── [7.8K] AudioPolicyConfig.java │   │   │   │   ├── [ 20K] AudioPolicy.java │   │   │   │   └── [1.0K] IAudioPolicyCallback.aidl │   │   │   ├── [3.1K] AudioPortConfig.java │   │   │   ├── [6.5K] AudioPortEventHandler.java │   │   │   ├── [6.6K] AudioPort.java │   │   │   ├── [ 65K] AudioRecord.java │   │   │   ├── [ 665] AudioRoutesInfo.aidl │   │   │   ├── [2.1K] AudioRoutesInfo.java │   │   │   ├── [ 33K] AudioSystem.java │   │   │   ├── [1.6K] AudioTimestamp.java │   │   │   ├── [115K] AudioTrack.java │   │   │   ├── [4.0K] browse │   │   │   │   ├── [ 678] MediaBrowser.aidl │   │   │   │   └── [ 32K] MediaBrowser.java │   │   │   ├── [ 20K] CamcorderProfile.java │   │   │   ├── [4.0K] CameraProfile.java │   │   │   ├── [ 45K] ClosedCaptionRenderer.java │   │   │   ├── [2.6K] DecoderCapabilities.java │   │   │   ├── [ 932] DeniedByServerException.java │   │   │   ├── [6.2K] EncoderCapabilities.java │   │   │   ├── [ 17K] ExifInterface.java │   │   │   ├── [6.8K] FaceDetector.java │   │   │   ├── [ 860] IAudioFocusDispatcher.aidl │   │   │   ├── [ 884] IAudioRoutesObserver.aidl │   │   │   ├── [8.0K] IAudioService.aidl │   │   │   ├── [ 14K] Image.java │   │   │   ├── [ 32K] ImageReader.java │   │   │   ├── [ 11K] ImageUtils.java │   │   │   ├── [ 31K] ImageWriter.java │   │   │   ├── [ 991] IMediaHTTPConnection.aidl │   │   │   ├── [ 862] IMediaHTTPService.aidl │   │   │   ├── [ 731] IMediaRouterClient.aidl │   │   │   ├── [1.3K] IMediaRouterService.aidl │   │   │   ├── [1.1K] IMediaScannerListener.aidl │   │   │   ├── [1.6K] IMediaScannerService.aidl │   │   │   ├── [2.5K] IRemoteControlClient.aidl │   │   │   ├── [4.7K] IRemoteControlDisplay.aidl │   │   │   ├── [ 804] IRemoteDisplayCallback.aidl │   │   │   ├── [ 998] IRemoteDisplayProvider.aidl │   │   │   ├── [1.2K] IRemoteVolumeController.aidl │   │   │   ├── [ 852] IRemoteVolumeObserver.aidl │   │   │   ├── [1.3K] IRingtonePlayer.aidl │   │   │   ├── [1020] IVolumeController.aidl │   │   │   ├── [ 24K] JetPlayer.java │   │   │   ├── [7.8K] MediaActionSound.java │   │   │   ├── [119K] MediaCodecInfo.java │   │   │   ├── [126K] MediaCodec.java │   │   │   ├── [8.9K] MediaCodecList.java │   │   │   ├── [ 989] MediaCryptoException.java │   │   │   ├── [3.7K] MediaCrypto.java │   │   │   ├── [2.4K] MediaDataSource.java │   │   │   ├── [ 666] MediaDescription.aidl │   │   │   ├── [7.7K] MediaDescription.java │   │   │   ├── [ 833] MediaDrmException.java │   │   │   ├── [ 51K] MediaDrm.java │   │   │   ├── [1.0K] MediaDrmResetException.java │   │   │   ├── [ 14K] MediaExtractor.java │   │   │   ├── [ 15K] MediaFile.java │   │   │   ├── [ 33K] MediaFormat.java │   │   │   ├── [ 13K] MediaHTTPConnection.java │   │   │   ├── [1.3K] MediaHTTPService.java │   │   │   ├── [3.4K] MediaInserter.java │   │   │   ├── [ 663] MediaMetadata.aidl │   │   │   ├── [ 19K] MediaMetadataEditor.java │   │   │   ├── [ 29K] MediaMetadata.java │   │   │   ├── [ 19K] MediaMetadataRetriever.java │   │   │   ├── [ 14K] MediaMuxer.java │   │   │   ├── [155K] MediaPlayer.java │   │   │   ├── [ 44K] MediaRecorder.java │   │   │   ├── [ 672] MediaRouterClientState.aidl │   │   │   ├── [6.5K] MediaRouterClientState.java │   │   │   ├── [108K] MediaRouter.java │   │   │   ├── [1.1K] MediaScannerClient.java │   │   │   ├── [9.7K] MediaScannerConnection.java │   │   │   ├── [ 75K] MediaScanner.java │   │   │   ├── [4.4K] MediaSyncEvent.java │   │   │   ├── [ 23K] MediaSync.java │   │   │   ├── [3.3K] MediaTimeProvider.java │   │   │   ├── [2.8K] MediaTimestamp.java │   │   │   ├── [ 17K] Metadata.java │   │   │   ├── [4.0K] midi │   │   │   │   ├── [ 837] IBluetoothMidiService.aidl │   │   │   │   ├── [ 953] IMidiDeviceListener.aidl │   │   │   │   ├── [ 823] IMidiDeviceOpenCallback.aidl │   │   │   │   ├── [1.2K] IMidiDeviceServer.aidl │   │   │   │   ├── [2.5K] IMidiManager.aidl │   │   │   │   ├── [ 677] MidiDeviceInfo.aidl │   │   │   │   ├── [ 11K] MidiDeviceInfo.java │   │   │   │   ├── [7.6K] MidiDevice.java │   │   │   │   ├── [ 14K] MidiDeviceServer.java │   │   │   │   ├── [5.1K] MidiDeviceService.java │   │   │   │   ├── [ 679] MidiDeviceStatus.aidl │   │   │   │   ├── [4.6K] MidiDeviceStatus.java │   │   │   │   ├── [5.5K] MidiInputPort.java │   │   │   │   ├── [ 12K] MidiManager.java │   │   │   │   ├── [4.9K] MidiOutputPort.java │   │   │   │   ├── [4.1K] MidiPortImpl.java │   │   │   │   ├── [5.3K] MidiReceiver.java │   │   │   │   ├── [1.8K] MidiSender.java │   │   │   │   └── [ 13K] package.html │   │   │   ├── [9.6K] MiniThumbFile.java │   │   │   ├── [1.0K] NotProvisionedException.java │   │   │   ├── [ 655] package.html │   │   │   ├── [ 668] PlaybackParams.aidl │   │   │   ├── [8.0K] PlaybackParams.java │   │   │   ├── [4.0K] projection │   │   │   │   ├── [1.1K] IMediaProjection.aidl │   │   │   │   ├── [ 736] IMediaProjectionCallback.aidl │   │   │   │   ├── [1.4K] IMediaProjectionManager.aidl │   │   │   │   ├── [ 871] IMediaProjectionWatcherCallback.aidl │   │   │   │   ├── [ 689] MediaProjectionInfo.aidl │   │   │   │   ├── [2.6K] MediaProjectionInfo.java │   │   │   │   ├── [7.3K] MediaProjection.java │   │   │   │   └── [6.9K] MediaProjectionManager.java │   │   │   ├── [ 664] Rating.aidl │   │   │   ├── [9.7K] Rating.java │   │   │   ├── [ 46K] RemoteControlClient.java │   │   │   ├── [ 44K] RemoteController.java │   │   │   ├── [4.9K] RemoteDisplay.java │   │   │   ├── [ 668] RemoteDisplayState.aidl │   │   │   ├── [6.0K] RemoteDisplayState.java │   │   │   ├── [4.4K] ResampleInputStream.java │   │   │   ├── [ 955] ResourceBusyException.java │   │   │   ├── [ 16K] Ringtone.java │   │   │   ├── [ 25K] RingtoneManager.java │   │   │   ├── [4.0K] session │   │   │   │   ├── [ 883] IActiveSessionsListener.aidl │   │   │   │   ├── [1.9K] ISession.aidl │   │   │   │   ├── [1.6K] ISessionCallback.aidl │   │   │   │   ├── [2.5K] ISessionController.aidl │   │   │   │   ├── [1.4K] ISessionControllerCallback.aidl │   │   │   │   ├── [1.7K] ISessionManager.aidl │   │   │   │   ├── [ 34K] MediaController.java │   │   │   │   ├── [ 710] MediaSession.aidl │   │   │   │   ├── [ 43K] MediaSession.java │   │   │   │   ├── [ 21K] MediaSessionLegacyHelper.java │   │   │   │   ├── [ 14K] MediaSessionManager.java │   │   │   │   ├── [ 678] ParcelableVolumeInfo.aidl │   │   │   │   ├── [2.5K] ParcelableVolumeInfo.java │   │   │   │   ├── [ 671] PlaybackState.aidl │   │   │   │   └── [ 35K] PlaybackState.java │   │   │   ├── [ 24K] SoundPool.java │   │   │   ├── [6.5K] SRTRenderer.java │   │   │   ├── [ 17K] SubtitleController.java │   │   │   ├── [2.3K] SubtitleData.java │   │   │   ├── [ 23K] SubtitleTrack.java │   │   │   ├── [ 11K] SyncParams.java │   │   │   ├── [ 19K] ThumbnailUtils.java │   │   │   ├── [2.2K] TimedMetaData.java │   │   │   ├── [ 24K] TimedText.java │   │   │   ├── [ 30K] ToneGenerator.java │   │   │   ├── [ 27K] TtmlRenderer.java │   │   │   ├── [4.0K] tv │   │   │   │   ├── [ 672] DvbDeviceInfo.aidl │   │   │   │   ├── [2.7K] DvbDeviceInfo.java │   │   │   │   ├── [1.8K] ITvInputClient.aidl │   │   │   │   ├── [2.5K] ITvInputHardware.aidl │   │   │   │   ├── [ 836] ITvInputHardwareCallback.aidl │   │   │   │   ├── [4.4K] ITvInputManager.aidl │   │   │   │   ├── [ 979] ITvInputManagerCallback.aidl │   │   │   │   ├── [1.5K] ITvInputService.aidl │   │   │   │   ├── [1.0K] ITvInputServiceCallback.aidl │   │   │   │   ├── [2.0K] ITvInputSession.aidl │   │   │   │   ├── [1.6K] ITvInputSessionCallback.aidl │   │   │   │   ├── [ 12K] ITvInputSessionWrapper.java │   │   │   │   ├── [ 32K] TvContentRating.java │   │   │   │   ├── [ 685] TvContentRatingSystemInfo.aidl │   │   │   │   ├── [3.6K] TvContentRatingSystemInfo.java │   │   │   │   ├── [ 58K] TvContract.java │   │   │   │   ├── [ 679] TvInputHardwareInfo.aidl │   │   │   │   ├── [5.9K] TvInputHardwareInfo.java │   │   │   │   ├── [ 672] TvInputInfo.aidl │   │   │   │   ├── [ 31K] TvInputInfo.java │   │   │   │   ├── [ 80K] TvInputManager.java │   │   │   │   ├── [ 75K] TvInputService.java │   │   │   │   ├── [ 673] TvStreamConfig.aidl │   │   │   │   ├── [5.0K] TvStreamConfig.java │   │   │   │   ├── [ 671] TvTrackInfo.aidl │   │   │   │   ├── [ 13K] TvTrackInfo.java │   │   │   │   └── [ 46K] TvView.java │   │   │   ├── [ 968] UnsupportedSchemeException.java │   │   │   ├── [ 11K] Utils.java │   │   │   ├── [ 670] VolumePolicy.aidl │   │   │   ├── [3.7K] VolumePolicy.java │   │   │   ├── [4.7K] VolumeProvider.java │   │   │   └── [ 64K] WebVttRenderer.java │   │   ├── [4.0K] mtp │   │   │   ├── [ 23K] MtpConstants.java │   │   │   ├── [ 43K] MtpDatabase.java │   │   │   ├── [1.7K] MtpDeviceInfo.java │   │   │   ├── [8.7K] MtpDevice.java │   │   │   ├── [6.6K] MtpObjectInfo.java │   │   │   ├── [ 19K] MtpPropertyGroup.java │   │   │   ├── [2.8K] MtpPropertyList.java │   │   │   ├── [2.2K] MtpServer.java │   │   │   ├── [2.2K] MtpStorageInfo.java │   │   │   ├── [2.7K] MtpStorage.java │   │   │   └── [ 399] package.html │   │   └── [4.0K] service │   │   └── [4.0K] media │   │   ├── [ 866] IMediaBrowserService.aidl │   │   ├── [ 969] IMediaBrowserServiceCallbacks.aidl │   │   └── [ 20K] MediaBrowserService.java │   ├── [4.0K] jni │   │   ├── [4.9K] android_media_AmrInputStream.cpp │   │   ├── [ 47K] android_media_ImageReader.cpp │   │   ├── [ 41K] android_media_ImageWriter.cpp │   │   ├── [ 56K] android_media_MediaCodec.cpp │   │   ├── [4.5K] android_media_MediaCodec.h │   │   ├── [9.7K] android_media_MediaCodecList.cpp │   │   ├── [9.0K] android_media_MediaCrypto.cpp │   │   ├── [1.5K] android_media_MediaCrypto.h │   │   ├── [4.7K] android_media_MediaDataSource.cpp │   │   ├── [2.2K] android_media_MediaDataSource.h │   │   ├── [ 49K] android_media_MediaDrm.cpp │   │   ├── [1.8K] android_media_MediaDrm.h │   │   ├── [ 23K] android_media_MediaExtractor.cpp │   │   ├── [2.3K] android_media_MediaExtractor.h │   │   ├── [5.0K] android_media_MediaHTTPConnection.cpp │   │   ├── [1.4K] android_media_MediaHTTPConnection.h │   │   ├── [ 17K] android_media_MediaMetadataRetriever.cpp │   │   ├── [8.4K] android_media_MediaMuxer.cpp │   │   ├── [ 42K] android_media_MediaPlayer.cpp │   │   ├── [ 17K] android_media_MediaProfiles.cpp │   │   ├── [ 20K] android_media_MediaRecorder.cpp │   │   ├── [ 13K] android_media_MediaScanner.cpp │   │   ├── [ 17K] android_media_MediaSync.cpp │   │   ├── [1.9K] android_media_MediaSync.h │   │   ├── [4.5K] android_media_PlaybackParams.h │   │   ├── [3.5K] android_media_ResampleInputStream.cpp │   │   ├── [3.4K] android_media_SyncParams.cpp │   │   ├── [1.8K] android_media_SyncParams.h │   │   ├── [ 13K] android_media_Utils.cpp │   │   ├── [1.3K] android_media_Utils.h │   │   ├── [2.2K] Android.mk │   │   ├── [ 52K] android_mtp_MtpDatabase.cpp │   │   ├── [ 22K] android_mtp_MtpDevice.cpp │   │   ├── [8.3K] android_mtp_MtpServer.cpp │   │   ├── [4.0K] audioeffect │   │   │   ├── [ 30K] android_media_AudioEffect.cpp │   │   │   ├── [ 24K] android_media_Visualizer.cpp │   │   │   └── [ 467] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] soundpool │   │   ├── [ 11K] android_media_SoundPool.cpp │   │   ├── [ 472] Android.mk │   │   ├── [ 10K] NOTICE │   │   ├── [ 31K] SoundPool.cpp │   │   ├── [7.5K] SoundPool.h │   │   ├── [3.0K] SoundPoolThread.cpp │   │   └── [1.8K] SoundPoolThread.h │   ├── [4.0K] lib │   │   ├── [4.0K] remotedisplay │   │   │   ├── [1.3K] Android.mk │   │   │   ├── [ 828] com.android.media.remotedisplay.xml │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] media │   │   │   │   └── [4.0K] remotedisplay │   │   │   │   ├── [4.9K] RemoteDisplay.java │   │   │   │   └── [ 13K] RemoteDisplayProvider.java │   │   │   └── [1.3K] README.txt │   │   └── [4.0K] signer │   │   ├── [1.3K] Android.mk │   │   ├── [ 820] com.android.mediadrm.signer.xml │   │   ├── [4.0K] java │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] mediadrm │   │   │   └── [4.0K] signer │   │   │   └── [4.7K] MediaDrmSigner.java │   │   └── [1.4K] README.txt │   ├── [4.0K] mca │   │   ├── [ 675] Android.mk │   │   ├── [4.0K] effect │   │   │   └── [4.0K] java │   │   │   └── [4.0K] android │   │   │   └── [4.0K] media │   │   │   └── [4.0K] effect │   │   │   ├── [4.8K] EffectContext.java │   │   │   ├── [ 19K] EffectFactory.java │   │   │   ├── [4.7K] Effect.java │   │   │   ├── [4.0K] effects │   │   │   │   ├── [1018] AutoFixEffect.java │   │   │   │   ├── [3.7K] BackDropperEffect.java │   │   │   │   ├── [1.0K] BitmapOverlayEffect.java │   │   │   │   ├── [1.0K] BlackWhiteEffect.java │   │   │   │   ├── [1.0K] BrightnessEffect.java │   │   │   │   ├── [1.0K] ColorTemperatureEffect.java │   │   │   │   ├── [1023] ContrastEffect.java │   │   │   │   ├── [1.0K] CropEffect.java │   │   │   │   ├── [1.0K] CrossProcessEffect.java │   │   │   │   ├── [1.0K] DocumentaryEffect.java │   │   │   │   ├── [1018] DuotoneEffect.java │   │   │   │   ├── [1.0K] FillLightEffect.java │   │   │   │   ├── [1019] FisheyeEffect.java │   │   │   │   ├── [1006] FlipEffect.java │   │   │   │   ├── [1010] GrainEffect.java │   │   │   │   ├── [1020] GrayscaleEffect.java │   │   │   │   ├── [1.6K] IdentityEffect.java │   │   │   │   ├── [1017] LomoishEffect.java │   │   │   │   ├── [1022] NegativeEffect.java │   │   │   │   ├── [1.0K] PosterizeEffect.java │   │   │   │   ├── [1015] RedEyeEffect.java │   │   │   │   ├── [1010] RotateEffect.java │   │   │   │   ├── [1022] SaturateEffect.java │   │   │   │   ├── [1010] SepiaEffect.java │   │   │   │   ├── [1018] SharpenEffect.java │   │   │   │   ├── [1.0K] StraightenEffect.java │   │   │   │   ├── [1006] TintEffect.java │   │   │   │   └── [1022] VignetteEffect.java │   │   │   ├── [1.2K] EffectUpdateListener.java │   │   │   ├── [3.0K] FilterEffect.java │   │   │   ├── [3.8K] FilterGraphEffect.java │   │   │   ├── [3.2K] package.html │   │   │   ├── [ 859] package-info.java │   │   │   ├── [3.0K] SingleFilterEffect.java │   │   │   └── [2.0K] SizeChangeEffect.java │   │   ├── [4.0K] filterfw │   │   │   ├── [1.4K] Android.mk │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] filterfw │   │   │   │   ├── [4.0K] core │   │   │   │   │   ├── [7.5K] AsyncRunner.java │   │   │   │   │   ├── [5.1K] CachedFrameManager.java │   │   │   │   │   ├── [2.9K] FieldPort.java │   │   │   │   │   ├── [3.6K] FilterContext.java │   │   │   │   │   ├── [5.1K] FilterFactory.java │   │   │   │   │   ├── [3.8K] FilterFunction.java │   │   │   │   │   ├── [ 13K] FilterGraph.java │   │   │   │   │   ├── [ 25K] Filter.java │   │   │   │   │   ├── [3.4K] FilterPort.java │   │   │   │   │   ├── [4.7K] FilterSurfaceView.java │   │   │   │   │   ├── [1.4K] FinalPort.java │   │   │   │   │   ├── [ 14K] FrameFormat.java │   │   │   │   │   ├── [6.1K] Frame.java │   │   │   │   │   ├── [1.9K] FrameManager.java │   │   │   │   │   ├── [ 877] GenerateFieldPort.java │   │   │   │   │   ├── [ 877] GenerateFinalPort.java │   │   │   │   │   ├── [ 927] GenerateProgramPort.java │   │   │   │   │   ├── [ 844] GenerateProgramPorts.java │   │   │   │   │   ├── [5.4K] GLEnvironment.java │   │   │   │   │   ├── [ 13K] GLFrame.java │   │   │   │   │   ├── [3.4K] GraphRunner.java │   │   │   │   │   ├── [2.1K] InputPort.java │   │   │   │   │   ├── [2.6K] KeyValueMap.java │   │   │   │   │   ├── [2.5K] MutableFrameFormat.java │   │   │   │   │   ├── [ 909] NativeAllocatorTag.java │   │   │   │   │   ├── [3.5K] NativeBuffer.java │   │   │   │   │   ├── [9.4K] NativeFrame.java │   │   │   │   │   ├── [6.4K] NativeProgram.java │   │   │   │   │   ├── [2.5K] OneShotScheduler.java │   │   │   │   │   ├── [3.0K] OutputPort.java │   │   │   │   │   ├── [ 48] package-info.java │   │   │   │   │   ├── [1.1K] Program.java │   │   │   │   │   ├── [1.9K] ProgramPort.java │   │   │   │   │   ├── [1.5K] ProgramVariable.java │   │   │   │   │   ├── [ 867] ProtocolException.java │   │   │   │   │   ├── [1.4K] RandomScheduler.java │   │   │   │   │   ├── [2.0K] RoundRobinScheduler.java │   │   │   │   │   ├── [1.2K] Scheduler.java │   │   │   │   │   ├── [8.1K] SerializedFrame.java │   │   │   │   │   ├── [ 11K] ShaderProgram.java │   │   │   │   │   ├── [4.5K] SimpleFrame.java │   │   │   │   │   ├── [3.2K] SimpleFrameManager.java │   │   │   │   │   ├── [1.1K] SimpleScheduler.java │   │   │   │   │   ├── [2.7K] StopWatchMap.java │   │   │   │   │   ├── [2.5K] StreamPort.java │   │   │   │   │   ├── [7.3K] SyncRunner.java │   │   │   │   │   └── [4.0K] VertexFrame.java │   │   │   │   ├── [3.9K] FilterFunctionEnvironment.java │   │   │   │   ├── [4.0K] format │   │   │   │   │   ├── [3.2K] ImageFormat.java │   │   │   │   │   ├── [4.0K] ObjectFormat.java │   │   │   │   │   ├── [ 50] package-info.java │   │   │   │   │   └── [2.7K] PrimitiveFormat.java │   │   │   │   ├── [4.0K] geometry │   │   │   │   │   ├── [ 52] package-info.java │   │   │   │   │   ├── [2.7K] Point.java │   │   │   │   │   ├── [2.6K] Quad.java │   │   │   │   │   └── [3.0K] Rectangle.java │   │   │   │   ├── [7.1K] GraphEnvironment.java │   │   │   │   ├── [4.0K] io │   │   │   │   │   ├── [ 855] GraphIOException.java │   │   │   │   │   ├── [2.2K] GraphReader.java │   │   │   │   │   ├── [ 46] package-info.java │   │   │   │   │   ├── [3.3K] PatternScanner.java │   │   │   │   │   └── [ 19K] TextGraphReader.java │   │   │   │   └── [3.5K] MffEnvironment.java │   │   │   ├── [4.0K] jni │   │   │   │   ├── [1.4K] Android.mk │   │   │   │   ├── [ 13K] jni_gl_environment.cpp │   │   │   │   ├── [4.0K] jni_gl_environment.h │   │   │   │   ├── [ 13K] jni_gl_frame.cpp │   │   │   │   ├── [5.6K] jni_gl_frame.h │   │   │   │   ├── [1.6K] jni_init.cpp │   │   │   │   ├── [2.7K] jni_native_buffer.cpp │   │   │   │   ├── [2.0K] jni_native_buffer.h │   │   │   │   ├── [ 11K] jni_native_frame.cpp │   │   │   │   ├── [3.7K] jni_native_frame.h │   │   │   │   ├── [8.0K] jni_native_program.cpp │   │   │   │   ├── [4.1K] jni_native_program.h │   │   │   │   ├── [ 13K] jni_shader_program.cpp │   │   │   │   ├── [7.3K] jni_shader_program.h │   │   │   │   ├── [6.2K] jni_util.cpp │   │   │   │   ├── [9.3K] jni_util.h │   │   │   │   ├── [3.6K] jni_vertex_frame.cpp │   │   │   │   └── [1.9K] jni_vertex_frame.h │   │   │   └── [4.0K] native │   │   │   ├── [1.3K] Android.mk │   │   │   ├── [4.0K] base │   │   │   │   ├── [ 933] logging.h │   │   │   │   └── [5.4K] utilities.h │   │   │   ├── [4.0K] core │   │   │   │   ├── [3.1K] geometry.cpp │   │   │   │   ├── [2.3K] geometry.h │   │   │   │   ├── [2.2K] gl_buffer_interface.h │   │   │   │   ├── [ 11K] gl_env.cpp │   │   │   │   ├── [9.5K] gl_env.h │   │   │   │   ├── [ 13K] gl_frame.cpp │   │   │   │   ├── [7.0K] gl_frame.h │   │   │   │   ├── [1.5K] native_frame.cpp │   │   │   │   ├── [2.4K] native_frame.h │   │   │   │   ├── [4.5K] native_program.cpp │   │   │   │   ├── [2.6K] native_program.h │   │   │   │   ├── [ 34K] shader_program.cpp │   │   │   │   ├── [ 23K] shader_program.h │   │   │   │   ├── [1.4K] statistics.cpp │   │   │   │   ├── [1.7K] statistics.h │   │   │   │   ├── [2.5K] time_util.cpp │   │   │   │   ├── [1.8K] time_util.h │   │   │   │   ├── [6.3K] value.cpp │   │   │   │   ├── [2.6K] value.h │   │   │   │   ├── [2.0K] vertex_frame.cpp │   │   │   │   └── [2.3K] vertex_frame.h │   │   │   └── [1023] libfilterfw.mk │   │   ├── [4.0K] filterpacks │   │   │   ├── [1.4K] Android.mk │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] filterpacks │   │   │   │   ├── [4.0K] base │   │   │   │   │   ├── [3.0K] CallbackFilter.java │   │   │   │   │   ├── [1.6K] FrameBranch.java │   │   │   │   │   ├── [1.7K] FrameFetch.java │   │   │   │   │   ├── [1.7K] FrameSource.java │   │   │   │   │   ├── [1.3K] FrameStore.java │   │   │   │   │   ├── [3.2K] GLTextureSource.java │   │   │   │   │   ├── [1.9K] GLTextureTarget.java │   │   │   │   │   ├── [2.9K] InputStreamSource.java │   │   │   │   │   ├── [1.0K] NullFilter.java │   │   │   │   │   ├── [2.7K] ObjectSource.java │   │   │   │   │   ├── [1.9K] OutputStreamTarget.java │   │   │   │   │   └── [2.0K] RetargetFilter.java │   │   │   │   ├── [4.0K] imageproc │   │   │   │   │   ├── [2.0K] AlphaBlendFilter.java │   │   │   │   │   ├── [ 14K] AutoFixFilter.java │   │   │   │   │   ├── [4.3K] BitmapOverlayFilter.java │   │   │   │   │   ├── [3.3K] BitmapSource.java │   │   │   │   │   ├── [5.9K] BlackWhiteFilter.java │   │   │   │   │   ├── [2.0K] BlendFilter.java │   │   │   │   │   ├── [1.7K] BrightnessFilter.java │   │   │   │   │   ├── [4.1K] ColorTemperatureFilter.java │   │   │   │   │   ├── [1.8K] ContrastFilter.java │   │   │   │   │   ├── [4.6K] CropFilter.java │   │   │   │   │   ├── [4.4K] CropRectFilter.java │   │   │   │   │   ├── [4.1K] CrossProcessFilter.java │   │   │   │   │   ├── [5.9K] DocumentaryFilter.java │   │   │   │   │   ├── [2.6K] DrawOverlayFilter.java │   │   │   │   │   ├── [3.9K] DrawRectFilter.java │   │   │   │   │   ├── [4.0K] DuotoneFilter.java │   │   │   │   │   ├── [4.4K] FillLightFilter.java │   │   │   │   │   ├── [5.5K] FisheyeFilter.java │   │   │   │   │   ├── [3.5K] FixedRotationFilter.java │   │   │   │   │   ├── [3.5K] FlipFilter.java │   │   │   │   │   ├── [7.0K] GrainFilter.java │   │   │   │   │   ├── [4.3K] ImageCombineFilter.java │   │   │   │   │   ├── [1.7K] ImageEncoder.java │   │   │   │   │   ├── [4.4K] ImageSlicer.java │   │   │   │   │   ├── [4.7K] ImageStitcher.java │   │   │   │   │   ├── [1.7K] Invert.java │   │   │   │   │   ├── [7.8K] LomoishFilter.java │   │   │   │   │   ├── [3.1K] NegativeFilter.java │   │   │   │   │   ├── [ 56] package-info.java │   │   │   │   │   ├── [3.3K] PosterizeFilter.java │   │   │   │   │   ├── [6.0K] RedEyeFilter.java │   │   │   │   │   ├── [3.9K] ResizeFilter.java │   │   │   │   │   ├── [4.8K] RotateFilter.java │   │   │   │   │   ├── [5.5K] SaturateFilter.java │   │   │   │   │   ├── [3.6K] SepiaFilter.java │   │   │   │   │   ├── [5.1K] SharpenFilter.java │   │   │   │   │   ├── [3.4K] SimpleImageFilter.java │   │   │   │   │   ├── [5.0K] StraightenFilter.java │   │   │   │   │   ├── [4.1K] TintFilter.java │   │   │   │   │   ├── [2.8K] ToGrayFilter.java │   │   │   │   │   ├── [4.9K] ToPackedGrayFilter.java │   │   │   │   │   ├── [3.1K] ToRGBAFilter.java │   │   │   │   │   ├── [3.1K] ToRGBFilter.java │   │   │   │   │   └── [5.2K] VignetteFilter.java │   │   │   │   ├── [4.0K] numeric │   │   │   │   │   ├── [ 54] package-info.java │   │   │   │   │   └── [1.8K] SinWaveFilter.java │   │   │   │   ├── [4.0K] performance │   │   │   │   │   ├── [ 58] package-info.java │   │   │   │   │   ├── [3.1K] ThroughputFilter.java │   │   │   │   │   └── [1.6K] Throughput.java │   │   │   │   ├── [4.0K] text │   │   │   │   │   ├── [ 51] package-info.java │   │   │   │   │   ├── [1.4K] StringLogger.java │   │   │   │   │   ├── [1.6K] StringSource.java │   │   │   │   │   └── [1.6K] ToUpperCase.java │   │   │   │   ├── [4.0K] ui │   │   │   │   │   ├── [ 49] package-info.java │   │   │   │   │   ├── [9.6K] SurfaceRenderFilter.java │   │   │   │   │   └── [8.7K] SurfaceTargetFilter.java │   │   │   │   ├── [4.0K] videoproc │   │   │   │   │   └── [ 48K] BackDropperFilter.java │   │   │   │   ├── [4.0K] videosink │   │   │   │   │   ├── [ 18K] MediaEncoderFilter.java │   │   │   │   │   └── [1.1K] MediaRecorderStopException.java │   │   │   │   └── [4.0K] videosrc │   │   │   │   ├── [ 13K] CameraSource.java │   │   │   │   ├── [ 22K] MediaSource.java │   │   │   │   ├── [ 55] package-info.java │   │   │   │   ├── [10.0K] SurfaceTextureSource.java │   │   │   │   └── [ 14K] SurfaceTextureTarget.java │   │   │   └── [4.0K] native │   │   │   ├── [4.0K] base │   │   │   │   ├── [3.7K] geometry.cpp │   │   │   │   ├── [2.8K] geometry.h │   │   │   │   ├── [2.5K] time_util.cpp │   │   │   │   ├── [1.9K] time_util.h │   │   │   │   ├── [5.5K] utilities.h │   │   │   │   └── [4.1K] vec_types.h │   │   │   └── [4.0K] imageproc │   │   │   ├── [2.9K] brightness.c │   │   │   ├── [2.5K] contrast.c │   │   │   ├── [1.4K] invert.c │   │   │   └── [3.9K] to_rgba.c │   │   ├── [4.0K] samples │   │   │   ├── [ 675] Android.mk │   │   │   └── [4.0K] CameraEffectsRecordingSample │   │   │   ├── [1.7K] AndroidManifest.xml │   │   │   ├── [1.0K] Android.mk │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] media │   │   │   │   └── [4.0K] filterfw │   │   │   │   └── [4.0K] samples │   │   │   │   └── [3.4K] CameraEffectsRecordingSample.java │   │   │   └── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [3.6K] android.jpg │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.2K] main.xml │   │   │   ├── [4.0K] raw │   │   │   │   └── [1.7K] cameraeffectsrecordingsample.graph │   │   │   └── [4.0K] values │   │   │   └── [ 756] strings.xml │   │   ├── [ 12K] structgen.py │   │   └── [4.0K] tests │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 378] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] camera │   │   └── [4.0K] mediaeffects │   │   └── [4.0K] tests │   │   └── [4.0K] functional │   │   └── [3.5K] EffectsVideoCapture.java │   ├── [4.0K] packages │   │   └── [4.0K] BluetoothMidiService │   │   ├── [ 749] AndroidManifest.xml │   │   ├── [ 242] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 756] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] bluetoothmidiservice │   │   ├── [ 12K] BluetoothMidiDevice.java │   │   ├── [2.3K] BluetoothMidiService.java │   │   ├── [3.8K] BluetoothPacketDecoder.java │   │   ├── [8.5K] BluetoothPacketEncoder.java │   │   ├── [3.8K] MidiBtleTimeTracker.java │   │   ├── [1.2K] PacketDecoder.java │   │   └── [1.4K] PacketEncoder.java │   └── [4.0K] tests │   ├── [4.0K] audiotests │   │   ├── [ 407] Android.mk │   │   ├── [5.0K] shared_mem_test.cpp │   │   └── [ 586] shared_mem_test.h │   ├── [4.0K] CameraBrowser │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 221] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [5.8K] object_info.xml │   │   │   │   └── [1.3K] object_list.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.9K] strings.xml │   │   │   │   └── [1.3K] styles.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 786] device_filter.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] camerabrowser │   │   ├── [1.0K] CameraBrowserApplication.java │   │   ├── [4.3K] CameraBrowser.java │   │   ├── [1.8K] DeviceDisconnectedReceiver.java │   │   ├── [ 15K] MtpClient.java │   │   ├── [4.8K] ObjectBrowser.java │   │   ├── [7.5K] ObjectViewer.java │   │   └── [3.6K] StorageBrowser.java │   ├── [4.0K] contents │   │   └── [4.0K] media_api │   │   ├── [ 18K] goldenThumbnail.png │   │   ├── [566K] HEVC_320_AAC_128.mp4 │   │   ├── [4.0K] music │   │   │   ├── [2.9K] ants.mid │   │   │   ├── [ 46K] bzk_chic.wav │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17_ABR.mp3 │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17_CBR.mp3 │   │   │   ├── [3.0M] MP3_48KHz_128kbps_s_1_17_ID3V1_ID3V2.mp3 │   │   │   ├── [1.4M] MP3_48KHz_128kbps_s_1_17_ID3V1.mp3 │   │   │   ├── [1.4M] MP3_48KHz_128kbps_s_1_17_ID3V2.mp3 │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17.mp3 │   │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17_VBR.mp3 │   │   │   ├── [4.9K] SHORTMP3.mp3 │   │   │   ├── [776K] sine_200+1000Hz_44K_mo.wav │   │   │   └── [ 59K] test_amr_ietf.amr │   │   ├── [4.0K] video │   │   │   ├── [2.1M] big-buck-bunny_trailer.webm │   │   │   ├── [ 37K] border_large.3gp │   │   │   ├── [ 31M] H263_500_AMRNB_12.3gp │   │   │   ├── [5.4M] H263_56_AAC_24.3gp │   │   │   ├── [4.6M] H263_56_AMRNB_6.3gp │   │   │   ├── [1.3M] H264_320_AAC_64.3gp │   │   │   ├── [1.1M] H264_320_AMRNB_6.3gp │   │   │   ├── [ 23M] H264_500_AAC_128.3gp │   │   │   ├── [ 31M] H264_HVGA_500_NO_AUDIO.3gp │   │   │   ├── [ 31M] H264_QVGA_500_NO_AUDIO.3gp │   │   │   ├── [2.0M] MPEG2_1500_AAC_128.mp4 │   │   │   └── [1.9M] MPEG4_320_AAC_64.mp4 │   │   └── [4.0K] videoeditor │   │   ├── [1.4M] AACLC_44.1kHz_256kbps_s_1_17.mp4 │   │   ├── [2.3M] AACLC_48KHz_256Kbps_s_1_17.3gp │   │   ├── [122K] AMRNB_8KHz_12.2Kbps_m_1_17.3gp │   │   ├── [2.5M] corrupted_H264_BP_640x480_12.5fps_256kbps_AACLC_16khz_24kbps_s_0_26.mp4 │   │   ├── [738K] H263_profile0_176x144_10fps_256kbps_0_25.3gp │   │   ├── [2.2M] H263_profile0_176x144_10fps_256kbps_1_17.3gp │   │   ├── [712K] H263_profile0_176x144_10fps_96kbps_0_25.3gp │   │   ├── [1.3M] H263_profile0_176x144_15fps_128kbps_1_35.3gp │   │   ├── [858K] H263_profile0_176x144_15fps_256kbps_AACLC_16kHz_32kbps_m_0_26.3gp │   │   ├── [1.1M] H263_profile0_176x144_15fps_256kbps_AACLC_32kHz_128kbps_s_0_26.3gp │   │   ├── [3.5M] H263_profile0_176x144_15fps_256kbps_AACLC_32kHz_128kbps_s_1_17.3gp │   │   ├── [ 12M] H264_BP_1080x720_30fps_12Mbps_AACLC_44.1khz_64kbps_s_1_17.mp4 │   │   ├── [7.9M] H264_BP_1080x720_30fps_800kbps_1_17.mp4 │   │   ├── [9.4M] H264_BP_1280x1080_30fps_1200Kbps_1_10.mp4 │   │   ├── [6.1M] H264_BP_1280x720_15fps_512kbps_AACLC_16khz_48kbps_s_1_17.mp4 │   │   ├── [1.4M] H264_BP_176x144_15fps_144kbps_AMRNB_8kHz_12.2kbps_m_1_17.3gp │   │   ├── [10.0M] H264_BP_1920x1080_30fps_1200Kbps_1_10.mp4 │   │   ├── [971K] H264_BP_640x480_12.5fps_256kbps_AACLC_16khz_24kbps_s_0_26.mp4 │   │   ├── [ 11M] H264_BP_640x480_15fps_1200Kbps_AACLC_48KHz_32kbps_m_1_17.3gp │   │   ├── [ 11M] H264_BP_640x480_15fps_1200Kbps_AACLC_48KHz_64kps_m_0_27.3gp │   │   ├── [ 58M] H264_BP_640x480_15fps_384kbps_60_0.mp4 │   │   ├── [1.6M] H264_BP_640x480_30fps_192kbps_1_5.mp4 │   │   ├── [3.1M] H264_BP_640x480_30fps_256kbps_1_17.mp4 │   │   ├── [1.1M] H264_BP_720x480_25fps_256kbps_AMRNB_8khz_12.2kbps_m_0_26.mp4 │   │   ├── [4.7M] H264_BP_800x480_15fps_512kbps_1_17.mp4 │   │   ├── [5.0M] H264_BP_800x480_15fps_512kbps_AACLC_24KHz_38Kbps_s_1_17.mp4 │   │   ├── [1.6M] H264_BP_800x480_15fps_512kbps_AMRNB_8KHz_12.2Kbps_m_0_26.mp4 │   │   ├── [9.2M] H264_BP_960x720_25fps_800kbps_AACLC_48Khz_192Kbps_s_1_17.mp4 │   │   ├── [5.1M] H264_MP_960x720_25fps_800kbps_AACLC_48Khz_192Kbps_s_1_17.mp4 │   │   ├── [253K] IMG_1600x1200.jpg │   │   ├── [ 19K] IMG_176x144.jpg │   │   ├── [ 633] IMG_176x144_Overlay1.png │   │   ├── [7.4K] IMG_176x144_Overlay2.png │   │   ├── [ 20K] IMG_320x240.jpg │   │   ├── [239K] IMG_640x480.gif │   │   ├── [ 77K] IMG_640x480.jpg │   │   ├── [7.4K] IMG_640x480_Overlay1.png │   │   ├── [4.5K] IMG_640x480_Overlay2.png │   │   ├── [7.4K] IMG_640x480.png │   │   ├── [1.2M] MP3_48KHz_128kbps_s_1_17.mp3 │   │   ├── [1.6M] MPEG2_640x480_30fps_192kbps_1_5.mp4 │   │   ├── [349K] MPEG4_SP_176x144_12fps_92kbps_AMRNB_8KHz_12.2kbps_m_0_27.3gp │   │   ├── [3.3M] MPEG4_SP_176x144_30fps_256kbps_AACLC_44.1kHz_96kbps_s_1_17.3gp │   │   ├── [ 12M] MPEG4_SP_640x480_15fps_1200kbps_AACLC_48khz_64kbps_m_1_17.3gp │   │   ├── [ 12M] MPEG4_SP_640x480_15fps_1200kbps_AACLC_48khz_64kbps_m_1_17.mp4 │   │   ├── [917K] MPEG4_SP_640x480_15fps_256kbps_0_30.mp4 │   │   ├── [2.1M] MPEG4_SP_640x480_15fps_512kbps_AACLC_48khz_132kbps_s_0_26.mp4 │   │   ├── [478K] MPEG4_SP_640x480_30fps_512Kbps_0_23.3gp │   │   ├── [1.6M] MPEG4_SP_640x480_30fps_512Kbps_0_27.mp4 │   │   ├── [1.5M] MPEG4_SP_720x480_30fps_280kbps_AACLC_48kHz_161kbps_s_0_26.mp4 │   │   ├── [1.1M] MPEG4_SP_720x480_30fps_280kbps_AACLC_48kHz_96kbps_s_0_21.mp4 │   │   ├── [1.5M] MPEG4_SP_800x480_515kbps_15fps_AMR_NB_8KHz_12.2kbps_m_0_26.mp4 │   │   ├── [1.0M] MPEG4_SP_854x480_15fps_256kbps_AACLC_16khz_48kbps_s_0_26.mp4 │   │   ├── [ 19] Text_FileRenamedTo3gp.3gp │   │   └── [ 12K] TransitionSpiral_QVGA.jpg │   ├── [4.0K] EffectsTest │   │   ├── [2.0K] AndroidManifest.xml │   │   ├── [ 189] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [6.0K] icon.png │   │   │   │   └── [ 369] stop.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [7.5K] bassboosttest.xml │   │   │   │   ├── [2.2K] effectstest.xml │   │   │   │   ├── [ 22K] envreverbtest.xml │   │   │   │   ├── [ 19K] equalizertest.xml │   │   │   │   ├── [6.6K] presetreverbtest.xml │   │   │   │   ├── [7.5K] virtualizertest.xml │   │   │   │   └── [9.8K] visualizertest.xml │   │   │   ├── [4.0K] raw │   │   │   │   ├── [1.4M] mp3_sample.mp3 │   │   │   │   └── [313K] sine440_mo_16b_16k.wav │   │   │   └── [4.0K] values │   │   │   └── [2.0K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] effectstest │   │   ├── [9.5K] BassBoostTest.java │   │   ├── [2.4K] EffectParameter.java │   │   ├── [7.7K] EffectsTest.java │   │   ├── [ 19K] EnvReverbTest.java │   │   ├── [ 15K] EqualizerTest.java │   │   ├── [ 10K] PresetReverbTest.java │   │   ├── [7.0K] SimplePlayer.java │   │   ├── [9.5K] VirtualizerTest.java │   │   └── [ 10K] VisualizerTest.java │   ├── [4.0K] MediaDump │   │   ├── [2.3K] AndroidManifest.xml │   │   ├── [ 371] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 773] main.xml │   │   │   └── [4.0K] values │   │   │   └── [ 347] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] mediadump │   │   ├── [1.8K] MediaDump.java │   │   ├── [8.0K] RgbPlayerActivity.java │   │   ├── [2.4K] VideoDumpActivity.java │   │   └── [ 25K] VideoDumpView.java │   ├── [4.0K] MediaFrameworkTest │   │   ├── [3.6K] AndroidManifest.xml │   │   ├── [ 332] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [9.5K] icon.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [6.0K] icon.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.7K] movie_view.xml │   │   │   │   └── [1.4K] surface_view.xml │   │   │   ├── [4.0K] raw │   │   │   │   ├── [3.6K] shortmp3.mp3 │   │   │   │   ├── [2.9K] testmidi.mid │   │   │   │   └── [299K] testmp3.mp3 │   │   │   └── [4.0K] values │   │   │   └── [ 162] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] mediaframeworktest │   │   ├── [1.5K] CameraStressTestRunner.java │   │   ├── [5.5K] CameraTestHelper.java │   │   ├── [4.0K] functional │   │   │   ├── [4.0K] audio │   │   │   │   ├── [ 59K] MediaAudioEffectTest.java │   │   │   │   ├── [9.9K] MediaAudioManagerTest.java │   │   │   │   ├── [ 57K] MediaAudioTrackTest.java │   │   │   │   ├── [7.3K] MediaBassBoostTest.java │   │   │   │   ├── [ 21K] MediaEnvReverbTest.java │   │   │   │   ├── [ 10K] MediaEqualizerTest.java │   │   │   │   ├── [ 14K] MediaPresetReverbTest.java │   │   │   │   ├── [7.4K] MediaVirtualizerTest.java │   │   │   │   ├── [ 24K] MediaVisualizerTest.java │   │   │   │   └── [2.3K] SimTonesTest.java │   │   │   ├── [4.0K] camera │   │   │   │   ├── [9.4K] CameraFunctionalTest.java │   │   │   │   └── [ 18K] CameraPairwiseTest.java │   │   │   ├── [9.3K] CameraTest.java │   │   │   ├── [ 29K] CodecTest.java │   │   │   ├── [3.7K] EnergyProbe.java │   │   │   ├── [6.0K] MediaMetadataTest.java │   │   │   ├── [5.0K] MediaMimeTest.java │   │   │   ├── [4.0K] mediaplayback │   │   │   │   └── [ 15K] MediaPlayerApiTest.java │   │   │   ├── [2.2K] MediaPlayerInvokeTest.java │   │   │   ├── [4.0K] mediarecorder │   │   │   │   └── [ 26K] MediaRecorderTest.java │   │   │   └── [5.4K] TonesAutoTest.java │   │   ├── [4.0K] integration │   │   │   ├── [ 13K] CameraBinderTest.java │   │   │   ├── [3.1K] CameraBinderTestUtils.java │   │   │   └── [ 20K] CameraDeviceBinderTest.java │   │   ├── [2.3K] MediaFrameworkIntegrationTestRunner.java │   │   ├── [2.0K] MediaFrameworkPerfTestRunner.java │   │   ├── [1.4K] MediaFrameworkPowerTestRunner.java │   │   ├── [4.6K] MediaFrameworkTest.java │   │   ├── [3.7K] MediaFrameworkTestRunner.java │   │   ├── [4.8K] MediaFrameworkUnitTestRunner.java │   │   ├── [9.3K] MediaNames.java │   │   ├── [1.2K] MediaPlayerStressTestRunner.java │   │   ├── [5.0K] MediaProfileReader.java │   │   ├── [4.1K] MediaRecorderStressTestRunner.java │   │   ├── [4.7K] MediaTestUtil.java │   │   ├── [4.0K] performance │   │   │   └── [ 21K] MediaPlayerPerformance.java │   │   ├── [4.0K] power │   │   │   └── [2.7K] MediaPlayerPowerTest.java │   │   ├── [4.0K] stress │   │   │   ├── [8.5K] CameraStressTest.java │   │   │   ├── [6.4K] MediaPlayerStreamingStressTest.java │   │   │   ├── [6.5K] MediaPlayerStressTest.java │   │   │   └── [ 15K] MediaRecorderStressTest.java │   │   └── [4.0K] unit │   │   ├── [8.9K] ByteArrayHelpers.java │   │   ├── [ 56K] CameraMetadataTest.java │   │   ├── [1.7K] CameraOpenTest.java │   │   ├── [6.5K] CameraUtilsBinderDecoratorTest.java │   │   ├── [5.2K] CameraUtilsDecoratorTest.java │   │   ├── [2.7K] CameraUtilsRuntimeExceptionTest.java │   │   ├── [8.9K] CameraUtilsTypeReferenceTest.java │   │   ├── [1.3K] CameraUtilsUncheckedThrowTest.java │   │   ├── [6.0K] ImageReaderTest.java │   │   ├── [9.0K] MediaInserterTest.java │   │   ├── [ 12K] MediaMetadataRetrieverTest.java │   │   ├── [2.5K] MediaPlayerGetCurrentPositionStateUnitTest.java │   │   ├── [2.5K] MediaPlayerGetDurationStateUnitTest.java │   │   ├── [2.5K] MediaPlayerGetVideoHeightStateUnitTest.java │   │   ├── [2.5K] MediaPlayerGetVideoWidthStateUnitTest.java │   │   ├── [2.5K] MediaPlayerIsPlayingStateUnitTest.java │   │   ├── [ 13K] MediaPlayerMetadataParserTest.java │   │   ├── [ 957] MediaPlayerMethodUnderTest.java │   │   ├── [2.4K] MediaPlayerPauseStateUnitTest.java │   │   ├── [2.4K] MediaPlayerResetStateUnitTest.java │   │   ├── [2.4K] MediaPlayerSeekToStateUnitTest.java │   │   ├── [2.6K] MediaPlayerSetAudioStreamTypeStateUnitTest.java │   │   ├── [2.5K] MediaPlayerSetLoopingStateUnitTest.java │   │   ├── [2.5K] MediaPlayerSetVolumeStateUnitTest.java │   │   ├── [2.4K] MediaPlayerStartStateUnitTest.java │   │   ├── [1.6K] MediaPlayerStateErrors.java │   │   ├── [ 18K] MediaPlayerStateUnitTestTemplate.java │   │   ├── [2.4K] MediaPlayerStopStateUnitTest.java │   │   ├── [ 967] MediaRecorderMethodUnderTest.java │   │   ├── [2.5K] MediaRecorderPrepareStateUnitTest.java │   │   ├── [2.4K] MediaRecorderResetStateUnitTest.java │   │   ├── [2.5K] MediaRecorderSetAudioEncoderStateUnitTest.java │   │   ├── [2.5K] MediaRecorderSetAudioSourceStateUnitTest.java │   │   ├── [2.4K] MediaRecorderSetOutputFileStateUnitTest.java │   │   ├── [2.5K] MediaRecorderSetOutputFormatStateUnitTest.java │   │   ├── [2.3K] MediaRecorderStartStateUnitTest.java │   │   ├── [1.4K] MediaRecorderStateErrors.java │   │   ├── [ 13K] MediaRecorderStateUnitTestTemplate.java │   │   ├── [2.8K] MediaRecorderStopStateUnitTest.java │   │   ├── [6.5K] RangeTest.java │   │   └── [ 19K] RationalTest.java │   ├── [4.0K] players │   │   ├── [ 934] Android.mk │   │   ├── [4.0K] invoke_mock_media_player.cpp │   │   └── [ 240] README │   ├── [ 365] README.txt │   ├── [4.0K] ScoAudioTest │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 221] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [6.0K] icon.png │   │   │   │   ├── [ 688] record.png │   │   │   │   └── [ 369] stop.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [7.4K] scoaudiotest.xml │   │   │   ├── [4.0K] raw │   │   │   │   └── [313K] sine440_mo_16b_16k.wav │   │   │   └── [4.0K] values │   │   │   └── [ 677] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] scoaudiotest │   │   └── [ 28K] ScoAudioTest.java │   └── [4.0K] SoundPoolTest │   ├── [ 531] AndroidManifest.xml │   ├── [ 191] Android.mk │   ├── [4.0K] res │   │   └── [4.0K] raw │   │   ├── [6.8K] organ441.ogg │   │   ├── [5.0K] sine441.ogg │   │   ├── [4.4K] test1.mp3 │   │   ├── [ 12K] test2.ogg │   │   ├── [ 18K] test3.ogg │   │   ├── [ 20K] test4.ogg │   │   └── [ 12K] test5.ogg │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [ 15K] SoundPoolTest.java ├── [ 0] MODULE_LICENSE_APACHE2 ├── [4.0K] native │   ├── [4.0K] android │   │   ├── [ 850] Android.mk │   │   ├── [5.8K] asset_manager.cpp │   │   ├── [7.8K] configuration.cpp │   │   ├── [ 11K] input.cpp │   │   ├── [2.6K] looper.cpp │   │   ├── [1.4K] native_activity.cpp │   │   ├── [2.7K] native_window.cpp │   │   ├── [2.4K] net.c │   │   ├── [1.5K] obb.cpp │   │   ├── [5.8K] sensor.cpp │   │   ├── [6.0K] storage_manager.cpp │   │   └── [ 917] trace.cpp │   ├── [1.8K] copy-to-ndk.sh │   └── [4.0K] graphics │   └── [4.0K] jni │   ├── [ 777] Android.mk │   └── [3.5K] bitmap.cpp ├── [4.0K] nfc-extras │   ├── [ 202] Android.mk │   ├── [ 810] com.android.nfc_extras.xml │   ├── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] nfc_extras │   │   ├── [ 860] EeAlreadyOpenException.java │   │   ├── [ 866] EeExternalFieldException.java │   │   ├── [ 869] EeInitializationException.java │   │   ├── [ 860] EeIOException.java │   │   ├── [ 857] EeListenModeException.java │   │   ├── [ 860] EeNfcDisabledException.java │   │   ├── [8.6K] NfcAdapterExtras.java │   │   └── [8.3K] NfcExecutionEnvironment.java │   └── [4.0K] tests │   ├── [1.6K] AndroidManifest.xml │   ├── [ 975] Android.mk │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] nfc_extras │   └── [4.0K] tests │   └── [4.0K] BasicNfcEeTest.java ├── [ 18K] NOTICE ├── [4.0K] obex │   ├── [ 334] Android.mk │   ├── [4.0K] javax │   │   └── [4.0K] obex │   │   ├── [4.3K] ApplicationParameter.java │   │   ├── [6.0K] Authenticator.java │   │   ├── [3.1K] BaseStream.java │   │   ├── [ 30K] ClientOperation.java │   │   ├── [ 22K] ClientSession.java │   │   ├── [ 26K] HeaderSet.java │   │   ├── [ 42K] ObexHelper.java │   │   ├── [2.3K] ObexPacket.java │   │   ├── [8.5K] ObexSession.java │   │   ├── [4.4K] ObexTransport.java │   │   ├── [7.4K] Operation.java │   │   ├── [2.8K] PasswordAuthentication.java │   │   ├── [6.0K] PrivateInputStream.java │   │   ├── [5.5K] PrivateOutputStream.java │   │   ├── [ 10K] ResponseCodes.java │   │   ├── [ 32K] ServerOperation.java │   │   ├── [ 12K] ServerRequestHandler.java │   │   ├── [ 28K] ServerSession.java │   │   └── [6.6K] SessionNotifier.java │   ├── [ 0] MODULE_LICENSE_BSD_LIKE │   └── [1.5K] NOTICE ├── [4.0K] opengl │   └── [4.0K] java │   ├── [4.0K] android │   │   └── [4.0K] opengl │   │   ├── [ 17K] EGL14.java │   │   ├── [1.0K] EGLConfig.java │   │   ├── [1.0K] EGLContext.java │   │   ├── [1.0K] EGLDisplay.java │   │   ├── [1.4K] EGLExt.java │   │   ├── [ 16K] EGLLogWrapper.java │   │   ├── [2.0K] EGLObjectHandle.java │   │   ├── [1.0K] EGLSurface.java │   │   ├── [4.8K] ETC1.java │   │   ├── [9.4K] ETC1Util.java │   │   ├── [3.7K] GLDebugHelper.java │   │   ├── [ 46K] GLErrorWrapper.java │   │   ├── [1.3K] GLES10Ext.java │   │   ├── [ 44K] GLES10.java │   │   ├── [ 36K] GLES11Ext.java │   │   ├── [ 25K] GLES11.java │   │   ├── [ 66K] GLES20.java │   │   ├── [ 65K] GLES30.java │   │   ├── [ 32K] GLES31Ext.java │   │   ├── [ 41K] GLES31.java │   │   ├── [1.3K] GLException.java │   │   ├── [112K] GLLogWrapper.java │   │   ├── [ 76K] GLSurfaceView.java │   │   ├── [9.1K] GLU.java │   │   ├── [9.9K] GLUtils.java │   │   ├── [ 783] GLWallpaperService.java │   │   ├── [1.7K] GLWrapperBase.java │   │   ├── [ 27K] Matrix.java │   │   ├── [ 236] package.html │   │   └── [5.7K] Visibility.java │   ├── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] gles_jni │   │   ├── [ 903] EGLConfigImpl.java │   │   ├── [1.6K] EGLContextImpl.java │   │   ├── [1.4K] EGLDisplayImpl.java │   │   ├── [7.2K] EGLImpl.java │   │   ├── [1.5K] EGLSurfaceImpl.java │   │   └── [ 53K] GLImpl.java │   └── [4.0K] javax │   └── [4.0K] microedition │   └── [4.0K] khronos │   ├── [4.0K] egl │   │   ├── [6.2K] EGL10.java │   │   ├── [ 753] EGL11.java │   │   ├── [ 698] EGLConfig.java │   │   ├── [ 940] EGLContext.java │   │   ├── [ 699] EGLDisplay.java │   │   ├── [ 688] EGL.java │   │   └── [ 699] EGLSurface.java │   └── [4.0K] opengles │   ├── [1.1K] GL10Ext.java │   ├── [ 25K] GL10.java │   ├── [ 12K] GL11ExtensionPack.java │   ├── [3.5K] GL11Ext.java │   ├── [ 15K] GL11.java │   ├── [ 764] GL.java │   └── [ 219] package.html ├── [4.0K] packages │   ├── [4.0K] BackupRestoreConfirmation │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 955] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [4.2K] confirm_backup.xml │   │   │   │   └── [4.3K] confirm_restore.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [4.9K] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [4.5K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [4.5K] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [5.0K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [5.6K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [6.1K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [5.1K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [4.3K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [4.9K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [5.0K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [4.5K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [6.1K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [6.6K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [4.4K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [3.6K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [4.9K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [3.7K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [4.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [3.4K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [3.5K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [3.5K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [4.0K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] backupconfirm │   │   └── [ 12K] BackupRestoreConfirmation.java │   ├── [4.0K] CaptivePortalLogin │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 233] Android.mk │   │   ├── [4.0K] assets │   │   │   └── [ 682] quantum_ic_warning_amber_96.png │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.1K] activity_captive_portal_login.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [ 585] captive_portal_login.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 213] dimens.xml │   │   │   │   ├── [ 632] strings.xml │   │   │   │   └── [ 873] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 596] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 673] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 633] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [ 643] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [ 774] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 600] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 579] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 584] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 593] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 661] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [ 566] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 566] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [ 566] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 574] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 559] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [ 580] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [ 569] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 649] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 583] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 580] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [ 582] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [ 580] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [ 717] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 738] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 591] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [ 603] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [ 631] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 586] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [ 563] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 579] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 591] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [ 629] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [ 686] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [ 626] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [ 647] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [ 710] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [ 598] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [ 658] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [ 728] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [ 583] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 594] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [ 644] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [ 809] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [ 634] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [ 703] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [ 574] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [ 759] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 578] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [ 742] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 590] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [ 694] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 575] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 566] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 581] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 602] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 622] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [ 684] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 583] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 596] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [ 585] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 634] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 597] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 573] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [ 782] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [ 766] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 710] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 605] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [ 567] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 640] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [ 664] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [ 592] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 581] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [ 560] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [ 569] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [ 563] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [ 598] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] captiveportallogin │   │   └── [ 15K] CaptivePortalLoginActivity.java │   ├── [4.0K] DefaultContainerService │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 370] Android.mk │   │   ├── [4.0K] jni │   │   │   ├── [1.0K] Android.mk │   │   │   └── [2.0K] com_android_defcontainer_MeasurementUtils.cpp │   │   ├── [4.0K] res │   │   │   ├── [4.0K] values │   │   │   │   └── [ 849] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 924] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [ 927] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [ 952] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 927] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 906] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [ 912] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 922] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [ 906] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [ 940] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 928] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 906] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [ 925] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [ 900] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 915] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [ 923] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [ 936] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [ 983] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [ 943] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [ 906] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [ 935] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [ 949] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [ 923] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [ 934] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [ 930] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [ 937] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [ 928] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 904] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 926] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [ 940] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 930] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [ 952] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [ 949] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 977] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 930] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [ 920] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [ 902] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 915] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [ 905] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [ 913] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] defcontainer │   │   ├── [ 16K] DefaultContainerService.java │   │   └── [ 935] MeasurementUtils.java │   ├── [4.0K] DocumentsUI │   │   ├── [3.1K] AndroidManifest.xml │   │   ├── [ 323] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] animator │   │   │   │   ├── [ 957] dir_down.xml │   │   │   │   ├── [ 892] dir_frozen.xml │   │   │   │   └── [ 957] dir_up.xml │   │   │   ├── [4.0K] animator-ldrtl │   │   │   │   ├── [ 958] dir_down.xml │   │   │   │   └── [ 958] dir_up.xml │   │   │   ├── [4.0K] color │   │   │   │   ├── [1.0K] item_doc_grid_overlay.xml │   │   │   │   ├── [ 947] item_doc_list_background_activated.xml │   │   │   │   ├── [ 828] item_root_icon.xml │   │   │   │   ├── [1.2K] item_root_primary_text.xml │   │   │   │   └── [ 282] root_activated.xml │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [ 250] ic_breadcrumb_arrow.xml │   │   │   │   ├── [ 209] ic_cab_cancel.xml │   │   │   │   ├── [ 211] ic_dialog_alert.xml │   │   │   │   ├── [ 210] ic_dialog_info.xml │   │   │   │   ├── [ 208] ic_doc_album.xml │   │   │   │   ├── [ 206] ic_doc_apk.xml │   │   │   │   ├── [ 208] ic_doc_audio.xml │   │   │   │   ├── [ 214] ic_doc_certificate.xml │   │   │   │   ├── [ 208] ic_doc_codes.xml │   │   │   │   ├── [ 213] ic_doc_compressed.xml │   │   │   │   ├── [ 245] ic_doc_contact.xml │   │   │   │   ├── [ 243] ic_doc_event.xml │   │   │   │   ├── [ 208] ic_doc_excel.xml │   │   │   │   ├── [ 209] ic_doc_folder.xml │   │   │   │   ├── [ 207] ic_doc_font.xml │   │   │   │   ├── [ 245] ic_doc_generic.xml │   │   │   │   ├── [ 208] ic_doc_image.xml │   │   │   │   ├── [ 206] ic_doc_pdf.xml │   │   │   │   ├── [ 213] ic_doc_powerpoint.xml │   │   │   │   ├── [ 215] ic_doc_presentation.xml │   │   │   │   ├── [ 249] ic_doc_spreadsheet.xml │   │   │   │   ├── [ 242] ic_doc_text.xml │   │   │   │   ├── [ 243] ic_doc_video.xml │   │   │   │   ├── [ 207] ic_doc_word.xml │   │   │   │   ├── [ 210] ic_grid_folder.xml │   │   │   │   ├── [ 208] ic_hamburger.xml │   │   │   │   ├── [ 208] ic_menu_copy.xml │   │   │   │   ├── [ 210] ic_menu_delete.xml │   │   │   │   ├── [ 249] ic_menu_new_folder.xml │   │   │   │   ├── [ 210] ic_menu_search.xml │   │   │   │   ├── [ 209] ic_menu_share.xml │   │   │   │   ├── [ 245] ic_menu_sortby.xml │   │   │   │   ├── [ 213] ic_menu_view_grid.xml │   │   │   │   ├── [ 213] ic_menu_view_list.xml │   │   │   │   ├── [ 212] ic_root_download.xml │   │   │   │   ├── [ 210] ic_root_recent.xml │   │   │   │   ├── [ 210] ic_root_sdcard.xml │   │   │   │   ├── [ 252] ic_subdirectory_arrow.xml │   │   │   │   ├── [1.1K] item_doc_grid_overlay_icon.xml │   │   │   │   ├── [ 839] item_doc_grid_overlay.xml │   │   │   │   ├── [ 852] item_doc_list_background.xml │   │   │   │   └── [1.1K] item_root_background.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 147] ic_breadcrumb_arrow_am_alpha.png │   │   │   │   ├── [ 207] ic_cab_cancel_alpha.png │   │   │   │   ├── [ 315] ic_dialog_alert_alpha.png │   │   │   │   ├── [ 321] ic_dialog_info_alpha.png │   │   │   │   ├── [ 420] ic_doc_album_alpha.png │   │   │   │   ├── [ 341] ic_doc_apk_alpha.png │   │   │   │   ├── [ 276] ic_doc_audio_alpha.png │   │   │   │   ├── [ 911] ic_doc_certificate_alpha.png │   │   │   │   ├── [ 925] ic_doc_codes_alpha.png │   │   │   │   ├── [ 576] ic_doc_compressed_alpha.png │   │   │   │   ├── [ 792] ic_doc_contact_am_alpha.png │   │   │   │   ├── [ 650] ic_doc_event_am_alpha.png │   │   │   │   ├── [ 811] ic_doc_excel_alpha.png │   │   │   │   ├── [ 558] ic_doc_folder_alpha.png │   │   │   │   ├── [ 953] ic_doc_font_alpha.png │   │   │   │   ├── [ 675] ic_doc_generic_am_alpha.png │   │   │   │   ├── [ 704] ic_doc_image_alpha.png │   │   │   │   ├── [ 841] ic_doc_pdf_alpha.png │   │   │   │   ├── [ 722] ic_doc_powerpoint_alpha.png │   │   │   │   ├── [ 531] ic_doc_presentation_alpha.png │   │   │   │   ├── [ 584] ic_doc_spreadsheet_am_alpha.png │   │   │   │   ├── [ 550] ic_doc_text_am_alpha.png │   │   │   │   ├── [ 721] ic_doc_video_am_alpha.png │   │   │   │   ├── [ 926] ic_doc_word_alpha.png │   │   │   │   ├── [ 865] ic_grid_folder_alpha.png │   │   │   │   ├── [1.5K] ic_grid_selection_check.png │   │   │   │   ├── [ 94] ic_hamburger_alpha.png │   │   │   │   ├── [ 195] ic_menu_copy_alpha.png │   │   │   │   ├── [ 155] ic_menu_delete_alpha.png │   │   │   │   ├── [ 131] ic_menu_new_folder_am_alpha.png │   │   │   │   ├── [ 390] ic_menu_search_alpha.png │   │   │   │   ├── [ 398] ic_menu_share_alpha.png │   │   │   │   ├── [ 112] ic_menu_sortby_am_alpha.png │   │   │   │   ├── [ 106] ic_menu_view_grid_alpha.png │   │   │   │   ├── [ 116] ic_menu_view_list_alpha.png │   │   │   │   ├── [ 148] ic_root_download_alpha.png │   │   │   │   ├── [ 531] ic_root_recent_alpha.png │   │   │   │   ├── [ 171] ic_root_sdcard_alpha.png │   │   │   │   └── [ 661] ic_subdirectory_arrow_am_alpha.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [ 133] ic_breadcrumb_arrow_am_alpha.png │   │   │   │   ├── [ 164] ic_cab_cancel_alpha.png │   │   │   │   ├── [ 235] ic_dialog_alert_alpha.png │   │   │   │   ├── [ 222] ic_dialog_info_alpha.png │   │   │   │   ├── [ 279] ic_doc_album_alpha.png │   │   │   │   ├── [ 213] ic_doc_apk_alpha.png │   │   │   │   ├── [ 204] ic_doc_audio_alpha.png │   │   │   │   ├── [ 693] ic_doc_certificate_alpha.png │   │   │   │   ├── [ 698] ic_doc_codes_alpha.png │   │   │   │   ├── [ 547] ic_doc_compressed_alpha.png │   │   │   │   ├── [ 642] ic_doc_contact_am_alpha.png │   │   │   │   ├── [ 619] ic_doc_event_am_alpha.png │   │   │   │   ├── [ 601] ic_doc_excel_alpha.png │   │   │   │   ├── [ 492] ic_doc_folder_alpha.png │   │   │   │   ├── [ 708] ic_doc_font_alpha.png │   │   │   │   ├── [ 594] ic_doc_generic_am_alpha.png │   │   │   │   ├── [ 589] ic_doc_image_alpha.png │   │   │   │   ├── [ 657] ic_doc_pdf_alpha.png │   │   │   │   ├── [ 622] ic_doc_powerpoint_alpha.png │   │   │   │   ├── [ 517] ic_doc_presentation_alpha.png │   │   │   │   ├── [ 594] ic_doc_spreadsheet_am_alpha.png │   │   │   │   ├── [ 527] ic_doc_text_am_alpha.png │   │   │   │   ├── [ 576] ic_doc_video_am_alpha.png │   │   │   │   ├── [ 708] ic_doc_word_alpha.png │   │   │   │   ├── [ 638] ic_grid_folder_alpha.png │   │   │   │   ├── [ 996] ic_grid_selection_check.png │   │   │   │   ├── [ 82] ic_hamburger_alpha.png │   │   │   │   ├── [ 130] ic_menu_copy_alpha.png │   │   │   │   ├── [ 111] ic_menu_delete_alpha.png │   │   │   │   ├── [ 118] ic_menu_new_folder_am_alpha.png │   │   │   │   ├── [ 249] ic_menu_search_alpha.png │   │   │   │   ├── [ 262] ic_menu_share_alpha.png │   │   │   │   ├── [ 89] ic_menu_sortby_am_alpha.png │   │   │   │   ├── [ 82] ic_menu_view_grid_alpha.png │   │   │   │   ├── [ 84] ic_menu_view_list_alpha.png │   │   │   │   ├── [ 114] ic_root_download_alpha.png │   │   │   │   ├── [ 347] ic_root_recent_alpha.png │   │   │   │   ├── [ 139] ic_root_sdcard_alpha.png │   │   │   │   └── [ 549] ic_subdirectory_arrow_am_alpha.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 163] ic_breadcrumb_arrow_am_alpha.png │   │   │   │   ├── [ 235] ic_cab_cancel_alpha.png │   │   │   │   ├── [ 350] ic_dialog_alert_alpha.png │   │   │   │   ├── [ 412] ic_dialog_info_alpha.png │   │   │   │   ├── [ 554] ic_doc_album_alpha.png │   │   │   │   ├── [ 343] ic_doc_apk_alpha.png │   │   │   │   ├── [ 359] ic_doc_audio_alpha.png │   │   │   │   ├── [1.1K] ic_doc_certificate_alpha.png │   │   │   │   ├── [1.1K] ic_doc_codes_alpha.png │   │   │   │   ├── [ 683] ic_doc_compressed_alpha.png │   │   │   │   ├── [ 905] ic_doc_contact_am_alpha.png │   │   │   │   ├── [ 740] ic_doc_event_am_alpha.png │   │   │   │   ├── [ 987] ic_doc_excel_alpha.png │   │   │   │   ├── [ 610] ic_doc_folder_alpha.png │   │   │   │   ├── [1.2K] ic_doc_font_alpha.png │   │   │   │   ├── [ 756] ic_doc_generic_am_alpha.png │   │   │   │   ├── [ 831] ic_doc_image_alpha.png │   │   │   │   ├── [1.1K] ic_doc_pdf_alpha.png │   │   │   │   ├── [ 859] ic_doc_powerpoint_alpha.png │   │   │   │   ├── [ 602] ic_doc_presentation_alpha.png │   │   │   │   ├── [ 706] ic_doc_spreadsheet_am_alpha.png │   │   │   │   ├── [ 633] ic_doc_text_am_alpha.png │   │   │   │   ├── [ 801] ic_doc_video_am_alpha.png │   │   │   │   ├── [1.2K] ic_doc_word_alpha.png │   │   │   │   ├── [1.0K] ic_grid_folder_alpha.png │   │   │   │   ├── [2.0K] ic_grid_selection_check.png │   │   │   │   ├── [ 99] ic_hamburger_alpha.png │   │   │   │   ├── [ 180] ic_menu_copy_alpha.png │   │   │   │   ├── [ 148] ic_menu_delete_alpha.png │   │   │   │   ├── [ 180] ic_menu_new_folder_am_alpha.png │   │   │   │   ├── [ 464] ic_menu_search_alpha.png │   │   │   │   ├── [ 483] ic_menu_share_alpha.png │   │   │   │   ├── [ 103] ic_menu_sortby_am_alpha.png │   │   │   │   ├── [ 105] ic_menu_view_grid_alpha.png │   │   │   │   ├── [ 106] ic_menu_view_list_alpha.png │   │   │   │   ├── [ 144] ic_root_download_alpha.png │   │   │   │   ├── [ 687] ic_root_recent_alpha.png │   │   │   │   ├── [ 209] ic_root_sdcard_alpha.png │   │   │   │   └── [ 777] ic_subdirectory_arrow_am_alpha.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   ├── [ 216] ic_breadcrumb_arrow_am_alpha.png │   │   │   │   ├── [ 309] ic_cab_cancel_alpha.png │   │   │   │   ├── [ 461] ic_dialog_alert_alpha.png │   │   │   │   ├── [ 579] ic_dialog_info_alpha.png │   │   │   │   ├── [ 797] ic_doc_album_alpha.png │   │   │   │   ├── [ 519] ic_doc_apk_alpha.png │   │   │   │   ├── [ 506] ic_doc_audio_alpha.png │   │   │   │   ├── [ 903] ic_doc_certificate_alpha.png │   │   │   │   ├── [ 967] ic_doc_codes_alpha.png │   │   │   │   ├── [ 422] ic_doc_compressed_alpha.png │   │   │   │   ├── [ 671] ic_doc_contact_am_alpha.png │   │   │   │   ├── [ 437] ic_doc_event_am_alpha.png │   │   │   │   ├── [ 667] ic_doc_excel_alpha.png │   │   │   │   ├── [ 404] ic_doc_folder_alpha.png │   │   │   │   ├── [1.1K] ic_doc_font_alpha.png │   │   │   │   ├── [ 483] ic_doc_generic_am_alpha.png │   │   │   │   ├── [ 633] ic_doc_image_alpha.png │   │   │   │   ├── [1.1K] ic_doc_pdf_alpha.png │   │   │   │   ├── [ 628] ic_doc_powerpoint_alpha.png │   │   │   │   ├── [ 395] ic_doc_presentation_alpha.png │   │   │   │   ├── [ 393] ic_doc_spreadsheet_am_alpha.png │   │   │   │   ├── [ 398] ic_doc_text_am_alpha.png │   │   │   │   ├── [ 413] ic_doc_video_am_alpha.png │   │   │   │   ├── [ 996] ic_doc_word_alpha.png │   │   │   │   ├── [ 962] ic_grid_folder_alpha.png │   │   │   │   ├── [3.9K] ic_grid_selection_check.png │   │   │   │   ├── [ 111] ic_hamburger_alpha.png │   │   │   │   ├── [ 258] ic_menu_copy_alpha.png │   │   │   │   ├── [ 191] ic_menu_delete_alpha.png │   │   │   │   ├── [ 239] ic_menu_new_folder_am_alpha.png │   │   │   │   ├── [ 684] ic_menu_search_alpha.png │   │   │   │   ├── [ 675] ic_menu_share_alpha.png │   │   │   │   ├── [ 112] ic_menu_sortby_am_alpha.png │   │   │   │   ├── [ 114] ic_menu_view_grid_alpha.png │   │   │   │   ├── [ 116] ic_menu_view_list_alpha.png │   │   │   │   ├── [ 173] ic_root_download_alpha.png │   │   │   │   ├── [1.0K] ic_root_recent_alpha.png │   │   │   │   ├── [ 288] ic_root_sdcard_alpha.png │   │   │   │   └── [ 617] ic_subdirectory_arrow_am_alpha.png │   │   │   ├── [4.0K] drawable-xxxhdpi │   │   │   │   ├── [ 218] ic_breadcrumb_arrow_am_alpha.png │   │   │   │   ├── [ 377] ic_cab_cancel_alpha.png │   │   │   │   ├── [ 566] ic_dialog_alert_alpha.png │   │   │   │   ├── [ 766] ic_dialog_info_alpha.png │   │   │   │   ├── [1.0K] ic_doc_album_alpha.png │   │   │   │   ├── [ 641] ic_doc_apk_alpha.png │   │   │   │   ├── [ 660] ic_doc_audio_alpha.png │   │   │   │   ├── [1.2K] ic_doc_certificate_alpha.png │   │   │   │   ├── [1.3K] ic_doc_codes_alpha.png │   │   │   │   ├── [ 556] ic_doc_compressed_alpha.png │   │   │   │   ├── [ 911] ic_doc_contact_am_alpha.png │   │   │   │   ├── [ 549] ic_doc_event_am_alpha.png │   │   │   │   ├── [ 922] ic_doc_excel_alpha.png │   │   │   │   ├── [ 506] ic_doc_folder_alpha.png │   │   │   │   ├── [1.4K] ic_doc_font_alpha.png │   │   │   │   ├── [ 624] ic_doc_generic_am_alpha.png │   │   │   │   ├── [ 814] ic_doc_image_alpha.png │   │   │   │   ├── [1.4K] ic_doc_pdf_alpha.png │   │   │   │   ├── [ 869] ic_doc_powerpoint_alpha.png │   │   │   │   ├── [ 483] ic_doc_presentation_alpha.png │   │   │   │   ├── [ 516] ic_doc_spreadsheet_am_alpha.png │   │   │   │   ├── [ 508] ic_doc_text_am_alpha.png │   │   │   │   ├── [ 516] ic_doc_video_am_alpha.png │   │   │   │   ├── [1.3K] ic_doc_word_alpha.png │   │   │   │   ├── [1.3K] ic_grid_folder_alpha.png │   │   │   │   ├── [4.0K] ic_grid_selection_check.png │   │   │   │   ├── [ 116] ic_hamburger_alpha.png │   │   │   │   ├── [ 319] ic_menu_copy_alpha.png │   │   │   │   ├── [ 237] ic_menu_delete_alpha.png │   │   │   │   ├── [ 307] ic_menu_new_folder_am_alpha.png │   │   │   │   ├── [ 868] ic_menu_search_alpha.png │   │   │   │   ├── [ 888] ic_menu_share_alpha.png │   │   │   │   ├── [ 124] ic_menu_sortby_am_alpha.png │   │   │   │   ├── [ 116] ic_menu_view_grid_alpha.png │   │   │   │   ├── [ 117] ic_menu_view_list_alpha.png │   │   │   │   ├── [ 209] ic_root_download_alpha.png │   │   │   │   ├── [1.3K] ic_root_recent_alpha.png │   │   │   │   ├── [ 369] ic_root_sdcard_alpha.png │   │   │   │   └── [ 883] ic_subdirectory_arrow_am_alpha.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [3.0K] activity.xml │   │   │   │   ├── [1.1K] dialog_create_dir.xml │   │   │   │   ├── [2.0K] fragment_directory.xml │   │   │   │   ├── [1.5K] fragment_pick.xml │   │   │   │   ├── [ 915] fragment_roots.xml │   │   │   │   ├── [2.5K] fragment_save.xml │   │   │   │   ├── [5.6K] item_doc_grid.xml │   │   │   │   ├── [5.3K] item_doc_list.xml │   │   │   │   ├── [1.1K] item_loading_grid.xml │   │   │   │   ├── [1.1K] item_loading_list.xml │   │   │   │   ├── [1.9K] item_message_grid.xml │   │   │   │   ├── [2.0K] item_message_list.xml │   │   │   │   ├── [1.0K] item_root_header.xml │   │   │   │   ├── [1.0K] item_root_spacer.xml │   │   │   │   ├── [2.7K] item_root.xml │   │   │   │   ├── [1.3K] item_subdir_title.xml │   │   │   │   └── [1.9K] item_subdir.xml │   │   │   ├── [4.0K] layout-sw720dp │   │   │   │   └── [2.8K] activity.xml │   │   │   ├── [4.0K] layout-sw720dp-land │   │   │   │   └── [4.9K] item_doc_list.xml │   │   │   ├── [4.0K] menu │   │   │   │   ├── [2.4K] activity.xml │   │   │   │   └── [1.5K] mode_directory.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 949] colors.xml │   │   │   │   ├── [1.4K] dimens.xml │   │   │   │   ├── [8.4K] strings.xml │   │   │   │   └── [1.8K] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [6.3K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [7.0K] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [6.7K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [7.5K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [6.3K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [6.7K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [5.6K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [5.6K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [5.6K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [6.4K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [6.0K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [7.1K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [7.2K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [6.0K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [6.0K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [6.1K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [7.3K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [7.1K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-ldrtl │   │   │   │   └── [ 750] dimens.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [7.2K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [6.3K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [6.1K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [7.0K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [7.5K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-night │   │   │   │   └── [ 826] colors.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [7.1K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [6.9K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [7.1K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [6.3K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [6.2K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [6.8K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-sw720dp │   │   │   │   ├── [ 944] dimens.xml │   │   │   │   └── [1.1K] styles.xml │   │   │   ├── [4.0K] values-sw720dp-land │   │   │   │   └── [ 895] dimens.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [7.4K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [7.5K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [6.8K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [5.8K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [7.0K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [6.5K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [5.9K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [5.7K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [5.7K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [5.9K] strings.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] documentsui │   │   │   ├── [ 28K] BaseActivity.java │   │   │   ├── [4.2K] ColumnAdapter.java │   │   │   ├── [ 21K] CopyService.java │   │   │   ├── [5.0K] CreateDirectoryFragment.java │   │   │   ├── [1.9K] DirectoryContainerView.java │   │   │   ├── [ 48K] DirectoryFragment.java │   │   │   ├── [8.6K] DirectoryLoader.java │   │   │   ├── [1.6K] DirectoryView.java │   │   │   ├── [ 30K] DocumentsActivity.java │   │   │   ├── [4.0K] DocumentsApplication.java │   │   │   ├── [2.1K] DocumentsToolBar.java │   │   │   ├── [3.4K] FailureDialogFragment.java │   │   │   ├── [3.8K] FilteringCursorWrapper.java │   │   │   ├── [ 11K] IconUtils.java │   │   │   ├── [1.7K] LocalPreferences.java │   │   │   ├── [2.7K] MimePredicate.java │   │   │   ├── [4.0K] model │   │   │   │   ├── [9.9K] DocumentInfo.java │   │   │   │   ├── [4.9K] DocumentStack.java │   │   │   │   ├── [ 934] Durable.java │   │   │   │   ├── [3.1K] DurableUtils.java │   │   │   │   └── [8.1K] RootInfo.java │   │   │   ├── [1.7K] PackageReceiver.java │   │   │   ├── [4.2K] PickFragment.java │   │   │   ├── [3.5K] ProviderExecutor.java │   │   │   ├── [ 10K] RecentLoader.java │   │   │   ├── [9.2K] RecentsCreateFragment.java │   │   │   ├── [ 15K] RecentsProvider.java │   │   │   ├── [3.6K] RootCursorWrapper.java │   │   │   ├── [ 14K] RootsCache.java │   │   │   ├── [ 14K] RootsFragment.java │   │   │   ├── [2.3K] RootsLoader.java │   │   │   ├── [5.1K] SaveFragment.java │   │   │   ├── [5.1K] SectionedListAdapter.java │   │   │   ├── [7.8K] SortingCursorWrapper.java │   │   │   ├── [ 993] ThumbnailCache.java │   │   │   └── [3.5K] UriDerivativeLoader.java │   │   ├── [4.0K] tests │   │   │   ├── [ 946] AndroidManifest.xml │   │   │   ├── [ 388] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] documentsui │   │   │   ├── [ 11K] CopyTest.java │   │   │   ├── [5.5K] RootsCacheTest.java │   │   │   └── [ 19K] StubProvider.java │   │   └── [1.4K] wrap_alpha.py │   ├── [4.0K] ExternalStorageProvider │   │   ├── [1.6K] AndroidManifest.xml │   │   ├── [ 266] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] values │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [ 990] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [1.1K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [1.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] externalstorage │   │   ├── [ 23K] ExternalStorageProvider.java │   │   ├── [1.3K] MountReceiver.java │   │   └── [ 15K] TestDocumentsProvider.java │   ├── [4.0K] FakeOemFeatures │   │   ├── [1.0K] AndroidManifest.xml │   │   ├── [ 317] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] fakeoemfeatures │   │   ├── [6.2K] FakeApp.java │   │   ├── [4.2K] FakeBackgroundService.java │   │   ├── [ 717] FakeCoreService2.java │   │   ├── [ 717] FakeCoreService3.java │   │   ├── [ 950] FakeCoreService.java │   │   └── [2.4K] FakeView.java │   ├── [4.0K] FusedLocation │   │   ├── [2.0K] AndroidManifest.xml │   │   ├── [ 912] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   ├── [4.0K] values │   │   │   │   └── [ 171] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 268] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 273] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [ 285] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 267] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 278] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 289] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 268] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 268] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [ 264] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [ 265] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 267] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [ 264] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [ 271] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [ 285] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 279] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [ 270] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [ 305] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [ 287] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [ 285] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 275] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [ 287] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [ 306] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [ 277] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [ 288] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [ 263] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [ 335] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [ 298] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 269] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [ 304] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 271] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 271] strings.xml │   │   │   ├── [4.0K] values-pt-rBR │   │   │   │   └── [ 271] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 269] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 313] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [ 288] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 268] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [ 270] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 259] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [ 304] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [ 285] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 269] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [ 267] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [ 268] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 279] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [ 269] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [ 262] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [ 262] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [ 268] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] location │   │   └── [4.0K] fused │   │   ├── [4.3K] FusedLocationProvider.java │   │   ├── [1.3K] FusedLocationService.java │   │   └── [ 10K] FusionEngine.java │   ├── [4.0K] InputDevices │   │   ├── [ 808] AndroidManifest.xml │   │   ├── [1.6K] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   ├── [4.0K] raw │   │   │   │   ├── [8.1K] keyboard_layout_arabic.kcm │   │   │   │   ├── [8.3K] keyboard_layout_belgian.kcm │   │   │   │   ├── [8.4K] keyboard_layout_brazilian.kcm │   │   │   │   ├── [ 12K] keyboard_layout_bulgarian.kcm │   │   │   │   ├── [9.1K] keyboard_layout_croatian_and_slovenian.kcm │   │   │   │   ├── [9.8K] keyboard_layout_czech.kcm │   │   │   │   ├── [9.9K] keyboard_layout_danish.kcm │   │   │   │   ├── [8.2K] keyboard_layout_english_uk.kcm │   │   │   │   ├── [7.7K] keyboard_layout_english_us_colemak.kcm │   │   │   │   ├── [7.9K] keyboard_layout_english_us_dvorak.kcm │   │   │   │   ├── [ 10K] keyboard_layout_english_us_intl.kcm │   │   │   │   ├── [7.4K] keyboard_layout_english_us.kcm │   │   │   │   ├── [8.4K] keyboard_layout_estonian.kcm │   │   │   │   ├── [9.9K] keyboard_layout_finnish.kcm │   │   │   │   ├── [8.6K] keyboard_layout_french_ca.kcm │   │   │   │   ├── [8.2K] keyboard_layout_french.kcm │   │   │   │   ├── [8.2K] keyboard_layout_german.kcm │   │   │   │   ├── [8.7K] keyboard_layout_greek.kcm │   │   │   │   ├── [8.7K] keyboard_layout_hebrew.kcm │   │   │   │   ├── [9.5K] keyboard_layout_hungarian.kcm │   │   │   │   ├── [8.2K] keyboard_layout_icelandic.kcm │   │   │   │   ├── [7.9K] keyboard_layout_italian.kcm │   │   │   │   ├── [9.6K] keyboard_layout_latvian_qwerty.kcm │   │   │   │   ├── [8.5K] keyboard_layout_lithuanian.kcm │   │   │   │   ├── [9.9K] keyboard_layout_norwegian.kcm │   │   │   │   ├── [8.0K] keyboard_layout_portuguese.kcm │   │   │   │   ├── [ 12K] keyboard_layout_russian.kcm │   │   │   │   ├── [ 12K] keyboard_layout_russian_mac.kcm │   │   │   │   ├── [9.3K] keyboard_layout_slovak.kcm │   │   │   │   ├── [8.1K] keyboard_layout_spanish.kcm │   │   │   │   ├── [7.9K] keyboard_layout_spanish_latin.kcm │   │   │   │   ├── [9.9K] keyboard_layout_swedish.kcm │   │   │   │   ├── [8.4K] keyboard_layout_swiss_french.kcm │   │   │   │   ├── [8.7K] keyboard_layout_swiss_german.kcm │   │   │   │   ├── [8.8K] keyboard_layout_turkish.kcm │   │   │   │   └── [ 12K] keyboard_layout_ukrainian.kcm │   │   │   ├── [4.0K] values │   │   │   │   └── [5.1K] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [4.2K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [4.5K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [3.8K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [4.3K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [4.2K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [4.4K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [4.2K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [4.2K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [4.8K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [4.1K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [4.9K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [4.1K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [4.1K] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [4.3K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [4.8K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [4.1K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [4.1K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [4.8K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [4.4K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [4.3K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [4.8K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [4.7K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [4.6K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [4.4K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [4.2K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [3.9K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [4.2K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [4.0K] strings.xml │   │   │   ├── [4.0K] values-zu │   │   │   │   └── [4.0K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [7.3K] keyboard_layouts.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] inputdevices │   │   └── [ 944] InputDeviceReceiver.java │   ├── [4.0K] Keyguard │   │   ├── [2.6K] AndroidManifest.xml │   │   ├── [1.0K] Android.mk │   │   ├── [ 10K] NOTICE │   │   ├── [ 804] proguard.flags │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.3K] ic_access_alarms_big.xml │   │   │   │   ├── [1.2K] ic_backspace_24dp.xml │   │   │   │   ├── [2.2K] ic_lockscreen_ime.xml │   │   │   │   └── [ 802] ripple_drawable.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [1.3K] ic_done_wht.png │   │   │   │   ├── [4.0K] ic_lockscreen_sim.png │   │   │   │   └── [2.6K] kg_security_lock_normal.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [1.2K] ic_done_wht.png │   │   │   │   ├── [2.5K] ic_lockscreen_sim.png │   │   │   │   └── [1.9K] kg_security_lock_normal.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [1.6K] ic_done_wht.png │   │   │   │   ├── [5.1K] ic_lockscreen_sim.png │   │   │   │   └── [3.4K] kg_security_lock_normal.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   └── [1.1K] ic_done_wht.png │   │   │   ├── [4.0K] drawable-xxxhdpi │   │   │   │   └── [2.7K] ic_done_wht.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.2K] keyguard_bouncer.xml │   │   │   │   ├── [2.3K] keyguard_emergency_carrier_area.xml │   │   │   │   ├── [2.2K] keyguard_host_view.xml │   │   │   │   ├── [1.2K] keyguard_message_area_large.xml │   │   │   │   ├── [1.3K] keyguard_message_area.xml │   │   │   │   ├── [1.1K] keyguard_num_pad_key.xml │   │   │   │   ├── [3.5K] keyguard_password_view.xml │   │   │   │   ├── [3.1K] keyguard_pattern_view.xml │   │   │   │   ├── [9.4K] keyguard_pin_view.xml │   │   │   │   ├── [2.5K] keyguard_presentation.xml │   │   │   │   ├── [9.4K] keyguard_sim_pin_view.xml │   │   │   │   ├── [9.4K] keyguard_sim_puk_view.xml │   │   │   │   ├── [1.8K] keyguard_status_area.xml │   │   │   │   └── [2.7K] keyguard_status_view.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.9K] alias.xml │   │   │   │   ├── [1.3K] arrays.xml │   │   │   │   ├── [1.5K] attrs.xml │   │   │   │   ├── [ 795] bools.xml │   │   │   │   ├── [ 853] colors.xml │   │   │   │   ├── [1.3K] config.xml │   │   │   │   ├── [2.5K] dimens.xml │   │   │   │   ├── [1.3K] donottranslate.xml │   │   │   │   ├── [ 25K] strings.xml │   │   │   │   └── [2.3K] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 19K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 23K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [ 16K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 16K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [ 16K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-h560dp │   │   │   │   └── [ 752] dimens.xml │   │   │   ├── [4.0K] values-h650dp │   │   │   │   └── [ 753] dimens.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [ 19K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [ 27K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [ 27K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-land │   │   │   │   ├── [ 757] bools.xml │   │   │   │   └── [ 862] integers.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [ 19K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-mcc262-mnc07 │   │   │   │   └── [ 915] bools.xml │   │   │   ├── [4.0K] values-mcc262-mnc08 │   │   │   │   └── [ 915] bools.xml │   │   │   ├── [4.0K] values-mcc262-mnc11 │   │   │   │   └── [ 915] bools.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [ 27K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [ 22K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [ 29K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [ 25K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 19K] strings.xml │   │   │   ├── [4.0K] values-port │   │   │   │   ├── [ 756] bools.xml │   │   │   │   └── [ 862] integers.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-pt-rBR │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 19K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 19K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-sw320dp │   │   │   │   └── [ 902] dimens.xml │   │   │   ├── [4.0K] values-sw360dp │   │   │   │   └── [ 910] dimens.xml │   │   │   ├── [4.0K] values-sw380dp │   │   │   │   └── [ 847] dimens.xml │   │   │   ├── [4.0K] values-sw540dp-port │   │   │   │   └── [ 908] dimens.xml │   │   │   ├── [4.0K] values-sw600dp │   │   │   │   ├── [ 908] alias.xml │   │   │   │   ├── [ 757] bools.xml │   │   │   │   ├── [1.4K] dimens.xml │   │   │   │   └── [ 776] styles.xml │   │   │   ├── [4.0K] values-sw600dp-land │   │   │   │   └── [ 845] dimens.xml │   │   │   ├── [4.0K] values-sw720dp │   │   │   │   └── [1.0K] dimens.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [ 27K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [ 27K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 24K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [ 17K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 23K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [ 21K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 18K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [ 16K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [ 16K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [ 17K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [ 17K] strings.xml │   │   ├── [4.0K] scripts │   │   │   ├── [ 415] copy_profile_icons.sh │   │   │   └── [4.8K] new_merge.py │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] keyguard │   │   │   ├── [1.1K] AlphaOptimizedImageButton.java │   │   │   ├── [1.6K] AlphaOptimizedLinearLayout.java │   │   │   ├── [1.1K] AlphaOptimizedRelativeLayout.java │   │   │   ├── [ 15K] CarrierText.java │   │   │   ├── [6.8K] EmergencyButton.java │   │   │   ├── [2.3K] EmergencyCarrierArea.java │   │   │   ├── [8.8K] KeyguardAbsKeyInputView.java │   │   │   ├── [1.0K] KeyguardConstants.java │   │   │   ├── [6.4K] KeyguardDisplayManager.java │   │   │   ├── [ 17K] KeyguardHostView.java │   │   │   ├── [6.1K] KeyguardMessageArea.java │   │   │   ├── [ 11K] KeyguardPasswordView.java │   │   │   ├── [ 16K] KeyguardPatternView.java │   │   │   ├── [7.0K] KeyguardPinBasedInputView.java │   │   │   ├── [5.5K] KeyguardPINView.java │   │   │   ├── [1.6K] KeyguardSecurityCallback.java │   │   │   ├── [ 20K] KeyguardSecurityContainer.java │   │   │   ├── [3.3K] KeyguardSecurityModel.java │   │   │   ├── [9.7K] KeyguardSecurityViewFlipper.java │   │   │   ├── [3.4K] KeyguardSecurityView.java │   │   │   ├── [ 12K] KeyguardSimPinView.java │   │   │   ├── [ 14K] KeyguardSimPukView.java │   │   │   ├── [9.1K] KeyguardStatusView.java │   │   │   ├── [7.2K] KeyguardUpdateMonitorCallback.java │   │   │   ├── [ 66K] KeyguardUpdateMonitor.java │   │   │   ├── [2.7K] LiftToActivateListener.java │   │   │   ├── [5.8K] NumPadKey.java │   │   │   ├── [3.7K] ObscureSpeechDelegate.java │   │   │   ├── [ 26K] PasswordTextView.java │   │   │   ├── [ 961] SecurityMessageDisplay.java │   │   │   └── [2.8K] ViewMediatorCallback.java │   │   └── [4.0K] test │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 944] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [2.9K] app_icon.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [1.8K] app_icon.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [4.1K] app_icon.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.6K] keyguard_test_activity.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [ 802] optionmenu.xml │   │   │   └── [4.0K] values │   │   │   └── [1.5K] strings.xml │   │   ├── [4.0K] SampleTrustAgent │   │   │   ├── [2.0K] AndroidManifest.xml │   │   │   ├── [ 994] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] layout │   │   │   │   │   └── [2.8K] sample_trust_agent_settings.xml │   │   │   │   ├── [4.0K] values │   │   │   │   │   └── [ 756] strings.xml │   │   │   │   └── [4.0K] xml │   │   │   │   └── [ 811] sample_trust_agent.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] trustagent │   │   │   └── [4.0K] test │   │   │   ├── [8.4K] SampleTrustAgent.java │   │   │   └── [3.8K] SampleTrustAgentSettings.java │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] keyguard │   │   └── [4.0K] test │   │   └── [ 12K] KeyguardTestActivity.java │   ├── [4.0K] PrintSpooler │   │   ├── [3.5K] AndroidManifest.xml │   │   ├── [1.3K] Android.mk │   │   ├── [4.0K] jni │   │   │   ├── [ 420] Android.mk │   │   │   └── [6.1K] com_android_printspooler_util_BitmapSerializeUtils.cpp │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   ├── [4.0K] color │   │   │   │   └── [ 852] item_text_color.xml │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.3K] ic_expand_less.xml │   │   │   │   ├── [1.3K] ic_expand_more.xml │   │   │   │   ├── [ 846] ic_print.xml │   │   │   │   ├── [1.4K] ic_search.xml │   │   │   │   ├── [1.3K] page_selector_background.xml │   │   │   │   ├── [ 947] print_button_background.xml │   │   │   │   └── [ 889] print_button.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [1.1K] ic_check_circle.png │   │   │   │   ├── [ 632] ic_expand_less.png │   │   │   │   ├── [ 656] ic_expand_more.png │   │   │   │   ├── [3.3K] ic_grayedout_printer.png │   │   │   │   ├── [1.0K] ic_menu_savetopdf.png │   │   │   │   ├── [1.0K] ic_remove_circle.png │   │   │   │   ├── [3.1K] ic_restart.png │   │   │   │   └── [ 790] stat_notify_cancelling.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [ 783] ic_check_circle.png │   │   │   │   ├── [ 217] ic_expand_less_24dp.png │   │   │   │   ├── [ 532] ic_expand_less.png │   │   │   │   ├── [ 221] ic_expand_more_24dp.png │   │   │   │   ├── [ 536] ic_expand_more.png │   │   │   │   ├── [3.3K] ic_grayedout_printer.png │   │   │   │   ├── [ 844] ic_menu_savetopdf.png │   │   │   │   ├── [ 761] ic_remove_circle.png │   │   │   │   ├── [3.0K] ic_restart.png │   │   │   │   └── [ 683] stat_notify_cancelling.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [1.3K] ic_check_circle.png │   │   │   │   ├── [ 747] ic_expand_less.png │   │   │   │   ├── [ 778] ic_expand_more.png │   │   │   │   ├── [3.3K] ic_grayedout_printer.png │   │   │   │   ├── [1.2K] ic_menu_savetopdf.png │   │   │   │   ├── [1.3K] ic_remove_circle.png │   │   │   │   ├── [3.1K] ic_restart.png │   │   │   │   └── [ 986] stat_notify_cancelling.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   ├── [2.1K] ic_check_circle.png │   │   │   │   ├── [1.0K] ic_expand_less.png │   │   │   │   ├── [1.0K] ic_expand_more.png │   │   │   │   ├── [1.5K] ic_menu_savetopdf.png │   │   │   │   └── [1.8K] ic_remove_circle.png │   │   │   ├── [4.0K] drawable-xxxhdpi │   │   │   │   ├── [2.3K] ic_check_circle.png │   │   │   │   ├── [1.7K] ic_expand_less.png │   │   │   │   ├── [1.8K] ic_expand_more.png │   │   │   │   ├── [1.6K] ic_menu_savetopdf.png │   │   │   │   └── [2.0K] ic_remove_circle.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.2K] preview_page_loading.xml │   │   │   │   ├── [2.4K] preview_page.xml │   │   │   │   ├── [ 11K] print_activity_controls.xml │   │   │   │   ├── [5.0K] print_activity.xml │   │   │   │   ├── [2.6K] printer_dropdown_item.xml │   │   │   │   ├── [2.7K] printer_list_item.xml │   │   │   │   ├── [1.7K] print_error_fragment.xml │   │   │   │   ├── [1.7K] print_progress_fragment.xml │   │   │   │   └── [2.7K] select_printer_activity.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [1.3K] select_printer_activity.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [5.9K] arrays.xml │   │   │   │   ├── [ 828] attrs.xml │   │   │   │   ├── [1010] colors.xml │   │   │   │   ├── [1.7K] constants.xml │   │   │   │   ├── [1.1K] donottranslate.xml │   │   │   │   ├── [ 13K] strings.xml │   │   │   │   └── [1.4K] themes.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [8.4K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [9.1K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [8.8K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [9.7K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   ├── [1.2K] arrays.xml │   │   │   │   ├── [ 842] donottranslate.xml │   │   │   │   └── [7.9K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [8.1K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [8.9K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [7.5K] strings.xml │   │   │   ├── [4.0K] values-en-rCA │   │   │   │   ├── [1.2K] arrays.xml │   │   │   │   └── [ 901] donottranslate.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [7.5K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [7.5K] strings.xml │   │   │   ├── [4.0K] values-en-rUS │   │   │   │   ├── [1.2K] arrays.xml │   │   │   │   └── [ 901] donottranslate.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   ├── [1.2K] arrays.xml │   │   │   │   ├── [ 901] donottranslate.xml │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [8.3K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [8.0K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [8.0K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [9.3K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [9.4K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [7.9K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [7.9K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [8.5K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [8.4K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   ├── [1.3K] arrays.xml │   │   │   │   ├── [ 831] donottranslate.xml │   │   │   │   └── [8.0K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [9.5K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [8.6K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [9.8K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [9.8K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [8.6K] strings.xml │   │   │   ├── [4.0K] values-land │   │   │   │   └── [ 816] constants.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [9.3K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [8.2K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [8.0K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [8.7K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [ 10K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [8.5K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [9.3K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [ 10K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [9.8K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [9.1K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [8.1K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [7.9K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [8.1K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [8.9K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [9.5K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [8.3K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [8.1K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [8.8K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-sw600dp │   │   │   │   └── [ 815] constants.xml │   │   │   ├── [4.0K] values-sw600dp-land │   │   │   │   └── [ 816] constants.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [9.8K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [9.7K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [9.3K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [7.7K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [9.0K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [8.4K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [7.8K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [7.6K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [7.6K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [7.8K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] printspooler │   │   ├── [4.0K] model │   │   │   ├── [3.5K] MutexFileProvider.java │   │   │   ├── [ 17K] NotificationController.java │   │   │   ├── [1.1K] OpenDocumentCallback.java │   │   │   ├── [ 31K] PageContentRepository.java │   │   │   ├── [1.8K] PrintSpoolerProvider.java │   │   │   ├── [ 56K] PrintSpoolerService.java │   │   │   └── [ 39K] RemotePrintDocument.java │   │   ├── [4.0K] renderer │   │   │   ├── [1.1K] IPdfEditor.aidl │   │   │   ├── [1.1K] IPdfRenderer.aidl │   │   │   └── [ 16K] PdfManipulationService.java │   │   ├── [4.0K] ui │   │   │   ├── [ 28K] FusedPrintersProvider.java │   │   │   ├── [ 30K] PageAdapter.java │   │   │   ├── [102K] PrintActivity.java │   │   │   ├── [6.6K] PrinterRegistry.java │   │   │   ├── [3.2K] PrintErrorFragment.java │   │   │   ├── [ 14K] PrintPreviewController.java │   │   │   ├── [1.2K] PrintProgressFragment.java │   │   │   └── [ 23K] SelectPrinterActivity.java │   │   ├── [4.0K] util │   │   │   ├── [1.9K] BitmapSerializeUtils.java │   │   │   ├── [4.0K] MediaSizeUtils.java │   │   │   ├── [9.8K] PageRangeUtils.java │   │   │   └── [2.1K] PrintOptionUtils.java │   │   └── [4.0K] widget │   │   ├── [1.3K] CustomErrorEditText.java │   │   ├── [1.5K] EmbeddedContentContainer.java │   │   ├── [3.8K] PageContentView.java │   │   ├── [3.2K] PreviewPageFrame.java │   │   ├── [ 17K] PrintContentView.java │   │   └── [6.2K] PrintOptionsLayout.java │   ├── [4.0K] services │   │   ├── [4.0K] PacProcessor │   │   │   ├── [ 410] AndroidManifest.xml │   │   │   ├── [ 936] Android.mk │   │   │   ├── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] net │   │   │   │   └── [ 860] IProxyService.aidl │   │   │   ├── [4.0K] jni │   │   │   │   ├── [1.1K] Android.mk │   │   │   │   ├── [4.4K] com_android_pacprocessor_PacNative.cpp │   │   │   │   └── [1.1K] jni_init.cpp │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 116] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] pacprocessor │   │   │   ├── [2.4K] PacNative.java │   │   │   └── [3.9K] PacService.java │   │   └── [4.0K] Proxy │   │   ├── [ 525] AndroidManifest.xml │   │   ├── [ 310] Android.mk │   │   ├── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] net │   │   │   ├── [ 737] IProxyCallback.aidl │   │   │   └── [ 733] IProxyPortListener.aidl │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 799] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] proxyhandler │   │   ├── [ 15K] ProxyServer.java │   │   ├── [2.0K] ProxyService.java │   │   └── [1.3K] SocketConnect.java │   ├── [4.0K] SettingsLib │   │   ├── [ 850] AndroidManifest.xml │   │   ├── [ 212] Android.mk │   │   ├── [ 545] common.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 653] ic_bt_cellphone.png │   │   │   │   ├── [ 631] ic_bt_headphones_a2dp.png │   │   │   │   ├── [ 649] ic_bt_headset_hfp.png │   │   │   │   ├── [ 342] ic_bt_misc_hid.png │   │   │   │   ├── [ 528] ic_bt_network_pan.png │   │   │   │   ├── [ 600] ic_bt_pointing_hid.png │   │   │   │   └── [ 285] ic_lockscreen_ime.png │   │   │   ├── [4.0K] drawable-ldrtl-hdpi │   │   │   │   └── [4.2K] ic_bt_cellphone.png │   │   │   ├── [4.0K] drawable-ldrtl-mdpi │   │   │   │   └── [3.8K] ic_bt_cellphone.png │   │   │   ├── [4.0K] drawable-ldrtl-xhdpi │   │   │   │   └── [4.7K] ic_bt_cellphone.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [ 450] ic_bt_cellphone.png │   │   │   │   ├── [ 444] ic_bt_headphones_a2dp.png │   │   │   │   ├── [ 448] ic_bt_headset_hfp.png │   │   │   │   ├── [ 246] ic_bt_misc_hid.png │   │   │   │   ├── [ 418] ic_bt_network_pan.png │   │   │   │   ├── [ 370] ic_bt_pointing_hid.png │   │   │   │   └── [ 175] ic_lockscreen_ime.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 792] ic_bt_cellphone.png │   │   │   │   ├── [ 764] ic_bt_headphones_a2dp.png │   │   │   │   ├── [ 771] ic_bt_headset_hfp.png │   │   │   │   ├── [ 220] ic_bt_misc_hid.png │   │   │   │   ├── [ 717] ic_bt_network_pan.png │   │   │   │   ├── [ 713] ic_bt_pointing_hid.png │   │   │   │   └── [ 254] ic_lockscreen_ime.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   ├── [1.1K] ic_bt_cellphone.png │   │   │   │   ├── [1.0K] ic_bt_headphones_a2dp.png │   │   │   │   ├── [1.0K] ic_bt_headset_hfp.png │   │   │   │   ├── [ 367] ic_bt_misc_hid.png │   │   │   │   ├── [ 993] ic_bt_network_pan.png │   │   │   │   ├── [ 947] ic_bt_pointing_hid.png │   │   │   │   └── [ 327] ic_lockscreen_ime.png │   │   │   ├── [4.0K] drawable-xxxhdpi │   │   │   │   ├── [1.3K] ic_bt_cellphone.png │   │   │   │   ├── [1.3K] ic_bt_headphones_a2dp.png │   │   │   │   ├── [1.3K] ic_bt_headset_hfp.png │   │   │   │   ├── [ 305] ic_bt_misc_hid.png │   │   │   │   ├── [1.3K] ic_bt_network_pan.png │   │   │   │   ├── [1.2K] ic_bt_pointing_hid.png │   │   │   │   └── [ 412] ic_lockscreen_ime.png │   │   │   ├── [4.0K] values │   │   │   │   ├── [3.9K] arrays.xml │   │   │   │   ├── [1.0K] dimens.xml │   │   │   │   └── [ 17K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [4.0K] timezones.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] settingslib │   │   │   ├── [4.0K] animation │   │   │   │   ├── [1.0K] AppearAnimationCreator.java │   │   │   │   ├── [ 10K] AppearAnimationUtils.java │   │   │   │   └── [2.2K] DisappearAnimationUtils.java │   │   │   ├── [2.3K] AppItem.java │   │   │   ├── [4.0K] applications │   │   │   │   ├── [ 55K] ApplicationsState.java │   │   │   │   └── [1.4K] InterestingConfigChanges.java │   │   │   ├── [4.0K] bluetooth │   │   │   │   ├── [7.3K] A2dpProfile.java │   │   │   │   ├── [1.2K] BluetoothCallback.java │   │   │   │   ├── [6.2K] BluetoothDeviceFilter.java │   │   │   │   ├── [3.3K] BluetoothDiscoverableTimeoutReceiver.java │   │   │   │   ├── [ 16K] BluetoothEventManager.java │   │   │   │   ├── [ 30K] CachedBluetoothDevice.java │   │   │   │   ├── [6.3K] CachedBluetoothDeviceManager.java │   │   │   │   ├── [8.0K] HeadsetProfile.java │   │   │   │   ├── [6.9K] HidProfile.java │   │   │   │   ├── [6.7K] LocalBluetoothAdapter.java │   │   │   │   ├── [4.0K] LocalBluetoothManager.java │   │   │   │   ├── [2.2K] LocalBluetoothProfile.java │   │   │   │   ├── [ 14K] LocalBluetoothProfileManager.java │   │   │   │   ├── [7.5K] MapProfile.java │   │   │   │   ├── [2.3K] OppProfile.java │   │   │   │   ├── [5.4K] PanProfile.java │   │   │   │   ├── [4.1K] PbapServerProfile.java │   │   │   │   ├── [7.5K] SapProfile.java │   │   │   │   └── [1.3K] Utils.java │   │   │   ├── [4.0K] datetime │   │   │   │   └── [9.3K] ZoneGetter.java │   │   │   ├── [4.0K] deviceinfo │   │   │   │   └── [ 18K] StorageMeasurement.java │   │   │   ├── [4.0K] drawable │   │   │   │   └── [3.9K] CircleFramedDrawable.java │   │   │   ├── [4.0K] net │   │   │   │   ├── [ 902] ChartData.java │   │   │   │   ├── [5.1K] ChartDataLoader.java │   │   │   │   ├── [2.4K] SummaryForAllUidLoader.java │   │   │   │   ├── [ 924] UidDetail.java │   │   │   │   └── [7.2K] UidDetailProvider.java │   │   │   ├── [8.5K] NetworkPolicyEditor.java │   │   │   ├── [4.0K] TetherUtil.java │   │   │   ├── [3.3K] Utils.java │   │   │   ├── [4.0K] wifi │   │   │   │   ├── [ 34K] AccessPoint.java │   │   │   │   └── [ 25K] WifiTracker.java │   │   │   └── [1.3K] WirelessUtils.java │   │   └── [4.0K] tests │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 965] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] settingslib │   │   ├── [1.0K] BaseTest.java │   │   └── [4.0K] wifi │   │   ├── [3.3K] AccessPointTest.java │   │   └── [ 15K] WifiTrackerTest.java │   ├── [4.0K] SettingsProvider │   │   ├── [ 869] AndroidManifest.xml │   │   ├── [ 450] Android.mk │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [4.0K] res │   │   │   ├── [4.0K] mipmap-hdpi │   │   │   │   └── [8.6K] ic_launcher_settings.png │   │   │   ├── [4.0K] mipmap-mdpi │   │   │   │   └── [5.2K] ic_launcher_settings.png │   │   │   ├── [4.0K] mipmap-xhdpi │   │   │   │   └── [ 12K] ic_launcher_settings.png │   │   │   ├── [4.0K] mipmap-xxhdpi │   │   │   │   └── [ 20K] ic_launcher_settings.png │   │   │   ├── [4.0K] mipmap-xxxhdpi │   │   │   │   └── [ 27K] ic_launcher_settings.png │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 11K] defaults.xml │   │   │   │   └── [ 813] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 920] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 918] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 931] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 941] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 923] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 945] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 921] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 921] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 917] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 920] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [1.0K] defaults.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 926] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 909] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 934] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   ├── [1.1K] defaults.xml │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 915] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 912] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 944] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 920] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 934] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 905] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [1.0K] defaults.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 930] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 932] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 916] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 929] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 955] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 913] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   ├── [1.1K] defaults.xml │   │   │   │   └── [ 935] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 919] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 932] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 921] strings.xml │   │   │   ├── [4.0K] values-pt-rBR │   │   │   │   └── [1.0K] defaults.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 918] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 904] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 924] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 926] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 918] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [1.0K] defaults.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 928] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 914] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 910] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 959] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 938] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 903] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 926] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 923] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 908] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 911] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 901] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 907] strings.xml │   │   │   ├── [4.0K] values-zu │   │   │   │   ├── [1.0K] defaults.xml │   │   │   │   └── [ 914] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [1.8K] bookmarks.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] providers │   │   │   └── [4.0K] settings │   │   │   ├── [115K] DatabaseHelper.java │   │   │   ├── [ 196] EventLogTags.logtags │   │   │   ├── [ 48K] SettingsBackupAgent.java │   │   │   ├── [ 15K] SettingsHelper.java │   │   │   ├── [ 80K] SettingsProvider.java │   │   │   └── [ 22K] SettingsState.java │   │   └── [4.0K] test │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 487] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] providers │   │   └── [4.0K] settings │   │   ├── [6.8K] BaseSettingsProviderTest.java │   │   ├── [5.2K] SettingsProviderPerformanceTest.java │   │   ├── [ 18K] SettingsProviderTest.java │   │   └── [7.9K] SettingsStateTest.java │   ├── [4.0K] SharedStorageBackup │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 994] Android.mk │   │   ├── [ 124] proguard.flags │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] sharedstoragebackup │   │   ├── [5.8K] ObbBackupService.java │   │   └── [3.8K] SharedStorageAgent.java │   ├── [4.0K] Shell │   │   ├── [8.7K] AndroidManifest.xml │   │   ├── [ 299] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.6K] confirm_repeat.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [1.5K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [2.6K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [2.6K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [1.8K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [1.7K] strings.xml │   │   │   ├── [4.0K] values-zu │   │   │   │   └── [1.8K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 132] file_provider_paths.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] shell │   │   ├── [1.6K] BugreportPrefs.java │   │   ├── [ 11K] BugreportReceiver.java │   │   ├── [6.5K] BugreportStorageProvider.java │   │   └── [2.7K] BugreportWarningActivity.java │   ├── [4.0K] StatementService │   │   ├── [2.1K] AndroidManifest.xml │   │   ├── [1.0K] Android.mk │   │   ├── [ 0] proguard.flags │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 824] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] statementservice │   │   ├── [ 11K] DirectStatementService.java │   │   ├── [1.3K] ExceptionLoggingFutureTask.java │   │   ├── [8.8K] IntentFilterVerificationReceiver.java │   │   └── [4.0K] retriever │   │   ├── [3.0K] AbstractAsset.java │   │   ├── [1.7K] AbstractAssetMatcher.java │   │   ├── [4.6K] AbstractStatementRetriever.java │   │   ├── [6.8K] AndroidAppAsset.java │   │   ├── [1.8K] AndroidAppAssetMatcher.java │   │   ├── [3.6K] AndroidPackageInfoFetcher.java │   │   ├── [1.8K] AssetFactory.java │   │   ├── [3.3K] AssetJsonWriter.java │   │   ├── [1.9K] AssetMatcherFactory.java │   │   ├── [1.0K] AssociationServiceException.java │   │   ├── [8.0K] DirectStatementRetriever.java │   │   ├── [2.8K] JsonParser.java │   │   ├── [1.2K] ParsedStatement.java │   │   ├── [4.3K] Relation.java │   │   ├── [4.2K] Statement.java │   │   ├── [4.1K] StatementParser.java │   │   ├── [7.4K] URLFetcher.java │   │   ├── [5.3K] Utils.java │   │   ├── [4.7K] WebAsset.java │   │   ├── [1.2K] WebAssetMatcher.java │   │   └── [1.3K] WebContent.java │   ├── [4.0K] SystemUI │   │   ├── [ 20K] AndroidManifest.xml │   │   ├── [ 878] Android.mk │   │   ├── [4.0K] docs │   │   │   └── [7.4K] demo_mode.md │   │   ├── [ 106] lint.xml │   │   ├── [ 0] MODULE_LICENSE_APACHE2 │   │   ├── [ 10K] NOTICE │   │   ├── [ 509] proguard.flags │   │   ├── [ 84] README.md │   │   ├── [ 12K] res │   │   │   ├── [ 20K] anim │   │   │   │   ├── [ 979] dismiss_all_shape_animation_1.xml │   │   │   │   ├── [1.2K] dismiss_all_shape_animation_2.xml │   │   │   │   ├── [1.2K] dismiss_all_shape_animation_3.xml │   │   │   │   ├── [1.2K] dismiss_all_shape_animation_rectangle_path_1_1.xml │   │   │   │   ├── [1.2K] dismiss_all_shape_animation_rectangle_path_1_2.xml │   │   │   │   ├── [1.2K] dismiss_all_shape_animation_rectangle_path_1.xml │   │   │   │   ├── [1.8K] error_to_trustedstate_ellipse_path_1_animation.xml │   │   │   │   ├── [2.4K] error_to_trustedstate_ellipse_path_2_animation.xml │   │   │   │   ├── [2.2K] error_to_trustedstate_exclamation_dot_animation.xml │   │   │   │   ├── [2.0K] error_to_trustedstate_lock_left_side_animation.xml │   │   │   │   ├── [2.0K] error_to_trustedstate_lock_right_side_animation.xml │   │   │   │   ├── [1.9K] error_to_trustedstate_lock_top_animation.xml │   │   │   │   ├── [5.4K] error_to_trustedstate_path_1_animation.xml │   │   │   │   ├── [5.9K] error_to_trustedstate_path_2_animation.xml │   │   │   │   ├── [3.5K] error_to_trustedstate_path_3_animation.xml │   │   │   │   ├── [1.2K] error_to_trustedstate_rectangle_path_1_animation.xml │   │   │   │   ├── [1003] ic_dnd_disable_alpha_animation.xml │   │   │   │   ├── [1.6K] ic_dnd_disable_bar01_0_animation.xml │   │   │   │   ├── [2.1K] ic_dnd_disable_mask_1_animation.xml │   │   │   │   ├── [1003] ic_dnd_total_silence_disable_alpha_animation.xml │   │   │   │   ├── [2.1K] ic_dnd_total_silence_disable_mask_1_animation.xml │   │   │   │   ├── [2.9K] ic_dnd_total_silence_disable_outer_ring_merged_animation.xml │   │   │   │   ├── [1.4K] ic_hotspot_disable_animation_cross_1.xml │   │   │   │   ├── [5.7K] ic_hotspot_disable_animation_mask.xml │   │   │   │   ├── [ 971] ic_hotspot_disable_animation_root.xml │   │   │   │   ├── [1.7K] ic_hotspot_enable_animation_cross_1.xml │   │   │   │   ├── [5.7K] ic_hotspot_enable_animation_mask.xml │   │   │   │   ├── [ 971] ic_hotspot_enable_animation_root.xml │   │   │   │   ├── [1.4K] ic_invert_colors_disable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_invert_colors_disable_animation_icon.xml │   │   │   │   ├── [2.1K] ic_invert_colors_disable_animation_mask.xml │   │   │   │   ├── [ 971] ic_invert_colors_disable_animation_root.xml │   │   │   │   ├── [1.7K] ic_invert_colors_enable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_invert_colors_enable_animation_icon.xml │   │   │   │   ├── [2.1K] ic_invert_colors_enable_animation_mask.xml │   │   │   │   ├── [ 971] ic_invert_colors_enable_animation_root.xml │   │   │   │   ├── [1.3K] ic_landscape_from_auto_rotate_animation_arrow_bottom.xml │   │   │   │   ├── [2.0K] ic_landscape_from_auto_rotate_animation_arrows.xml │   │   │   │   ├── [1.3K] ic_landscape_from_auto_rotate_animation_arrow_top.xml │   │   │   │   ├── [4.8K] ic_landscape_from_auto_rotate_animation_body.xml │   │   │   │   ├── [ 972] ic_landscape_from_auto_rotate_animation_device.xml │   │   │   │   ├── [1.3K] ic_landscape_to_auto_rotate_animation_arrow_bottom.xml │   │   │   │   ├── [1.4K] ic_landscape_to_auto_rotate_animation_arrows.xml │   │   │   │   ├── [1.3K] ic_landscape_to_auto_rotate_animation_arrow_top.xml │   │   │   │   ├── [5.0K] ic_landscape_to_auto_rotate_animation_body.xml │   │   │   │   ├── [ 972] ic_landscape_to_auto_rotate_animation_device.xml │   │   │   │   ├── [1.3K] ic_portrait_from_auto_rotate_animation_arrow_bottom.xml │   │   │   │   ├── [2.0K] ic_portrait_from_auto_rotate_animation_arrows.xml │   │   │   │   ├── [1.3K] ic_portrait_from_auto_rotate_animation_arrow_top.xml │   │   │   │   ├── [4.8K] ic_portrait_from_auto_rotate_animation_device_1.xml │   │   │   │   ├── [ 973] ic_portrait_from_auto_rotate_animation_device.xml │   │   │   │   ├── [1.3K] ic_portrait_to_auto_rotate_animation_arrow_bottom.xml │   │   │   │   ├── [2.0K] ic_portrait_to_auto_rotate_animation_arrows.xml │   │   │   │   ├── [1.3K] ic_portrait_to_auto_rotate_animation_arrow_top.xml │   │   │   │   ├── [5.0K] ic_portrait_to_auto_rotate_animation_device_1.xml │   │   │   │   ├── [1.3K] ic_portrait_to_auto_rotate_animation_device.xml │   │   │   │   ├── [1.4K] ic_qs_signal_blink_1.xml │   │   │   │   ├── [1.5K] ic_qs_signal_blink_2.xml │   │   │   │   ├── [1.4K] ic_qs_signal_blink_3.xml │   │   │   │   ├── [1.4K] ic_signal_airplane_disable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_signal_airplane_disable_animation_ic_signal_airplane.xml │   │   │   │   ├── [2.1K] ic_signal_airplane_disable_animation_mask.xml │   │   │   │   ├── [ 971] ic_signal_airplane_disable_animation_root.xml │   │   │   │   ├── [1.7K] ic_signal_airplane_enable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_signal_airplane_enable_animation_ic_signal_airplane.xml │   │   │   │   ├── [2.1K] ic_signal_airplane_enable_animation_mask.xml │   │   │   │   ├── [ 971] ic_signal_airplane_enable_animation_root.xml │   │   │   │   ├── [1.4K] ic_signal_blink_1.xml │   │   │   │   ├── [1.6K] ic_signal_blink_2.xml │   │   │   │   ├── [1.4K] ic_signal_blink_3.xml │   │   │   │   ├── [1.4K] ic_signal_flashlight_disable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_signal_flashlight_disable_animation_ic_signal_flashlight.xml │   │   │   │   ├── [2.1K] ic_signal_flashlight_disable_animation_mask.xml │   │   │   │   ├── [ 971] ic_signal_flashlight_disable_animation_root.xml │   │   │   │   ├── [1.7K] ic_signal_flashlight_enable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_signal_flashlight_enable_animation_ic_signal_flashlight.xml │   │   │   │   ├── [2.1K] ic_signal_flashlight_enable_animation_mask.xml │   │   │   │   ├── [ 971] ic_signal_flashlight_enable_animation_root.xml │   │   │   │   ├── [1.4K] ic_signal_location_disable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_signal_location_disable_animation_ic_signal_location.xml │   │   │   │   ├── [2.1K] ic_signal_location_disable_animation_mask.xml │   │   │   │   ├── [ 971] ic_signal_location_disable_animation_root.xml │   │   │   │   ├── [1.7K] ic_signal_location_enable_animation_cross_1.xml │   │   │   │   ├── [1.3K] ic_signal_location_enable_animation_ic_signal_location.xml │   │   │   │   ├── [2.1K] ic_signal_location_enable_animation_mask.xml │   │   │   │   ├── [ 971] ic_signal_location_enable_animation_root.xml │   │   │   │   ├── [ 988] ic_volume_collapse_chevron_02_animation.xml │   │   │   │   ├── [ 996] ic_volume_collapse_rectangle_1_animation.xml │   │   │   │   ├── [ 996] ic_volume_collapse_rectangle_2_animation.xml │   │   │   │   ├── [ 992] ic_volume_expand_chevron_01_animation.xml │   │   │   │   ├── [ 994] ic_volume_expand_rectangle_3_animation.xml │   │   │   │   ├── [ 994] ic_volume_expand_rectangle_4_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_off_ridge_1_path_animation.xml │   │   │   │   ├── [1.0K] lockscreen_fingerprint_draw_off_ridge_2_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_off_ridge_5_path_animation.xml │   │   │   │   ├── [1.0K] lockscreen_fingerprint_draw_off_ridge_6_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_off_ridge_7_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_on_ridge_1_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_on_ridge_2_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_on_ridge_5_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_on_ridge_6_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_draw_on_ridge_7_path_animation.xml │   │   │   │   ├── [1023] lockscreen_fingerprint_error_state_to_fp_group_1_animation.xml │   │   │   │   ├── [1.0K] lockscreen_fingerprint_error_state_to_fp_group_2_animation.xml │   │   │   │   ├── [2.2K] lockscreen_fingerprint_error_state_to_fp_path_1_animation.xml │   │   │   │   ├── [2.2K] lockscreen_fingerprint_error_state_to_fp_path_2_animation.xml │   │   │   │   ├── [ 385] lockscreen_fingerprint_error_state_to_fp_path_3_animation.xml │   │   │   │   ├── [ 799] lockscreen_fingerprint_error_state_to_fp_ridge_1_path_animation.xml │   │   │   │   ├── [ 803] lockscreen_fingerprint_error_state_to_fp_ridge_2_path_animation.xml │   │   │   │   ├── [ 799] lockscreen_fingerprint_error_state_to_fp_ridge_5_path_animation.xml │   │   │   │   ├── [ 803] lockscreen_fingerprint_error_state_to_fp_ridge_6_path_animation.xml │   │   │   │   ├── [ 803] lockscreen_fingerprint_error_state_to_fp_ridge_7_path_animation.xml │   │   │   │   ├── [ 811] lockscreen_fingerprint_error_state_to_fp_white_fingerprint_ridges_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_fp_to_error_state_fingerprint_ridges_animation.xml │   │   │   │   ├── [ 799] lockscreen_fingerprint_fp_to_error_state_group_1_animation.xml │   │   │   │   ├── [2.1K] lockscreen_fingerprint_fp_to_error_state_group_2_animation.xml │   │   │   │   ├── [3.4K] lockscreen_fingerprint_fp_to_error_state_path_1_animation.xml │   │   │   │   ├── [3.7K] lockscreen_fingerprint_fp_to_error_state_path_2_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_fp_to_error_state_path_3_animation.xml │   │   │   │   ├── [1.0K] lockscreen_fingerprint_fp_to_error_state_ridge_1_path_0_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_fp_to_error_state_ridge_1_path_animation.xml │   │   │   │   ├── [1.1K] lockscreen_fingerprint_fp_to_error_state_ridge_2_path_0_animation.xml │   │   │   │   ├── [ 747] lockscreen_fingerprint_fp_to_error_state_ridge_2_path_animation.xml │   │   │   │   ├── [1.0K] lockscreen_fingerprint_fp_to_error_state_ridge_5_path_0_animation.xml │   │   │   │   ├── [ 375] lockscreen_fingerprint_fp_to_error_state_ridge_5_path_animation.xml │   │   │   │   ├── [1.1K] lockscreen_fingerprint_fp_to_error_state_ridge_6_path_0_animation.xml │   │   │   │   ├── [ 751] lockscreen_fingerprint_fp_to_error_state_ridge_6_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_fp_to_error_state_ridge_7_path_0_animation.xml │   │   │   │   ├── [ 751] lockscreen_fingerprint_fp_to_error_state_ridge_7_path_animation.xml │   │   │   │   ├── [1.4K] lockscreen_fingerprint_fp_to_error_state_white_fingerprint_ridges_animation.xml │   │   │   │   ├── [ 921] navbar_fade_in.xml │   │   │   │   ├── [2.5K] progress_indeterminate_horizontal_rect1_scale.xml │   │   │   │   ├── [2.9K] progress_indeterminate_horizontal_rect1_translate.xml │   │   │   │   ├── [3.4K] progress_indeterminate_horizontal_rect2_scale.xml │   │   │   │   ├── [3.3K] progress_indeterminate_horizontal_rect2_translate.xml │   │   │   │   ├── [1.1K] recents_from_app_enter.xml │   │   │   │   ├── [1.1K] recents_from_app_exit.xml │   │   │   │   ├── [1.0K] recents_from_launcher_enter.xml │   │   │   │   ├── [1.0K] recents_from_launcher_exit.xml │   │   │   │   ├── [1.1K] recents_from_search_launcher_enter.xml │   │   │   │   ├── [1.1K] recents_from_search_launcher_exit.xml │   │   │   │   ├── [1.0K] recents_from_unknown_enter.xml │   │   │   │   ├── [1.0K] recents_from_unknown_exit.xml │   │   │   │   ├── [1.2K] recents_launch_from_launcher_enter.xml │   │   │   │   ├── [1.0K] recents_launch_from_launcher_exit.xml │   │   │   │   ├── [2.1K] recents_launch_next_affiliated_task_bounce.xml │   │   │   │   ├── [1.4K] recents_launch_next_affiliated_task_source.xml │   │   │   │   ├── [1.1K] recents_launch_next_affiliated_task_target.xml │   │   │   │   ├── [1.4K] recents_launch_prev_affiliated_task_bounce.xml │   │   │   │   ├── [1.1K] recents_launch_prev_affiliated_task_source.xml │   │   │   │   ├── [1.5K] recents_launch_prev_affiliated_task_target.xml │   │   │   │   ├── [ 969] recents_return_to_launcher_enter.xml │   │   │   │   ├── [1.2K] recents_return_to_launcher_exit.xml │   │   │   │   ├── [1.0K] recents_to_launcher_enter.xml │   │   │   │   ├── [1.0K] recents_to_launcher_exit.xml │   │   │   │   ├── [1.1K] recents_to_search_launcher_enter.xml │   │   │   │   ├── [1.1K] recents_to_search_launcher_exit.xml │   │   │   │   ├── [ 966] search_launch_enter.xml │   │   │   │   ├── [ 886] search_launch_exit.xml │   │   │   │   ├── [ 881] system_in.xml │   │   │   │   ├── [ 881] system_out.xml │   │   │   │   ├── [2.5K] trusted_state_to_error_ellipse_path_1_animation.xml │   │   │   │   ├── [1.8K] trusted_state_to_error_ellipse_path_2_animation.xml │   │   │   │   ├── [2.2K] trusted_state_to_error_exclamation_dot_animation.xml │   │   │   │   ├── [2.0K] trusted_state_to_error_lock_left_side_animation.xml │   │   │   │   ├── [2.0K] trusted_state_to_error_lock_right_side_animation.xml │   │   │   │   ├── [1.9K] trusted_state_to_error_lock_top_animation.xml │   │   │   │   ├── [5.1K] trusted_state_to_error_path_1_animation.xml │   │   │   │   ├── [5.6K] trusted_state_to_error_path_2_animation.xml │   │   │   │   ├── [2.3K] trusted_state_to_error_path_3_animation.xml │   │   │   │   ├── [1.2K] trusted_state_to_error_rectangle_path_1_animation.xml │   │   │   │   ├── [1.4K] wallpaper_recents_launch_from_launcher_enter.xml │   │   │   │   └── [1.1K] wallpaper_recents_launch_from_launcher_exit.xml │   │   │   ├── [4.0K] color │   │   │   │   ├── [ 909] qs_user_detail_name.xml │   │   │   │   └── [ 950] segmented_button_text_selector.xml │   │   │   ├── [ 20K] drawable │   │   │   │   ├── [2.0K] android.xml │   │   │   │   ├── [ 918] assist_orb_navbar_scrim.xml │   │   │   │   ├── [ 918] assist_orb_scrim.xml │   │   │   │   ├── [1.1K] brightness_mirror_background.xml │   │   │   │   ├── [ 991] btn_borderless_rect.xml │   │   │   │   ├── [1.9K] cloud_off.xml │   │   │   │   ├── [1.3K] cloud.xml │   │   │   │   ├── [ 870] dismiss_all_shape_animation.xml │   │   │   │   ├── [1.3K] dismiss_all_shape.xml │   │   │   │   ├── [2.1K] error_to_trustedstate_animation.xml │   │   │   │   ├── [4.9K] error_to_trustedstate.xml │   │   │   │   ├── [ 919] heads_up_scrim.xml │   │   │   │   ├── [1.2K] ic_access_alarms_small.xml │   │   │   │   ├── [1.5K] ic_add_circle_qs.xml │   │   │   │   ├── [2.7K] ic_android.xml │   │   │   │   ├── [1.9K] ic_brightness_thumb.xml │   │   │   │   ├── [1020] ic_chevron_left.xml │   │   │   │   ├── [1.1K] ic_close.xml │   │   │   │   ├── [ 786] ic_collapse_children.xml │   │   │   │   ├── [1005] ic_delete.xml │   │   │   │   ├── [1.1K] ic_dnd_disable_animation.xml │   │   │   │   ├── [2.8K] ic_dnd_disable.xml │   │   │   │   ├── [1.2K] ic_dnd_total_silence_disable_animation.xml │   │   │   │   ├── [2.9K] ic_dnd_total_silence_disable.xml │   │   │   │   ├── [1.3K] ic_dnd_total_silence.xml │   │   │   │   ├── [1.0K] ic_dnd.xml │   │   │   │   ├── [ 785] ic_expand_children.xml │   │   │   │   ├── [1.0K] ic_expand_less.xml │   │   │   │   ├── [1.0K] ic_expand_more.xml │   │   │   │   ├── [1.4K] ic_fingerprint_error.xml │   │   │   │   ├── [3.0K] ic_fingerprint.xml │   │   │   │   ├── [1.1K] ic_hotspot_disable_animation.xml │   │   │   │   ├── [5.0K] ic_hotspot_disable.xml │   │   │   │   ├── [1.1K] ic_hotspot_enable_animation.xml │   │   │   │   ├── [ 13K] ic_hotspot_enable.xml │   │   │   │   ├── [2.3K] ic_ime_switcher_default.xml │   │   │   │   ├── [1.3K] ic_info.xml │   │   │   │   ├── [1.2K] ic_invert_colors_disable_animation.xml │   │   │   │   ├── [3.4K] ic_invert_colors_disable.xml │   │   │   │   ├── [1.2K] ic_invert_colors_enable_animation.xml │   │   │   │   ├── [3.4K] ic_invert_colors_enable.xml │   │   │   │   ├── [1.4K] ic_landscape_from_auto_rotate_animation.xml │   │   │   │   ├── [3.9K] ic_landscape_from_auto_rotate.xml │   │   │   │   ├── [1.4K] ic_landscape_to_auto_rotate_animation.xml │   │   │   │   ├── [4.2K] ic_landscape_to_auto_rotate.xml │   │   │   │   ├── [1.3K] ic_lock_24dp.xml │   │   │   │   ├── [1.3K] ic_lock_open_24dp.xml │   │   │   │   ├── [1.3K] ic_lock_to_app_24dp.xml │   │   │   │   ├── [1.5K] ic_mic_26dp.xml │   │   │   │   ├── [ 875] ic_notify_button_bg.xml │   │   │   │   ├── [1.0K] ic_person.xml │   │   │   │   ├── [1.4K] ic_portrait_from_auto_rotate_animation.xml │   │   │   │   ├── [3.9K] ic_portrait_from_auto_rotate.xml │   │   │   │   ├── [1.4K] ic_portrait_to_auto_rotate_animation.xml │   │   │   │   ├── [4.1K] ic_portrait_to_auto_rotate.xml │   │   │   │   ├── [1.1K] ic_power_low.xml │   │   │   │   ├── [1.1K] ic_power_saver.xml │   │   │   │   ├── [1005] ic_qs_back.xml │   │   │   │   ├── [1.2K] ic_qs_bluetooth_connected.xml │   │   │   │   ├── [1.3K] ic_qs_bluetooth_connecting.xml │   │   │   │   ├── [1.1K] ic_qs_bluetooth_detail_empty.xml │   │   │   │   ├── [1.1K] ic_qs_bluetooth_off.xml │   │   │   │   ├── [1.1K] ic_qs_bluetooth_on.xml │   │   │   │   ├── [ 858] ic_qs_brightness_auto_off.xml │   │   │   │   ├── [ 857] ic_qs_brightness_auto_on.xml │   │   │   │   ├── [1.1K] ic_qs_cancel.xml │   │   │   │   ├── [1.3K] ic_qs_cast_detail_empty.xml │   │   │   │   ├── [1.3K] ic_qs_cast_off.xml │   │   │   │   ├── [1.3K] ic_qs_cast_on.xml │   │   │   │   ├── [1.6K] ic_qs_dnd_off.xml │   │   │   │   ├── [1.3K] ic_qs_dnd_on_total_silence.xml │   │   │   │   ├── [1.0K] ic_qs_dnd_on.xml │   │   │   │   ├── [ 964] ic_qs_minus.xml │   │   │   │   ├── [1.1K] ic_qs_no_sim.xml │   │   │   │   ├── [1.0K] ic_qs_plus.xml │   │   │   │   ├── [1.2K] ic_qs_ringer_audible.xml │   │   │   │   ├── [1.2K] ic_qs_ringer_silent.xml │   │   │   │   ├── [1.3K] ic_qs_ringer_vibrate.xml │   │   │   │   ├── [1.3K] ic_qs_signal_0.xml │   │   │   │   ├── [1.3K] ic_qs_signal_1.xml │   │   │   │   ├── [1.3K] ic_qs_signal_1x.xml │   │   │   │   ├── [1.5K] ic_qs_signal_2.xml │   │   │   │   ├── [3.1K] ic_qs_signal_3g.xml │   │   │   │   ├── [1.5K] ic_qs_signal_3.xml │   │   │   │   ├── [2.2K] ic_qs_signal_4g.xml │   │   │   │   ├── [1.3K] ic_qs_signal_4.xml │   │   │   │   ├── [1.1K] ic_qs_signal_carrier_network_change_animation.xml │   │   │   │   ├── [1.4K] ic_qs_signal_carrier_network_change.xml │   │   │   │   ├── [1.3K] ic_qs_signal_disabled.xml │   │   │   │   ├── [1.1K] ic_qs_signal_e.xml │   │   │   │   ├── [1006] ic_qs_signal_full_0.xml │   │   │   │   ├── [1.1K] ic_qs_signal_full_1.xml │   │   │   │   ├── [1.1K] ic_qs_signal_full_2.xml │   │   │   │   ├── [1.1K] ic_qs_signal_full_3.xml │   │   │   │   ├── [1006] ic_qs_signal_full_4.xml │   │   │   │   ├── [1.8K] ic_qs_signal_g.xml │   │   │   │   ├── [1.1K] ic_qs_signal_h.xml │   │   │   │   ├── [ 970] ic_qs_signal_in.xml │   │   │   │   ├── [1.6K] ic_qs_signal_lte.xml │   │   │   │   ├── [1.1K] ic_qs_signal_no_signal.xml │   │   │   │   ├── [ 968] ic_qs_signal_out.xml │   │   │   │   ├── [1.5K] ic_qs_signal_r.xml │   │   │   │   ├── [1.5K] ic_qs_vpn.xml │   │   │   │   ├── [1.5K] ic_qs_wifi_0.xml │   │   │   │   ├── [1.8K] ic_qs_wifi_1.xml │   │   │   │   ├── [1.8K] ic_qs_wifi_2.xml │   │   │   │   ├── [1.8K] ic_qs_wifi_3.xml │   │   │   │   ├── [1.5K] ic_qs_wifi_4.xml │   │   │   │   ├── [1010] ic_qs_wifi_detail_empty.xml │   │   │   │   ├── [1.5K] ic_qs_wifi_disabled.xml │   │   │   │   ├── [1.1K] ic_qs_wifi_full_0.xml │   │   │   │   ├── [1.4K] ic_qs_wifi_full_1.xml │   │   │   │   ├── [1.4K] ic_qs_wifi_full_2.xml │   │   │   │   ├── [1.4K] ic_qs_wifi_full_3.xml │   │   │   │   ├── [1.1K] ic_qs_wifi_full_4.xml │   │   │   │   ├── [1.3K] ic_qs_wifi_no_network.xml │   │   │   │   ├── [1001] ic_screenshot_delete.xml │   │   │   │   ├── [1.3K] ic_screenshot_share.xml │   │   │   │   ├── [1.6K] ic_settings.xml │   │   │   │   ├── [1.2K] ic_signal_airplane_disable_animation.xml │   │   │   │   ├── [3.3K] ic_signal_airplane_disable.xml │   │   │   │   ├── [1.3K] ic_signal_airplane_enable_animation.xml │   │   │   │   ├── [3.3K] ic_signal_airplane_enable.xml │   │   │   │   ├── [1.2K] ic_signal_flashlight_disable_animation.xml │   │   │   │   ├── [3.7K] ic_signal_flashlight_disable.xml │   │   │   │   ├── [1.2K] ic_signal_flashlight_enable_animation.xml │   │   │   │   ├── [3.7K] ic_signal_flashlight_enable.xml │   │   │   │   ├── [1.2K] ic_signal_location_disable_animation.xml │   │   │   │   ├── [3.1K] ic_signal_location_disable.xml │   │   │   │   ├── [1.2K] ic_signal_location_enable_animation.xml │   │   │   │   ├── [3.1K] ic_signal_location_enable.xml │   │   │   │   ├── [1.6K] ic_volume_alarm_mute.xml │   │   │   │   ├── [1.3K] ic_volume_alarm.xml │   │   │   │   ├── [1.5K] ic_volume_bt_sco.xml │   │   │   │   ├── [1.1K] ic_volume_collapse_animation.xml │   │   │   │   ├── [2.4K] ic_volume_collapse.xml │   │   │   │   ├── [1.1K] ic_volume_expand_animation.xml │   │   │   │   ├── [2.4K] ic_volume_expand.xml │   │   │   │   ├── [1.5K] ic_volume_media_bt_mute.xml │   │   │   │   ├── [1.4K] ic_volume_media_bt.xml │   │   │   │   ├── [1.2K] ic_volume_media_mute.xml │   │   │   │   ├── [1.1K] ic_volume_media.xml │   │   │   │   ├── [1.8K] ic_volume_remote_mute.xml │   │   │   │   ├── [1.4K] ic_volume_remote.xml │   │   │   │   ├── [1.6K] ic_volume_ringer_mute.xml │   │   │   │   ├── [1.3K] ic_volume_ringer_vibrate.xml │   │   │   │   ├── [1.2K] ic_volume_ringer.xml │   │   │   │   ├── [1.7K] ic_volume_settings.xml │   │   │   │   ├── [1.7K] ic_volume_system_mute.xml │   │   │   │   ├── [1.6K] ic_volume_system.xml │   │   │   │   ├── [1.2K] ic_volume_voice.xml │   │   │   │   ├── [1.4K] ic_zen_all.xml │   │   │   │   ├── [1.1K] ic_zen_important.xml │   │   │   │   ├── [1.2K] ic_zen_none.xml │   │   │   │   ├── [1.3K] indeterminate_anim.xml │   │   │   │   ├── [1.6K] indeterminate.xml │   │   │   │   ├── [ 816] keyguard_overflow_number_background.xml │   │   │   │   ├── [1.5K] lockscreen_fingerprint_draw_off_animation.xml │   │   │   │   ├── [5.2K] lockscreen_fingerprint_draw_off.xml │   │   │   │   ├── [1.5K] lockscreen_fingerprint_draw_on_animation.xml │   │   │   │   ├── [5.5K] lockscreen_fingerprint_draw_on.xml │   │   │   │   ├── [2.4K] lockscreen_fingerprint_error_state_to_fp_animation.xml │   │   │   │   ├── [7.3K] lockscreen_fingerprint_error_state_to_fp.xml │   │   │   │   ├── [3.3K] lockscreen_fingerprint_fp_to_error_state_animation.xml │   │   │   │   ├── [ 12K] lockscreen_fingerprint_fp_to_error_state.xml │   │   │   │   ├── [1.2K] moon.xml │   │   │   │   ├── [ 956] notification_guts_bg.xml │   │   │   │   ├── [ 871] notification_header_bg.xml │   │   │   │   ├── [ 990] notification_material_bg_dim.xml │   │   │   │   ├── [1.0K] notification_material_bg.xml │   │   │   │   ├── [1.1K] pop_ball.xml │   │   │   │   ├── [1.6K] pop_belt.xml │   │   │   │   ├── [1.8K] pop_droid.xml │   │   │   │   ├── [2.4K] pop_pizza.xml │   │   │   │   ├── [2.0K] pop_stripes.xml │   │   │   │   ├── [4.3K] pop_swirl.xml │   │   │   │   ├── [3.1K] pop_vortex2.xml │   │   │   │   ├── [2.2K] pop_vortex.xml │   │   │   │   ├── [ 998] qs_background_primary.xml │   │   │   │   ├── [1.0K] qs_background_secondary.xml │   │   │   │   ├── [ 826] qs_detail_background.xml │   │   │   │   ├── [ 958] qs_dual_tile_caret.xml │   │   │   │   ├── [1.4K] qs_ic_wifi_lock.xml │   │   │   │   ├── [ 918] qs_navbar_scrim.xml │   │   │   │   ├── [ 956] qs_subhead_caret.xml │   │   │   │   ├── [ 897] qs_tile_background.xml │   │   │   │   ├── [ 779] recents_button_bg.xml │   │   │   │   ├── [1.2K] recents_dismiss_dark.xml │   │   │   │   ├── [1.2K] recents_dismiss_light.xml │   │   │   │   ├── [1.2K] recents_lock_to_app_pin.xml │   │   │   │   ├── [1.0K] recents_lock_to_task_button_bg.xml │   │   │   │   ├── [ 992] recents_task_view_header_bg_color.xml │   │   │   │   ├── [ 863] recents_task_view_header_bg.xml │   │   │   │   ├── [ 822] ripple_drawable_20dp.xml │   │   │   │   ├── [ 247] scorecard_gameover.xml │   │   │   │   ├── [ 247] scorecard.xml │   │   │   │   ├── [ 970] screen_pinning_bg_circ.xml │   │   │   │   ├── [1002] screen_pinning_light_bg_circ.xml │   │   │   │   ├── [ 850] segmented_buttons_background.xml │   │   │   │   ├── [1.1K] star.xml │   │   │   │   ├── [1.8K] stat_notify_more.xml │   │   │   │   ├── [1.2K] stat_sys_airplane_mode.xml │   │   │   │   ├── [1.4K] stat_sys_alarm_dim.xml │   │   │   │   ├── [1.4K] stat_sys_alarm.xml │   │   │   │   ├── [1.4K] stat_sys_cast.xml │   │   │   │   ├── [1.2K] stat_sys_data_bluetooth_connected.xml │   │   │   │   ├── [1.1K] stat_sys_data_bluetooth.xml │   │   │   │   ├── [1.3K] stat_sys_data_fully_connected_1x.xml │   │   │   │   ├── [3.1K] stat_sys_data_fully_connected_3g.xml │   │   │   │   ├── [2.2K] stat_sys_data_fully_connected_4g.xml │   │   │   │   ├── [1.1K] stat_sys_data_fully_connected_e.xml │   │   │   │   ├── [1.8K] stat_sys_data_fully_connected_g.xml │   │   │   │   ├── [1.1K] stat_sys_data_fully_connected_h.xml │   │   │   │   ├── [1.6K] stat_sys_data_fully_connected_lte.xml │   │   │   │   ├── [1.5K] stat_sys_data_fully_connected_roam.xml │   │   │   │   ├── [1.4K] stat_sys_dnd_total_silence.xml │   │   │   │   ├── [1.1K] stat_sys_dnd.xml │   │   │   │   ├── [1.1K] stat_sys_ethernet_fully.xml │   │   │   │   ├── [1.5K] stat_sys_ethernet.xml │   │   │   │   ├── [2.2K] stat_sys_hotspot.xml │   │   │   │   ├── [1.2K] stat_sys_location.xml │   │   │   │   ├── [1.3K] stat_sys_managed_profile_status.xml │   │   │   │   ├── [1.1K] stat_sys_no_sims.xml │   │   │   │   ├── [1.7K] stat_sys_ringer_silent.xml │   │   │   │   ├── [1.3K] stat_sys_ringer_vibrate.xml │   │   │   │   ├── [1018] stat_sys_signal_0_fully.xml │   │   │   │   ├── [1.4K] stat_sys_signal_0.xml │   │   │   │   ├── [1.1K] stat_sys_signal_1_fully.xml │   │   │   │   ├── [1.3K] stat_sys_signal_1.xml │   │   │   │   ├── [1.1K] stat_sys_signal_2_fully.xml │   │   │   │   ├── [1.5K] stat_sys_signal_2.xml │   │   │   │   ├── [1.1K] stat_sys_signal_3_fully.xml │   │   │   │   ├── [1.5K] stat_sys_signal_3.xml │   │   │   │   ├── [1018] stat_sys_signal_4_fully.xml │   │   │   │   ├── [1.4K] stat_sys_signal_4.xml │   │   │   │   ├── [1.1K] stat_sys_signal_carrier_network_change_animation.xml │   │   │   │   ├── [1.4K] stat_sys_signal_carrier_network_change.xml │   │   │   │   ├── [1.1K] stat_sys_signal_null.xml │   │   │   │   ├── [1.3K] stat_sys_tty_mode.xml │   │   │   │   ├── [1.5K] stat_sys_vpn_ic.xml │   │   │   │   ├── [1.1K] stat_sys_wifi_signal_0_fully.xml │   │   │   │   ├── [1.5K] stat_sys_wifi_signal_0.xml │   │   │   │   ├── [1.4K] stat_sys_wifi_signal_1_fully.xml │   │   │   │   ├── [1.8K] stat_sys_wifi_signal_1.xml │   │   │   │   ├── [1.4K] stat_sys_wifi_signal_2_fully.xml │   │   │   │   ├── [1.8K] stat_sys_wifi_signal_2.xml │   │   │   │   ├── [1.4K] stat_sys_wifi_signal_3_fully.xml │   │   │   │   ├── [1.8K] stat_sys_wifi_signal_3.xml │   │   │   │   ├── [1.1K] stat_sys_wifi_signal_4_fully.xml │   │   │   │   ├── [1.5K] stat_sys_wifi_signal_4.xml │   │   │   │   ├── [1.3K] stat_sys_wifi_signal_null.xml │   │   │   │   ├── [1.2K] stat_sys_zen_important.xml │   │   │   │   ├── [1.3K] stat_sys_zen_none.xml │   │   │   │   ├── [1.6K] sun2.xml │   │   │   │   ├── [1.3K] sun.xml │   │   │   │   ├── [2.1K] trusted_state_to_error_animation.xml │   │   │   │   ├── [4.9K] trusted_state_to_error.xml │   │   │   │   ├── [1008] vector_drawable_place_bottom_left.xml │   │   │   │   ├── [1012] vector_drawable_place_bottom_right.xml │   │   │   │   ├── [1005] vector_drawable_place_bottom.xml │   │   │   │   ├── [1.3K] vector_drawable_place_fullscreen.xml │   │   │   │   ├── [1005] vector_drawable_place_left.xml │   │   │   │   ├── [1008] vector_drawable_place_right.xml │   │   │   │   ├── [1003] vector_drawable_place_top_left.xml │   │   │   │   ├── [1008] vector_drawable_place_top_right.xml │   │   │   │   ├── [1009] vector_drawable_place_top.xml │   │   │   │   ├── [ 855] volume_dialog_background.xml │   │   │   │   └── [ 857] zen_introduction_message_background.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 407] ic_camera_alt_24dp.png │   │   │   │   ├── [ 749] ic_notification_overlay.9.png │   │   │   │   ├── [ 444] ic_phone_24dp.png │   │   │   │   ├── [2.2K] ic_qs_brightness_auto_off_alpha.png │   │   │   │   ├── [2.0K] ic_qs_brightness_auto_on_alpha.png │   │   │   │   ├── [1.4K] ic_sysbar_back_ime.png │   │   │   │   ├── [1.4K] ic_sysbar_back.png │   │   │   │   ├── [1.7K] ic_sysbar_home.png │   │   │   │   ├── [ 178] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 159] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 857] ic_sysbar_menu.png │   │   │   │   ├── [ 803] ic_sysbar_recent.png │   │   │   │   ├── [ 184] nav_background.9.png │   │   │   │   ├── [ 203] recents_lower_gradient.9.png │   │   │   │   ├── [ 169] recents_status_gradient.9.png │   │   │   │   ├── [ 582] screenshot_panel.9.png │   │   │   │   ├── [ 625] search_bg_transparent.9.png │   │   │   │   ├── [1.1K] stat_notify_image_error.png │   │   │   │   ├── [ 846] stat_notify_image.png │   │   │   │   └── [ 172] status_background.9.png │   │   │   ├── [4.0K] drawable-land │   │   │   │   └── [ 919] search_panel_scrim.xml │   │   │   ├── [4.0K] drawable-ldrtl-hdpi │   │   │   │   └── [1.5K] ic_sysbar_back.png │   │   │   ├── [4.0K] drawable-ldrtl-mdpi │   │   │   │   └── [ 965] ic_sysbar_back.png │   │   │   ├── [4.0K] drawable-ldrtl-xhdpi │   │   │   │   └── [2.0K] ic_sysbar_back.png │   │   │   ├── [4.0K] drawable-ldrtl-xxhdpi │   │   │   │   └── [1.3K] ic_sysbar_back.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [ 286] ic_camera_alt_24dp.png │   │   │   │   ├── [ 507] ic_notification_overlay.9.png │   │   │   │   ├── [ 333] ic_phone_24dp.png │   │   │   │   ├── [1.3K] ic_qs_brightness_auto_off_alpha.png │   │   │   │   ├── [1.3K] ic_qs_brightness_auto_on_alpha.png │   │   │   │   ├── [1.0K] ic_sysbar_back_ime.png │   │   │   │   ├── [1.1K] ic_sysbar_back.png │   │   │   │   ├── [1.1K] ic_sysbar_home.png │   │   │   │   ├── [ 158] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 181] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 588] ic_sysbar_menu.png │   │   │   │   ├── [ 703] ic_sysbar_recent.png │   │   │   │   ├── [ 166] nav_background.9.png │   │   │   │   ├── [ 181] recents_lower_gradient.9.png │   │   │   │   ├── [ 163] recents_status_gradient.9.png │   │   │   │   ├── [ 404] screenshot_panel.9.png │   │   │   │   ├── [ 431] search_bg_transparent.9.png │   │   │   │   ├── [ 850] stat_notify_image_error.png │   │   │   │   ├── [ 691] stat_notify_image.png │   │   │   │   └── [ 162] status_background.9.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [2.0K] android.xml │   │   │   │   ├── [3.5K] cactus1.xml │   │   │   │   ├── [3.3K] cactus2.xml │   │   │   │   ├── [2.4K] cactus3.xml │   │   │   │   ├── [1.9K] cloud_off.xml │   │   │   │   ├── [1.3K] cloud.xml │   │   │   │   ├── [5.4K] dessert_android.png │   │   │   │   ├── [7.7K] dessert_cupcake.png │   │   │   │   ├── [ 11K] dessert_dandroid.png │   │   │   │   ├── [ 16K] dessert_donutburger.png │   │   │   │   ├── [ 24K] dessert_donut.png │   │   │   │   ├── [ 12K] dessert_eclair.png │   │   │   │   ├── [9.2K] dessert_flan.png │   │   │   │   ├── [8.0K] dessert_froyo.png │   │   │   │   ├── [ 12K] dessert_gingerbread.png │   │   │   │   ├── [7.2K] dessert_honeycomb.png │   │   │   │   ├── [9.1K] dessert_ics.png │   │   │   │   ├── [8.0K] dessert_jandycane.png │   │   │   │   ├── [6.9K] dessert_jellybean.png │   │   │   │   ├── [ 11K] dessert_keylimepie.png │   │   │   │   ├── [2.6K] dessert_kitkat.png │   │   │   │   ├── [4.2K] dessert_petitfour.png │   │   │   │   ├── [ 23K] dessert_zombiegingerbread.png │   │   │   │   ├── [1.9K] icon.xml │   │   │   │   ├── [ 950] minus.xml │   │   │   │   ├── [1.3K] mm_antennae2.xml │   │   │   │   ├── [1.3K] mm_antennae.xml │   │   │   │   ├── [1.2K] mm_eyes2.xml │   │   │   │   ├── [1.1K] mm_eyes.xml │   │   │   │   ├── [1.2K] mm_head.xml │   │   │   │   ├── [1.2K] mm_mouth1.xml │   │   │   │   ├── [1.2K] mm_mouth2.xml │   │   │   │   ├── [ 963] mm_mouth3.xml │   │   │   │   ├── [ 975] mm_mouth4.xml │   │   │   │   ├── [1.2K] moon.xml │   │   │   │   ├── [1.3K] mountain1.xml │   │   │   │   ├── [1.0K] mountain2.xml │   │   │   │   ├── [2.2K] mountain3.xml │   │   │   │   ├── [1.0K] play.xml │   │   │   │   ├── [1.0K] plus.xml │   │   │   │   ├── [1007] ripplebg.xml │   │   │   │   ├── [ 247] scorecard_gameover.xml │   │   │   │   ├── [ 247] scorecard.xml │   │   │   │   ├── [1.1K] star.xml │   │   │   │   ├── [1.3K] sun.xml │   │   │   │   └── [1.1K] tuner.xml │   │   │   ├── [4.0K] drawable-sw600dp │   │   │   │   └── [ 918] search_panel_scrim.xml │   │   │   ├── [4.0K] drawable-sw600dp-hdpi │   │   │   │   ├── [ 205] ic_sysbar_lights_out_dot_large.png │   │   │   │   └── [ 137] ic_sysbar_lights_out_dot_small.png │   │   │   ├── [4.0K] drawable-sw600dp-mdpi │   │   │   │   ├── [ 170] ic_sysbar_lights_out_dot_large.png │   │   │   │   └── [ 120] ic_sysbar_lights_out_dot_small.png │   │   │   ├── [4.0K] drawable-sw600dp-xhdpi │   │   │   │   ├── [ 263] ic_sysbar_lights_out_dot_large.png │   │   │   │   └── [ 185] ic_sysbar_lights_out_dot_small.png │   │   │   ├── [4.0K] drawable-sw600dp-xxhdpi │   │   │   │   ├── [ 263] ic_sysbar_lights_out_dot_large.png │   │   │   │   └── [ 180] ic_sysbar_lights_out_dot_small.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 486] ic_camera_alt_24dp.png │   │   │   │   ├── [1006] ic_notification_overlay.9.png │   │   │   │   ├── [ 530] ic_phone_24dp.png │   │   │   │   ├── [3.1K] ic_qs_brightness_auto_off_alpha.png │   │   │   │   ├── [2.9K] ic_qs_brightness_auto_on_alpha.png │   │   │   │   ├── [1.8K] ic_sysbar_back_ime.png │   │   │   │   ├── [1.9K] ic_sysbar_back.png │   │   │   │   ├── [2.4K] ic_sysbar_home.png │   │   │   │   ├── [ 234] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 289] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [1.2K] ic_sysbar_menu.png │   │   │   │   ├── [ 840] ic_sysbar_recent.png │   │   │   │   ├── [ 199] nav_background.9.png │   │   │   │   ├── [ 220] recents_lower_gradient.9.png │   │   │   │   ├── [ 186] recents_status_gradient.9.png │   │   │   │   ├── [ 804] screenshot_panel.9.png │   │   │   │   ├── [ 866] search_bg_transparent.9.png │   │   │   │   ├── [1.4K] stat_notify_image_error.png │   │   │   │   ├── [ 981] stat_notify_image.png │   │   │   │   └── [ 177] status_background.9.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   ├── [ 736] ic_camera_alt_24dp.png │   │   │   │   ├── [1.8K] ic_notification_overlay.9.png │   │   │   │   ├── [ 736] ic_phone_24dp.png │   │   │   │   ├── [3.4K] ic_qs_brightness_auto_off_alpha.png │   │   │   │   ├── [3.1K] ic_qs_brightness_auto_on_alpha.png │   │   │   │   ├── [2.9K] ic_sysbar_back_ime.png │   │   │   │   ├── [2.9K] ic_sysbar_back.png │   │   │   │   ├── [3.7K] ic_sysbar_home.png │   │   │   │   ├── [ 267] ic_sysbar_lights_out_dot_large.png │   │   │   │   ├── [ 247] ic_sysbar_lights_out_dot_small.png │   │   │   │   ├── [ 847] ic_sysbar_menu.png │   │   │   │   ├── [1.0K] ic_sysbar_recent.png │   │   │   │   ├── [ 225] nav_background.9.png │   │   │   │   ├── [ 265] recents_lower_gradient.9.png │   │   │   │   ├── [ 223] recents_status_gradient.9.png │   │   │   │   ├── [2.5K] recents_task_shadow.9.png │   │   │   │   ├── [2.0K] screenshot_panel.9.png │   │   │   │   ├── [1.2K] search_bg_transparent.9.png │   │   │   │   ├── [1.9K] stat_notify_image_error.png │   │   │   │   ├── [1.4K] stat_notify_image.png │   │   │   │   └── [ 179] status_background.9.png │   │   │   ├── [4.0K] drawable-xxxhdpi │   │   │   │   ├── [ 930] ic_camera_alt_24dp.png │   │   │   │   ├── [ 904] ic_phone_24dp.png │   │   │   │   ├── [3.3K] ic_sysbar_back_ime.png │   │   │   │   ├── [3.2K] ic_sysbar_back.png │   │   │   │   ├── [4.3K] ic_sysbar_home.png │   │   │   │   └── [1.6K] ic_sysbar_recent.png │   │   │   ├── [4.0K] interpolator │   │   │   │   ├── [ 878] assist_disclosure_trace.xml │   │   │   │   ├── [ 860] error_to_trustedstate_animation_interpolator_0.xml │   │   │   │   ├── [ 807] error_to_trustedstate_animation_interpolator_1.xml │   │   │   │   ├── [ 817] error_to_trustedstate_animation_interpolator_2.xml │   │   │   │   ├── [ 807] error_to_trustedstate_animation_interpolator_3.xml │   │   │   │   ├── [ 803] error_to_trustedstate_animation_interpolator_4.xml │   │   │   │   ├── [ 810] ic_hotspot_disable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 802] ic_hotspot_disable_ic_hotspot_alpha_interpolator.xml │   │   │   │   ├── [ 828] ic_hotspot_disable_mask_pathdata_interpolator_1.xml │   │   │   │   ├── [ 820] ic_hotspot_disable_mask_pathdata_interpolator_2.xml │   │   │   │   ├── [ 810] ic_hotspot_enable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 820] ic_hotspot_enable_mask_pathdata_interpolator_1.xml │   │   │   │   ├── [ 828] ic_hotspot_enable_mask_pathdata_interpolator_2.xml │   │   │   │   ├── [ 810] ic_invert_colors_disable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 810] ic_invert_colors_enable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 802] ic_invert_colors_enable_mask_pathdata_interpolator.xml │   │   │   │   ├── [ 828] ic_landscape_from_auto_rotate_arrows_rotation_interpolator.xml │   │   │   │   ├── [ 812] ic_landscape_to_auto_rotate_arrows_rotation_interpolator.xml │   │   │   │   ├── [ 810] ic_signal_airplane_disable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 810] ic_signal_airplane_enable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 802] ic_signal_airplane_enable_mask_pathdata_interpolator.xml │   │   │   │   ├── [ 802] ic_signal_flashlight_enable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 802] ic_signal_flashlight_enable_mask_pathdata_interpolator.xml │   │   │   │   ├── [ 802] ic_signal_location_enable_cross_1_pathdata_interpolator.xml │   │   │   │   ├── [ 802] ic_signal_location_enable_mask_pathdata_interpolator.xml │   │   │   │   ├── [ 778] ic_volume_collapse_animation_interpolator_0.xml │   │   │   │   ├── [ 778] ic_volume_expand_animation_interpolator_0.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_draw_off_animation_interpolator_0.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_draw_off_animation_interpolator_1.xml │   │   │   │   ├── [ 819] lockscreen_fingerprint_draw_on_animation_interpolator_0.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_draw_on_animation_interpolator_1.xml │   │   │   │   ├── [ 819] lockscreen_fingerprint_error_state_to_fp_animation_interpolator_0.xml │   │   │   │   ├── [ 828] lockscreen_fingerprint_error_state_to_fp_animation_interpolator_1.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_error_state_to_fp_animation_interpolator_2.xml │   │   │   │   ├── [ 832] lockscreen_fingerprint_error_state_to_fp_animation_interpolator_3.xml │   │   │   │   ├── [ 829] lockscreen_fingerprint_error_state_to_fp_animation_interpolator_4.xml │   │   │   │   ├── [ 832] lockscreen_fingerprint_error_state_to_fp_animation_interpolator_5.xml │   │   │   │   ├── [ 838] lockscreen_fingerprint_fp_to_error_state_animation_interpolator_0.xml │   │   │   │   ├── [ 850] lockscreen_fingerprint_fp_to_error_state_animation_interpolator_1.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_fp_to_error_state_animation_interpolator_2.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_fp_to_error_state_animation_interpolator_3.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_fp_to_error_state_animation_interpolator_4.xml │   │   │   │   ├── [ 818] lockscreen_fingerprint_fp_to_error_state_animation_interpolator_5.xml │   │   │   │   ├── [ 790] recents_launch_next_affiliated_task_bounce_scale.xml │   │   │   │   ├── [ 790] recents_launch_prev_affiliated_task_bounce_ydelta.xml │   │   │   │   ├── [ 807] trusted_state_to_error_animation_interpolator_0.xml │   │   │   │   ├── [ 859] trusted_state_to_error_animation_interpolator_1.xml │   │   │   │   ├── [ 807] trusted_state_to_error_animation_interpolator_2.xml │   │   │   │   └── [ 806] trusted_state_to_error_animation_interpolator_3.xml │   │   │   ├── [4.0K] layout │   │   │   │   ├── [2.0K] assist_orb.xml │   │   │   │   ├── [3.2K] data_usage.xml │   │   │   │   ├── [1.6K] global_screenshot.xml │   │   │   │   ├── [3.1K] keyguard_bottom_area.xml │   │   │   │   ├── [3.7K] keyguard_status_bar.xml │   │   │   │   ├── [2.0K] keyguard_user_switcher_item.xml │   │   │   │   ├── [1.4K] keyguard_user_switcher.xml │   │   │   │   ├── [1.2K] mland_scorefield.xml │   │   │   │   ├── [3.9K] mland.xml │   │   │   │   ├── [1.7K] mobile_signal_group.xml │   │   │   │   ├── [ 14K] navigation_bar.xml │   │   │   │   ├── [ 891] notification_children_container.xml │   │   │   │   ├── [1.0K] notification_children_divider.xml │   │   │   │   ├── [1.4K] notification_collapse_button.xml │   │   │   │   ├── [1.7K] notification_expand_button.xml │   │   │   │   ├── [4.4K] notification_guts.xml │   │   │   │   ├── [3.0K] notification_public_default.xml │   │   │   │   ├── [1.6K] qs_detail_header.xml │   │   │   │   ├── [2.0K] qs_detail_items.xml │   │   │   │   ├── [2.4K] qs_detail_item.xml │   │   │   │   ├── [2.2K] qs_detail.xml │   │   │   │   ├── [1.3K] qs_panel.xml │   │   │   │   ├── [2.1K] qs_user_detail_item.xml │   │   │   │   ├── [1.1K] qs_user_detail.xml │   │   │   │   ├── [1.7K] quick_settings_brightness_dialog.xml │   │   │   │   ├── [1.6K] quick_settings_footer.xml │   │   │   │   ├── [1.4K] recents_debug_overlay.xml │   │   │   │   ├── [1.5K] recents_dismiss_button.xml │   │   │   │   ├── [1.1K] recents_empty.xml │   │   │   │   ├── [1.2K] recents_search_bar.xml │   │   │   │   ├── [2.9K] recents_task_view_header.xml │   │   │   │   ├── [2.3K] recents_task_view.xml │   │   │   │   ├── [2.2K] recents.xml │   │   │   │   ├── [1.3K] remember_permission_checkbox.xml │   │   │   │   ├── [1.8K] remote_input.xml │   │   │   │   ├── [5.5K] screen_pinning_request_buttons_land.xml │   │   │   │   ├── [6.1K] screen_pinning_request_buttons.xml │   │   │   │   ├── [1.3K] screen_pinning_request_land_phone.xml │   │   │   │   ├── [3.0K] screen_pinning_request_text_area.xml │   │   │   │   ├── [1.5K] screen_pinning_request.xml │   │   │   │   ├── [1.2K] segmented_button.xml │   │   │   │   ├── [4.7K] signal_cluster_view.xml │   │   │   │   ├── [1.9K] split_clock_view.xml │   │   │   │   ├── [8.5K] status_bar_expanded_header.xml │   │   │   │   ├── [4.7K] status_bar_expanded.xml │   │   │   │   ├── [1.3K] status_bar_no_notifications.xml │   │   │   │   ├── [1.2K] status_bar_no_recent_apps.xml │   │   │   │   ├── [1.4K] status_bar_notification_dismiss_all.xml │   │   │   │   ├── [2.8K] status_bar_notification_keyguard_overflow.xml │   │   │   │   ├── [2.9K] status_bar_notification_row.xml │   │   │   │   ├── [1.2K] status_bar_notification_speed_bump.xml │   │   │   │   ├── [2.3K] status_bar_toggle_slider.xml │   │   │   │   ├── [4.3K] status_bar.xml │   │   │   │   ├── [4.2K] super_status_bar.xml │   │   │   │   ├── [1.6K] system_icons.xml │   │   │   │   ├── [1.8K] tuner_qs.xml │   │   │   │   ├── [2.6K] volume_dialog_row.xml │   │   │   │   ├── [2.0K] volume_dialog.xml │   │   │   │   ├── [3.3K] volume_zen_footer.xml │   │   │   │   ├── [3.4K] zen_mode_condition.xml │   │   │   │   └── [4.4K] zen_mode_panel.xml │   │   │   ├── [4.0K] layout-land │   │   │   │   └── [2.0K] recents_task_resize_dialog.xml │   │   │   ├── [4.0K] layout-port │   │   │   │   └── [2.0K] recents_task_resize_dialog.xml │   │   │   ├── [4.0K] layout-sw600dp │   │   │   │   └── [ 15K] navigation_bar.xml │   │   │   ├── [4.0K] layout-sw600dp-land │   │   │   │   └── [3.2K] recents_task_resize_dialog.xml │   │   │   ├── [4.0K] layout-sw600dp-port │   │   │   │   └── [3.2K] recents_task_resize_dialog.xml │   │   │   ├── [4.0K] mipmap-hdpi │   │   │   │   ├── [8.6K] ic_daydreams.png │   │   │   │   └── [8.0K] ic_launcher_dreams.png │   │   │   ├── [4.0K] mipmap-mdpi │   │   │   │   ├── [5.1K] ic_daydreams.png │   │   │   │   └── [4.6K] ic_launcher_dreams.png │   │   │   ├── [4.0K] mipmap-xhdpi │   │   │   │   ├── [ 13K] ic_daydreams.png │   │   │   │   └── [ 11K] ic_launcher_dreams.png │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.4K] arrays.xml │   │   │   │   ├── [4.0K] attrs.xml │   │   │   │   ├── [8.0K] colors.xml │   │   │   │   ├── [ 14K] config.xml │   │   │   │   ├── [ 702] defaults.xml │   │   │   │   ├── [ 27K] dimens.xml │   │   │   │   ├── [ 925] donottranslate.xml │   │   │   │   ├── [2.5K] ids.xml │   │   │   │   ├── [ 967] internal.xml │   │   │   │   ├── [1.8K] mland_config.xml │   │   │   │   ├── [ 857] mland_strings.xml │   │   │   │   ├── [ 80K] strings.xml │   │   │   │   └── [ 13K] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [ 49K] strings.xml │   │   │   ├── [4.0K] values-af-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-af-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [ 59K] strings.xml │   │   │   ├── [4.0K] values-am-land │   │   │   │   └── [ 974] strings.xml │   │   │   ├── [4.0K] values-am-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [ 58K] strings.xml │   │   │   ├── [4.0K] values-ar-land │   │   │   │   └── [ 967] strings.xml │   │   │   ├── [4.0K] values-ar-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ar-port │   │   │   │   └── [ 970] strings.xml │   │   │   ├── [4.0K] values-az-land │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-az-rAZ-land │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-be-land │   │   │   │   └── [ 989] strings.xml │   │   │   ├── [4.0K] values-be-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 63K] strings.xml │   │   │   ├── [4.0K] values-bg-land │   │   │   │   └── [ 985] strings.xml │   │   │   ├── [4.0K] values-bg-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-bg-port │   │   │   │   └── [ 985] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [ 70K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD-land │   │   │   │   └── [1015] strings.xml │   │   │   ├── [4.0K] values-bn-rWB-land │   │   │   │   └── [1015] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [ 52K] strings.xml │   │   │   ├── [4.0K] values-ca-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-ca-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ca-port │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [ 52K] strings.xml │   │   │   ├── [4.0K] values-cs-land │   │   │   │   └── [ 954] strings.xml │   │   │   ├── [4.0K] values-cs-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-da-land │   │   │   │   └── [ 941] strings.xml │   │   │   ├── [4.0K] values-da-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-de-land │   │   │   │   └── [ 939] strings.xml │   │   │   ├── [4.0K] values-de-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [ 64K] strings.xml │   │   │   ├── [4.0K] values-el-land │   │   │   │   └── [1015] strings.xml │   │   │   ├── [4.0K] values-el-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [ 48K] strings.xml │   │   │   ├── [4.0K] values-en-rAU-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [ 48K] strings.xml │   │   │   ├── [4.0K] values-en-rGB-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-en-rGB-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-en-rGB-port │   │   │   │   └── [ 946] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [ 48K] strings.xml │   │   │   ├── [4.0K] values-en-rIN-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-es-land │   │   │   │   └── [ 962] strings.xml │   │   │   ├── [4.0K] values-es-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-es-rUS-land │   │   │   │   └── [ 953] strings.xml │   │   │   ├── [4.0K] values-es-rUS-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-et-land │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-et-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-et-rEE-land │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [ 52K] strings.xml │   │   │   ├── [4.0K] values-eu-rES-land │   │   │   │   └── [ 939] strings.xml │   │   │   ├── [4.0K] values-eu-rPV-land │   │   │   │   └── [ 939] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [ 58K] strings.xml │   │   │   ├── [4.0K] values-fa-land │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-fa-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-fa-port │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-fi-land │   │   │   │   └── [ 936] strings.xml │   │   │   ├── [4.0K] values-fi-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fi-port │   │   │   │   └── [ 936] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 53K] strings.xml │   │   │   ├── [4.0K] values-fr-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-fr-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [ 53K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA-land │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-gl-rES-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-gl-rGA-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [ 66K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-h560dp │   │   │   │   └── [ 847] config.xml │   │   │   ├── [4.0K] values-h560dp-xhdpi │   │   │   │   ├── [ 880] config.xml │   │   │   │   └── [ 834] dimens.xml │   │   │   ├── [4.0K] values-h560dp-xxhdpi │   │   │   │   ├── [ 879] config.xml │   │   │   │   └── [ 836] dimens.xml │   │   │   ├── [4.0K] values-h650dp │   │   │   │   ├── [ 881] config.xml │   │   │   │   └── [ 940] dimens.xml │   │   │   ├── [4.0K] values-hdpi │   │   │   │   └── [1.1K] dimens.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [ 68K] strings.xml │   │   │   ├── [4.0K] values-hi-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-hi-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-hr-land │   │   │   │   └── [ 954] strings.xml │   │   │   ├── [4.0K] values-hr-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hr-port │   │   │   │   └── [ 954] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 53K] strings.xml │   │   │   ├── [4.0K] values-hu-land │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-hu-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hu-port │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-hy-land │   │   │   │   └── [ 994] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [ 61K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM-land │   │   │   │   └── [ 994] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-in-land │   │   │   │   └── [ 948] strings.xml │   │   │   ├── [4.0K] values-in-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-in-port │   │   │   │   └── [ 947] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-is-rIS-land │   │   │   │   └── [ 940] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-it-land │   │   │   │   └── [ 952] strings.xml │   │   │   ├── [4.0K] values-it-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [ 54K] strings.xml │   │   │   ├── [4.0K] values-iw-land │   │   │   │   └── [ 937] strings.xml │   │   │   ├── [4.0K] values-iw-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-iw-port │   │   │   │   └── [ 936] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 54K] strings.xml │   │   │   ├── [4.0K] values-ja-land │   │   │   │   └── [ 946] strings.xml │   │   │   ├── [4.0K] values-ja-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ka-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [ 71K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [ 60K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ-land │   │   │   │   └── [ 978] strings.xml │   │   │   ├── [4.0K] values-km-land │   │   │   │   └── [1015] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [ 70K] strings.xml │   │   │   ├── [4.0K] values-km-rKH-land │   │   │   │   └── [1015] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [ 72K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-kn-rKA-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 53K] strings.xml │   │   │   ├── [4.0K] values-ko-land │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-ko-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [ 60K] strings.xml │   │   │   ├── [4.0K] values-land │   │   │   │   ├── [1.4K] config.xml │   │   │   │   ├── [2.4K] dimens.xml │   │   │   │   ├── [ 963] strings.xml │   │   │   │   └── [ 914] styles.xml │   │   │   ├── [4.0K] values-lo-land │   │   │   │   └── [ 998] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [ 70K] strings.xml │   │   │   ├── [4.0K] values-lo-rLA-land │   │   │   │   └── [ 998] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 52K] strings.xml │   │   │   ├── [4.0K] values-lt-land │   │   │   │   └── [ 953] strings.xml │   │   │   ├── [4.0K] values-lt-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lt-port │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [ 53K] strings.xml │   │   │   ├── [4.0K] values-lv-land │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-lv-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lv-port │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-mcc262-mnc07 │   │   │   │   └── [ 953] config.xml │   │   │   ├── [4.0K] values-mcc262-mnc08 │   │   │   │   └── [ 953] config.xml │   │   │   ├── [4.0K] values-mcc262-mnc11 │   │   │   │   └── [ 953] config.xml │   │   │   ├── [4.0K] values-mdpi │   │   │   │   └── [1.1K] dimens.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [ 60K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK-land │   │   │   │   └── [ 991] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [ 75K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-ml-rKL-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-mn-land │   │   │   │   └── [ 963] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [ 59K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN-land │   │   │   │   └── [ 963] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [ 67K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN-land │   │   │   │   └── [1019] strings.xml │   │   │   ├── [4.0K] values-mr-rMH-land │   │   │   │   └── [1019] strings.xml │   │   │   ├── [4.0K] values-ms-land │   │   │   │   └── [ 945] strings.xml │   │   │   ├── [4.0K] values-ms-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY-land │   │   │   │   └── [ 945] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [ 75K] strings.xml │   │   │   ├── [4.0K] values-my-rMM-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-nb-land │   │   │   │   └── [ 942] strings.xml │   │   │   ├── [4.0K] values-nb-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ne-land │   │   │   │   └── [1020] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [ 68K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP-land │   │   │   │   └── [1020] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-nl-land │   │   │   │   └── [ 960] strings.xml │   │   │   ├── [4.0K] values-nl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [ 66K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-pl-land │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-pl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-pt-land │   │   │   │   └── [ 949] strings.xml │   │   │   ├── [4.0K] values-pt-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt-rBR │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-pt-rBR-land │   │   │   │   └── [ 949] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT-land │   │   │   │   └── [ 958] strings.xml │   │   │   ├── [4.0K] values-pt-rPT-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [ 52K] strings.xml │   │   │   ├── [4.0K] values-ro-land │   │   │   │   └── [ 955] strings.xml │   │   │   ├── [4.0K] values-ro-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ro-port │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [ 61K] strings.xml │   │   │   ├── [4.0K] values-ru-land │   │   │   │   └── [ 982] strings.xml │   │   │   ├── [4.0K] values-ru-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-si-land │   │   │   │   └── [1001] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [ 67K] strings.xml │   │   │   ├── [4.0K] values-si-rLK-land │   │   │   │   └── [1001] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [ 52K] strings.xml │   │   │   ├── [4.0K] values-sk-land │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-sk-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sk-port │   │   │   │   └── [ 956] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-sl-land │   │   │   │   └── [ 945] strings.xml │   │   │   ├── [4.0K] values-sl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sl-port │   │   │   │   └── [ 946] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [ 53K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL-land │   │   │   │   └── [ 954] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [ 60K] strings.xml │   │   │   ├── [4.0K] values-sr-land │   │   │   │   └── [ 986] strings.xml │   │   │   ├── [4.0K] values-sr-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-sr-port │   │   │   │   └── [ 990] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-sv-land │   │   │   │   └── [ 955] strings.xml │   │   │   ├── [4.0K] values-sv-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-sw360dp │   │   │   │   └── [1.1K] dimens.xml │   │   │   ├── [4.0K] values-sw400dp │   │   │   │   └── [1.4K] dimens.xml │   │   │   ├── [4.0K] values-sw600dp │   │   │   │   ├── [1.6K] config.xml │   │   │   │   ├── [4.8K] dimens.xml │   │   │   │   └── [1003] styles.xml │   │   │   ├── [4.0K] values-sw600dp-land │   │   │   │   ├── [ 882] config.xml │   │   │   │   └── [2.0K] dimens.xml │   │   │   ├── [4.0K] values-sw600dp-port │   │   │   │   └── [ 801] dimens.xml │   │   │   ├── [4.0K] values-sw720dp │   │   │   │   ├── [1.9K] config.xml │   │   │   │   ├── [3.5K] dimens.xml │   │   │   │   └── [1.0K] donottranslate.xml │   │   │   ├── [4.0K] values-sw720dp-land │   │   │   │   ├── [ 765] config.xml │   │   │   │   └── [1.1K] dimens.xml │   │   │   ├── [4.0K] values-sw-land │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-sw-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [ 73K] strings.xml │   │   │   ├── [4.0K] values-ta-rIN-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-ta-rTN-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-television │   │   │   │   └── [ 862] styles.xml │   │   │   ├── [4.0K] values-te-rAP-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [ 72K] strings.xml │   │   │   ├── [4.0K] values-te-rIN-land │   │   │   │   └── [1.0K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [ 67K] strings.xml │   │   │   ├── [4.0K] values-th-land │   │   │   │   └── [ 982] strings.xml │   │   │   ├── [4.0K] values-th-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-th-port │   │   │   │   └── [1012] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-tl-land │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-tl-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-tl-port │   │   │   │   └── [ 961] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-tr-land │   │   │   │   └── [ 938] strings.xml │   │   │   ├── [4.0K] values-tr-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-tvdpi │   │   │   │   └── [1.1K] dimens.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [ 61K] strings.xml │   │   │   ├── [4.0K] values-uk-land │   │   │   │   └── [ 989] strings.xml │   │   │   ├── [4.0K] values-uk-large │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-uk-port │   │   │   │   └── [ 989] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [ 58K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK-land │   │   │   │   └── [ 977] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [ 52K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ-land │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [ 54K] strings.xml │   │   │   ├── [4.0K] values-vi-land │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-vi-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-vi-port │   │   │   │   └── [ 950] strings.xml │   │   │   ├── [4.0K] values-xhdpi │   │   │   │   └── [1.0K] dimens.xml │   │   │   ├── [4.0K] values-xxhdpi │   │   │   │   └── [ 969] dimens.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN-land │   │   │   │   └── [ 940] strings.xml │   │   │   ├── [4.0K] values-zh-rCN-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [ 49K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK-land │   │   │   │   └── [ 934] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   ├── [ 993] donottranslate.xml │   │   │   │   └── [ 50K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW-land │   │   │   │   └── [ 934] strings.xml │   │   │   ├── [4.0K] values-zh-rTW-large │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zu │   │   │   │   └── [ 51K] strings.xml │   │   │   ├── [4.0K] values-zu-land │   │   │   │   └── [ 951] strings.xml │   │   │   ├── [4.0K] values-zu-large │   │   │   │   └── [1.1K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [2.9K] tuner_prefs.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] systemui │   │   │   ├── [4.0K] assist │   │   │   │   ├── [9.5K] AssistDisclosure.java │   │   │   │   ├── [ 11K] AssistManager.java │   │   │   │   ├── [4.8K] AssistOrbContainer.java │   │   │   │   └── [10.0K] AssistOrbView.java │   │   │   ├── [ 21K] BatteryMeterView.java │   │   │   ├── [2.1K] BitmapHelper.java │   │   │   ├── [1.6K] BootReceiver.java │   │   │   ├── [2.6K] DejankUtils.java │   │   │   ├── [1.5K] DemoMode.java │   │   │   ├── [1.5K] DessertCaseDream.java │   │   │   ├── [1.9K] DessertCase.java │   │   │   ├── [ 18K] DessertCaseView.java │   │   │   ├── [4.0K] doze │   │   │   │   ├── [1.4K] DozeHost.java │   │   │   │   ├── [9.3K] DozeLog.java │   │   │   │   └── [ 25K] DozeService.java │   │   │   ├── [4.0K] egg │   │   │   │   ├── [2.7K] MLandActivity.java │   │   │   │   └── [ 49K] MLand.java │   │   │   ├── [2.1K] EventLogConstants.java │   │   │   ├── [2.4K] EventLogTags.logtags │   │   │   ├── [ 22K] ExpandHelper.java │   │   │   ├── [1.3K] FontSizeUtils.java │   │   │   ├── [ 826] Gefingerpoken.java │   │   │   ├── [6.3K] GuestResumeSessionReceiver.java │   │   │   ├── [ 31K] ImageWallpaper.java │   │   │   ├── [4.0K] keyboard │   │   │   │   ├── [1.1K] BluetoothDialog.java │   │   │   │   └── [ 22K] KeyboardUI.java │   │   │   ├── [4.0K] keyguard │   │   │   │   ├── [6.2K] KeyguardService.java │   │   │   │   └── [ 67K] KeyguardViewMediator.java │   │   │   ├── [ 11K] LoadAverageService.java │   │   │   ├── [4.0K] media │   │   │   │   ├── [7.0K] MediaProjectionPermissionActivity.java │   │   │   │   ├── [ 16K] NotificationPlayer.java │   │   │   │   └── [6.9K] RingtonePlayer.java │   │   │   ├── [4.0K] net │   │   │   │   └── [3.7K] NetworkOverLimitActivity.java │   │   │   ├── [4.0K] power │   │   │   │   ├── [ 16K] PowerNotificationWarnings.java │   │   │   │   └── [ 11K] PowerUI.java │   │   │   ├── [4.2K] Prefs.java │   │   │   ├── [4.0K] qs │   │   │   │   ├── [3.5K] DataUsageGraph.java │   │   │   │   ├── [1.9K] GlobalSetting.java │   │   │   │   ├── [7.5K] PseudoGridView.java │   │   │   │   ├── [2.3K] QSContainer.java │   │   │   │   ├── [3.6K] QSDetailClipper.java │   │   │   │   ├── [8.7K] QSDetailItems.java │   │   │   │   ├── [6.7K] QSDualTileLabel.java │   │   │   │   ├── [8.3K] QSFooter.java │   │   │   │   ├── [ 23K] QSPanel.java │   │   │   │   ├── [ 18K] QSTile.java │   │   │   │   ├── [ 13K] QSTileView.java │   │   │   │   ├── [2.6K] SecureSetting.java │   │   │   │   ├── [4.8K] SignalTileView.java │   │   │   │   ├── [4.0K] tiles │   │   │   │   │   ├── [4.2K] AirplaneModeTile.java │   │   │   │   │   ├── [9.8K] BluetoothTile.java │   │   │   │   │   ├── [9.3K] CastTile.java │   │   │   │   │   ├── [9.5K] CellularTile.java │   │   │   │   │   ├── [4.5K] ColorInversionTile.java │   │   │   │   │   ├── [5.4K] DataUsageDetailView.java │   │   │   │   │   ├── [ 10K] DndTile.java │   │   │   │   │   ├── [4.0K] FlashlightTile.java │   │   │   │   │   ├── [4.7K] HotspotTile.java │   │   │   │   │   ├── [7.3K] IntentTile.java │   │   │   │   │   ├── [4.2K] LocationTile.java │   │   │   │   │   ├── [6.1K] RotationLockTile.java │   │   │   │   │   ├── [4.4K] UserDetailItemView.java │   │   │   │   │   ├── [3.0K] UserDetailView.java │   │   │   │   │   └── [ 12K] WifiTile.java │   │   │   │   └── [3.4K] UsageTracker.java │   │   │   ├── [4.0K] recents │   │   │   │   ├── [3.3K] Constants.java │   │   │   │   ├── [4.0K] misc │   │   │   │   │   ├── [6.8K] Console.java │   │   │   │   │   ├── [2.1K] DebugTrigger.java │   │   │   │   │   ├── [2.5K] DozeTrigger.java │   │   │   │   │   ├── [1.1K] NamedCounter.java │   │   │   │   │   ├── [4.0K] ReferenceCountedTrigger.java │   │   │   │   │   ├── [ 26K] SystemServicesProxy.java │   │   │   │   │   └── [5.8K] Utilities.java │   │   │   │   ├── [4.0K] model │   │   │   │   │   ├── [ 864] BitmapLruCache.java │   │   │   │   │   ├── [ 883] DrawableLruCache.java │   │   │   │   │   ├── [3.2K] KeyStoreLruCache.java │   │   │   │   │   ├── [4.2K] RecentsPackageMonitor.java │   │   │   │   │   ├── [ 23K] RecentsTaskLoader.java │   │   │   │   │   ├── [ 12K] RecentsTaskLoadPlan.java │   │   │   │   │   ├── [ 831] StringLruCache.java │   │   │   │   │   ├── [3.2K] TaskGrouping.java │   │   │   │   │   ├── [7.9K] Task.java │   │   │   │   │   └── [ 17K] TaskStack.java │   │   │   │   ├── [ 26K] RecentsActivity.java │   │   │   │   ├── [2.2K] RecentsAppWidgetHost.java │   │   │   │   ├── [2.3K] RecentsAppWidgetHostView.java │   │   │   │   ├── [ 15K] RecentsConfiguration.java │   │   │   │   ├── [ 42K] Recents.java │   │   │   │   ├── [9.3K] RecentsResizeTaskDialog.java │   │   │   │   ├── [2.9K] RecentsUserEventProxyReceiver.java │   │   │   │   ├── [ 11K] ScreenPinningRequest.java │   │   │   │   └── [4.0K] views │   │   │   │   ├── [2.8K] AnimateableViewBounds.java │   │   │   │   ├── [6.0K] DebugOverlayView.java │   │   │   │   ├── [ 11K] FakeShadowDrawable.java │   │   │   │   ├── [2.4K] FixedSizeImageView.java │   │   │   │   ├── [ 29K] RecentsView.java │   │   │   │   ├── [2.3K] RecentsViewLayoutAlgorithm.java │   │   │   │   ├── [ 14K] SwipeHelper.java │   │   │   │   ├── [4.8K] SystemBarScrimViews.java │   │   │   │   ├── [8.5K] TaskStackViewFilterAlgorithm.java │   │   │   │   ├── [ 58K] TaskStackView.java │   │   │   │   ├── [ 16K] TaskStackViewLayoutAlgorithm.java │   │   │   │   ├── [6.8K] TaskStackViewScroller.java │   │   │   │   ├── [ 21K] TaskStackViewTouchHandler.java │   │   │   │   ├── [ 17K] TaskViewHeader.java │   │   │   │   ├── [ 30K] TaskView.java │   │   │   │   ├── [9.3K] TaskViewThumbnail.java │   │   │   │   ├── [5.0K] TaskViewTransform.java │   │   │   │   ├── [2.6K] ViewAnimation.java │   │   │   │   └── [2.7K] ViewPool.java │   │   │   ├── [1.2K] RecentsComponent.java │   │   │   ├── [4.0K] screenshot │   │   │   │   ├── [ 35K] GlobalScreenshot.java │   │   │   │   └── [2.0K] TakeScreenshotService.java │   │   │   ├── [4.0K] settings │   │   │   │   ├── [ 11K] BrightnessController.java │   │   │   │   ├── [2.5K] BrightnessDialog.java │   │   │   │   ├── [2.0K] CurrentUserTracker.java │   │   │   │   ├── [1.8K] ToggleSeekBar.java │   │   │   │   └── [5.9K] ToggleSlider.java │   │   │   ├── [2.2K] Somnambulator.java │   │   │   ├── [4.0K] statusbar │   │   │   │   ├── [ 27K] ActivatableNotificationView.java │   │   │   │   ├── [1.5K] AlphaImageView.java │   │   │   │   ├── [1.4K] AlphaOptimizedButton.java │   │   │   │   ├── [1.6K] AlphaOptimizedFrameLayout.java │   │   │   │   ├── [2.2K] AlphaOptimizedImageView.java │   │   │   │   ├── [1.5K] AlphaOptimizedView.java │   │   │   │   ├── [3.0K] AnimatedImageView.java │   │   │   │   ├── [1.9K] BackDropView.java │   │   │   │   ├── [ 92K] BaseStatusBar.java │   │   │   │   ├── [ 17K] CommandQueue.java │   │   │   │   ├── [4.7K] DismissViewButton.java │   │   │   │   ├── [2.3K] DismissView.java │   │   │   │   ├── [8.3K] DragDownHelper.java │   │   │   │   ├── [1.3K] EmptyShadeView.java │   │   │   │   ├── [ 35K] ExpandableNotificationRow.java │   │   │   │   ├── [3.2K] ExpandableOutlineView.java │   │   │   │   ├── [ 15K] ExpandableView.java │   │   │   │   ├── [ 13K] FlingAnimationUtils.java │   │   │   │   ├── [8.3K] GestureRecorder.java │   │   │   │   ├── [ 21K] KeyguardAffordanceView.java │   │   │   │   ├── [ 12K] KeyguardIndicationController.java │   │   │   │   ├── [4.0K] NotificationBackgroundView.java │   │   │   │   ├── [1.1K] NotificationBigMediaNarrowViewWrapper.java │   │   │   │   ├── [1.1K] NotificationBigPictureViewWrapper.java │   │   │   │   ├── [ 16K] NotificationContentView.java │   │   │   │   ├── [1.4K] NotificationCustomViewWrapper.java │   │   │   │   ├── [ 12K] NotificationData.java │   │   │   │   ├── [2.8K] NotificationGuts.java │   │   │   │   ├── [1.1K] NotificationMediaViewWrapper.java │   │   │   │   ├── [2.6K] NotificationOverflowContainer.java │   │   │   │   ├── [2.6K] NotificationOverflowIconsView.java │   │   │   │   ├── [9.8K] NotificationTemplateViewWrapper.java │   │   │   │   ├── [2.6K] NotificationViewWrapper.java │   │   │   │   ├── [4.0K] phone │   │   │   │   │   ├── [1.3K] ActivityStarter.java │   │   │   │   │   ├── [9.0K] BarTransitions.java │   │   │   │   │   ├── [1.3K] BounceInterpolator.java │   │   │   │   │   ├── [6.3K] DemoStatusIcons.java │   │   │   │   │   ├── [7.2K] DozeParameters.java │   │   │   │   │   ├── [9.5K] DozeScrimController.java │   │   │   │   │   ├── [ 11K] FingerprintUnlockController.java │   │   │   │   │   ├── [6.7K] HeadsUpTouchHelper.java │   │   │   │   │   ├── [2.7K] IconMerger.java │   │   │   │   │   ├── [ 22K] KeyguardAffordanceHelper.java │   │   │   │   │   ├── [ 26K] KeyguardBottomAreaView.java │   │   │   │   │   ├── [8.7K] KeyguardBouncer.java │   │   │   │   │   ├── [8.1K] KeyguardClockPositionAlgorithm.java │   │   │   │   │   ├── [2.1K] KeyguardIndicationTextView.java │   │   │   │   │   ├── [2.1K] KeyguardPreviewContainer.java │   │   │   │   │   ├── [9.4K] KeyguardStatusBarView.java │   │   │   │   │   ├── [ 12K] LockIcon.java │   │   │   │   │   ├── [6.0K] MultiUserSwitch.java │   │   │   │   │   ├── [4.4K] NavigationBarTransitions.java │   │   │   │   │   ├── [ 25K] NavigationBarView.java │   │   │   │   │   ├── [4.1K] NavigationBarViewTaskSwitchHelper.java │   │   │   │   │   ├── [4.3K] NoisyVelocityTracker.java │   │   │   │   │   ├── [8.3K] NotificationGroupManager.java │   │   │   │   │   ├── [ 96K] NotificationPanelView.java │   │   │   │   │   ├── [4.0K] NotificationsQuickSettingsContainer.java │   │   │   │   │   ├── [4.6K] ObservableScrollView.java │   │   │   │   │   ├── [8.6K] PanelBar.java │   │   │   │   │   ├── [2.5K] PanelHolder.java │   │   │   │   │   ├── [ 39K] PanelView.java │   │   │   │   │   ├── [172K] PhoneStatusBar.java │   │   │   │   │   ├── [ 17K] PhoneStatusBarPolicy.java │   │   │   │   │   ├── [4.2K] PhoneStatusBarTransitions.java │   │   │   │   │   ├── [6.3K] PhoneStatusBarView.java │   │   │   │   │   ├── [2.0K] PlatformVelocityTracker.java │   │   │   │   │   ├── [ 10K] QSTileHost.java │   │   │   │   │   ├── [ 18K] ScrimController.java │   │   │   │   │   ├── [5.6K] SettingsButton.java │   │   │   │   │   ├── [ 33K] StatusBarHeaderView.java │   │   │   │   │   ├── [ 18K] StatusBarIconController.java │   │   │   │   │   ├── [ 19K] StatusBarKeyguardViewManager.java │   │   │   │   │   ├── [ 13K] StatusBarWindowManager.java │   │   │   │   │   ├── [ 11K] StatusBarWindowView.java │   │   │   │   │   ├── [2.2K] SystemUIDialog.java │   │   │   │   │   ├── [ 10K] TrustDrawable.java │   │   │   │   │   ├── [5.4K] UnlockMethodCache.java │   │   │   │   │   ├── [7.6K] UserAvatarView.java │   │   │   │   │   ├── [1.4K] VelocityTrackerFactory.java │   │   │   │   │   └── [1.0K] VelocityTrackerInterface.java │   │   │   │   ├── [4.0K] policy │   │   │   │   │   ├── [1.4K] AccessibilityContentDescriptions.java │   │   │   │   │   ├── [3.1K] AccessibilityController.java │   │   │   │   │   ├── [5.7K] AccessPointControllerImpl.java │   │   │   │   │   ├── [4.6K] BatteryController.java │   │   │   │   │   ├── [8.6K] BluetoothControllerImpl.java │   │   │   │   │   ├── [1.4K] BluetoothController.java │   │   │   │   │   ├── [4.2K] BrightnessMirrorController.java │   │   │   │   │   ├── [6.8K] CallbackHandler.java │   │   │   │   │   ├── [ 12K] CastControllerImpl.java │   │   │   │   │   ├── [1.4K] CastController.java │   │   │   │   │   ├── [8.8K] Clock.java │   │   │   │   │   ├── [3.7K] DateView.java │   │   │   │   │   ├── [5.3K] DeadZone.java │   │   │   │   │   ├── [ 874] EthernetIcons.java │   │   │   │   │   ├── [2.3K] EthernetSignalController.java │   │   │   │   │   ├── [8.1K] FlashlightController.java │   │   │   │   │   ├── [ 24K] HeadsUpManager.java │   │   │   │   │   ├── [5.0K] HotspotControllerImpl.java │   │   │   │   │   ├── [ 991] HotspotController.java │   │   │   │   │   ├── [ 11K] KeyButtonRipple.java │   │   │   │   │   ├── [8.4K] KeyButtonView.java │   │   │   │   │   ├── [3.3K] KeyguardMonitor.java │   │   │   │   │   ├── [ 11K] KeyguardUserSwitcher.java │   │   │   │   │   ├── [3.6K] KeyguardUserSwitcherScrim.java │   │   │   │   │   ├── [ 815] Listenable.java │   │   │   │   │   ├── [8.8K] LocationControllerImpl.java │   │   │   │   │   ├── [1.4K] LocationController.java │   │   │   │   │   ├── [9.6K] MobileDataControllerImpl.java │   │   │   │   │   ├── [ 23K] MobileSignalController.java │   │   │   │   │   ├── [ 35K] NetworkControllerImpl.java │   │   │   │   │   ├── [3.6K] NetworkController.java │   │   │   │   │   ├── [2.8K] NextAlarmController.java │   │   │   │   │   ├── [6.8K] PreviewInflater.java │   │   │   │   │   ├── [6.1K] RemoteInputView.java │   │   │   │   │   ├── [3.0K] RotationLockControllerImpl.java │   │   │   │   │   ├── [1.2K] RotationLockController.java │   │   │   │   │   ├── [1.2K] ScrollAdapter.java │   │   │   │   │   ├── [9.2K] SecurityControllerImpl.java │   │   │   │   │   ├── [1.2K] SecurityController.java │   │   │   │   │   ├── [1.9K] SignalCallbackAdapter.java │   │   │   │   │   ├── [ 11K] SignalController.java │   │   │   │   │   ├── [5.1K] SplitClockView.java │   │   │   │   │   ├── [ 16K] TelephonyIcons.java │   │   │   │   │   ├── [8.0K] UserInfoController.java │   │   │   │   │   ├── [ 26K] UserSwitcherController.java │   │   │   │   │   ├── [2.0K] WifiIcons.java │   │   │   │   │   ├── [7.9K] WifiSignalController.java │   │   │   │   │   ├── [9.7K] ZenModeControllerImpl.java │   │   │   │   │   └── [1.8K] ZenModeController.java │   │   │   │   ├── [3.8K] ScrimView.java │   │   │   │   ├── [ 11K] ServiceMonitor.java │   │   │   │   ├── [ 21K] SignalClusterView.java │   │   │   │   ├── [4.1K] SpeedBumpView.java │   │   │   │   ├── [4.0K] stack │   │   │   │   │   ├── [5.4K] AmbientState.java │   │   │   │   │   ├── [4.4K] AnimationFilter.java │   │   │   │   │   ├── [1.7K] HeadsUpAppearInterpolator.java │   │   │   │   │   ├── [ 16K] NotificationChildrenContainer.java │   │   │   │   │   ├── [118K] NotificationStackScrollLayout.java │   │   │   │   │   ├── [4.7K] PiecewiseLinearIndentationFunctor.java │   │   │   │   │   ├── [3.6K] StackIndentationFunctor.java │   │   │   │   │   ├── [ 45K] StackScrollAlgorithm.java │   │   │   │   │   ├── [9.3K] StackScrollState.java │   │   │   │   │   ├── [ 46K] StackStateAnimator.java │   │   │   │   │   ├── [2.7K] StackViewState.java │   │   │   │   │   └── [1.6K] ViewState.java │   │   │   │   ├── [4.1K] StackScrollerDecorView.java │   │   │   │   ├── [9.7K] StatusBarIconView.java │   │   │   │   ├── [1.2K] StatusBarState.java │   │   │   │   ├── [3.9K] SystemBars.java │   │   │   │   └── [4.0K] tv │   │   │   │   └── [4.4K] TvStatusBar.java │   │   │   ├── [ 21K] SwipeHelper.java │   │   │   ├── [5.3K] SystemUIApplication.java │   │   │   ├── [1.5K] SystemUI.java │   │   │   ├── [1.7K] SystemUIService.java │   │   │   ├── [1.1K] SysUIToast.java │   │   │   ├── [4.0K] tuner │   │   │   │   ├── [1.5K] AutoScrollView.java │   │   │   │   ├── [7.2K] DemoModeFragment.java │   │   │   │   ├── [ 19K] QsTuner.java │   │   │   │   ├── [2.5K] StatusBarSwitch.java │   │   │   │   ├── [ 997] TunerActivity.java │   │   │   │   ├── [7.7K] TunerFragment.java │   │   │   │   └── [9.0K] TunerService.java │   │   │   ├── [4.0K] usb │   │   │   │   ├── [ 28K] StorageNotification.java │   │   │   │   ├── [3.5K] UsbAccessoryUriActivity.java │   │   │   │   ├── [6.7K] UsbConfirmActivity.java │   │   │   │   ├── [4.6K] UsbDebuggingActivity.java │   │   │   │   ├── [3.1K] UsbDebuggingSecondaryUserActivity.java │   │   │   │   ├── [2.5K] UsbDisconnectedReceiver.java │   │   │   │   ├── [6.6K] UsbPermissionActivity.java │   │   │   │   ├── [5.1K] UsbResolverActivity.java │   │   │   │   └── [ 11K] UsbStorageActivity.java │   │   │   ├── [3.6K] ViewInvertHelper.java │   │   │   └── [4.0K] volume │   │   │   ├── [ 766] D.java │   │   │   ├── [8.9K] Events.java │   │   │   ├── [1.8K] IconPulser.java │   │   │   ├── [1.4K] Interaction.java │   │   │   ├── [ 14K] MediaSessions.java │   │   │   ├── [3.7K] SafetyWarningDialog.java │   │   │   ├── [4.1K] SegmentedButtons.java │   │   │   ├── [2.4K] SpTexts.java │   │   │   ├── [6.4K] Util.java │   │   │   ├── [1.1K] VolumeComponent.java │   │   │   ├── [4.4K] VolumeDialogComponent.java │   │   │   ├── [ 40K] VolumeDialogController.java │   │   │   ├── [ 46K] VolumeDialog.java │   │   │   ├── [ 11K] VolumeDialogMotion.java │   │   │   ├── [3.0K] VolumePrefs.java │   │   │   ├── [ 10K] VolumeUI.java │   │   │   ├── [4.9K] ZenFooter.java │   │   │   └── [ 40K] ZenModePanel.java │   │   └── [4.0K] tests │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [1.4K] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] layout │   │   │   └── [1.2K] main.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] systemui │   │   ├── [ 60] EventLogTags.logtags -> ../../../../../src/com/android/systemui/EventLogTags.logtags │   │   ├── [4.0K] screenshot │   │   │   ├── [1.0K] ScreenshotStubActivity.java │   │   │   └── [5.2K] ScreenshotTest.java │   │   ├── [4.0K] statusbar │   │   │   └── [4.0K] policy │   │   │   ├── [7.8K] CallbackHandlerTest.java │   │   │   ├── [ 13K] NetworkControllerBaseTest.java │   │   │   ├── [5.7K] NetworkControllerDataTest.java │   │   │   ├── [1.6K] NetworkControllerEthernetTest.java │   │   │   ├── [ 18K] NetworkControllerSignalTest.java │   │   │   └── [7.7K] NetworkControllerWifiTest.java │   │   └── [1.1K] SysuiTestCase.java │   ├── [4.0K] VpnDialogs │   │   ├── [1.7K] AndroidManifest.xml │   │   ├── [ 866] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [ 943] ic_vpn_dialog.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [ 629] ic_vpn_dialog.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [1.0K] ic_vpn_dialog.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   └── [1.2K] ic_vpn_dialog.png │   │   │   ├── [4.0K] drawable-xxxhdpi │   │   │   │   └── [1.8K] ic_vpn_dialog.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.2K] confirm.xml │   │   │   │   └── [1.8K] manage.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [2.4K] strings.xml │   │   │   │   └── [1.1K] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-az-rAZ │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-bn-rBD │   │   │   │   └── [2.5K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [2.3K] strings.xml │   │   │   ├── [4.0K] values-en-rAU │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-eu-rES │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-gl-rES │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-gu-rIN │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-is-rIS │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-kk-rKZ │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [2.5K] strings.xml │   │   │   ├── [4.0K] values-kn-rIN │   │   │   │   └── [2.5K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-ky-rKG │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [2.6K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-mk-rMK │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-ml-rIN │   │   │   │   └── [2.5K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-mr-rIN │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-my-rMM │   │   │   │   └── [2.5K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-ne-rNP │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-pa-rIN │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-si-rLK │   │   │   │   └── [2.2K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-sq-rAL │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-ta-rIN │   │   │   │   └── [2.5K] strings.xml │   │   │   ├── [4.0K] values-te-rIN │   │   │   │   └── [2.5K] strings.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [2.4K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-ur-rPK │   │   │   │   └── [2.1K] strings.xml │   │   │   ├── [4.0K] values-uz-rUZ │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [2.0K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [1.9K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [1.9K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [1.9K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] vpndialogs │   │   ├── [3.6K] ConfirmDialog.java │   │   └── [6.7K] ManageDialog.java │   ├── [4.0K] WallpaperCropper │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 451] Android.mk │   │   ├── [ 0] proguard.flags │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [1.3K] ic_actionbar_accept.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [1.2K] ic_actionbar_accept.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [1.6K] ic_actionbar_accept.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.4K] actionbar_set_wallpaper.xml │   │   │   │   └── [1.4K] wallpaper_cropper.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 893] config.xml │   │   │   │   ├── [1.3K] strings.xml │   │   │   │   └── [1.2K] styles.xml │   │   │   ├── [4.0K] values-af │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-am │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-ar │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-bg │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-ca │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-cs │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-da │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-el │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-en-rGB │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-en-rIN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-es │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-es-rUS │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-et-rEE │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fa │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fi │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hi │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-hr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hu │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-hy-rAM │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-in │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-it │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-iw │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ja │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ka-rGE │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-km-rKH │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-ko │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lo-rLA │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-lt │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-lv │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-mn-rMN │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-ms-rMY │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-nb │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-nl │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pl │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-pt-rPT │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ro │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-ru │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sk │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sl │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sv │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sw │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-sw600dp │   │   │   │   └── [ 739] config.xml │   │   │   ├── [4.0K] values-th │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-tl │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-tr │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-uk │   │   │   │   └── [1.2K] strings.xml │   │   │   ├── [4.0K] values-vi │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rCN │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rHK │   │   │   │   └── [1.1K] strings.xml │   │   │   ├── [4.0K] values-zh-rTW │   │   │   │   └── [1.1K] strings.xml │   │   │   └── [4.0K] values-zu │   │   │   └── [1.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   ├── [4.0K] gallery3d │   │   │   ├── [4.0K] common │   │   │   │   ├── [9.9K] BitmapUtils.java │   │   │   │   └── [ 11K] Utils.java │   │   │   ├── [4.0K] exif │   │   │   │   ├── [1.2K] ByteBufferInputStream.java │   │   │   │   ├── [3.6K] CountedDataInputStream.java │   │   │   │   ├── [9.7K] ExifData.java │   │   │   │   ├── [ 90K] ExifInterface.java │   │   │   │   ├── [ 797] ExifInvalidFormatException.java │   │   │   │   ├── [7.2K] ExifModifier.java │   │   │   │   ├── [ 20K] ExifOutputStream.java │   │   │   │   ├── [ 34K] ExifParser.java │   │   │   │   ├── [3.3K] ExifReader.java │   │   │   │   ├── [ 34K] ExifTag.java │   │   │   │   ├── [3.9K] IfdData.java │   │   │   │   ├── [1.1K] IfdId.java │   │   │   │   ├── [1.4K] JpegHeader.java │   │   │   │   ├── [1.8K] OrderedDataOutputStream.java │   │   │   │   └── [2.2K] Rational.java │   │   │   ├── [4.0K] glrenderer │   │   │   │   ├── [6.5K] BasicTexture.java │   │   │   │   ├── [1.6K] BitmapTexture.java │   │   │   │   ├── [8.4K] GLCanvas.java │   │   │   │   ├── [ 37K] GLES20Canvas.java │   │   │   │   ├── [1.2K] GLES20IdImpl.java │   │   │   │   ├── [1.2K] GLId.java │   │   │   │   ├── [1.1K] GLPaint.java │   │   │   │   ├── [2.0K] RawTexture.java │   │   │   │   ├── [1.4K] Texture.java │   │   │   │   └── [9.0K] UploadedTexture.java │   │   │   └── [4.0K] util │   │   │   └── [1.6K] IntArray.java │   │   ├── [4.0K] photos │   │   │   ├── [ 18K] BitmapRegionTileSource.java │   │   │   └── [4.0K] views │   │   │   ├── [ 14K] BlockingGLTextureView.java │   │   │   ├── [ 27K] TiledImageRenderer.java │   │   │   └── [ 12K] TiledImageView.java │   │   └── [4.0K] wallpapercropper │   │   ├── [ 11K] CropView.java │   │   └── [ 35K] WallpaperCropActivity.java │   └── [4.0K] WAPPushManager │   ├── [1.3K] AndroidManifest.xml │   ├── [ 531] Android.mk │   ├── [2.2K] CleanSpec.mk │   ├── [ 0] MODULE_LICENSE_APACHE2 │   ├── [ 10K] NOTICE │   ├── [ 616] proguard.flags │   ├── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] smspush │   │   └── [ 17K] WapPushManager.java │   └── [4.0K] tests │   ├── [2.8K] AndroidManifest.xml │   ├── [1.2K] Android.mk │   ├── [4.0K] res │   │   ├── [4.0K] drawable-hdpi │   │   │   └── [4.0K] icon.png │   │   ├── [4.0K] drawable-ldpi │   │   │   └── [1.7K] icon.png │   │   ├── [4.0K] drawable-mdpi │   │   │   └── [2.5K] icon.png │   │   └── [4.0K] layout │   │   └── [3.6K] main.xml │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] smspush │   └── [4.0K] unitTests │   ├── [7.2K] ClientTest.java │   ├── [3.2K] DataVerify.java │   ├── [1.6K] DrmReceiver.java │   ├── [ 889] IDataVerify.aidl │   ├── [1.5K] ReceiverActivity.java │   ├── [1.7K] ReceiverService.java │   └── [ 91K] WapPushTest.java ├── [140K] preloaded-classes ├── [4.0K] rs │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] renderscript │   │   ├── [ 11K] AllocationAdapter.java │   │   ├── [ 92K] Allocation.java │   │   ├── [5.3K] BaseObj.java │   │   ├── [7.1K] Byte2.java │   │   ├── [8.0K] Byte3.java │   │   ├── [8.8K] Byte4.java │   │   ├── [7.0K] Double2.java │   │   ├── [7.7K] Double3.java │   │   ├── [8.5K] Double4.java │   │   ├── [ 36K] Element.java │   │   ├── [ 19K] FieldPacker.java │   │   ├── [9.1K] FileA3D.java │   │   ├── [6.9K] Float2.java │   │   ├── [7.7K] Float3.java │   │   ├── [8.4K] Float4.java │   │   ├── [8.5K] Font.java │   │   ├── [7.8K] Int2.java │   │   ├── [8.7K] Int3.java │   │   ├── [9.6K] Int4.java │   │   ├── [7.9K] Long2.java │   │   ├── [8.8K] Long3.java │   │   ├── [9.7K] Long4.java │   │   ├── [4.7K] Matrix2f.java │   │   ├── [8.0K] Matrix3f.java │   │   ├── [ 14K] Matrix4f.java │   │   ├── [ 26K] Mesh.java │   │   ├── [ 271] package.html │   │   ├── [ 11K] ProgramFragmentFixedFunction.java │   │   ├── [3.5K] ProgramFragment.java │   │   ├── [ 12K] Program.java │   │   ├── [4.2K] ProgramRaster.java │   │   ├── [ 14K] ProgramStore.java │   │   ├── [9.3K] ProgramVertexFixedFunction.java │   │   ├── [5.6K] ProgramVertex.java │   │   ├── [1.2K] RenderScriptCacheDir.java │   │   ├── [9.9K] RenderScriptGL.java │   │   ├── [ 64K] RenderScript.java │   │   ├── [ 872] RSDriverException.java │   │   ├── [ 889] RSIllegalArgumentException.java │   │   ├── [ 884] RSInvalidStateException.java │   │   ├── [ 882] RSRuntimeException.java │   │   ├── [4.8K] RSSurfaceView.java │   │   ├── [5.5K] RSTextureView.java │   │   ├── [ 11K] Sampler.java │   │   ├── [4.6K] ScriptC.java │   │   ├── [ 36K] ScriptGroup.java │   │   ├── [3.2K] ScriptIntrinsic3DLUT.java │   │   ├── [169K] ScriptIntrinsicBLAS.java │   │   ├── [ 17K] ScriptIntrinsicBlend.java │   │   ├── [3.4K] ScriptIntrinsicBlur.java │   │   ├── [8.7K] ScriptIntrinsicColorMatrix.java │   │   ├── [4.1K] ScriptIntrinsicConvolve3x3.java │   │   ├── [4.2K] ScriptIntrinsicConvolve5x5.java │   │   ├── [7.5K] ScriptIntrinsicHistogram.java │   │   ├── [1.1K] ScriptIntrinsic.java │   │   ├── [4.3K] ScriptIntrinsicLUT.java │   │   ├── [3.6K] ScriptIntrinsicResize.java │   │   ├── [2.5K] ScriptIntrinsicYuvToRGB.java │   │   ├── [ 17K] Script.java │   │   ├── [8.2K] Short2.java │   │   ├── [9.2K] Short3.java │   │   ├── [ 10K] Short4.java │   │   └── [ 13K] Type.java │   └── [4.0K] jni │   ├── [ 983] Android.mk │   └── [105K] android_renderscript_RenderScript.cpp ├── [4.0K] samples │   └── [4.0K] training │   └── [4.0K] network-usage │   ├── [1.8K] AndroidManifest.xml │   ├── [ 666] README.txt │   ├── [4.0K] res │   │   ├── [4.0K] drawable-hdpi │   │   │   └── [4.0K] ic_launcher.png │   │   ├── [4.0K] drawable-ldpi │   │   │   └── [1.7K] ic_launcher.png │   │   ├── [4.0K] drawable-mdpi │   │   │   └── [2.5K] ic_launcher.png │   │   ├── [4.0K] layout │   │   │   └── [ 426] main.xml │   │   ├── [4.0K] menu │   │   │   └── [ 888] mainmenu.xml │   │   ├── [4.0K] values │   │   │   ├── [ 915] arrays.xml │   │   │   └── [1.3K] strings.xml │   │   └── [4.0K] xml │   │   └── [1.2K] preferences.xml │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] example │   └── [4.0K] android │   └── [4.0K] networkusage │   ├── [ 13K] NetworkActivity.java │   ├── [2.5K] SettingsActivity.java │   └── [6.1K] StackOverflowXmlParser.java ├── [4.0K] sax │   ├── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] sax │   │   ├── [1.0K] BadXmlException.java │   │   ├── [3.0K] Children.java │   │   ├── [6.3K] Element.java │   │   ├── [ 797] ElementListener.java │   │   ├── [ 801] EndElementListener.java │   │   ├── [ 895] EndTextElementListener.java │   │   ├── [ 105] package.html │   │   ├── [6.0K] RootElement.java │   │   ├── [ 919] StartElementListener.java │   │   └── [ 810] TextElementListener.java │   └── [4.0K] tests │   └── [4.0K] saxtests │   ├── [1.6K] AndroidManifest.xml │   ├── [ 317] Android.mk │   ├── [4.0K] res │   │   └── [4.0K] raw │   │   └── [102K] youtube.xml │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] sax │   ├── [4.3K] ExpatPerformanceTest.java │   └── [ 19K] SafeSaxTest.java ├── [4.0K] services │   ├── [4.0K] accessibility │   │   ├── [ 192] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] accessibility │   │   ├── [ 13K] AccessibilityInputFilter.java │   │   ├── [173K] AccessibilityManagerService.java │   │   ├── [6.3K] DisplayAdjustmentUtils.java │   │   ├── [3.6K] EventStreamTransformation.java │   │   ├── [3.8K] GestureUtils.java │   │   ├── [ 49K] ScreenMagnifier.java │   │   └── [ 79K] TouchExplorer.java │   ├── [1.8K] Android.mk │   ├── [4.0K] appwidget │   │   ├── [ 227] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] appwidget │   │   ├── [164K] AppWidgetServiceImpl.java │   │   └── [1.4K] AppWidgetService.java │   ├── [4.0K] backup │   │   ├── [ 224] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] backup │   │   ├── [431K] BackupManagerService.java │   │   ├── [2.5K] FullBackupJob.java │   │   ├── [4.4K] KeyValueBackupJob.java │   │   ├── [ 27K] PackageManagerBackupAgent.java │   │   └── [ 12K] Trampoline.java │   ├── [4.0K] core │   │   ├── [ 386] Android.mk │   │   ├── [4.0K] java │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] server │   │   │   ├── [4.0K] accounts │   │   │   │   ├── [4.0K] AccountAuthenticatorCache.java │   │   │   │   ├── [183K] AccountManagerService.java │   │   │   │   ├── [2.6K] IAccountAuthenticatorCache.java │   │   │   │   └── [7.3K] TokenCache.java │   │   │   ├── [106K] AlarmManagerService.java │   │   │   ├── [4.0K] am │   │   │   │   ├── [124K] ActiveServices.java │   │   │   │   ├── [8.1K] ActivityManagerDebugConfig.java │   │   │   │   ├── [878K] ActivityManagerService.java │   │   │   │   ├── [ 56K] ActivityRecord.java │   │   │   │   ├── [1.1K] ActivityResult.java │   │   │   │   ├── [197K] ActivityStack.java │   │   │   │   ├── [205K] ActivityStackSupervisor.java │   │   │   │   ├── [2.1K] AppBindRecord.java │   │   │   │   ├── [4.1K] AppErrorDialog.java │   │   │   │   ├── [1.1K] AppErrorResult.java │   │   │   │   ├── [5.4K] AppNotRespondingDialog.java │   │   │   │   ├── [4.3K] AppTimeTracker.java │   │   │   │   ├── [2.5K] AppWaitingForDebuggerDialog.java │   │   │   │   ├── [2.0K] BackupRecord.java │   │   │   │   ├── [2.7K] BaseErrorDialog.java │   │   │   │   ├── [ 49K] BatteryStatsService.java │   │   │   │   ├── [2.4K] BroadcastFilter.java │   │   │   │   ├── [ 65K] BroadcastQueue.java │   │   │   │   ├── [ 12K] BroadcastRecord.java │   │   │   │   ├── [3.6K] CompatModeDialog.java │   │   │   │   ├── [ 15K] CompatModePackages.java │   │   │   │   ├── [4.0K] ConnectionRecord.java │   │   │   │   ├── [2.8K] ContentProviderConnection.java │   │   │   │   ├── [9.7K] ContentProviderRecord.java │   │   │   │   ├── [6.3K] CoreSettingsObserver.java │   │   │   │   ├── [2.7K] DumpHeapProvider.java │   │   │   │   ├── [5.5K] EventLogTags.logtags │   │   │   │   ├── [1.6K] FactoryErrorDialog.java │   │   │   │   ├── [3.9K] IntentBindRecord.java │   │   │   │   ├── [2.5K] LaunchWarningWindow.java │   │   │   │   ├── [3.2K] LockTaskNotify.java │   │   │   │   ├── [ 11K] NativeCrashListener.java │   │   │   │   ├── [ 25] package.html │   │   │   │   ├── [ 16K] PendingIntentRecord.java │   │   │   │   ├── [ 32K] ProcessList.java │   │   │   │   ├── [1.1K] ProcessMemInfo.java │   │   │   │   ├── [ 33K] ProcessRecord.java │   │   │   │   ├── [ 45K] ProcessStatsService.java │   │   │   │   ├── [ 16K] ProviderMap.java │   │   │   │   ├── [3.8K] ReceiverList.java │   │   │   │   ├── [ 25K] RecentTasks.java │   │   │   │   ├── [ 26K] ServiceRecord.java │   │   │   │   ├── [3.6K] StrictModeViolationDialog.java │   │   │   │   ├── [ 25K] TaskPersister.java │   │   │   │   ├── [ 55K] TaskRecord.java │   │   │   │   ├── [1.7K] UidRecord.java │   │   │   │   ├── [ 13K] UriPermission.java │   │   │   │   ├── [4.4K] UriPermissionOwner.java │   │   │   │   ├── [2.3K] UserState.java │   │   │   │   └── [4.3K] UserSwitchingDialog.java │   │   │   ├── [ 16K] AnyMotionDetector.java │   │   │   ├── [ 71K] AppOpsService.java │   │   │   ├── [ 27K] AssetAtlasService.java │   │   │   ├── [4.5K] AttributeCache.java │   │   │   ├── [4.0K] audio │   │   │   │   ├── [262K] AudioService.java │   │   │   │   ├── [ 12K] FocusRequester.java │   │   │   │   ├── [ 96K] MediaFocusControl.java │   │   │   │   ├── [ 12K] PlayerRecord.java │   │   │   │   └── [7.3K] RotationHelper.java │   │   │   ├── [ 38K] BatteryService.java │   │   │   ├── [ 77K] BluetoothManagerService.java │   │   │   ├── [1.7K] BluetoothService.java │   │   │   ├── [1.0K] BrickReceiver.java │   │   │   ├── [4.0K] camera │   │   │   │   └── [ 12K] CameraService.java │   │   │   ├── [5.0K] CertBlacklister.java │   │   │   ├── [4.0K] clipboard │   │   │   │   └── [ 16K] ClipboardService.java │   │   │   ├── [ 15K] CommonTimeManagementService.java │   │   │   ├── [4.0K] connectivity │   │   │   │   ├── [6.1K] DataConnectionStats.java │   │   │   │   ├── [5.0K] KeepalivePacketData.java │   │   │   │   ├── [ 14K] KeepaliveTracker.java │   │   │   │   ├── [ 11K] Nat464Xlat.java │   │   │   │   ├── [ 14K] NetworkAgentInfo.java │   │   │   │   ├── [ 22K] NetworkDiagnostics.java │   │   │   │   ├── [ 40K] NetworkMonitor.java │   │   │   │   ├── [ 13K] PacManager.java │   │   │   │   ├── [ 10K] PermissionMonitor.java │   │   │   │   ├── [ 71K] Tethering.java │   │   │   │   └── [ 54K] Vpn.java │   │   │   ├── [205K] ConnectivityService.java │   │   │   ├── [3.8K] ConsumerIrService.java │   │   │   ├── [4.0K] content │   │   │   │   ├── [2.2K] AppIdleMonitor.java │   │   │   │   ├── [ 48K] ContentService.java │   │   │   │   ├── [157K] SyncManager.java │   │   │   │   ├── [ 15K] SyncOperation.java │   │   │   │   ├── [ 11K] SyncQueue.java │   │   │   │   └── [113K] SyncStorageEngine.java │   │   │   ├── [6.8K] CountryDetectorService.java │   │   │   ├── [ 84K] DeviceIdleController.java │   │   │   ├── [3.7K] DiskStatsService.java │   │   │   ├── [4.0K] display │   │   │   │   ├── [ 32K] AutomaticBrightnessController.java │   │   │   │   ├── [ 27K] ColorFade.java │   │   │   │   ├── [4.8K] DisplayAdapter.java │   │   │   │   ├── [ 813] DisplayBlanker.java │   │   │   │   ├── [ 14K] DisplayDeviceInfo.java │   │   │   │   ├── [8.2K] DisplayDevice.java │   │   │   │   ├── [ 64K] DisplayManagerService.java │   │   │   │   ├── [ 52K] DisplayPowerController.java │   │   │   │   ├── [ 15K] DisplayPowerState.java │   │   │   │   ├── [ 29K] LocalDisplayAdapter.java │   │   │   │   ├── [ 18K] LogicalDisplay.java │   │   │   │   ├── [ 19K] OverlayDisplayAdapter.java │   │   │   │   ├── [ 14K] OverlayDisplayWindow.java │   │   │   │   ├── [9.9K] PersistentDataStore.java │   │   │   │   ├── [6.0K] RampAnimator.java │   │   │   │   ├── [ 15K] VirtualDisplayAdapter.java │   │   │   │   ├── [ 24K] WifiDisplayAdapter.java │   │   │   │   └── [ 44K] WifiDisplayController.java │   │   │   ├── [1.8K] DisplayThread.java │   │   │   ├── [ 11K] DockObserver.java │   │   │   ├── [4.0K] dreams │   │   │   │   ├── [ 12K] DreamController.java │   │   │   │   └── [ 24K] DreamManagerService.java │   │   │   ├── [ 31K] DropBoxManagerService.java │   │   │   ├── [8.0K] EntropyMixer.java │   │   │   ├── [ 11K] EventLogTags.logtags │   │   │   ├── [1.9K] FgThread.java │   │   │   ├── [4.0K] fingerprint │   │   │   │   ├── [ 44K] FingerprintService.java │   │   │   │   ├── [9.1K] FingerprintsUserState.java │   │   │   │   └── [3.2K] FingerprintUtils.java │   │   │   ├── [4.0K] firewall │   │   │   │   ├── [1.6K] AndFilter.java │   │   │   │   ├── [2.0K] CategoryFilter.java │   │   │   │   ├── [1.1K] FilterFactory.java │   │   │   │   ├── [1.4K] Filter.java │   │   │   │   ├── [1.4K] FilterList.java │   │   │   │   ├── [ 23K] IntentFirewall.java │   │   │   │   ├── [2.1K] NotFilter.java │   │   │   │   ├── [1.6K] OrFilter.java │   │   │   │   ├── [4.1K] PortFilter.java │   │   │   │   ├── [4.7K] SenderFilter.java │   │   │   │   ├── [2.3K] SenderPackageFilter.java │   │   │   │   ├── [2.2K] SenderPermissionFilter.java │   │   │   │   └── [ 12K] StringFilter.java │   │   │   ├── [ 16K] GestureLauncherService.java │   │   │   ├── [9.2K] GraphicsStatsService.java │   │   │   ├── [4.0K] hdmi │   │   │   │   ├── [4.0K] ActiveSourceHandler.java │   │   │   │   ├── [ 12K] Constants.java │   │   │   │   ├── [5.4K] DelayedMessageBuffer.java │   │   │   │   ├── [ 14K] DeviceDiscoveryAction.java │   │   │   │   ├── [3.5K] DevicePowerStatusAction.java │   │   │   │   ├── [7.7K] DeviceSelectAction.java │   │   │   │   ├── [1.6K] HdmiAnnotations.java │   │   │   │   ├── [ 24K] HdmiCecController.java │   │   │   │   ├── [9.1K] HdmiCecFeatureAction.java │   │   │   │   ├── [ 25K] HdmiCecKeycode.java │   │   │   │   ├── [ 33K] HdmiCecLocalDevice.java │   │   │   │   ├── [ 15K] HdmiCecLocalDevicePlayback.java │   │   │   │   ├── [ 72K] HdmiCecLocalDeviceTv.java │   │   │   │   ├── [ 22K] HdmiCecMessageBuilder.java │   │   │   │   ├── [3.2K] HdmiCecMessageCache.java │   │   │   │   ├── [9.9K] HdmiCecMessage.java │   │   │   │   ├── [ 15K] HdmiCecMessageValidator.java │   │   │   │   ├── [6.9K] HdmiCecStandbyModeHandler.java │   │   │   │   ├── [2.7K] HdmiConfig.java │   │   │   │   ├── [ 85K] HdmiControlService.java │   │   │   │   ├── [4.5K] HdmiLogger.java │   │   │   │   ├── [4.3K] HdmiMhlControllerStub.java │   │   │   │   ├── [1.1K] HdmiMhlLocalDeviceStub.java │   │   │   │   ├── [ 10K] HdmiUtils.java │   │   │   │   ├── [8.9K] HotplugDetectionAction.java │   │   │   │   ├── [8.2K] NewDeviceAction.java │   │   │   │   ├── [5.2K] OneTouchPlayAction.java │   │   │   │   ├── [4.9K] OneTouchRecordAction.java │   │   │   │   ├── [5.4K] PowerStatusMonitorAction.java │   │   │   │   ├── [3.4K] RequestArcAction.java │   │   │   │   ├── [1.9K] RequestArcInitiationAction.java │   │   │   │   ├── [1.9K] RequestArcTerminationAction.java │   │   │   │   ├── [8.5K] RoutingControlAction.java │   │   │   │   ├── [7.2K] SendKeyAction.java │   │   │   │   ├── [5.4K] SetArcTransmissionStateAction.java │   │   │   │   ├── [2.6K] SystemAudioActionFromAvr.java │   │   │   │   ├── [1.7K] SystemAudioActionFromTv.java │   │   │   │   ├── [8.1K] SystemAudioAction.java │   │   │   │   ├── [3.7K] SystemAudioAutoInitiationAction.java │   │   │   │   ├── [4.2K] SystemAudioStatusAction.java │   │   │   │   ├── [6.3K] TimerRecordingAction.java │   │   │   │   ├── [1.5K] UnmodifiableSparseArray.java │   │   │   │   ├── [1.5K] UnmodifiableSparseIntArray.java │   │   │   │   └── [7.1K] VolumeControlAction.java │   │   │   ├── [ 831] INativeDaemonConnectorCallbacks.java │   │   │   ├── [4.0K] input │   │   │   │   ├── [1.6K] InputApplicationHandle.java │   │   │   │   ├── [ 76K] InputManagerService.java │   │   │   │   ├── [3.0K] InputWindowHandle.java │   │   │   │   └── [ 21K] PersistentDataStore.java │   │   │   ├── [166K] InputMethodManagerService.java │   │   │   ├── [ 30K] IntentResolver.java │   │   │   ├── [1.7K] IoThread.java │   │   │   ├── [4.0K] job │   │   │   │   ├── [4.0K] controllers │   │   │   │   │   ├── [6.2K] AppIdleController.java │   │   │   │   │   ├── [7.9K] BatteryController.java │   │   │   │   │   ├── [8.1K] ConnectivityController.java │   │   │   │   │   ├── [7.2K] IdleController.java │   │   │   │   │   ├── [9.8K] JobStatus.java │   │   │   │   │   ├── [2.2K] StateController.java │   │   │   │   │   └── [ 12K] TimeController.java │   │   │   │   ├── [1.1K] JobCompletedListener.java │   │   │   │   ├── [ 38K] JobSchedulerService.java │   │   │   │   ├── [ 24K] JobServiceContext.java │   │   │   │   ├── [ 29K] JobStore.java │   │   │   │   └── [1.5K] StateChangedListener.java │   │   │   ├── [4.0K] lights │   │   │   │   ├── [1.4K] Light.java │   │   │   │   ├── [1.2K] LightsManager.java │   │   │   │   └── [5.1K] LightsService.java │   │   │   ├── [4.0K] location │   │   │   │   ├── [5.6K] ActivityRecognitionProxy.java │   │   │   │   ├── [ 18K] ComprehensiveCountryDetector.java │   │   │   │   ├── [2.1K] CountryDetectorBase.java │   │   │   │   ├── [ 19K] FlpHardwareProvider.java │   │   │   │   ├── [4.1K] FusedLocationHardwareSecure.java │   │   │   │   ├── [4.4K] FusedProxy.java │   │   │   │   ├── [3.6K] GeocoderProxy.java │   │   │   │   ├── [ 16K] GeofenceManager.java │   │   │   │   ├── [7.2K] GeofenceProxy.java │   │   │   │   ├── [3.6K] GeofenceState.java │   │   │   │   ├── [ 90K] GpsLocationProvider.java │   │   │   │   ├── [3.3K] GpsMeasurementsProvider.java │   │   │   │   ├── [3.4K] GpsNavigationMessageProvider.java │   │   │   │   ├── [3.5K] GpsStatusListenerHelper.java │   │   │   │   ├── [4.4K] GpsXtraDownloader.java │   │   │   │   ├── [8.9K] LocationBasedCountryDetector.java │   │   │   │   ├── [4.9K] LocationBlacklist.java │   │   │   │   ├── [ 14K] LocationFudger.java │   │   │   │   ├── [1.5K] LocationProviderInterface.java │   │   │   │   ├── [9.3K] LocationProviderProxy.java │   │   │   │   ├── [7.0K] LocationRequestStatistics.java │   │   │   │   ├── [4.3K] MockProvider.java │   │   │   │   ├── [3.3K] PassiveProvider.java │   │   │   │   └── [8.4K] RemoteListenerHelper.java │   │   │   ├── [109K] LocationManagerService.java │   │   │   ├── [ 33K] LockSettingsService.java │   │   │   ├── [ 21K] LockSettingsStorage.java │   │   │   ├── [6.1K] LockSettingsStrongAuth.java │   │   │   ├── [3.9K] MasterClearReceiver.java │   │   │   ├── [4.0K] media │   │   │   │   ├── [ 57K] MediaRouterService.java │   │   │   │   ├── [ 43K] MediaSessionRecord.java │   │   │   │   ├── [ 46K] MediaSessionService.java │   │   │   │   ├── [ 13K] MediaSessionStack.java │   │   │   │   ├── [4.0K] projection │   │   │   │   │   └── [ 23K] MediaProjectionManagerService.java │   │   │   │   ├── [ 14K] RemoteDisplayProviderProxy.java │   │   │   │   └── [8.3K] RemoteDisplayProviderWatcher.java │   │   │   ├── [ 21K] MmsServiceBroker.java │   │   │   ├── [4.1K] MountServiceIdler.java │   │   │   ├── [130K] MountService.java │   │   │   ├── [1.7K] NativeDaemonConnectorException.java │   │   │   ├── [ 24K] NativeDaemonConnector.java │   │   │   ├── [8.2K] NativeDaemonEvent.java │   │   │   ├── [ 966] NativeDaemonTimeoutException.java │   │   │   ├── [4.0K] net │   │   │   │   ├── [3.0K] DelayedDiskWrite.java │   │   │   │   ├── [ 14K] IpConfigStore.java │   │   │   │   ├── [ 14K] LockdownVpnTracker.java │   │   │   │   ├── [3.4K] NetworkIdentitySet.java │   │   │   │   ├── [109K] NetworkPolicyManagerService.java │   │   │   │   ├── [ 23K] NetworkStatsCollection.java │   │   │   │   ├── [ 15K] NetworkStatsRecorder.java │   │   │   │   └── [ 54K] NetworkStatsService.java │   │   │   ├── [ 96K] NetworkManagementService.java │   │   │   ├── [ 13K] NetworkScoreService.java │   │   │   ├── [ 12K] NetworkTimeUpdateService.java │   │   │   ├── [4.0K] notification │   │   │   │   ├── [ 13K] CalendarTracker.java │   │   │   │   ├── [ 15K] ConditionProviders.java │   │   │   │   ├── [6.3K] CountdownConditionProvider.java │   │   │   │   ├── [ 12K] EventConditionProvider.java │   │   │   │   ├── [1.3K] GlobalSortKeyComparator.java │   │   │   │   ├── [ 30K] ManagedServices.java │   │   │   │   ├── [1.9K] NotificationComparator.java │   │   │   │   ├── [1.7K] NotificationDelegate.java │   │   │   │   ├── [2.6K] NotificationIntrusivenessExtractor.java │   │   │   │   ├── [1.0K] NotificationManagerInternal.java │   │   │   │   ├── [153K] NotificationManagerService.java │   │   │   │   ├── [ 14K] NotificationRecord.java │   │   │   │   ├── [1.8K] NotificationSignalExtractor.java │   │   │   │   ├── [ 42K] NotificationUsageStats.java │   │   │   │   ├── [1.7K] PackagePriorityExtractor.java │   │   │   │   ├── [1.8K] PackageVisibilityExtractor.java │   │   │   │   ├── [1.2K] PropConfig.java │   │   │   │   ├── [1.1K] RankingConfig.java │   │   │   │   ├── [ 18K] RankingHelper.java │   │   │   │   ├── [2.6K] RankingReconsideration.java │   │   │   │   ├── [4.0K] ScheduleCalendar.java │   │   │   │   ├── [8.4K] ScheduleConditionProvider.java │   │   │   │   ├── [2.1K] SystemConditionProviderService.java │   │   │   │   ├── [ 18K] ValidateNotificationPeople.java │   │   │   │   ├── [9.1K] ZenLog.java │   │   │   │   ├── [7.7K] ZenModeConditions.java │   │   │   │   ├── [ 11K] ZenModeFiltering.java │   │   │   │   └── [ 31K] ZenModeHelper.java │   │   │   ├── [ 40K] NsdService.java │   │   │   ├── [4.0K] os │   │   │   │   └── [2.5K] SchedulingPolicyService.java │   │   │   ├── [ 17K] PersistentDataBlockService.java │   │   │   ├── [4.0K] pm │   │   │   │   ├── [3.8K] BackgroundDexOptService.java │   │   │   │   ├── [2.7K] BasePermission.java │   │   │   │   ├── [5.4K] CrossProfileIntentFilter.java │   │   │   │   ├── [1.3K] CrossProfileIntentResolver.java │   │   │   │   ├── [ 42K] DefaultPermissionGrantPolicy.java │   │   │   │   ├── [ 17K] Installer.java │   │   │   │   ├── [4.5K] InstructionSets.java │   │   │   │   ├── [2.2K] IntentFilterVerificationKey.java │   │   │   │   ├── [1.3K] IntentFilterVerificationResponse.java │   │   │   │   ├── [3.8K] IntentFilterVerificationState.java │   │   │   │   ├── [1.5K] KeySetHandle.java │   │   │   │   ├── [ 31K] KeySetManagerService.java │   │   │   │   ├── [ 20K] LauncherAppsService.java │   │   │   │   ├── [ 11K] PackageDexOptimizer.java │   │   │   │   ├── [ 52K] PackageInstallerService.java │   │   │   │   ├── [ 40K] PackageInstallerSession.java │   │   │   │   ├── [3.6K] PackageKeySetData.java │   │   │   │   ├── [1.3K] PackageManagerException.java │   │   │   │   ├── [728K] PackageManagerService.java │   │   │   │   ├── [ 17K] PackageSettingBase.java │   │   │   │   ├── [2.6K] PackageSetting.java │   │   │   │   ├── [8.5K] PackageSignatures.java │   │   │   │   ├── [ 893] PackageVerificationResponse.java │   │   │   │   ├── [5.3K] PackageVerificationState.java │   │   │   │   ├── [1.3K] PendingPackage.java │   │   │   │   ├── [ 22K] PermissionsState.java │   │   │   │   ├── [3.6K] PersistentPreferredActivity.java │   │   │   │   ├── [1.1K] PersistentPreferredIntentResolver.java │   │   │   │   ├── [2.7K] PreferredActivity.java │   │   │   │   ├── [9.7K] PreferredComponent.java │   │   │   │   ├── [1.3K] PreferredIntentResolver.java │   │   │   │   ├── [ 34K] SELinuxMMAC.java │   │   │   │   ├── [1.7K] SettingBase.java │   │   │   │   ├── [216K] Settings.java │   │   │   │   ├── [2.6K] SharedUserSetting.java │   │   │   │   └── [ 82K] UserManagerService.java │   │   │   ├── [4.0K] policy │   │   │   │   ├── [ 12K] BarController.java │   │   │   │   ├── [ 12K] BurnInProtectionHelper.java │   │   │   │   ├── [ 11K] EnableAccessibilityController.java │   │   │   │   ├── [ 46K] GlobalActions.java │   │   │   │   ├── [5.4K] GlobalKeyManager.java │   │   │   │   ├── [7.2K] IconUtilities.java │   │   │   │   ├── [ 13K] ImmersiveModeConfirmation.java │   │   │   │   ├── [4.0K] keyguard │   │   │   │   │   ├── [ 15K] KeyguardServiceDelegate.java │   │   │   │   │   ├── [6.8K] KeyguardServiceWrapper.java │   │   │   │   │   └── [3.5K] KeyguardStateMonitor.java │   │   │   │   ├── [1.2K] LogDecelerateInterpolator.java │   │   │   │   ├── [313K] PhoneWindowManager.java │   │   │   │   ├── [ 11K] PolicyControl.java │   │   │   │   ├── [5.1K] RecentApplicationsBackground.java │   │   │   │   ├── [6.9K] ShortcutManager.java │   │   │   │   ├── [7.3K] StatusBarController.java │   │   │   │   ├── [9.7K] SystemGesturesPointerEventListener.java │   │   │   │   ├── [2.9K] WakeGestureListener.java │   │   │   │   └── [ 48K] WindowOrientationListener.java │   │   │   ├── [4.0K] power │   │   │   │   ├── [ 27K] Notifier.java │   │   │   │   ├── [149K] PowerManagerService.java │   │   │   │   ├── [1.3K] ScreenOnBlocker.java │   │   │   │   ├── [ 29K] ShutdownThread.java │   │   │   │   ├── [1.4K] SuspendBlocker.java │   │   │   │   └── [ 15K] WirelessChargerDetector.java │   │   │   ├── [3.0K] RandomBlock.java │   │   │   ├── [4.6K] SamplingProfilerService.java │   │   │   ├── [4.0K] search │   │   │   │   ├── [ 18K] Searchables.java │   │   │   │   └── [ 11K] SearchManagerService.java │   │   │   ├── [2.1K] SerialService.java │   │   │   ├── [1.5K] ServiceThread.java │   │   │   ├── [ 14K] ServiceWatcher.java │   │   │   ├── [4.0K] statusbar │   │   │   │   ├── [1.1K] StatusBarManagerInternal.java │   │   │   │   └── [ 27K] StatusBarManagerService.java │   │   │   ├── [4.0K] storage │   │   │   │   ├── [ 795] DeviceStorageMonitorInternal.java │   │   │   │   └── [ 23K] DeviceStorageMonitorService.java │   │   │   ├── [ 17K] SystemConfig.java │   │   │   ├── [6.9K] SystemService.java │   │   │   ├── [8.2K] SystemServiceManager.java │   │   │   ├── [4.0K] telecom │   │   │   │   └── [ 15K] TelecomLoaderService.java │   │   │   ├── [ 78K] TelephonyRegistry.java │   │   │   ├── [ 46K] TextServicesManagerService.java │   │   │   ├── [4.9K] ThermalObserver.java │   │   │   ├── [4.0K] trust │   │   │   │   ├── [ 18K] TrustAgentWrapper.java │   │   │   │   ├── [6.9K] TrustArchive.java │   │   │   │   └── [ 35K] TrustManagerService.java │   │   │   ├── [4.0K] tv │   │   │   │   ├── [ 10K] PersistentDataStore.java │   │   │   │   ├── [7.4K] TvInputHal.java │   │   │   │   ├── [ 48K] TvInputHardwareManager.java │   │   │   │   └── [111K] TvInputManagerService.java │   │   │   ├── [4.0K] twilight │   │   │   │   ├── [ 731] TwilightListener.java │   │   │   │   ├── [ 832] TwilightManager.java │   │   │   │   ├── [ 18K] TwilightService.java │   │   │   │   └── [3.3K] TwilightState.java │   │   │   ├── [4.1K] TwilightCalculator.java │   │   │   ├── [ 25K] UiModeManagerService.java │   │   │   ├── [1.6K] UiThread.java │   │   │   ├── [4.1K] UpdateLockService.java │   │   │   ├── [4.0K] updates │   │   │   │   ├── [ 896] CarrierProvisioningUrlsInstallReceiver.java │   │   │   │   ├── [ 850] CertPinInstallReceiver.java │   │   │   │   ├── [8.1K] ConfigUpdateInstallReceiver.java │   │   │   │   ├── [1.0K] IntentFirewallInstallReceiver.java │   │   │   │   ├── [5.1K] SELinuxPolicyInstallReceiver.java │   │   │   │   ├── [ 858] SmsShortCodesInstallReceiver.java │   │   │   │   └── [2.1K] TzDataInstallReceiver.java │   │   │   ├── [ 27K] VibratorService.java │   │   │   ├── [4.0K] wallpaper │   │   │   │   └── [ 61K] WallpaperManagerService.java │   │   │   ├── [ 19K] Watchdog.java │   │   │   ├── [4.0K] webkit │   │   │   │   └── [5.1K] WebViewUpdateService.java │   │   │   ├── [ 18K] WiredAccessoryManager.java │   │   │   └── [4.0K] wm │   │   │   ├── [ 56K] AccessibilityController.java │   │   │   ├── [ 62K] AppTransition.java │   │   │   ├── [ 17K] AppWindowAnimator.java │   │   │   ├── [ 14K] AppWindowToken.java │   │   │   ├── [7.1K] BlackFrame.java │   │   │   ├── [5.1K] CircularDisplayMask.java │   │   │   ├── [ 11K] DimLayer.java │   │   │   ├── [ 16K] DisplayContent.java │   │   │   ├── [8.2K] DisplaySettings.java │   │   │   ├── [ 18K] DragState.java │   │   │   ├── [4.1K] EmulatorDisplayOverlay.java │   │   │   ├── [5.1K] FocusedStackFrame.java │   │   │   ├── [3.9K] InputConsumerImpl.java │   │   │   ├── [ 20K] InputMonitor.java │   │   │   ├── [4.6K] KeyguardDisableHandler.java │   │   │   ├── [3.2K] PointerEventDispatcher.java │   │   │   ├── [ 46K] ScreenRotationAnimation.java │   │   │   ├── [ 21K] Session.java │   │   │   ├── [3.9K] StackTapPointerEventListener.java │   │   │   ├── [1.3K] StartingData.java │   │   │   ├── [3.5K] StrictModeFlash.java │   │   │   ├── [ 967] TaskGroup.java │   │   │   ├── [3.9K] Task.java │   │   │   ├── [ 21K] TaskStack.java │   │   │   ├── [ 11K] ViewServer.java │   │   │   ├── [6.4K] Watermark.java │   │   │   ├── [ 42K] WindowAnimator.java │   │   │   ├── [509K] WindowManagerService.java │   │   │   ├── [ 84K] WindowStateAnimator.java │   │   │   ├── [ 70K] WindowState.java │   │   │   └── [3.6K] WindowToken.java │   │   └── [4.0K] jni │   │   ├── [2.6K] Android.mk │   │   ├── [ 12K] com_android_server_AlarmManagerService.cpp │   │   ├── [4.4K] com_android_server_am_ActivityManagerService.cpp │   │   ├── [5.3K] com_android_server_am_BatteryStatsService.cpp │   │   ├── [8.1K] com_android_server_AssetAtlasService.cpp │   │   ├── [ 10K] com_android_server_connectivity_Vpn.cpp │   │   ├── [3.2K] com_android_server_ConsumerIrService.cpp │   │   ├── [ 10K] com_android_server_fingerprint_FingerprintService.cpp │   │   ├── [ 14K] com_android_server_hdmi_HdmiCecController.cpp │   │   ├── [4.9K] com_android_server_input_InputApplicationHandle.cpp │   │   ├── [1.3K] com_android_server_input_InputApplicationHandle.h │   │   ├── [ 59K] com_android_server_input_InputManagerService.cpp │   │   ├── [ 10K] com_android_server_input_InputWindowHandle.cpp │   │   ├── [1.3K] com_android_server_input_InputWindowHandle.h │   │   ├── [4.0K] com_android_server_lights_LightsService.cpp │   │   ├── [ 32K] com_android_server_location_FlpHardwareProvider.cpp │   │   ├── [ 58K] com_android_server_location_GpsLocationProvider.cpp │   │   ├── [3.1K] com_android_server_PersistentDataBlockService.cpp │   │   ├── [7.6K] com_android_server_power_PowerManagerService.cpp │   │   ├── [ 992] com_android_server_power_PowerManagerService.h │   │   ├── [2.7K] com_android_server_SerialService.cpp │   │   ├── [1.5K] com_android_server_SystemServer.cpp │   │   ├── [ 27K] com_android_server_tv_TvInputHal.cpp │   │   ├── [5.1K] com_android_server_UsbDeviceManager.cpp │   │   ├── [9.1K] com_android_server_UsbHostManager.cpp │   │   ├── [4.6K] com_android_server_UsbMidiDevice.cpp │   │   ├── [1.6K] com_android_server_VibratorService.cpp │   │   └── [3.6K] onload.cpp │   ├── [4.0K] devicepolicy │   │   ├── [ 240] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] devicepolicy │   │   ├── [ 16K] DeviceOwner.java │   │   └── [275K] DevicePolicyManagerService.java │   ├── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [ 53K] SystemServer.java │   ├── [4.0K] midi │   │   ├── [ 222] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] midi │   │   └── [ 38K] MidiService.java │   ├── [4.0K] net │   │   ├── [ 180] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] android │   │   └── [4.0K] net │   │   ├── [4.0K] dhcp │   │   │   ├── [3.2K] DhcpAckPacket.java │   │   │   ├── [ 35K] DhcpClient.java │   │   │   ├── [2.0K] DhcpDeclinePacket.java │   │   │   ├── [2.0K] DhcpDiscoverPacket.java │   │   │   ├── [2.0K] DhcpInformPacket.java │   │   │   ├── [2.1K] DhcpNakPacket.java │   │   │   ├── [3.1K] DhcpOfferPacket.java │   │   │   ├── [ 42K] DhcpPacket.java │   │   │   └── [2.4K] DhcpRequestPacket.java │   │   └── [4.0K] util │   │   └── [5.2K] IpUtils.java │   ├── [4.0K] print │   │   ├── [ 223] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] print │   │   ├── [ 34K] PrintManagerService.java │   │   ├── [ 29K] RemotePrintService.java │   │   ├── [ 22K] RemotePrintSpooler.java │   │   └── [ 69K] UserState.java │   ├── [4.0K] restrictions │   │   ├── [ 230] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] restrictions │   │   └── [8.5K] RestrictionsManagerService.java │   ├── [4.0K] tests │   │   ├── [ 80] Android.mk │   │   └── [4.0K] servicestests │   │   ├── [3.9K] AndroidManifest.xml │   │   ├── [ 504] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] raw │   │   │   │   ├── [153K] netstats_uid_v4 │   │   │   │   ├── [ 18K] netstats_v1 │   │   │   │   ├── [ 36K] test1_nosig.obb │   │   │   │   ├── [ 37K] test1.obb │   │   │   │   └── [ 37K] test1_wrongpackage.obb │   │   │   └── [4.0K] xml │   │   │   └── [1.0K] device_admin_sample.xml │   │   └── [4.0K] src │   │   ├── [4.0K] android │   │   │   └── [4.0K] net │   │   │   ├── [4.0K] dhcp │   │   │   │   └── [ 28K] DhcpPacketTest.java │   │   │   └── [7.0K] IpUtilsTest.java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   ├── [ 29K] AccessibilityManagerServiceTest.java │   │   ├── [ 11K] AccessibilityManagerTest.java │   │   ├── [4.0K] accounts │   │   │   └── [ 10K] AccountManagerServiceTest.java │   │   ├── [5.3K] BroadcastInterceptingContext.java │   │   ├── [6.8K] CertBlacklisterTest.java │   │   ├── [ 62K] ConnectivityServiceTest.java │   │   ├── [4.0K] content │   │   │   ├── [3.4K] ObserverNodeTest.java │   │   │   ├── [2.0K] SyncManagerTest.java │   │   │   ├── [6.9K] SyncOperationTest.java │   │   │   └── [ 41K] SyncStorageEngineTest.java │   │   ├── [3.8K] CountryDetectorServiceTest.java │   │   ├── [4.0K] devicepolicy │   │   │   ├── [5.8K] ApplicationRestrictionsTest.java │   │   │   └── [4.3K] DeviceOwnerTest.java │   │   ├── [ 32K] DropBoxTest.java │   │   ├── [1.4K] EntropyMixerTest.java │   │   ├── [4.0K] job │   │   │   └── [ 11K] JobStoreTest.java │   │   ├── [4.0K] location │   │   │   ├── [ 11K] ComprehensiveCountryDetectorTest.java │   │   │   ├── [ 14K] LocationBasedCountryDetectorTest.java │   │   │   └── [7.4K] LocationRequestStatisticsTest.java │   │   ├── [ 13K] LockSettingsStorageTests.java │   │   ├── [8.9K] MockAccessibilityService.java │   │   ├── [ 11K] MountServiceTests.java │   │   ├── [3.5K] NativeDaemonConnectorTest.java │   │   ├── [4.0K] net │   │   │   └── [7.7K] NetworkStatsCollectionTest.java │   │   ├── [8.0K] NetworkManagementServiceTest.java │   │   ├── [ 41K] NetworkPolicyManagerServiceTest.java │   │   ├── [ 45K] NetworkStatsServiceTest.java │   │   ├── [4.0K] notification │   │   │   ├── [5.6K] RankingHelperTest.java │   │   │   └── [6.4K] ValidateNotificationPeopleTest.java │   │   ├── [4.0K] pm │   │   │   ├── [ 37K] KeySetManagerServiceTest.java │   │   │   ├── [8.6K] KeySetStrings.java │   │   │   ├── [3.4K] KeySetUtils.java │   │   │   ├── [ 16K] PackageManagerSettingsTests.java │   │   │   ├── [8.0K] PackageVerificationStateTest.java │   │   │   ├── [4.1K] UserManagerServiceTest.java │   │   │   └── [9.0K] UserManagerTest.java │   │   ├── [4.0K] search │   │   │   └── [ 17K] SearchablesTest.java │   │   └── [4.0K] updates │   │   └── [ 12K] CertPinInstallReceiverTest.java │   ├── [4.0K] usage │   │   ├── [ 223] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] usage │   │   ├── [4.3K] AppIdleHistory.java │   │   ├── [6.2K] IntervalStats.java │   │   ├── [2.8K] UnixCalendar.java │   │   ├── [ 21K] UsageStatsDatabase.java │   │   ├── [ 55K] UsageStatsService.java │   │   ├── [4.6K] UsageStatsXml.java │   │   ├── [ 11K] UsageStatsXmlV1.java │   │   └── [ 31K] UserUsageStatsService.java │   ├── [4.0K] usb │   │   ├── [ 221] Android.mk │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] server │   │   └── [4.0K] usb │   │   ├── [ 21K] UsbAlsaManager.java │   │   ├── [2.3K] UsbAudioDevice.java │   │   ├── [ 16K] UsbDebuggingManager.java │   │   ├── [ 40K] UsbDeviceManager.java │   │   ├── [ 11K] UsbHostManager.java │   │   ├── [ 12K] UsbMidiDevice.java │   │   ├── [ 33K] UsbPortManager.java │   │   ├── [ 23K] UsbService.java │   │   └── [ 50K] UsbSettingsManager.java │   └── [4.0K] voiceinteraction │   ├── [ 234] Android.mk │   └── [4.0K] java │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] server │   └── [4.0K] voiceinteraction │   ├── [ 11K] DatabaseHelper.java │   ├── [ 23K] SoundTriggerHelper.java │   ├── [ 13K] VoiceInteractionManagerServiceImpl.java │   ├── [ 46K] VoiceInteractionManagerService.java │   └── [ 20K] VoiceInteractionSessionConnection.java ├── [4.0K] telecomm │   └── [4.0K] java │   ├── [4.0K] android │   │   └── [4.0K] telecom │   │   ├── [ 685] AudioState.aidl │   │   ├── [5.6K] AudioState.java │   │   ├── [3.4K] AuthenticatorService.java │   │   ├── [ 689] CallAudioState.aidl │   │   ├── [6.4K] CallAudioState.java │   │   ├── [1.2K] CallbackRecord.java │   │   ├── [ 47K] Call.java │   │   ├── [ 977] Conferenceable.java │   │   ├── [ 21K] Conference.java │   │   ├── [ 699] ConferenceParticipant.aidl │   │   ├── [4.8K] ConferenceParticipant.java │   │   ├── [ 72K] Connection.java │   │   ├── [ 692] ConnectionRequest.aidl │   │   ├── [4.6K] ConnectionRequest.java │   │   ├── [ 14K] ConnectionServiceAdapter.java │   │   ├── [ 17K] ConnectionServiceAdapterServant.java │   │   ├── [ 52K] ConnectionService.java │   │   ├── [8.6K] DefaultDialerManager.java │   │   ├── [ 690] DisconnectCause.aidl │   │   ├── [ 10K] DisconnectCause.java │   │   ├── [ 686] GatewayInfo.aidl │   │   ├── [3.8K] GatewayInfo.java │   │   ├── [9.0K] InCallAdapter.java │   │   ├── [ 26K] InCallService.java │   │   ├── [6.3K] Log.java │   │   ├── [ 689] ParcelableCall.aidl │   │   ├── [ 12K] ParcelableCall.java │   │   ├── [ 676] ParcelableConference.aidl │   │   ├── [5.5K] ParcelableConference.java │   │   ├── [ 695] ParcelableConnection.aidl │   │   ├── [8.3K] ParcelableConnection.java │   │   ├── [ 692] PhoneAccount.aidl │   │   ├── [ 698] PhoneAccountHandle.aidl │   │   ├── [5.2K] PhoneAccountHandle.java │   │   ├── [ 20K] PhoneAccount.java │   │   ├── [ 12K] Phone.java │   │   ├── [ 19K] RemoteConference.java │   │   ├── [ 48K] RemoteConnection.java │   │   ├── [3.3K] RemoteConnectionManager.java │   │   ├── [ 17K] RemoteConnectionService.java │   │   ├── [1.2K] Response.java │   │   ├── [ 691] StatusHints.aidl │   │   ├── [4.0K] StatusHints.java │   │   ├── [ 48K] TelecomManager.java │   │   ├── [6.4K] VideoCallbackServant.java │   │   ├── [ 11K] VideoCallImpl.java │   │   ├── [ 735] VideoProfile.aidl │   │   ├── [ 13K] VideoProfile.java │   │   └── [9.9K] Voicemail.java │   └── [4.0K] com │   └── [4.0K] android │   └── [4.0K] internal │   └── [4.0K] telecom │   ├── [2.8K] IConnectionServiceAdapter.aidl │   ├── [2.2K] IConnectionService.aidl │   ├── [1.7K] IInCallAdapter.aidl │   ├── [1.4K] IInCallService.aidl │   ├── [6.3K] ITelecomService.aidl │   ├── [1.4K] IVideoCallback.aidl │   ├── [1.5K] IVideoProvider.aidl │   └── [ 905] RemoteServiceCallback.aidl ├── [4.0K] telephony │   └── [4.0K] java │   ├── [4.0K] android │   │   └── [4.0K] telephony │   │   ├── [ 34K] CarrierConfigManager.java │   │   ├── [4.0K] cdma │   │   │   ├── [8.6K] CdmaCellLocation.java │   │   │   ├── [7.0K] CdmaSmsCbProgramData.java │   │   │   ├── [4.6K] CdmaSmsCbProgramResults.java │   │   │   └── [ 91] package.html │   │   ├── [6.6K] CellIdentityCdma.java │   │   ├── [5.0K] CellIdentityGsm.java │   │   ├── [5.1K] CellIdentityLte.java │   │   ├── [5.4K] CellIdentityWcdma.java │   │   ├── [ 667] CellInfo.aidl │   │   ├── [4.3K] CellInfoCdma.java │   │   ├── [4.2K] CellInfoGsm.java │   │   ├── [6.1K] CellInfo.java │   │   ├── [4.5K] CellInfoLte.java │   │   ├── [4.3K] CellInfoWcdma.java │   │   ├── [3.1K] CellLocation.java │   │   ├── [ 11K] CellSignalStrengthCdma.java │   │   ├── [6.4K] CellSignalStrengthGsm.java │   │   ├── [2.1K] CellSignalStrength.java │   │   ├── [8.2K] CellSignalStrengthLte.java │   │   ├── [6.4K] CellSignalStrengthWcdma.java │   │   ├── [ 686] DataConnectionRealTimeInfo.aidl │   │   ├── [3.7K] DataConnectionRealTimeInfo.java │   │   ├── [ 13K] DisconnectCause.java │   │   ├── [4.0K] gsm │   │   │   ├── [3.6K] GsmCellLocation.java │   │   │   └── [ 126] package.html │   │   ├── [ 689] IccOpenLogicalChannelResponse.aidl │   │   ├── [3.6K] IccOpenLogicalChannelResponse.java │   │   ├── [9.5K] JapanesePhoneNumberFormatter.java │   │   ├── [ 677] ModemActivityInfo.aidl │   │   ├── [4.5K] ModemActivityInfo.java │   │   ├── [ 678] NeighboringCellInfo.aidl │   │   ├── [9.9K] NeighboringCellInfo.java │   │   ├── [ 188] package.html │   │   ├── [5.8K] PhoneNumberFormattingTextWatcher.java │   │   ├── [110K] PhoneNumberUtils.java │   │   ├── [ 22K] PhoneStateListener.java │   │   ├── [ 675] PreciseCallState.aidl │   │   ├── [ 11K] PreciseCallState.java │   │   ├── [ 685] PreciseDataConnectionState.aidl │   │   ├── [7.9K] PreciseDataConnectionState.java │   │   ├── [4.8K] PreciseDisconnectCause.java │   │   ├── [ 664] RadioAccessFamily.aidl │   │   ├── [ 13K] RadioAccessFamily.java │   │   ├── [2.8K] Rlog.java │   │   ├── [ 673] ServiceState.aidl │   │   ├── [ 40K] ServiceState.java │   │   ├── [ 755] SignalStrength.aidl │   │   ├── [ 33K] SignalStrength.java │   │   ├── [ 651] SubscriptionInfo.aidl │   │   ├── [ 10K] SubscriptionInfo.java │   │   ├── [ 42K] SubscriptionManager.java │   │   ├── [164K] TelephonyManager.java │   │   ├── [ 681] VoLteServiceState.aidl │   │   └── [5.2K] VoLteServiceState.java │   └── [4.0K] com │   └── [4.0K] android │   ├── [4.0K] ims │   │   ├── [ 678] ImsCallForwardInfo.aidl │   │   ├── [2.5K] ImsCallForwardInfo.java │   │   ├── [ 674] ImsCallProfile.aidl │   │   ├── [ 16K] ImsCallProfile.java │   │   ├── [ 678] ImsConferenceState.aidl │   │   ├── [6.5K] ImsConferenceState.java │   │   ├── [3.0K] ImsConfigListener.aidl │   │   ├── [ 673] ImsReasonInfo.aidl │   │   ├── [ 11K] ImsReasonInfo.java │   │   ├── [ 669] ImsSsInfo.aidl │   │   ├── [2.0K] ImsSsInfo.java │   │   ├── [ 681] ImsStreamMediaProfile.aidl │   │   ├── [4.5K] ImsStreamMediaProfile.java │   │   ├── [ 687] ImsSuppServiceNotification.aidl │   │   ├── [2.9K] ImsSuppServiceNotification.java │   │   └── [4.0K] internal │   │   ├── [8.9K] IImsCallSession.aidl │   │   ├── [5.7K] IImsCallSessionListener.aidl │   │   ├── [4.6K] IImsConfig.aidl │   │   ├── [1.9K] IImsEcbm.aidl │   │   ├── [2.0K] IImsEcbmListener.aidl │   │   ├── [2.9K] IImsRegistrationListener.aidl │   │   ├── [2.5K] IImsService.aidl │   │   ├── [ 733] IImsStreamMediaSession.aidl │   │   ├── [2.7K] IImsUt.aidl │   │   ├── [1.9K] IImsUtListener.aidl │   │   ├── [1.6K] IImsVideoCallCallback.aidl │   │   └── [2.3K] IImsVideoCallProvider.aidl │   └── [4.0K] internal │   └── [4.0K] telephony │   ├── [ 20K] CallerInfoAsyncQuery.java │   ├── [ 28K] CallerInfo.java │   ├── [ 678] CallInfo.aidl │   ├── [1.9K] CallInfo.java │   ├── [ 691] CellNetworkScanResult.aidl │   ├── [3.4K] CellNetworkScanResult.java │   ├── [1.5K] DcParamObject.java │   ├── [5.5K] DctConstants.java │   ├── [ 943] EncodeException.java │   ├── [ 71K] GsmAlphabet.java │   ├── [1.8K] ICallServiceAdapter.aidl │   ├── [2.5K] ICallService.aidl │   ├── [ 969] ICarrierConfigLoader.aidl │   ├── [5.0K] IccCardConstants.java │   ├── [8.1K] IMms.aidl │   ├── [ 751] IOnSubscriptionsChangedListener.aidl │   ├── [2.1K] IPhoneStateListener.aidl │   ├── [6.1K] IPhoneSubInfo.aidl │   ├── [ 21K] ISms.aidl │   ├── [6.3K] ISub.aidl │   ├── [ 788] ISubscriptionListener.aidl │   ├── [ 33K] ITelephony.aidl │   ├── [3.9K] ITelephonyRegistry.aidl │   ├── [1.9K] IWapPushManager.aidl │   ├── [1007] OperatorInfo.aidl │   ├── [4.5K] OperatorInfo.java │   ├── [ 38] package.html │   ├── [8.1K] PhoneConstants.java │   ├── [ 17K] RILConstants.java │   ├── [2.5K] SmsConstants.java │   ├── [ 680] SmsRawData.aidl │   ├── [1.7K] SmsRawData.java │   ├── [ 17K] TelephonyIntents.java │   └── [8.1K] TelephonyProperties.java ├── [4.0K] test-runner │   ├── [ 982] Android.mk │   ├── [4.0K] src │   │   ├── [4.0K] android │   │   │   └── [4.0K] test │   │   │   ├── [7.5K] ActivityInstrumentationTestCase2.java │   │   │   ├── [3.5K] ActivityInstrumentationTestCase.java │   │   │   ├── [2.8K] ActivityTestCase.java │   │   │   ├── [ 13K] ActivityUnitTestCase.java │   │   │   ├── [8.7K] AndroidTestRunner.java │   │   │   ├── [6.4K] ApplicationTestCase.java │   │   │   ├── [1.0K] AssertionFailedError.java │   │   │   ├── [2.5K] ClassPathPackageInfo.java │   │   │   ├── [ 12K] ClassPathPackageInfoSource.java │   │   │   ├── [1.1K] ComparisonFailure.java │   │   │   ├── [1.8K] DatabaseTestUtils.java │   │   │   ├── [7.5K] InstrumentationCoreTestRunner.java │   │   │   ├── [ 37K] InstrumentationTestRunner.java │   │   │   ├── [1.5K] InstrumentationUtils.java │   │   │   ├── [5.9K] IsolatedContext.java │   │   │   ├── [1.4K] LaunchPerformanceBase.java │   │   │   ├── [3.8K] LoaderTestCase.java │   │   │   ├── [4.0K] mock │   │   │   │   ├── [1.4K] MockApplication.java │   │   │   │   ├── [9.6K] MockContentProvider.java │   │   │   │   ├── [4.5K] MockContentResolver.java │   │   │   │   ├── [ 20K] MockContext.java │   │   │   │   ├── [7.0K] MockCursor.java │   │   │   │   ├── [ 613] MockDialogInterface.java │   │   │   │   ├── [5.0K] MockIContentProvider.java │   │   │   │   ├── [ 27K] MockPackageManager.java │   │   │   │   ├── [7.5K] MockResources.java │   │   │   │   └── [ 235] package.html │   │   │   ├── [ 20K] MoreAsserts.java │   │   │   ├── [1.1K] NoExecTestResult.java │   │   │   ├── [1.1K] PackageInfoSources.java │   │   │   ├── [1.3K] PerformanceCollectorTestCase.java │   │   │   ├── [9.5K] ProviderTestCase2.java │   │   │   ├── [4.2K] ProviderTestCase.java │   │   │   ├── [8.9K] RenamingDelegatingContext.java │   │   │   ├── [ 13K] ServiceTestCase.java │   │   │   ├── [1009] SimpleCache.java │   │   │   ├── [2.9K] SingleLaunchActivityTestCase.java │   │   │   ├── [4.0K] suitebuilder │   │   │   │   ├── [4.0K] annotation │   │   │   │   │   ├── [1.5K] HasAnnotation.java │   │   │   │   │   ├── [1.4K] HasClassAnnotation.java │   │   │   │   │   ├── [1.4K] HasMethodAnnotation.java │   │   │   │   │   └── [ 82] package.html │   │   │   │   ├── [ 984] AssignableFrom.java │   │   │   │   ├── [1.1K] InstrumentationTestSuiteBuilder.java │   │   │   │   ├── [ 82] package.html │   │   │   │   ├── [1.1K] SmokeTestSuiteBuilder.java │   │   │   │   ├── [9.5K] TestGrouping.java │   │   │   │   ├── [4.8K] TestMethod.java │   │   │   │   ├── [1.9K] TestPredicates.java │   │   │   │   ├── [9.9K] TestSuiteBuilder.java │   │   │   │   └── [1.1K] UnitTestSuiteBuilder.java │   │   │   ├── [2.8K] SyncBaseInstrumentation.java │   │   │   ├── [1.4K] TestCase.java │   │   │   ├── [5.8K] TestCaseUtil.java │   │   │   ├── [3.4K] TestPrinter.java │   │   │   ├── [ 24K] TestRunner.java │   │   │   ├── [ 808] TestSuiteProvider.java │   │   │   ├── [1.4K] TimedTest.java │   │   │   ├── [ 31K] TouchUtils.java │   │   │   └── [ 12K] ViewAsserts.java │   │   └── [4.0K] junit │   │   ├── [ 46] MODULE_LICENSE_CPL │   │   ├── [4.0K] runner │   │   │   ├── [2.6K] ClassPathTestCollector.java │   │   │   ├── [ 255] excluded.properties │   │   │   ├── [ 673] FailureDetailView.java │   │   │   ├── [1.9K] LoadingTestCollector.java │   │   │   ├── [ 83] package.html │   │   │   ├── [ 572] ReloadingTestSuiteLoader.java │   │   │   ├── [ 568] SimpleTestCollector.java │   │   │   ├── [1.2K] Sorter.java │   │   │   ├── [6.7K] TestCaseClassLoader.java │   │   │   └── [ 337] TestCollector.java │   │   └── [4.0K] textui │   │   └── [ 116] package.html │   └── [4.0K] tests │   ├── [1.8K] AndroidManifest.xml │   ├── [ 921] Android.mk │   └── [4.0K] src │   └── [4.0K] android │   └── [4.0K] test │   ├── [9.9K] AndroidTestRunnerTest.java │   ├── [ 12K] InstrumentationTestRunnerTest.java │   ├── [4.0K] suitebuilder │   │   ├── [4.0K] annotation │   │   │   ├── [2.5K] HasAnnotationTest.java │   │   │   ├── [1.8K] HasClassAnnotationTest.java │   │   │   └── [1.8K] HasMethodAnnotationTest.java │   │   ├── [2.4K] AssignableFromTest.java │   │   ├── [4.0K] examples │   │   │   ├── [4.0K] constructor │   │   │   │   ├── [1.1K] NoPublicConstructorTest.java │   │   │   │   ├── [1001] ProtectedConstructorTest.java │   │   │   │   └── [ 882] PublicConstructorTest.java │   │   │   ├── [4.0K] error │   │   │   │   ├── [ 960] ErrorTest.java │   │   │   │   └── [ 916] FailingTest.java │   │   │   ├── [4.0K] instrumentation │   │   │   │   └── [ 887] InstrumentationTest.java │   │   │   ├── [4.0K] nested │   │   │   │   ├── [ 833] Level1Test.java │   │   │   │   └── [4.0K] nested │   │   │   │   └── [ 840] Level2Test.java │   │   │   ├── [1.2K] OuterTest.java │   │   │   ├── [4.0K] simple │   │   │   │   ├── [ 844] AnotherSimpleTest.java │   │   │   │   └── [ 920] SimpleTest.java │   │   │   ├── [4.0K] smoke │   │   │   │   ├── [ 836] NonSmokeTest.java │   │   │   │   └── [ 888] SmokeTest.java │   │   │   ├── [4.0K] subclass │   │   │   │   ├── [ 811] SubclassTest.java │   │   │   │   └── [ 852] SuperclassTest.java │   │   │   └── [4.0K] suppress │   │   │   ├── [1020] PartiallySuppressedTest.java │   │   │   └── [ 913] SuppressedTest.java │   │   ├── [3.9K] InstrumentationTestSuiteBuilderTest.java │   │   ├── [3.4K] ListTestCaseNames.java │   │   ├── [1.2K] SmokeTestSuiteBuilderTest.java │   │   ├── [1.5K] TestGroupingTest.java │   │   ├── [8.2K] TestSuiteBuilderTest.java │   │   └── [3.5K] UnitTestSuiteBuilderTest.java │   └── [3.4K] TestCaseUtilTest.java ├── [4.0K] tests │   ├── [4.0K] AccessibilityEventsLogger │   │   ├── [1.9K] AndroidManifest.xml │   │   ├── [ 269] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] values │   │   │   │   └── [1.0K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [1.1K] accessibilityservice.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] accessibilityeventslogger │   │   └── [2.3K] AELogger.java │   ├── [4.0K] AccessoryDisplay │   │   ├── [ 681] Android.mk │   │   ├── [4.0K] common │   │   │   ├── [ 863] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] accessorydisplay │   │   │   └── [4.0K] common │   │   │   ├── [2.9K] BufferPool.java │   │   │   ├── [ 830] Logger.java │   │   │   ├── [2.0K] Protocol.java │   │   │   ├── [1.9K] Service.java │   │   │   └── [ 13K] Transport.java │   │   ├── [1.9K] README │   │   ├── [4.0K] sink │   │   │   ├── [1.7K] AndroidManifest.xml │   │   │   ├── [ 948] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   │   └── [3.5K] ic_app.png │   │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   │   └── [5.1K] ic_app.png │   │   │   │   ├── [4.0K] layout │   │   │   │   │   └── [1.7K] sink_activity.xml │   │   │   │   ├── [4.0K] values │   │   │   │   │   └── [ 808] strings.xml │   │   │   │   └── [4.0K] xml │   │   │   │   └── [ 957] usb_device_filter.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] accessorydisplay │   │   │   └── [4.0K] sink │   │   │   ├── [8.3K] DisplaySinkService.java │   │   │   ├── [ 19K] SinkActivity.java │   │   │   ├── [2.4K] UsbAccessoryBulkTransport.java │   │   │   ├── [5.2K] UsbAccessoryConstants.java │   │   │   └── [6.0K] UsbHid.java │   │   └── [4.0K] source │   │   ├── [1.7K] AndroidManifest.xml │   │   ├── [ 950] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [3.5K] ic_app.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [5.1K] ic_app.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.3K] presentation_content.xml │   │   │   │   └── [1.0K] source_activity.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [ 810] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 798] usb_accessory_filter.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] accessorydisplay │   │   └── [4.0K] source │   │   ├── [8.8K] DisplaySourceService.java │   │   ├── [4.0K] presentation │   │   │   ├── [3.1K] Cube.java │   │   │   ├── [3.6K] CubeRenderer.java │   │   │   └── [2.8K] DemoPresentation.java │   │   ├── [8.5K] SourceActivity.java │   │   └── [2.2K] UsbAccessoryStreamTransport.java │   ├── [4.0K] ActivityTests │   │   ├── [4.1K] AndroidManifest.xml │   │   ├── [ 220] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] anim │   │   │   │   ├── [1.2K] slow_enter.xml │   │   │   │   └── [1.2K] slow_exit.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [6.8K] icon.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [3.7K] icon.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [ 11K] icon.png │   │   │   ├── [4.0K] interpolator │   │   │   │   └── [ 772] slow_enter.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 758] strings.xml │   │   │   └── [1.0K] themes.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] activity │   │   ├── [ 26K] ActivityTestMain.java │   │   ├── [1.0K] AlarmSpamReceiver.java │   │   ├── [ 19K] ArrayMapTests.java │   │   ├── [1.1K] DocActivity.java │   │   ├── [1023] EmptyService.java │   │   ├── [1.3K] IsolatedService.java │   │   ├── [1.2K] ServiceUserTarget.java │   │   ├── [1.8K] SingleUserProvider.java │   │   ├── [1.1K] SingleUserReceiver.java │   │   ├── [1.2K] SingleUserService.java │   │   ├── [ 993] SpamActivity.java │   │   ├── [ 970] StartEmpty.java │   │   ├── [1.1K] TrackTimeReceiver.java │   │   └── [1.2K] UserTarget.java │   ├── [4.0K] AppLaunch │   │   ├── [ 554] AndroidManifest.xml │   │   ├── [ 412] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] applaunch │   │   └── [ 14K] AppLaunch.java │   ├── [4.0K] appwidgets │   │   ├── [4.0K] AppWidgetHostTest │   │   │   ├── [1.6K] AndroidManifest.xml │   │   │   ├── [ 228] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   │   └── [4.8K] oh_hai_icon.png │   │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   │   └── [2.9K] oh_hai_icon.png │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [1.6K] appwidget_host.xml │   │   │   │   │   ├── [1.4K] test_appwidget_configure.xml │   │   │   │   │   └── [ 897] test_appwidget.xml │   │   │   │   ├── [4.0K] values │   │   │   │   │   └── [ 948] strings.xml │   │   │   │   └── [4.0K] xml │   │   │   │   └── [ 426] appwidget_info.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] tests │   │   │   └── [4.0K] appwidgethost │   │   │   ├── [1021] AppWidgetContainerView.java │   │   │   ├── [6.9K] AppWidgetHostActivity.java │   │   │   ├── [1.8K] TestAppWidgetConfigure.java │   │   │   └── [2.7K] TestAppWidgetProvider.java │   │   └── [4.0K] AppWidgetProviderTest │   │   ├── [ 564] AndroidManifest.xml │   │   ├── [ 228] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 986] test_appwidget2.xml │   │   │   │   └── [ 972] test_appwidget.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [ 910] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 255] appwidget_info.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] appwidgetprovider │   │   └── [2.3K] TestAppWidgetProvider.java │   ├── [4.0K] Assist │   │   ├── [2.1K] AndroidManifest.xml │   │   ├── [ 184] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.3K] assistant.xml │   │   │   │   ├── [ 918] navbar_scrim.xml │   │   │   │   └── [ 932] round_rect.xml │   │   │   ├── [4.0K] layout │   │   │   │   ├── [2.5K] assist.xml │   │   │   │   └── [2.1K] keyguard_preview.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [1.0K] strings.xml │   │   │   └── [4.0K] xml │   │   │   ├── [1022] interaction_service.xml │   │   │   └── [ 699] recognition_service.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] assist │   │   ├── [1.2K] AboveKeyguardActivity.java │   │   ├── [1.1K] AssistInteractionService.java │   │   ├── [5.7K] AssistInteractionSession.java │   │   ├── [1018] AssistInteractionSessionService.java │   │   ├── [1.1K] AssistRecognitionService.java │   │   └── [1.2K] ScrimView.java │   ├── [4.0K] backup │   │   ├── [ 578] AndroidManifest.xml │   │   ├── [1.2K] Android.mk │   │   ├── [3.2K] backup_helper_test.cpp │   │   ├── [1.9K] backup_stress_test.sh │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] backuptest │   │   │   ├── [7.8K] BackupTestActivity.java │   │   │   └── [1.2K] BackupTestAgent.java │   │   ├── [ 993] test_backup_common.sh │   │   ├── [2.3K] test_backup.sh │   │   └── [3.2K] test_restore.sh │   ├── [4.0K] BandwidthTests │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 810] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.1K] main.xml │   │   │   └── [4.0K] values │   │   │   └── [ 969] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] bandwidthenforcement │   │   ├── [ 952] BandwidthEnforcementTestActivity.java │   │   └── [7.0K] BandwidthEnforcementTestService.java │   ├── [4.0K] BatteryWaster │   │   ├── [ 681] AndroidManifest.xml │   │   ├── [ 221] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [2.0K] battery_waster.xml │   │   │   └── [4.0K] values │   │   │   └── [ 825] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] batterywaster │   │   └── [5.8K] BatteryWaster.java │   ├── [4.0K] BiDiTests │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 882] Android.mk │   │   ├── [ 280] new-attributes.txt │   │   ├── [ 0] proguard.flags │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.5K] alphabet_a.png │   │   │   │   ├── [1.3K] alphabet_b.png │   │   │   │   ├── [1.7K] alphabet_c.png │   │   │   │   ├── [1.3K] alphabet_d.png │   │   │   │   ├── [ 518] alphabet_e.png │   │   │   │   ├── [ 510] alphabet_f.png │   │   │   │   ├── [1.6K] alphabet_g.png │   │   │   │   ├── [ 568] alphabet_h.png │   │   │   │   ├── [ 440] alphabet_i.png │   │   │   │   ├── [ 759] alphabet_j.png │   │   │   │   ├── [ 216] end.png │   │   │   │   └── [ 593] start.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [5.4K] basic.xml │   │   │   │   ├── [2.3K] canvas2.xml │   │   │   │   ├── [1.1K] custom_list_item.xml │   │   │   │   ├── [3.2K] frame_layout_locale.xml │   │   │   │   ├── [3.2K] frame_layout_ltr.xml │   │   │   │   ├── [3.2K] frame_layout_rtl.xml │   │   │   │   ├── [1.1K] gallery_ltr.xml │   │   │   │   ├── [1.1K] gallery_rtl.xml │   │   │   │   ├── [ 889] grid_layout_code.xml │   │   │   │   ├── [2.4K] grid_layout_locale.xml │   │   │   │   ├── [3.0K] grid_layout_ltr.xml │   │   │   │   ├── [3.0K] grid_layout_rtl.xml │   │   │   │   ├── [ 10K] linear_layout_locale.xml │   │   │   │   ├── [ 10K] linear_layout_ltr.xml │   │   │   │   ├── [ 10K] linear_layout_rtl.xml │   │   │   │   ├── [1.2K] main.xml │   │   │   │   ├── [7.8K] relative_layout_2_locale.xml │   │   │   │   ├── [7.8K] relative_layout_2_ltr.xml │   │   │   │   ├── [7.8K] relative_layout_2_rtl.xml │   │   │   │   ├── [3.3K] relative_layout_ltr.xml │   │   │   │   ├── [3.3K] relative_layout_rtl.xml │   │   │   │   ├── [ 11K] table_layout_locale.xml │   │   │   │   ├── [ 11K] table_layout_ltr.xml │   │   │   │   ├── [ 11K] table_layout_rtl.xml │   │   │   │   ├── [ 28K] textview_alignment_ltr.xml │   │   │   │   ├── [ 26K] textview_alignment_rtl.xml │   │   │   │   ├── [ 12K] textview_direction_ltr.xml │   │   │   │   ├── [ 12K] textview_direction_rtl.xml │   │   │   │   ├── [4.3K] textview_drawables_ltr.xml │   │   │   │   ├── [4.3K] textview_drawables_rtl.xml │   │   │   │   ├── [ 12K] textview_locale.xml │   │   │   │   ├── [ 12K] textview_ltr.xml │   │   │   │   ├── [ 12K] textview_rtl.xml │   │   │   │   ├── [9.9K] view_group_margin_mixed.xml │   │   │   │   ├── [6.7K] view_padding_mixed.xml │   │   │   │   └── [5.8K] view_padding.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [1.0K] main_menu.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 274] attrs.xml │   │   │   └── [3.0K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] bidi │   │   ├── [7.2K] BiDiTestActivity.java │   │   ├── [3.3K] BiDiTestBasic.java │   │   ├── [1.2K] BiDiTestCanvas2.java │   │   ├── [ 778] BiDiTestConstants.java │   │   ├── [1.1K] BiDiTestFrameLayoutLocale.java │   │   ├── [1.0K] BiDiTestFrameLayoutLtr.java │   │   ├── [1.0K] BiDiTestFrameLayoutRtl.java │   │   ├── [1.9K] BiDiTestGalleryImages.java │   │   ├── [1.2K] BiDiTestGalleryLtr.java │   │   ├── [1.2K] BiDiTestGalleryRtl.java │   │   ├── [4.8K] BiDiTestGridLayoutCodeLtr.java │   │   ├── [4.8K] BiDiTestGridLayoutCodeRtl.java │   │   ├── [1.0K] BiDiTestGridLayoutLocale.java │   │   ├── [1.0K] BiDiTestGridLayoutLtr.java │   │   ├── [1.0K] BiDiTestGridLayoutRtl.java │   │   ├── [1.1K] BiDiTestLinearLayoutLocale.java │   │   ├── [1.0K] BiDiTestLinearLayoutLtr.java │   │   ├── [1.0K] BiDiTestLinearLayoutRtl.java │   │   ├── [1.1K] BiDiTestRelativeLayout2Locale.java │   │   ├── [1.1K] BiDiTestRelativeLayout2Ltr.java │   │   ├── [1.1K] BiDiTestRelativeLayout2Rtl.java │   │   ├── [1.1K] BiDiTestRelativeLayoutLtr.java │   │   ├── [1.1K] BiDiTestRelativeLayoutRtl.java │   │   ├── [1.1K] BiDiTestTableLayoutLocale.java │   │   ├── [1.0K] BiDiTestTableLayoutLtr.java │   │   ├── [1.0K] BiDiTestTableLayoutRtl.java │   │   ├── [1.1K] BiDiTestTextViewAlignmentLtr.java │   │   ├── [1.1K] BiDiTestTextViewAlignmentRtl.java │   │   ├── [1.1K] BiDiTestTextViewDirectionLtr.java │   │   ├── [1.1K] BiDiTestTextViewDirectionRtl.java │   │   ├── [1.5K] BiDiTestTextViewDrawablesLtr.java │   │   ├── [1.5K] BiDiTestTextViewDrawablesRtl.java │   │   ├── [1.0K] BiDiTestTextViewLocale.java │   │   ├── [1.0K] BiDiTestTextViewLtr.java │   │   ├── [1.0K] BiDiTestTextViewRtl.java │   │   ├── [2.2K] BiDiTestViewDrawText.java │   │   ├── [ 512] BiDiTestViewGroupMarginMixed.java │   │   ├── [ 492] BiDiTestViewPadding.java │   │   └── [ 503] BiDiTestViewPaddingMixed.java │   ├── [4.0K] BrowserPowerTest │   │   ├── [2.1K] AndroidManifest.xml │   │   ├── [ 961] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] browserpowertest │   │   ├── [3.4K] PowerMeasurement.java │   │   ├── [8.2K] PowerTestActivity.java │   │   └── [1.3K] PowerTestRunner.java │   ├── [4.0K] Camera2Tests │   │   ├── [ 37] Android.mk │   │   ├── [4.0K] CameraToo │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   ├── [ 819] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] layout │   │   │   │   └── [ 902] mainactivity.xml │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] example │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] camera2 │   │   │   │   └── [4.0K] cameratoo │   │   │   │   └── [ 18K] CameraTooActivity.java │   │   │   └── [4.0K] tests │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 930] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] camera2 │   │   │   └── [4.0K] cameratoo │   │   │   └── [7.5K] CameraTooTest.java │   │   └── [4.0K] SmartCamera │   │   ├── [ 633] Android.mk │   │   ├── [2.3K] README.txt │   │   └── [4.0K] SimpleCamera │   │   ├── [1.6K] AndroidManifest.xml │   │   ├── [1.2K] Android.mk │   │   ├── [4.0K] assets │   │   │   ├── [122K] 0002_000390.jpg │   │   │   └── [4.0K] frsdk_expression_modules │   │   │   ├── [ 15K] BCLeyesclosed_100.emd │   │   │   └── [ 15K] BCLjoy_100.emd │   │   ├── [ 36K] ic_launcher-web.png │   │   ├── [4.0K] jni │   │   │   ├── [1.3K] Android.mk │   │   │   ├── [ 629] Application.mk │   │   │   ├── [1.8K] brightness.cpp │   │   │   ├── [1.1K] brightness.h │   │   │   ├── [5.7K] colorspace.cpp │   │   │   ├── [1.5K] colorspace.h │   │   │   ├── [1.7K] contrast.cpp │   │   │   ├── [1.1K] contrast.h │   │   │   ├── [2.3K] exposure.cpp │   │   │   ├── [1.3K] exposure.h │   │   │   ├── [2.6K] frametovalues.cpp │   │   │   ├── [1.3K] frametovalues.h │   │   │   ├── [4.7K] histogram.cpp │   │   │   ├── [1.6K] histogram.h │   │   │   ├── [1.1K] imgprocutil.h │   │   │   ├── [1.2K] pixelutils.cpp │   │   │   ├── [1.1K] pixelutils.h │   │   │   ├── [4.1K] sobeloperator.cpp │   │   │   ├── [1.1K] sobeloperator.h │   │   │   ├── [2.5K] stats_scorer.cpp │   │   │   └── [1.3K] stats_scorer.h │   │   ├── [ 781] proguard-project.txt │   │   ├── [ 606] project.properties │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [581K] black_screen.jpg │   │   │   │   ├── [3.0K] ic_launcher.png │   │   │   │   ├── [2.3K] ic_menu_gallery.png │   │   │   │   ├── [2.3K] ic_menu_quill.png │   │   │   │   └── [2.0K] ic_menu_save.png │   │   │   ├── [4.0K] drawable-ldpi │   │   │   │   └── [1.5K] ic_launcher.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [1.9K] ic_launcher.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [ 14K] android_figure.png │   │   │   │   ├── [341K] oldframe.png │   │   │   │   └── [148K] polaroid.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [3.9K] ic_launcher.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 879] imageview.xml │   │   │   │   └── [3.8K] simplecamera.xml │   │   │   ├── [4.0K] raw │   │   │   │   └── [7.7K] camera_graph.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [1.4K] strings.xml │   │   │   │   └── [ 86] styles.xml │   │   │   ├── [4.0K] values-v11 │   │   │   │   └── [ 90] styles.xml │   │   │   └── [4.0K] values-v14 │   │   │   └── [ 104] styles.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] androidx │   │   │   └── [4.0K] media │   │   │   └── [4.0K] filterfw │   │   │   ├── [ 29K] BackingStore.java │   │   │   ├── [2.7K] BranchFilter.java │   │   │   ├── [3.2K] BrightnessFilter.java │   │   │   ├── [ 68K] CameraStreamer.java │   │   │   ├── [3.2K] ColorfulnessFilter.java │   │   │   ├── [5.4K] ColorSpace.java │   │   │   ├── [6.5K] CropFilter.java │   │   │   ├── [4.0K] decoder │   │   │   │   ├── [ 981] AudioSample.java │   │   │   │   ├── [4.1K] AudioTrackDecoder.java │   │   │   │   ├── [9.4K] CpuVideoTrackDecoder.java │   │   │   │   ├── [1.0K] DecoderUtil.java │   │   │   │   ├── [7.5K] GpuVideoTrackDecoder.java │   │   │   │   ├── [ 14K] MediaDecoder.java │   │   │   │   ├── [6.0K] TrackDecoder.java │   │   │   │   └── [3.5K] VideoTrackDecoder.java │   │   │   ├── [5.4K] FilterFactory.java │   │   │   ├── [ 21K] FilterGraph.java │   │   │   ├── [ 27K] Filter.java │   │   │   ├── [3.2K] FrameBuffer1D.java │   │   │   ├── [1.5K] FrameBuffer2D.java │   │   │   ├── [7.2K] FrameImage2D.java │   │   │   ├── [7.0K] Frame.java │   │   │   ├── [ 14K] FrameManager.java │   │   │   ├── [4.7K] FrameQueue.java │   │   │   ├── [1.6K] FrameSlotSource.java │   │   │   ├── [1.4K] FrameSlotTarget.java │   │   │   ├── [ 16K] FrameType.java │   │   │   ├── [1.6K] FrameValue.java │   │   │   ├── [4.9K] FrameValues.java │   │   │   ├── [4.0K] geometry │   │   │   │   └── [ 12K] Quad.java │   │   │   ├── [6.9K] GLToolbox.java │   │   │   ├── [8.7K] GraphExporter.java │   │   │   ├── [1.4K] GraphInputSource.java │   │   │   ├── [1.4K] GraphOutputTarget.java │   │   │   ├── [ 22K] GraphReader.java │   │   │   ├── [ 34K] GraphRunner.java │   │   │   ├── [ 28K] ImageShader.java │   │   │   ├── [ 11K] InputPort.java │   │   │   ├── [ 17K] MffContext.java │   │   │   ├── [3.1K] MotionSensor.java │   │   │   ├── [4.5K] NewChromaHistogramFilter.java │   │   │   ├── [2.3K] NormFilter.java │   │   │   ├── [6.1K] OutputPort.java │   │   │   ├── [3.2K] PixelUtils.java │   │   │   ├── [ 17K] RenderTarget.java │   │   │   ├── [1.7K] ResizeFilter.java │   │   │   ├── [3.0K] RotateFilter.java │   │   │   ├── [4.0K] samples │   │   │   │   └── [4.0K] simplecamera │   │   │   │   ├── [2.5K] AverageFilter.java │   │   │   │   ├── [2.6K] AvgBrightnessFilter.java │   │   │   │   ├── [9.6K] Camera2Source.java │   │   │   │   ├── [3.0K] CameraTestThread.java │   │   │   │   ├── [2.7K] ContrastRatioFilter.java │   │   │   │   ├── [6.0K] CSVWriterFilter.java │   │   │   │   ├── [4.4K] ExposureFilter.java │   │   │   │   ├── [6.5K] FaceSquareFilter.java │   │   │   │   ├── [2.2K] FloatArrayToSizeFilter.java │   │   │   │   ├── [2.3K] FloatArrayToStrFilter.java │   │   │   │   ├── [2.8K] IfElseFilter.java │   │   │   │   ├── [ 930] ImageConstants.java │   │   │   │   ├── [ 17K] ImageGoodnessFilter.java │   │   │   │   ├── [4.2K] MotionSensorWTime.java │   │   │   │   ├── [ 10K] SmartCamera.java │   │   │   │   └── [2.5K] WaveTriggerFilter.java │   │   │   ├── [2.3K] ScaleFilter.java │   │   │   ├── [8.7K] Signature.java │   │   │   ├── [1.1K] SimpleCache.java │   │   │   ├── [1.1K] SlotFilter.java │   │   │   ├── [7.9K] SobelFilter.java │   │   │   ├── [4.4K] StatsFilter.java │   │   │   ├── [6.5K] SurfaceHolderTarget.java │   │   │   ├── [3.7K] TextureSource.java │   │   │   ├── [2.0K] TextViewTarget.java │   │   │   ├── [3.1K] ThroughputFilter.java │   │   │   ├── [1.4K] Throughput.java │   │   │   ├── [4.9K] ToGrayValuesFilter.java │   │   │   ├── [1.8K] ToStringFilter.java │   │   │   ├── [2.9K] TransformUtils.java │   │   │   ├── [2.4K] ValueTarget.java │   │   │   ├── [1.7K] VariableSource.java │   │   │   └── [5.7K] ViewFilter.java │   │   └── [4.0K] tests │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [1.1K] Android.mk │   │   ├── [ 652] project.properties │   │   ├── [4.0K] res │   │   └── [4.0K] src │   │   └── [4.0K] androidx │   │   └── [4.0K] media │   │   └── [4.0K] filterfw │   │   ├── [2.2K] FrameSourceFilter.java │   │   ├── [1.7K] FrameTargetFilter.java │   │   ├── [6.8K] MffFilterTestCase.java │   │   ├── [2.4K] MffTestCase.java │   │   └── [4.0K] samples │   │   └── [4.0K] simplecamera │   │   ├── [1.8K] AverageFilterTest.java │   │   ├── [2.1K] AvgBrightnessFilterTest.java │   │   ├── [2.3K] ContrastRatioFilterTest.java │   │   ├── [2.4K] ExposureFilterTest.java │   │   ├── [7.1K] FaceSquareFilterTest.java │   │   ├── [1.7K] FloatArrayToSizeFilterTest.java │   │   ├── [1.7K] FloatArrayToStrFilterTest.java │   │   ├── [4.3K] IfElseFilterTest.java │   │   └── [8.3K] ImageGoodnessFilterTest.java │   ├── [4.0K] CameraPrewarmTest │   │   ├── [2.1K] AndroidManifest.xml │   │   ├── [ 225] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 916] camera_activity.xml │   │   │   └── [4.0K] values │   │   │   └── [ 826] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] cameraprewarm │   │   ├── [1.2K] CameraActivity.java │   │   ├── [1.0K] PrewarmService.java │   │   └── [1.3K] SecureCameraActivity.java │   ├── [4.0K] CanvasCompare │   │   ├── [2.0K] AndroidManifest.xml │   │   ├── [ 887] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [ 24K] sunset1.jpg │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.5K] automatic_layout.xml │   │   │   │   └── [4.3K] manual_layout.xml │   │   │   └── [4.0K] values │   │   │   ├── [1.4K] strings.xml │   │   │   └── [ 943] values.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] hwuicompare │   │   ├── [ 11K] AutomaticActivity.java │   │   ├── [4.5K] CompareActivity.java │   │   ├── [ 22K] DisplayModifier.java │   │   ├── [7.2K] ErrorCalculator.java │   │   ├── [1.8K] errorCalculator.rs │   │   ├── [1.5K] MainView.java │   │   ├── [7.9K] ManualActivity.java │   │   ├── [5.6K] ResourceModifiers.java │   │   └── [1.2K] Test.java │   ├── [4.0K] Compatibility │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [1004] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] compatibilitytest │   │   ├── [8.3K] AppCompatibility.java │   │   └── [1011] AppCompatibilityRunner.java │   ├── [4.0K] CoreTests │   │   ├── [4.0K] android │   │   │   ├── [2.2K] AndroidManifest.xml │   │   │   ├── [ 281] Android.mk │   │   │   └── [4.0K] core │   │   │   ├── [ 15K] HeapTest.java │   │   │   ├── [5.7K] HttpConstants.java │   │   │   ├── [2.7K] HttpHeaderTest.java │   │   │   ├── [2.0K] JniLibTest.java │   │   │   ├── [1.2K] LowLevelNetRunner.java │   │   │   ├── [1.6K] MiscRegressionTest.java │   │   │   ├── [6.1K] NsdServiceInfoTest.java │   │   │   ├── [ 18K] RequestAPITest.java │   │   │   ├── [2.1K] Sha1Test.java │   │   │   ├── [ 24K] TestEventHandler.java │   │   │   ├── [4.9K] TestHttpClient.java │   │   │   ├── [3.8K] TestWebData.java │   │   │   └── [ 29K] TestWebServer.java │   │   ├── [ 38] Android.mk │   │   ├── [ 401] run_core_test.sh │   │   └── [ 343] run_junit.sh │   ├── [4.0K] DataIdleTest │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 979] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] dataidle │   │   └── [4.5K] DataIdleTest.java │   ├── [4.0K] DozeTest │   │   ├── [1.6K] AndroidManifest.xml │   │   ├── [ 340] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [3.5K] ic_app.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [5.1K] ic_app.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.7K] dream.xml │   │   │   └── [4.0K] values │   │   │   └── [1.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] dreams │   │   └── [4.0K] dozetest │   │   └── [5.6K] DozeTestDream.java │   ├── [4.0K] DpiTest │   │   ├── [1.9K] AndroidManifest.xml │   │   ├── [ 239] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [7.9K] logo160dpi.png │   │   │   │   ├── [9.7K] npatch160dpi.9.png │   │   │   │   ├── [7.9K] reslogo160dpi.png │   │   │   │   ├── [ 855] smlnpatch160dpi.9.png │   │   │   │   └── [7.9K] stylogo160dpi.png │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 13K] logo240dpi.png │   │   │   │   ├── [ 17K] npatch240dpi.9.png │   │   │   │   ├── [ 13K] reslogo240dpi.png │   │   │   │   ├── [ 946] smlnpatch240dpi.9.png │   │   │   │   └── [ 13K] stylogo240dpi.png │   │   │   ├── [4.0K] drawable-ldpi │   │   │   │   ├── [5.1K] logo120dpi.png │   │   │   │   ├── [6.2K] npatch120dpi.9.png │   │   │   │   ├── [5.1K] reslogo120dpi.png │   │   │   │   ├── [ 804] smlnpatch120dpi.9.png │   │   │   │   └── [5.1K] stylogo120dpi.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [5.1K] logonodpi120.png │   │   │   │   ├── [7.9K] logonodpi160.png │   │   │   │   └── [ 13K] logonodpi240.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.3K] image_views.xml │   │   │   │   └── [1.0K] styled_image_views.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 762] strings.xml │   │   │   │   └── [1.4K] styles.xml │   │   │   ├── [4.0K] values-large │   │   │   │   └── [ 753] strings.xml │   │   │   ├── [4.0K] values-large-long │   │   │   │   └── [ 758] strings.xml │   │   │   ├── [4.0K] values-large-notlong │   │   │   │   └── [ 761] strings.xml │   │   │   ├── [4.0K] values-long │   │   │   │   └── [ 752] strings.xml │   │   │   ├── [4.0K] values-normal │   │   │   │   └── [ 754] strings.xml │   │   │   ├── [4.0K] values-normal-long │   │   │   │   └── [ 759] strings.xml │   │   │   ├── [4.0K] values-normal-notlong │   │   │   │   └── [ 762] strings.xml │   │   │   ├── [4.0K] values-notlong │   │   │   │   └── [ 755] strings.xml │   │   │   ├── [4.0K] values-small │   │   │   │   └── [ 753] strings.xml │   │   │   ├── [4.0K] values-small-long │   │   │   │   └── [ 758] strings.xml │   │   │   ├── [4.0K] values-small-notlong │   │   │   │   └── [ 761] strings.xml │   │   │   ├── [4.0K] values-xlarge │   │   │   │   └── [ 754] strings.xml │   │   │   ├── [4.0K] values-xlarge-long │   │   │   │   └── [ 759] strings.xml │   │   │   └── [4.0K] values-xlarge-notlong │   │   │   └── [ 762] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] dpi │   │   ├── [9.6K] DpiTestActivity.java │   │   └── [ 790] DpiTestNoCompatActivity.java │   ├── [4.0K] FeatureSplit │   │   ├── [4.0K] base │   │   │   ├── [ 901] AndroidManifest.xml │   │   │   ├── [ 798] Android.mk │   │   │   └── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 882] values.xml │   │   ├── [4.0K] feature1 │   │   │   ├── [ 869] AndroidManifest.xml │   │   │   ├── [1.0K] Android.mk │   │   │   └── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 929] values.xml │   │   └── [4.0K] feature2 │   │   ├── [ 868] AndroidManifest.xml │   │   ├── [1.2K] Android.mk │   │   └── [4.0K] res │   │   └── [4.0K] values │   │   └── [ 890] values.xml │   ├── [4.0K] FixVibrateSetting │   │   ├── [ 619] AndroidManifest.xml │   │   ├── [ 228] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [1.0K] stat_sys_warning.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [ 651] stat_sys_warning.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.5K] fix_vibrate.xml │   │   │   └── [4.0K] values │   │   │   └── [1.0K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] fixvibratesetting │   │   └── [3.9K] FixVibrateSetting.java │   ├── [4.0K] FrameworkPerf │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 300] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-161dpi │   │   │   │   ├── [ 364] stat_sample_scale.png │   │   │   │   └── [420K] wallpaper_goldengate_scale.jpg │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [ 634] stat_happy.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [1.1K] stat_happy.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [ 364] stat_sample.png │   │   │   │   └── [420K] wallpaper_goldengate.jpg │   │   │   ├── [4.0K] layout │   │   │   │   ├── [6.9K] button_layout.xml │   │   │   │   ├── [7.6K] image_button_layout.xml │   │   │   │   ├── [ 18K] large_layout.xml │   │   │   │   ├── [4.8K] main.xml │   │   │   │   ├── [1.4K] small_layout.xml │   │   │   │   └── [5.0K] view_layout.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [2.6K] attrs.xml │   │   │   │   └── [1.1K] strings.xml │   │   │   └── [4.0K] xml │   │   │   ├── [ 16K] simple_large.xml │   │   │   └── [1.5K] simple.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] frameworkperf │   │   ├── [ 16K] FrameworkPerfActivity.java │   │   ├── [1.5K] FrameworkPerfTest.java │   │   ├── [ 119] LocalTestService.java │   │   ├── [ 943] Receiver.java │   │   ├── [2.4K] RunResult.java │   │   ├── [1.8K] SchedulerService.java │   │   ├── [5.6K] SimpleInflater.java │   │   ├── [1.7K] TestArgs.java │   │   └── [ 40K] TestService.java │   ├── [4.0K] GridLayoutTest │   │   ├── [3.8K] AndroidManifest.xml │   │   ├── [ 797] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [1.2K] btn_default_normal.9.png │   │   │   └── [4.0K] layout │   │   │   ├── [ 855] grid0.xml │   │   │   ├── [1.2K] grid4.xml │   │   │   ├── [1.8K] grid5.xml │   │   │   ├── [1.1K] grid6.xml │   │   │   └── [1.2K] grid7.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] layout │   │   ├── [2.7K] AbstractLayoutTest.java │   │   ├── [ 902] Activity0.java │   │   ├── [ 954] Activity1.java │   │   ├── [ 903] Activity4.java │   │   ├── [ 902] Activity5.java │   │   ├── [ 902] Activity6.java │   │   ├── [ 902] Activity7.java │   │   ├── [4.6K] AlignmentTest.java │   │   ├── [2.0K] GridLayoutTest.java │   │   ├── [1.8K] LayoutInsetsTest.java │   │   └── [1.7K] LinearLayoutTest.java │   ├── [4.0K] HierarchyViewerTest │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 242] Android.mk │   │   ├── [ 515] build.gradle │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 429] activity_main.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [ 294] menu_main.xml │   │   │   └── [4.0K] values │   │   │   └── [ 108] strings.xml │   │   ├── [ 218] run_tests.sh │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] hierarchyviewer │   │   ├── [2.8K] Decoder.java │   │   ├── [1.3K] MainActivity.java │   │   ├── [2.9K] MainActivityTest.java │   │   └── [1.8K] ViewDumpParser.java │   ├── [4.0K] HugeBackup │   │   ├── [1.8K] AndroidManifest.xml │   │   ├── [ 313] Android.mk │   │   ├── [ 127] proguard.flags │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [3.3K] backup_restore.xml │   │   │   └── [4.0K] values │   │   │   └── [1.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] hugebackup │   │   ├── [ 11K] HugeAgent.java │   │   └── [8.0K] HugeBackupActivity.java │   ├── [4.0K] HwAccelerationTest │   │   ├── [ 35K] AndroidManifest.xml │   │   ├── [ 801] Android.mk │   │   ├── [ 370] default.properties │   │   ├── [4.0K] res │   │   │   ├── [4.0K] anim │   │   │   │   ├── [ 774] accelerate_interpolator_2.xml │   │   │   │   ├── [ 825] fade_in.xml │   │   │   │   ├── [ 817] fade_out.xml │   │   │   │   └── [ 884] slide_off_left.xml │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [1.1K] appwidget_background.xml │   │   │   │   ├── [1.7K] appwidget_bg.9.png │   │   │   │   ├── [1.9K] appwidget_bg_focus.9.png │   │   │   │   ├── [1.9K] appwidget_bg_press.9.png │   │   │   │   ├── [ 364] btn_toggle_off.9.png │   │   │   │   ├── [ 442] btn_toggle_on.9.png │   │   │   │   ├── [112K] default_wallpaper.jpg │   │   │   │   ├── [ 868] gradient.xml │   │   │   │   ├── [1.2K] green_gradient.9.png │   │   │   │   ├── [3.1K] icon.png │   │   │   │   ├── [1.3K] progress_vertical_holo_dark.xml │   │   │   │   ├── [5.5K] robot.png │   │   │   │   ├── [ 192] round_rect_background.xml │   │   │   │   ├── [1.3K] scrubber_progress_vertical_holo_dark.xml │   │   │   │   ├── [ 24K] sunset1.jpg │   │   │   │   ├── [ 54K] sunset2.png │   │   │   │   ├── [ 45K] sunset3.png │   │   │   │   ├── [6.0K] widget_header.png │   │   │   │   └── [1.4K] widget_title_bg.9.png │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [1.1K] appwidget_background.xml │   │   │   │   ├── [5.0K] icon.png │   │   │   │   ├── [ 24K] sunset1.jpg │   │   │   │   ├── [ 54K] sunset2.png │   │   │   │   ├── [ 45K] sunset3.png │   │   │   │   └── [4.0K] widget_header.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [1.9K] expander_ic_maximized.9.png │   │   │   │   └── [1.9K] expander_ic_minimized.9.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [1.7K] appwidget_bg.9.png │   │   │   │   ├── [1.9K] appwidget_bg_focus.9.png │   │   │   │   ├── [1.9K] appwidget_bg_press.9.png │   │   │   │   ├── [1.2K] green_gradient.9.png │   │   │   │   ├── [304K] large_photo.jpg │   │   │   │   ├── [2.8K] patch2.9.png │   │   │   │   ├── [2.8K] patch.9.png │   │   │   │   ├── [ 189] progress_vertical_bg_holo_dark.9.png │   │   │   │   ├── [ 506] progress_vertical_primary_holo_dark.9.png │   │   │   │   ├── [ 204] progress_vertical_secondary_holo_dark.9.png │   │   │   │   ├── [ 177] scrubber_vertical_primary_holo.9.png │   │   │   │   ├── [ 179] scrubber_vertical_secondary_holo.9.png │   │   │   │   ├── [ 185] scrubber_vertical_track_holo_dark.9.png │   │   │   │   ├── [ 170] scrubber_vertical_track_holo_light.9.png │   │   │   │   ├── [ 25K] spot_mask.png │   │   │   │   ├── [1.7M] very_large_photo.jpg │   │   │   │   └── [1.4K] widget_title_bg.9.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 872] _advanced_blend.xml │   │   │   │   ├── [ 878] _advanced_gradient.xml │   │   │   │   ├── [3.1K] date_picker.xml │   │   │   │   ├── [1.5K] flipper_item.xml │   │   │   │   ├── [2.2K] form.xml │   │   │   │   ├── [1.6K] labels.xml │   │   │   │   ├── [ 865] _layers.xml │   │   │   │   ├── [ 863] _lines.xml │   │   │   │   ├── [2.6K] list_activity.xml │   │   │   │   ├── [ 868] _newlayers.xml │   │   │   │   ├── [ 862] _paths.xml │   │   │   │   ├── [1016] projection_clipping.xml │   │   │   │   ├── [1.3K] projection.xml │   │   │   │   ├── [ 867] _shaders.xml │   │   │   │   ├── [1.5K] stack_item.xml │   │   │   │   ├── [1.2K] stack.xml │   │   │   │   ├── [1.5K] text_fade.xml │   │   │   │   ├── [ 994] text_large.xml │   │   │   │   ├── [ 995] text_medium.xml │   │   │   │   ├── [ 994] text_small.xml │   │   │   │   ├── [5.2K] transforms_and_animations.xml │   │   │   │   ├── [4.4K] view_layer_invalidation.xml │   │   │   │   ├── [1.6K] view_layers_3.xml │   │   │   │   ├── [1.6K] view_layers_4.xml │   │   │   │   ├── [2.6K] view_layers_5.xml │   │   │   │   ├── [1.3K] view_layers.xml │   │   │   │   ├── [3.2K] view_properties.xml │   │   │   │   ├── [1.7K] widget.xml │   │   │   │   └── [ 738] z_ordering.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 794] strings.xml │   │   │   └── [1.8K] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] hwui │   │   ├── [5.0K] AdvancedBlendActivity.java │   │   ├── [3.8K] AdvancedGradientsActivity.java │   │   ├── [3.6K] Alpha8BitmapActivity.java │   │   ├── [5.0K] AlphaLayersActivity.java │   │   ├── [1.8K] Animated3dActivity.java │   │   ├── [2.2K] AssetsAtlasActivity.java │   │   ├── [1.6K] BigGradientActivity.java │   │   ├── [3.0K] BitmapMeshActivity.java │   │   ├── [2.8K] BitmapMeshLayerActivity.java │   │   ├── [3.5K] BitmapMutateActivity.java │   │   ├── [2.3K] Bitmaps3dActivity.java │   │   ├── [3.9K] BitmapsActivity.java │   │   ├── [3.0K] BitmapsAlphaActivity.java │   │   ├── [2.7K] BitmapsRectActivity.java │   │   ├── [1.7K] BitmapsSkewActivity.java │   │   ├── [3.7K] CanvasTextureViewActivity.java │   │   ├── [5.3K] CirclePropActivity.java │   │   ├── [3.1K] ClearActivity.java │   │   ├── [3.5K] ClipOutlineActivity.java │   │   ├── [3.0K] ClipRegion2Activity.java │   │   ├── [3.0K] ClipRegion3Activity.java │   │   ├── [3.3K] ClipRegionActivity.java │   │   ├── [4.5K] ColoredRectsActivity.java │   │   ├── [3.5K] ColorFiltersActivity.java │   │   ├── [6.4K] ColorFiltersMutateActivity.java │   │   ├── [1.3K] DatePickerActivity.java │   │   ├── [ 16K] DatePicker.java │   │   ├── [4.0K] DisplayListLayersActivity.java │   │   ├── [3.6K] FramebufferBlendActivity.java │   │   ├── [3.6K] GetBitmapActivity.java │   │   ├── [ 15K] GLDepthTestActivity.java │   │   ├── [ 16K] GLTextureViewActivity.java │   │   ├── [2.7K] GlyphCacheActivity.java │   │   ├── [9.4K] GradientsActivity.java │   │   ├── [4.3K] GradientStopsActivity.java │   │   ├── [3.8K] HardwareCanvasSurfaceViewActivity.java │   │   ├── [3.8K] HardwareCanvasTextureViewActivity.java │   │   ├── [5.2K] HwTests.java │   │   ├── [ 961] LabelsActivity.java │   │   ├── [3.5K] LayersActivity.java │   │   ├── [9.0K] Lines2Activity.java │   │   ├── [5.7K] LinesActivity.java │   │   ├── [6.4K] ListActivity.java │   │   ├── [3.1K] LooperAcceleration.java │   │   ├── [2.6K] MarqueeActivity.java │   │   ├── [1.7K] MatrixActivity.java │   │   ├── [1.9K] MaxBitmapSizeActivity.java │   │   ├── [2.5K] MipMapActivity.java │   │   ├── [2.6K] MoreNinePatchesActivity.java │   │   ├── [5.4K] MoreShadersActivity.java │   │   ├── [2.7K] MultiLayersActivity.java │   │   ├── [2.4K] NewLayersActivity.java │   │   ├── [1.4K] NinePatchesActivity.java │   │   ├── [1.6K] NoAATextActivity.java │   │   ├── [1.9K] OpaqueActivity.java │   │   ├── [2.1K] PaintDrawFilterActivity.java │   │   ├── [3.6K] PathDestructionActivity.java │   │   ├── [1.9K] PathOffsetActivity.java │   │   ├── [2.6K] PathOpsActivity.java │   │   ├── [5.2K] PathsActivity.java │   │   ├── [4.1K] PathsCacheActivity.java │   │   ├── [4.1K] PointsActivity.java │   │   ├── [2.5K] PosTextActivity.java │   │   ├── [2.8K] ProjectionActivity.java │   │   ├── [ 869] ProjectionClippingActivity.java │   │   ├── [3.3K] QuickRejectActivity.java │   │   ├── [ 968] ResizeActivity.java │   │   ├── [4.0K] RevealActivity.java │   │   ├── [2.5K] Rotate3dTextActivity.java │   │   ├── [2.0K] RotationActivity.java │   │   ├── [3.0K] ScaledPathsActivity.java │   │   ├── [4.6K] ScaledTextActivity.java │   │   ├── [5.0K] ShadersActivity.java │   │   ├── [5.2K] ShapesActivity.java │   │   ├── [1.8K] SimplePatchActivity.java │   │   ├── [1.4K] SimplePathsActivity.java │   │   ├── [2.2K] SmallCircleActivity.java │   │   ├── [2.2K] StackActivity.java │   │   ├── [6.5K] TextActivity.java │   │   ├── [1.3K] TextFadeActivity.java │   │   ├── [3.5K] TextGammaActivity.java │   │   ├── [5.0K] TextOnPathActivity.java │   │   ├── [2.4K] TextPathActivity.java │   │   ├── [5.4K] TextureViewActivity.java │   │   ├── [3.6K] ThinPatchesActivity.java │   │   ├── [1.6K] TimeDialogActivity.java │   │   ├── [2.4K] TJunctionActivity.java │   │   ├── [3.3K] Transform3dActivity.java │   │   ├── [7.2K] TransformsAndAnimationsActivity.java │   │   ├── [6.5K] TransparentListActivity.java │   │   ├── [2.2K] ViewFlipperActivity.java │   │   ├── [6.0K] ViewLayerInvalidationActivity.java │   │   ├── [6.1K] ViewLayersActivity2.java │   │   ├── [6.1K] ViewLayersActivity3.java │   │   ├── [6.2K] ViewLayersActivity4.java │   │   ├── [8.2K] ViewLayersActivity5.java │   │   ├── [8.3K] ViewLayersActivity.java │   │   ├── [5.2K] ViewPropertyAlphaActivity.java │   │   ├── [4.0K] XfermodeActivity.java │   │   └── [ 947] ZOrderingActivity.java │   ├── [4.0K] ImfTest │   │   ├── [7.4K] AndroidManifest.xml │   │   ├── [ 377] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.3K] dialog_edit_text_no_scroll.xml │   │   │   │   ├── [ 954] full_screen_edit_text.xml │   │   │   │   ├── [1.7K] one_edit_text_activity.xml │   │   │   │   └── [1.8K] sample_edit_text.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 755] config.xml │   │   │   └── [2.5K] strings.xml │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] imftest │   │   │   └── [4.0K] samples │   │   │   ├── [5.3K] AutoCompleteTextViewActivityLandscape.java │   │   │   ├── [5.1K] AutoCompleteTextViewActivityPortrait.java │   │   │   ├── [1.9K] BigEditTextActivityNonScrollablePanScan.java │   │   │   ├── [1.9K] BigEditTextActivityNonScrollableResize.java │   │   │   ├── [2.3K] BigEditTextActivityScrollablePanScan.java │   │   │   ├── [2.3K] BigEditTextActivityScrollableResize.java │   │   │   ├── [1.9K] BottomEditTextActivityPanScan.java │   │   │   ├── [1.9K] BottomEditTextActivityResize.java │   │   │   ├── [2.5K] ButtonActivity.java │   │   │   ├── [3.3K] DialogActivity.java │   │   │   ├── [3.5K] EditTextActivityDialog.java │   │   │   ├── [6.7K] InputTypeActivity.java │   │   │   ├── [2.0K] ManyEditTextActivityNoScrollPanScan.java │   │   │   ├── [2.0K] ManyEditTextActivityScrollPanScan.java │   │   │   ├── [1.8K] ManyEditTextActivityScrollResize.java │   │   │   ├── [2.1K] OneEditTextActivityNotSelected.java │   │   │   └── [2.2K] OneEditTextActivitySelected.java │   │   └── [4.0K] tests │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 345] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] imftest │   │   └── [4.0K] samples │   │   ├── [1.7K] BigEditTextActivityNonScrollablePanScanTests.java │   │   ├── [1.7K] BigEditTextActivityNonScrollableResizeTests.java │   │   ├── [1.6K] BigEditTextActivityScrollablePanScanTests.java │   │   ├── [1.7K] BigEditTextActivityScrollableResizeTests.java │   │   ├── [1.6K] BottomEditTextActivityPanScanTests.java │   │   ├── [1.6K] BottomEditTextActivityResizeTests.java │   │   ├── [1.9K] ButtonActivityTest.java │   │   ├── [5.4K] ImfBaseTestCase.java │   │   ├── [1.3K] ManyEditTextActivityBaseTestCase.java │   │   ├── [1.2K] ManyEditTextActivityNoScrollPanScanTests.java │   │   ├── [1.2K] ManyEditTextActivityScrollPanScanTests.java │   │   ├── [1.2K] ManyEditTextActivityScrollResizeTests.java │   │   ├── [1.6K] OneEditTextActivityNotSelectedTests.java │   │   └── [1.7K] OneEditTextActivitySelectedTests.java │   ├── [4.0K] JobSchedulerTestApp │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 282] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [5.3K] ic_launcher.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [3.2K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 856] ic_action_refresh.png │   │   │   │   └── [7.2K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   └── [ 12K] ic_launcher.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [7.8K] activity_main.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 844] color.xml │   │   │   │   ├── [1.7K] strings.xml │   │   │   │   └── [1.3K] styles.xml │   │   │   ├── [4.0K] values-v11 │   │   │   │   └── [ 945] styles.xml │   │   │   └── [4.0K] values-v14 │   │   │   └── [1002] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] demo │   │   └── [4.0K] jobSchedulerApp │   │   ├── [6.9K] MainActivity.java │   │   └── [4.0K] service │   │   └── [4.2K] TestJobService.java │   ├── [4.0K] LargeAssetTest │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 225] Android.mk │   │   ├── [4.0K] assets │   │   │   └── [3.8M] million-ints │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.7K] lat.xml │   │   │   └── [4.0K] values │   │   │   └── [ 861] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] largeassettest │   │   └── [3.4K] LargeAssetTest.java │   ├── [4.0K] LegacyAssistant │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 223] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [1.3K] ic_action_assist.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [ 13K] ic_action_assist_activated.png │   │   │   │   └── [5.6K] ic_action_assist_normal.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [8.6K] ic_action_assist_activated.png │   │   │   │   └── [4.4K] ic_action_assist_normal.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 19K] ic_action_assist_activated.png │   │   │   │   └── [7.2K] ic_action_assist_normal.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.4K] assist_intent_activity.xml │   │   │   └── [4.0K] values │   │   │   └── [ 811] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] legacyassistant │   │   └── [1006] AssistActivity.java │   ├── [4.0K] LegacyRestoreTest │   │   ├── [2.2K] jbmr2-encrypted-settings-abcd.ab │   │   ├── [2.2K] kk-fixed-encrypted-settings-abcd.ab │   │   └── [1.1K] README │   ├── [4.0K] LocationTracker │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 193] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 927] entrylist_item.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [1.4K] menu.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [2.6K] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [2.6K] preferences.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] locationtracker │   │   ├── [4.0K] data │   │   │   ├── [3.1K] CSVFormatter.java │   │   │   ├── [1.8K] DateUtils.java │   │   │   ├── [ 836] IFormatter.java │   │   │   ├── [2.8K] KMLFormatter.java │   │   │   ├── [4.9K] TrackerDataHelper.java │   │   │   ├── [8.5K] TrackerEntry.java │   │   │   ├── [2.6K] TrackerListHelper.java │   │   │   └── [4.2K] TrackerProvider.java │   │   ├── [1.1K] SettingsActivity.java │   │   ├── [7.2K] TrackerActivity.java │   │   └── [ 16K] TrackerService.java │   ├── [4.0K] LockTaskTests │   │   ├── [2.3K] AndroidManifest.xml │   │   ├── [ 416] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [7.5K] ic_launcher.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [3.7K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [ 12K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   └── [ 24K] ic_launcher.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.3K] activity_launch.xml │   │   │   │   └── [1.9K] activity_main.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 213] dimens.xml │   │   │   │   ├── [1.2K] strings.xml │   │   │   │   └── [ 680] styles.xml │   │   │   ├── [4.0K] values-v11 │   │   │   │   └── [ 324] styles.xml │   │   │   ├── [4.0K] values-v14 │   │   │   │   └── [ 381] styles.xml │   │   │   └── [4.0K] values-w820dp │   │   │   └── [ 373] dimens.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] example │   │   └── [4.0K] locktasktests │   │   ├── [2.4K] LaunchActivity.java │   │   ├── [ 732] LockAtLaunchActivity.java │   │   ├── [ 731] LockDefaultActivity.java │   │   ├── [ 733] LockTaskNeverActivity.java │   │   ├── [ 735] LockWhitelistedActivity.java │   │   └── [2.4K] MainActivity.java │   ├── [4.0K] LotsOfApps │   │   ├── [ 38K] AndroidManifest.xml │   │   ├── [ 257] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] drawable │   │   │   ├── [4.7K] ic_launcher_add_folder.png │   │   │   ├── [7.5K] ic_launcher_alarmclock.png │   │   │   ├── [4.0K] ic_launcher_application.png │   │   │   ├── [7.1K] ic_launcher_appwidget.png │   │   │   ├── [7.6K] ic_launcher_browser.png │   │   │   ├── [6.2K] ic_launcher_camera.png │   │   │   ├── [6.9K] ic_launcher_camera_record.png │   │   │   ├── [4.1K] ic_launcher_contacts.png │   │   │   ├── [4.4K] ic_launcher_drm_file.png │   │   │   ├── [5.2K] ic_launcher_folder_bluetooth.png │   │   │   ├── [5.0K] ic_launcher_folder_live_contacts_phone.png │   │   │   ├── [5.0K] ic_launcher_folder_live_contacts.png │   │   │   ├── [5.0K] ic_launcher_folder_live_contacts_starred.png │   │   │   ├── [4.1K] ic_launcher_folder_live.png │   │   │   ├── [4.8K] ic_launcher_folder_open.png │   │   │   ├── [4.5K] ic_launcher_folder.png │   │   │   ├── [4.2K] ic_launcher_gallery.png │   │   │   ├── [4.1K] ic_launcher_home.png │   │   │   ├── [4.6K] ic_launcher_im.png │   │   │   ├── [7.7K] ic_launcher_musicplayer_2.png │   │   │   ├── [5.3K] ic_launcher_phone.png │   │   │   ├── [5.8K] ic_launcher_record_audio.png │   │   │   ├── [7.4K] ic_launcher_settings.png │   │   │   ├── [3.3K] ic_launcher_shortcut_browser_bookmark.png │   │   │   ├── [6.0K] ic_launcher_shortcut_contact.png │   │   │   ├── [5.8K] ic_launcher_shortcut_directdial.png │   │   │   ├── [5.6K] ic_launcher_shortcut_directmessage.png │   │   │   ├── [3.1K] ic_launcher_shortcut_music_playlist.png │   │   │   ├── [4.9K] ic_launcher_shortcut.png │   │   │   ├── [5.0K] ic_launcher_sim_toolkit.png │   │   │   ├── [5.7K] ic_launcher_slideshow_add_sms.png │   │   │   ├── [5.7K] ic_launcher_slideshow_default_sms.png │   │   │   ├── [3.4K] ic_launcher_smsmms.png │   │   │   ├── [5.8K] ic_launcher_soundrecorder.png │   │   │   ├── [6.9K] ic_launcher_video_camera.png │   │   │   ├── [3.9K] ic_launcher_video_player.png │   │   │   └── [4.1K] ic_launcher_wallpaper.png │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] lotsofapps │   │   └── [ 680] Nothing.java │   ├── [4.0K] LowStorageTest │   │   ├── [ 573] AndroidManifest.xml │   │   ├── [ 823] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [2.2K] main.xml │   │   │   └── [4.0K] values │   │   │   └── [1.1K] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] lowstoragetest │   │   └── [4.8K] LowStorageTest.java │   ├── [4.0K] MemoryUsage │   │   ├── [ 609] AndroidManifest.xml │   │   ├── [ 414] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] memoryusage │   │   ├── [1.1K] MemoryUsageInstrumentation.java │   │   └── [ 12K] MemoryUsageTest.java │   ├── [4.0K] MusicBrowserDemo │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [1.1K] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [4.7K] ic_launcher.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [2.5K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [5.1K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   └── [ 14K] ic_launcher.png │   │   │   └── [4.0K] values │   │   │   ├── [ 725] strings.xml │   │   │   └── [1.3K] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] example │   │   └── [4.0K] android │   │   └── [4.0K] musicbrowserdemo │   │   ├── [4.4K] AppListFragment.java │   │   ├── [6.5K] BrowserListFragment.java │   │   └── [1.5K] MainActivity.java │   ├── [4.0K] MusicServiceDemo │   │   ├── [1.9K] AndroidManifest.xml │   │   ├── [1.1K] Android.mk │   │   ├── [ 781] proguard-project.txt │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [4.7K] ic_launcher.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [2.5K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [5.1K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   ├── [ 14K] ic_launcher.png │   │   │   │   └── [1.6K] thumbsup.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 996] activity_main.xml │   │   │   │   └── [1.3K] fragment_main.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 862] colors.xml │   │   │   ├── [ 860] dimens.xml │   │   │   ├── [ 938] strings.xml │   │   │   └── [1.3K] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] example │   │   └── [4.0K] android │   │   └── [4.0K] musicservicedemo │   │   ├── [4.0K] browser │   │   │   ├── [9.9K] MusicProvider.java │   │   │   ├── [2.0K] MusicProviderTask.java │   │   │   ├── [ 837] MusicProviderTaskListener.java │   │   │   └── [3.2K] MusicTrack.java │   │   ├── [ 10K] BrowserService.java │   │   ├── [3.0K] MainActivity.java │   │   └── [2.1K] Utils.java │   ├── [4.0K] notification │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 341] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [7.4K] arubin_hed.jpeg │   │   │   │   ├── [ 49K] bucket.png │   │   │   │   ├── [ 15K] matias_hed.jpg │   │   │   │   ├── [9.0K] page_hed.jpg │   │   │   │   ├── [ 19K] romainguy_hed.jpg │   │   │   │   └── [405K] romainguy_rockaway.jpg │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 211] add.png │   │   │   │   ├── [3.5K] ic_dial_action_call.png │   │   │   │   ├── [2.7K] ic_end_call.png │   │   │   │   ├── [1.3K] ic_media_next.png │   │   │   │   ├── [1.1K] ic_menu_upload.png │   │   │   │   ├── [ 485] icon.png │   │   │   │   ├── [1.7K] stat_notify_alarm.png │   │   │   │   ├── [ 823] stat_notify_calendar.png │   │   │   │   ├── [1.0K] stat_notify_email.png │   │   │   │   ├── [1.3K] stat_notify_missed_call.png │   │   │   │   ├── [1.2K] stat_notify_sms.png │   │   │   │   ├── [2.2K] stat_notify_snooze_longer.png │   │   │   │   ├── [2.2K] stat_notify_snooze.png │   │   │   │   ├── [1.3K] stat_notify_talk_text.png │   │   │   │   └── [1.1K] stat_sys_phone_call.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 399] full_screen.xml │   │   │   │   └── [ 868] main.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 924] dimens.xml │   │   │   └── [ 499] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] frameworks │   │   └── [4.0K] tests │   │   └── [4.0K] notification │   │   └── [ 21K] NotificationTests.java │   ├── [4.0K] OneMedia │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 348] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [ 966] ic_fast_forward.xml │   │   │   │   ├── [ 969] ic_fast_rewind.xml │   │   │   │   ├── [ 982] ic_pause.xml │   │   │   │   ├── [ 921] ic_play_arrow.xml │   │   │   │   ├── [ 974] ic_skip_next.xml │   │   │   │   ├── [1.0K] ic_skip_previous.xml │   │   │   │   └── [ 930] ic_stop.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [7.5K] ic_launcher.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [3.7K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [ 12K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   └── [ 24K] ic_launcher.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 650] activity_main.xml │   │   │   │   └── [3.1K] activity_one_player.xml │   │   │   ├── [4.0K] menu │   │   │   │   └── [ 254] main.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 720] colors.xml │   │   │   ├── [ 297] dimens.xml │   │   │   ├── [ 663] strings.xml │   │   │   └── [1.7K] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] onemedia │   │   ├── [ 781] IPlayerCallback.aidl │   │   ├── [1.1K] IPlayerService.aidl │   │   ├── [9.1K] NotificationHelper.java │   │   ├── [8.3K] OnePlayerActivity.java │   │   ├── [1.4K] OnePlayerService.java │   │   ├── [4.0K] playback │   │   │   ├── [ 760] IRequestCallback.aidl │   │   │   ├── [ 24K] LocalRenderer.java │   │   │   ├── [2.0K] MediaItem.java │   │   │   ├── [ 824] PlaybackError.java │   │   │   ├── [7.0K] Renderer.java │   │   │   └── [2.4K] RequestUtils.java │   │   ├── [7.4K] PlayerController.java │   │   ├── [5.1K] PlayerService.java │   │   └── [8.9K] PlayerSession.java │   ├── [4.0K] permission │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 340] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] framework │   │   └── [4.0K] permission │   │   └── [4.0K] tests │   │   ├── [5.8K] ActivityManagerPermissionTests.java │   │   ├── [4.6K] PmPermissionsTests.java │   │   ├── [2.6K] ServiceManagerPermissionTests.java │   │   ├── [2.9K] SmsManagerPermissionTest.java │   │   ├── [3.0K] VibratorServicePermissionTest.java │   │   └── [ 11K] WindowManagerPermissionTests.java │   ├── [4.0K] RemoteDisplayProvider │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 985] Android.mk │   │   ├── [ 664] README │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [3.5K] ic_app.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [5.1K] ic_app.png │   │   │   └── [4.0K] values │   │   │   └── [ 814] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] media │   │   └── [4.0K] remotedisplay │   │   └── [4.0K] test │   │   └── [ 14K] RemoteDisplayProviderService.java │   ├── [4.0K] RenderScriptTests │   │   ├── [ 37] Android.mk │   │   ├── [4.0K] FBOTest │   │   │   ├── [ 987] AndroidManifest.xml │   │   │   ├── [ 862] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   └── [286K] robot.png │   │   │   │   └── [4.0K] raw │   │   │   │   └── [141K] robot.a3d │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] fbotest │   │   │   ├── [2.0K] FBOSync.java │   │   │   ├── [6.3K] fbosync.rs │   │   │   ├── [7.0K] FBOSyncRS.java │   │   │   ├── [4.2K] FBOSyncView.java │   │   │   ├── [2.0K] FBOTest.java │   │   │   ├── [5.8K] fbotest.rs │   │   │   ├── [6.5K] FBOTestRS.java │   │   │   └── [4.2K] FBOTestView.java │   │   ├── [4.0K] Fountain │   │   │   ├── [ 638] AndroidManifest.xml │   │   │   ├── [ 865] Android.mk │   │   │   ├── [ 164] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] fountain │   │   │   ├── [2.5K] Fountain.java │   │   │   ├── [1.7K] fountain.rs │   │   │   ├── [2.3K] FountainRS.java │   │   │   └── [3.3K] FountainView.java │   │   ├── [4.0K] FountainFbo │   │   │   ├── [ 647] AndroidManifest.xml │   │   │   ├── [ 933] Android.mk │   │   │   ├── [ 318] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] fountainfbo │   │   │   ├── [1.9K] FountainFbo.java │   │   │   ├── [3.1K] fountainfbo.rs │   │   │   ├── [3.4K] FountainFboRS.java │   │   │   └── [2.9K] FountainFboView.java │   │   ├── [4.0K] Fountain_v11 │   │   │   ├── [ 595] AndroidManifest.xml │   │   │   ├── [ 919] Android.mk │   │   │   ├── [ 164] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] fountain │   │   │   ├── [1.7K] fountain.rs │   │   │   ├── [2.3K] FountainRS.java │   │   │   ├── [2.5K] Fountain_v11.java │   │   │   └── [3.3K] FountainView.java │   │   ├── [4.0K] HelloWorld │   │   │   ├── [1.3K] AndroidManifest.xml │   │   │   ├── [ 867] Android.mk │   │   │   ├── [ 102] _index.html │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] drawable │   │   │   │   └── [ 307] test_pattern.png │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] helloworld │   │   │   ├── [1.5K] HelloWorld.java │   │   │   ├── [1.5K] helloworld.rs │   │   │   ├── [1.4K] HelloWorldRS.java │   │   │   └── [2.2K] HelloWorldView.java │   │   ├── [4.0K] MiscSamples │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [ 868] Android.mk │   │   │   ├── [ 94] _index.html │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [3.6K] checker.png │   │   │   │   │   ├── [2.8K] cubemap_test.png │   │   │   │   │   ├── [ 96K] data.png │   │   │   │   │   ├── [ 18K] leaf.png │   │   │   │   │   ├── [ 307] test_pattern.png │   │   │   │   │   └── [ 46K] torusmap.png │   │   │   │   └── [4.0K] raw │   │   │   │   ├── [ 344] multitexf.glsl │   │   │   │   ├── [1.2K] shader2f.glsl │   │   │   │   ├── [ 686] shader2movev.glsl │   │   │   │   ├── [ 463] shader2v.glsl │   │   │   │   ├── [ 530] shaderarrayf.glsl │   │   │   │   ├── [1.3K] shaderarrayv.glsl │   │   │   │   ├── [ 123] shadercubef.glsl │   │   │   │   ├── [ 291] shadercubev.glsl │   │   │   │   ├── [ 522] shaderf.glsl │   │   │   │   ├── [1.2K] shaderv.glsl │   │   │   │   └── [558K] torus.a3d │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] android │   │   │   └── [4.0K] rs │   │   │   └── [4.0K] miscsamples │   │   │   ├── [1.5K] RsList.java │   │   │   ├── [1.6K] rslist.rs │   │   │   ├── [5.8K] RsListRS.java │   │   │   ├── [2.0K] RsListView.java │   │   │   ├── [1.5K] RsRenderStates.java │   │   │   ├── [ 22K] rsrenderstates.rs │   │   │   ├── [ 16K] RsRenderStatesRS.java │   │   │   ├── [2.1K] RsRenderStatesView.java │   │   │   └── [2.2K] shader_def.rsh │   │   ├── [4.0K] ModelViewer │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 919] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   └── [286K] robot.png │   │   │   │   ├── [4.0K] menu │   │   │   │   │   └── [ 992] loader_menu.xml │   │   │   │   ├── [4.0K] raw │   │   │   │   │   └── [141K] robot.a3d │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 904] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] modelviewer │   │   │   ├── [3.3K] A3DSelector.java │   │   │   ├── [2.0K] SceneGraph.java │   │   │   ├── [2.3K] scenegraph.rs │   │   │   ├── [6.6K] SceneGraphRS.java │   │   │   ├── [2.7K] SceneGraphView.java │   │   │   ├── [3.1K] SgTransform.java │   │   │   ├── [3.4K] SimpleModel.java │   │   │   ├── [4.1K] simplemodel.rs │   │   │   ├── [5.6K] SimpleModelRS.java │   │   │   ├── [6.2K] SimpleModelView.java │   │   │   ├── [1.0K] transform_def.rsh │   │   │   └── [2.8K] transform.rs │   │   ├── [4.0K] PerfTest │   │   │   ├── [ 943] AndroidManifest.xml │   │   │   ├── [ 961] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [3.6K] checker.png │   │   │   │   │   ├── [ 96K] data.png │   │   │   │   │   ├── [ 413] flares.png │   │   │   │   │   ├── [4.0K] globe.png │   │   │   │   │   ├── [ 18K] leaf.png │   │   │   │   │   ├── [ 11K] light1.jpg │   │   │   │   │   ├── [134K] space.jpg │   │   │   │   │   ├── [ 307] test_pattern.png │   │   │   │   │   └── [ 46K] torusmap.png │   │   │   │   ├── [4.0K] menu │   │   │   │   │   └── [1003] loader_menu.xml │   │   │   │   ├── [4.0K] raw │   │   │   │   │   ├── [ 344] multitexf.glsl │   │   │   │   │   ├── [1.2K] shader2f.glsl │   │   │   │   │   ├── [ 686] shader2movev.glsl │   │   │   │   │   ├── [ 463] shader2v.glsl │   │   │   │   │   ├── [ 522] shaderf.glsl │   │   │   │   │   ├── [1.2K] shaderv.glsl │   │   │   │   │   ├── [ 147] singletexf.glsl │   │   │   │   │   ├── [ 177] singletexfm.glsl │   │   │   │   │   └── [558K] torus.a3d │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 908] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] perftest │   │   │   ├── [6.8K] FillTest.java │   │   │   ├── [5.1K] fill_test.rs │   │   │   ├── [6.3K] MeshTest.java │   │   │   ├── [2.4K] mesh_test.rs │   │   │   ├── [ 882] RsBenchBaseTest.java │   │   │   ├── [4.8K] RsBench.java │   │   │   ├── [7.2K] rsbench.rs │   │   │   ├── [ 11K] RsBenchRS.java │   │   │   ├── [2.4K] RsBenchTest.java │   │   │   ├── [3.0K] RsBenchView.java │   │   │   ├── [1.7K] RsPerfTestRunner.java │   │   │   ├── [2.0K] shader_def.rsh │   │   │   ├── [ 789] subtest_def.rsh │   │   │   ├── [3.2K] TextTest.java │   │   │   ├── [2.7K] text_test.rs │   │   │   ├── [ 12K] TorusTest.java │   │   │   ├── [9.4K] torus_test.rs │   │   │   ├── [ 14K] UiTest.java │   │   │   └── [ 13K] ui_test.rs │   │   ├── [4.0K] SceneGraph │   │   │   ├── [1.2K] AndroidManifest.xml │   │   │   ├── [ 869] Android.mk │   │   │   ├── [4.0K] assets │   │   │   │   ├── [ 12K] blue.jpg │   │   │   │   ├── [ 17K] carbonfiber.jpg │   │   │   │   ├── [ 12K] green.jpg │   │   │   │   ├── [ 10K] grey.jpg │   │   │   │   ├── [ 11K] orange.jpg │   │   │   │   ├── [338K] orientation_test.a3d │   │   │   │   ├── [ 53K] orientation_test.dae │   │   │   │   ├── [ 11K] paint.jpg │   │   │   │   └── [ 12K] red.jpg │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   │   ├── [7.4K] icon.png │   │   │   │   │   └── [286K] robot.png │   │   │   │   ├── [4.0K] menu │   │   │   │   │   └── [ 899] loader_menu.xml │   │   │   │   ├── [4.0K] raw │   │   │   │   │   ├── [ 486] blur_h.glsl │   │   │   │   │   ├── [ 104] blur_vertex.glsl │   │   │   │   │   ├── [ 501] blur_v.glsl │   │   │   │   │   ├── [ 466] diffuse.glsl │   │   │   │   │   ├── [ 692] diffuse_lights.glsl │   │   │   │   │   ├── [ 714] metal.glsl │   │   │   │   │   ├── [ 832] paintf.glsl │   │   │   │   │   ├── [ 660] plastic.glsl │   │   │   │   │   ├── [1.0K] plastic_lights.glsl │   │   │   │   │   ├── [141K] robot.a3d │   │   │   │   │   ├── [ 278] select_color.glsl │   │   │   │   │   ├── [ 525] shader2v.glsl │   │   │   │   │   ├── [ 118] texture.glsl │   │   │   │   │   └── [ 28K] unit_obj.a3d │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 841] strings.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   ├── [4.0K] scenegraph │   │   │   │   ├── [3.0K] Camera.java │   │   │   │   ├── [2.3K] camera.rs │   │   │   │   ├── [ 20K] ColladaParser.java │   │   │   │   ├── [4.6K] ColladaScene.java │   │   │   │   ├── [6.4K] CompoundTransform.java │   │   │   │   ├── [3.1K] cull.rs │   │   │   │   ├── [2.5K] export.rs │   │   │   │   ├── [4.2K] Float4Param.java │   │   │   │   ├── [1.0K] fragment_params.rs │   │   │   │   ├── [5.6K] FragmentShader.java │   │   │   │   ├── [2.6K] LightBase.java │   │   │   │   ├── [1.1K] light.rs │   │   │   │   ├── [1.4K] MatrixTransform.java │   │   │   │   ├── [1.2K] object_params.rs │   │   │   │   ├── [6.8K] params.rsh │   │   │   │   ├── [1.1K] PointLight.java │   │   │   │   ├── [1013] RenderableBase.java │   │   │   │   ├── [1.2K] RenderableGroup.java │   │   │   │   ├── [7.0K] Renderable.java │   │   │   │   ├── [3.7K] RenderPass.java │   │   │   │   ├── [7.7K] render.rs │   │   │   │   ├── [2.9K] RenderState.java │   │   │   │   ├── [1.6K] SceneGraphBase.java │   │   │   │   ├── [9.3K] scenegraph_objects.rsh │   │   │   │   ├── [ 13K] Scene.java │   │   │   │   ├── [ 17K] SceneManager.java │   │   │   │   ├── [2.4K] Shader.java │   │   │   │   ├── [5.4K] ShaderParam.java │   │   │   │   ├── [2.9K] Texture2D.java │   │   │   │   ├── [1.5K] TextureBase.java │   │   │   │   ├── [3.0K] TextureCube.java │   │   │   │   ├── [1.6K] TextureParam.java │   │   │   │   ├── [1.7K] TextureRenderTarget.java │   │   │   │   ├── [2.7K] Transform.java │   │   │   │   ├── [2.7K] TransformParam.java │   │   │   │   ├── [4.0K] transform.rs │   │   │   │   ├── [1.0K] vertex_params.rs │   │   │   │   └── [3.2K] VertexShader.java │   │   │   └── [4.0K] testapp │   │   │   ├── [3.3K] FileSelector.java │   │   │   ├── [8.9K] FullscreenBlur.java │   │   │   ├── [1.3K] SimpleApp.java │   │   │   ├── [8.2K] SimpleAppRS.java │   │   │   ├── [1.8K] SimpleAppView.java │   │   │   ├── [3.4K] TestApp.java │   │   │   ├── [4.4K] TestAppLoadingScreen.java │   │   │   ├── [2.5K] test_app.rs │   │   │   ├── [1.3K] test_app.rsh │   │   │   ├── [ 10K] TestAppRS.java │   │   │   ├── [4.7K] TestAppView.java │   │   │   └── [3.1K] TouchHandler.java │   │   └── [4.0K] ShadersTest │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 866] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   └── [286K] robot.png │   │   │   └── [4.0K] raw │   │   │   ├── [ 356] depth_fs.glsl │   │   │   ├── [141K] robot.a3d │   │   │   └── [ 884] vignette_fs.glsl │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] shaderstest │   │   ├── [1.2K] ShadersTest.java │   │   ├── [5.2K] shaderstest.rs │   │   ├── [6.7K] ShadersTestRS.java │   │   └── [4.1K] ShadersTestView.java │   ├── [4.0K] RenderThreadTest │   │   ├── [ 855] AndroidManifest.xml │   │   ├── [ 428] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [9.2K] ic_launcher.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [5.1K] ic_launcher.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   ├── [ 14K] ic_launcher.png │   │   │   │   └── [548K] starry_night_bg.jpg │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 425] activity_main.xml │   │   │   │   ├── [1.2K] activity_sub.xml │   │   │   │   └── [ 573] item_layout.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 223] strings.xml │   │   │   └── [ 328] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] example │   │   └── [4.0K] renderthread │   │   ├── [3.3K] MainActivity.java │   │   └── [2.1K] SubActivity.java │   ├── [4.0K] SerialChat │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 793] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] layout │   │   │   └── [1.6K] serial_chat.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] serialchat │   │   └── [4.9K] SerialChat.java │   ├── [4.0K] SharedLibrary │   │   ├── [4.0K] client │   │   │   ├── [1.6K] AndroidManifest.xml │   │   │   ├── [ 235] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] layout │   │   │   │   │   ├── [ 720] dependent_appwidget.xml │   │   │   │   │   └── [1009] main.xml │   │   │   │   ├── [4.0K] values │   │   │   │   │   ├── [ 852] strings.xml │   │   │   │   │   └── [ 157] themes.xml │   │   │   │   └── [4.0K] xml │   │   │   │   └── [ 946] dependent_appwidget_info.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] google │   │   │   └── [4.0K] android │   │   │   └── [4.0K] test │   │   │   └── [4.0K] lib_client │   │   │   ├── [1.8K] ActivityMain.java │   │   │   └── [ 924] DependentAppwidgetProvider.java │   │   └── [4.0K] lib │   │   ├── [1.3K] AndroidManifest.xml │   │   ├── [ 346] Android.mk │   │   ├── [ 204] proguard.proguard │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [1.5K] size_48x48.jpg │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 641] address.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 466] attrs.xml │   │   │   ├── [ 820] public.xml │   │   │   ├── [1.2K] strings.xml │   │   │   └── [ 607] themes.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] shared_library │   │   ├── [1.1K] ActivityMain.java │   │   ├── [1.8K] AddressView.java │   │   ├── [3.0K] SharedLibraryMain.java │   │   └── [3.0K] VersionDialog.java │   ├── [4.0K] SmokeTest │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 324] Android.mk │   │   ├── [ 351] README │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] smoketest │   │   │   └── [1.6K] SmokeTestActivity.java │   │   └── [4.0K] tests │   │   ├── [1.6K] AndroidManifest.xml │   │   ├── [ 553] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] smoketest │   │   ├── [ 14K] ProcessErrorsTest.java │   │   └── [3.3K] SmokeTestRunner.java │   ├── [4.0K] SmokeTestApps │   │   ├── [1.8K] AndroidManifest.xml │   │   ├── [ 253] Android.mk │   │   ├── [ 147] README │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] smoketest │   │   └── [4.0K] triggers │   │   ├── [1.2K] CrashyApp2.java │   │   ├── [1.1K] CrashyApp.java │   │   └── [1.3K] UnresponsiveApp.java │   ├── [4.0K] SoundTriggerTests │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 844] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] hardware │   │   └── [4.0K] soundtrigger │   │   └── [ 14K] SoundTriggerTest.java │   ├── [4.0K] Split │   │   ├── [1.1K] AndroidManifest.xml │   │   ├── [ 847] Android.mk │   │   ├── [4.0K] assets │   │   │   ├── [ 26] blah.txt │   │   │   └── [ 721] statement.xml │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [ 881] image.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [ 604] image.png │   │   │   ├── [4.0K] drawable-xhdpi │   │   │   │   └── [1.4K] image.png │   │   │   ├── [4.0K] drawable-xxhdpi │   │   │   │   └── [2.3K] image.png │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.1K] main.xml │   │   │   ├── [4.0K] layout-fr-sw600dp │   │   │   │   └── [ 948] main.xml │   │   │   ├── [4.0K] mipmap-hdpi │   │   │   │   └── [1.7K] ic_app.png │   │   │   ├── [4.0K] mipmap-mdpi │   │   │   │   └── [1.1K] ic_app.png │   │   │   ├── [4.0K] mipmap-xhdpi │   │   │   │   └── [2.3K] ic_app.png │   │   │   ├── [4.0K] mipmap-xxhdpi │   │   │   │   └── [3.5K] ic_app.png │   │   │   ├── [4.0K] mipmap-xxxhdpi │   │   │   │   └── [4.7K] ic_app.png │   │   │   ├── [4.0K] values │   │   │   │   └── [1.7K] values.xml │   │   │   ├── [4.0K] values-b+fr+Latn+CA │   │   │   │   └── [ 106] strings.xml │   │   │   ├── [4.0K] values-de │   │   │   │   └── [ 738] values.xml │   │   │   ├── [4.0K] values-fr │   │   │   │   └── [ 955] values.xml │   │   │   ├── [4.0K] values-fr-rCA │   │   │   │   └── [ 105] strings.xml │   │   │   ├── [4.0K] values-sw600dp │   │   │   │   └── [ 734] values.xml │   │   │   ├── [4.0K] values-v10 │   │   │   │   └── [1.0K] values.xml │   │   │   ├── [4.0K] values-v17 │   │   │   │   └── [ 897] values.xml │   │   │   └── [4.0K] values-xxhdpi │   │   │   └── [ 120] values.xml │   │   └── [4.0K] src │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] example │   │   └── [4.0K] split │   │   └── [ 949] ActivityMain.java │   ├── [4.0K] StatusBar │   │   ├── [2.8K] AndroidManifest.xml │   │   ├── [ 257] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   ├── [7.8K] app_gmail.png │   │   │   │   ├── [7.3K] app_phone.png │   │   │   │   ├── [4.5K] emo_im_kissing.png │   │   │   │   ├── [1.3K] icon1.png │   │   │   │   ├── [1.5K] icon2.png │   │   │   │   ├── [ 829] icon3.png │   │   │   │   ├── [ 525] icon4.png │   │   │   │   ├── [2.3K] ic_statusbar_chat.png │   │   │   │   ├── [2.6K] ic_statusbar_email.png │   │   │   │   ├── [1.9K] ic_statusbar_missedcall.png │   │   │   │   ├── [ 649] notification0.png │   │   │   │   ├── [ 539] notification1.png │   │   │   │   ├── [ 656] notification2.png │   │   │   │   ├── [ 663] notification3.png │   │   │   │   ├── [ 626] notification4.png │   │   │   │   ├── [ 645] notification5.png │   │   │   │   ├── [ 662] notification6.png │   │   │   │   ├── [ 627] notification7.png │   │   │   │   ├── [ 670] notification8.png │   │   │   │   ├── [ 661] notification9.png │   │   │   │   ├── [ 692] notificationx.png │   │   │   │   ├── [ 20K] pineapple2.png │   │   │   │   ├── [ 17K] pineapple.png │   │   │   │   ├── [1.2K] stat_sys_phone.png │   │   │   │   └── [ 769] stat_sys_warning.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   ├── [5.3K] app_gmail.png │   │   │   │   ├── [5.3K] app_phone.png │   │   │   │   ├── [3.4K] emo_im_kissing.png │   │   │   │   ├── [1.9K] icon1.png │   │   │   │   ├── [1.8K] icon2.png │   │   │   │   ├── [2.9K] icon3.png │   │   │   │   ├── [2.8K] icon4.png │   │   │   │   ├── [ 829] ic_statusbar_chat.png │   │   │   │   ├── [1.1K] ic_statusbar_email.png │   │   │   │   ├── [ 720] ic_statusbar_missedcall.png │   │   │   │   ├── [ 371] notification0.png │   │   │   │   ├── [ 238] notification1.png │   │   │   │   ├── [ 351] notification2.png │   │   │   │   ├── [ 388] notification3.png │   │   │   │   ├── [ 331] notification4.png │   │   │   │   ├── [ 381] notification5.png │   │   │   │   ├── [ 382] notification6.png │   │   │   │   ├── [ 306] notification7.png │   │   │   │   ├── [ 383] notification8.png │   │   │   │   ├── [ 391] notification9.png │   │   │   │   ├── [ 384] notificationx.png │   │   │   │   ├── [ 12K] pineapple2.png │   │   │   │   ├── [9.5K] pineapple.png │   │   │   │   ├── [ 746] stat_sys_phone.png │   │   │   │   └── [ 654] stat_sys_warning.png │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 563] button_notification.xml │   │   │   │   ├── [1.2K] chrono_notification.xml │   │   │   │   ├── [ 869] confirmation_activity.xml │   │   │   │   ├── [ 36K] notification_builder_test.xml │   │   │   │   ├── [ 715] progress_notification.xml │   │   │   │   └── [1.8K] test_alert.xml │   │   │   ├── [4.0K] raw │   │   │   │   └── [ 42K] ringer.mp3 │   │   │   ├── [4.0K] values │   │   │   │   ├── [ 882] strings.xml │   │   │   │   └── [3.1K] styles.xml │   │   │   └── [4.0K] values-sw600dp │   │   │   └── [2.4K] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] statusbartest │   │   ├── [ 980] ConfirmationActivity.java │   │   ├── [ 16K] NotificationBuilderTest.java │   │   ├── [ 35K] NotificationTestList.java │   │   ├── [3.7K] PowerTest.java │   │   ├── [ 13K] StatusBarTest.java │   │   ├── [2.0K] TestActivity.java │   │   ├── [1.0K] TestAlertActivity.java │   │   └── [4.1K] ToastTest.java │   ├── [4.0K] SystemUIDemoModeController │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 196] Android.mk │   │   ├── [4.0K] res │   │   │   └── [4.0K] values │   │   │   └── [ 895] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] example │   │   └── [4.0K] android │   │   └── [4.0K] demomodecontroller │   │   └── [ 12K] DemoModeController.java │   ├── [4.0K] TileBenchmark │   │   ├── [1.4K] AndroidManifest.xml │   │   ├── [ 839] Android.mk │   │   └── [4.0K] res │   │   ├── [4.0K] drawable-hdpi │   │   │   └── [4.0K] icon.png │   │   ├── [4.0K] drawable-ldpi │   │   │   └── [1.7K] icon.png │   │   ├── [4.0K] drawable-mdpi │   │   │   └── [2.5K] icon.png │   │   ├── [4.0K] layout │   │   │   ├── [2.8K] main.xml │   │   │   └── [2.1K] playback.xml │   │   └── [4.0K] values │   │   ├── [1.5K] colors.xml │   │   └── [5.1K] strings.xml │   ├── [4.0K] touchlag │   │   ├── [ 223] Android.mk │   │   └── [7.4K] touchlag.cpp │   ├── [4.0K] TransformTest │   │   ├── [1.2K] AndroidManifest.xml │   │   ├── [ 191] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [ 13K] logo.png │   │   │   └── [4.0K] values │   │   │   └── [ 752] strings.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] google │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] transform │   │   └── [6.5K] TransformTestActivity.java │   ├── [4.0K] TransitionTests │   │   ├── [ 11K] AndroidManifest.xml │   │   ├── [ 430] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [4.0K] icon.png │   │   │   ├── [4.0K] drawable-ldpi │   │   │   │   └── [1.7K] icon.png │   │   │   ├── [4.0K] drawable-mdpi │   │   │   │   └── [2.5K] icon.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [2.2K] arrow_thumbnail.png │   │   │   │   ├── [6.5K] self_portrait_square_100.jpg │   │   │   │   ├── [ 13K] self_portrait_square_200.jpg │   │   │   │   ├── [ 34K] self_portrait_square_400.jpg │   │   │   │   └── [6.2K] self_portrait_square.jpg │   │   │   ├── [4.0K] layout │   │   │   │   ├── [3.0K] activity_login.xml │   │   │   │   ├── [ 302] button_template.xml │   │   │   │   ├── [1.4K] changing_text_1.xml │   │   │   │   ├── [1.4K] changing_text_2.xml │   │   │   │   ├── [ 802] clipping_text_1.xml │   │   │   │   ├── [ 794] clipping_text_2.xml │   │   │   │   ├── [2.2K] contact_collapsed.xml │   │   │   │   ├── [1.7K] contact_expanded.xml │   │   │   │   ├── [ 326] contacts_list.xml │   │   │   │   ├── [1.1K] crossfade_1.xml │   │   │   │   ├── [1.1K] crossfade_image.xml │   │   │   │   ├── [4.0K] crossfade_multiple.xml │   │   │   │   ├── [1.1K] crossfade.xml │   │   │   │   ├── [1.5K] fading_hierarchy.xml │   │   │   │   ├── [1.2K] fading_test_scene_2.xml │   │   │   │   ├── [ 857] fading_test_simple2.xml │   │   │   │   ├── [ 768] fading_test_simple.xml │   │   │   │   ├── [1.3K] fading_test.xml │   │   │   │   ├── [1.7K] hierarchical_move.xml │   │   │   │   ├── [1.4K] incorrect_password.xml │   │   │   │   ├── [1.3K] instance_targets.xml │   │   │   │   ├── [ 827] interruption_inner_1.xml │   │   │   │   ├── [ 828] interruption_inner_2.xml │   │   │   │   ├── [ 830] interruption_inner_3.xml │   │   │   │   ├── [ 831] interruption_inner_4.xml │   │   │   │   ├── [1.8K] interruption.xml │   │   │   │   ├── [ 471] list_view_add_remove.xml │   │   │   │   ├── [3.0K] login_password.xml │   │   │   │   ├── [ 410] main.xml │   │   │   │   ├── [3.3K] new_user.xml │   │   │   │   ├── [ 747] overlay_test.xml │   │   │   │   ├── [ 718] reparenting.xml │   │   │   │   ├── [ 76] resources_test_layout.xml │   │   │   │   ├── [2.8K] results_screen.xml │   │   │   │   ├── [1.1K] search_screen.xml │   │   │   │   ├── [1.4K] success.xml │   │   │   │   ├── [ 515] surface_texture_views.xml │   │   │   │   ├── [ 612] two_buttons.xml │   │   │   │   ├── [ 318] unique_id_test.xml │   │   │   │   └── [1.4K] username_taken.xml │   │   │   ├── [4.0K] transition │   │   │   │   ├── [ 212] colorizer_transition.xml │   │   │   │   ├── [ 7] fader.xml │   │   │   │   ├── [ 711] login_slider_transition.xml │   │   │   │   ├── [1.1K] login_transition_mgr.xml │   │   │   │   ├── [ 162] mover_fader.xml │   │   │   │   ├── [ 15] mover.xml │   │   │   │   ├── [ 18] my_scene.xml │   │   │   │   ├── [ 423] my_transition_mgr.xml │   │   │   │   ├── [ 683] my_transition.xml │   │   │   │   └── [ 114] username_taken_scene.xml │   │   │   ├── [4.0K] values │   │   │   │   ├── [3.3K] strings.xml │   │   │   │   └── [ 679] styles.xml │   │   │   ├── [4.0K] values-v11 │   │   │   │   └── [ 323] styles.xml │   │   │   └── [4.0K] values-v14 │   │   │   └── [ 380] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] transitiontests │   │   ├── [2.0K] ChangingText.java │   │   ├── [2.4K] ClippingText.java │   │   ├── [5.3K] ContactsExpansion.java │   │   ├── [2.5K] CrossFadeDemo.java │   │   ├── [2.3K] CrossfadeImage.java │   │   ├── [5.6K] CrossfadeMultiple.java │   │   ├── [2.7K] DelayedTransition.java │   │   ├── [2.0K] Demo0.java │   │   ├── [3.3K] Demo1.java │   │   ├── [2.9K] Demo2.java │   │   ├── [2.3K] Demo3.java │   │   ├── [2.8K] Demo4.java │   │   ├── [1.7K] Demo5.java │   │   ├── [1.8K] FadingHierarchy.java │   │   ├── [2.4K] FadingTest.java │   │   ├── [3.9K] HierarchicalMove.java │   │   ├── [2.9K] HitRectBug.java │   │   ├── [2.2K] InstanceTargets.java │   │   ├── [2.9K] InterruptionTest.java │   │   ├── [6.3K] ListViewAddRemove.java │   │   ├── [3.5K] ListViewAddRemoveNoTransition.java │   │   ├── [3.6K] LoginActivityFromResources.java │   │   ├── [4.4K] LoginActivity.java │   │   ├── [1.8K] OverlayTest.java │   │   ├── [2.6K] Reparenting.java │   │   ├── [2.8K] ResourceLoadingTest.java │   │   ├── [2.3K] ScenesTestAutoTargets.java │   │   ├── [1.7K] ScenesTestAutoTransition2.java │   │   ├── [1.9K] ScenesTestAutoTransition.java │   │   ├── [2.9K] ScenesTestv21.java │   │   ├── [3.0K] SequenceTest.java │   │   ├── [2.7K] SequenceTestSimple.java │   │   ├── [7.1K] SurfaceAndTextureViews.java │   │   └── [2.8K] UniqueIds.java │   ├── [4.0K] TtsTests │   │   ├── [1.7K] AndroidManifest.xml │   │   ├── [ 877] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] speech │   │   └── [4.0K] tts │   │   ├── [1.9K] MockableCheckVoiceData.java │   │   ├── [2.2K] MockableTextToSpeechService.java │   │   ├── [ 11K] TextToSpeechTests.java │   │   └── [3.5K] TtsEnginesTests.java │   ├── [4.0K] UiBench │   │   ├── [6.6K] AndroidManifest.xml │   │   ├── [ 858] Android.mk │   │   ├── [ 875] build.gradle │   │   ├── [4.0K] gradle │   │   │   └── [4.0K] wrapper │   │   │   ├── [ 49K] gradle-wrapper.jar │   │   │   └── [ 230] gradle-wrapper.properties │   │   ├── [4.0K] res │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   ├── [ 20K] ball.jpg │   │   │   │   ├── [ 20K] block.jpg │   │   │   │   ├── [ 23K] ducky.jpg │   │   │   │   ├── [188K] frantic.jpg │   │   │   │   ├── [ 24K] jellies.jpg │   │   │   │   ├── [304K] large_photo.jpg │   │   │   │   ├── [ 19K] mug.jpg │   │   │   │   ├── [ 42K] pencil.jpg │   │   │   │   ├── [ 23K] scissors.jpg │   │   │   │   └── [ 36K] woot.jpg │   │   │   └── [4.0K] layout │   │   │   ├── [1.9K] activity_bitmap_upload.xml │   │   │   ├── [1.6K] activity_invalidate.xml │   │   │   ├── [1.5K] activity_transition_details.xml │   │   │   ├── [3.7K] activity_transition.xml │   │   │   ├── [1.7K] card_row.xml │   │   │   ├── [3.6K] invalidate_row.xml │   │   │   └── [ 896] recycler_view.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] uibench │   │   ├── [2.3K] ActivityTransitionDetails.java │   │   ├── [3.5K] ActivityTransition.java │   │   ├── [3.6K] BitmapUploadActivity.java │   │   ├── [1.4K] DialogListActivity.java │   │   ├── [3.5K] EditTextTypeActivity.java │   │   ├── [2.2K] FullscreenOverdrawActivity.java │   │   ├── [2.9K] GlTextureViewActivity.java │   │   ├── [1.4K] InflatingListActivity.java │   │   ├── [2.9K] InvalidateActivity.java │   │   ├── [4.0K] listview │   │   │   └── [1.4K] CompatListActivity.java │   │   ├── [5.9K] MainActivity.java │   │   ├── [4.0K] opengl │   │   │   └── [ 14K] ImageFlipRenderThread.java │   │   ├── [4.0K] recyclerview │   │   │   ├── [2.0K] RvArrayAdapter.java │   │   │   └── [2.5K] RvCompatListActivity.java │   │   ├── [1.7K] ShadowGridActivity.java │   │   ├── [1.0K] TextCacheHighHitrateActivity.java │   │   ├── [1.0K] TextCacheLowHitrateActivity.java │   │   ├── [3.2K] TextUtils.java │   │   ├── [1.5K] TrivialAnimationActivity.java │   │   ├── [1.0K] TrivialListActivity.java │   │   └── [1.0K] TrivialRecyclerViewActivity.java │   ├── [4.0K] UsageStatsTest │   │   ├── [ 703] AndroidManifest.xml │   │   ├── [ 293] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [ 289] config_row_item.xml │   │   │   │   └── [ 651] row_item.xml │   │   │   └── [4.0K] menu │   │   │   └── [ 181] main.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] tests │   │   └── [4.0K] usagestats │   │   ├── [6.0K] UsageLogActivity.java │   │   └── [4.6K] UsageStatsActivity.java │   ├── [4.0K] UsesFeature2Test │   │   ├── [1.6K] AndroidManifest.xml │   │   ├── [ 798] Android.mk │   │   └── [4.0K] res │   │   └── [4.0K] values │   │   └── [ 860] values.xml │   ├── [4.0K] utils │   │   ├── [ 642] Android.mk │   │   ├── [4.0K] DummyIME │   │   │   ├── [1.4K] AndroidManifest.xml │   │   │   ├── [ 795] Android.mk │   │   │   ├── [4.0K] res │   │   │   │   └── [4.0K] xml │   │   │   │   └── [1.1K] method.xml │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] testing │   │   │   └── [4.0K] dummyime │   │   │   ├── [1014] DummyIme.java │   │   │   └── [ 808] ImePreferences.java │   │   └── [4.0K] SleepUtils │   │   ├── [4.0K] AlarmService │   │   │   ├── [1.5K] AndroidManifest.xml │   │   │   ├── [ 902] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] testing │   │   │   └── [4.0K] alarmservice │   │   │   ├── [ 762] Alarm.aidl │   │   │   ├── [2.7K] AlarmImpl.java │   │   │   ├── [1.3K] AlarmService.java │   │   │   ├── [1.4K] WakeUpCall.java │   │   │   └── [1.9K] WakeUpController.java │   │   ├── [ 79] Android.mk │   │   ├── [ 962] README │   │   ├── [4.0K] SleepHelper │   │   │   ├── [1.1K] AndroidManifest.xml │   │   │   ├── [ 965] Android.mk │   │   │   └── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] testing │   │   │   └── [4.0K] sleephelper │   │   │   └── [5.1K] SetAlarm.java │   │   └── [4.0K] WakeLoopService │   │   ├── [1.5K] AndroidManifest.xml │   │   ├── [ 824] Android.mk │   │   └── [4.0K] src │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] wakeuploop │   │   ├── [1.5K] FileUtil.java │   │   ├── [3.5K] WakeLoopService.java │   │   └── [4.5K] WakeUpCall.java │   ├── [4.0K] VectorDrawableTest │   │   ├── [6.1K] AndroidManifest.xml │   │   ├── [ 831] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] anim │   │   │   │   ├── [ 858] alpha_animation_progress_bar.xml │   │   │   │   ├── [1.2K] animation_favorite02.xml │   │   │   │   ├── [1.8K] animation_favorite.xml │   │   │   │   ├── [ 866] animation_grouping_1_01.xml │   │   │   │   ├── [1.2K] animation_grouping_1_02.xml │   │   │   │   ├── [2.5K] animation_linear_progress_bar_rect1_scale.xml │   │   │   │   ├── [2.9K] animation_linear_progress_bar_rect1_translate.xml │   │   │   │   ├── [3.4K] animation_linear_progress_bar_rect2_scale.xml │   │   │   │   ├── [3.3K] animation_linear_progress_bar_rect2_translate.xml │   │   │   │   ├── [1.1K] blink.xml │   │   │   │   ├── [ 928] ic_hourglass_animation_fill_outlines.xml │   │   │   │   ├── [ 928] ic_hourglass_animation_hourglass_frame.xml │   │   │   │   ├── [1.9K] ic_hourglass_animation_mask_1.xml │   │   │   │   ├── [1.5K] ic_rotate_2_portrait_v2_animation_arrows_1.xml │   │   │   │   ├── [ 993] ic_rotate_2_portrait_v2_animation_device_1.xml │   │   │   │   ├── [2.8K] ic_rotate_2_portrait_v2_animation_device_2.xml │   │   │   │   ├── [1.2K] ic_signal_airplane_v2_animation_cross_1.xml │   │   │   │   ├── [1.2K] ic_signal_airplane_v2_animation_ic_signal_airplane.xml │   │   │   │   ├── [3.5K] ic_signal_airplane_v2_animation_mask_2.xml │   │   │   │   ├── [1.7K] ic_signal_airplane_v2_animation_path_1_1.xml │   │   │   │   ├── [1.2K] trim_path_animation01.xml │   │   │   │   ├── [ 915] trim_path_animation02.xml │   │   │   │   ├── [ 979] trim_path_animation03.xml │   │   │   │   ├── [ 983] trim_path_animation04.xml │   │   │   │   ├── [1.2K] trim_path_animation05.xml │   │   │   │   ├── [ 897] trim_path_animation06.xml │   │   │   │   └── [1.6K] trim_path_animation_progress_bar.xml │   │   │   ├── [4.0K] drawable │   │   │   │   ├── [ 868] animated_vector_drawable_attr_icon_animated.xml │   │   │   │   ├── [4.8K] animated_vector_drawable_attr_icon.xml │   │   │   │   ├── [2.2K] animation_drawable_vector.xml │   │   │   │   ├── [1.6K] animation_vector_drawable01.xml │   │   │   │   ├── [ 986] animation_vector_drawable_favorite.xml │   │   │   │   ├── [ 992] animation_vector_drawable_grouping_1.xml │   │   │   │   ├── [1.3K] animation_vector_linear_progress_bar.xml │   │   │   │   ├── [1011] animation_vector_progress_bar.xml │   │   │   │   ├── [1.1K] ic_hourglass_animation.xml │   │   │   │   ├── [4.4K] ic_hourglass.xml │   │   │   │   ├── [3.1K] icon.png │   │   │   │   ├── [1.1K] ic_rotate_2_portrait_v2_animation.xml │   │   │   │   ├── [3.8K] ic_rotate_2_portrait_v2.xml │   │   │   │   ├── [1.3K] ic_signal_airplane_v2_animation.xml │   │   │   │   ├── [3.1K] ic_signal_airplane_v2.xml │   │   │   │   ├── [1.1K] state_animation_drawable04_false.xml │   │   │   │   ├── [1.1K] state_animation_drawable04.xml │   │   │   │   ├── [2.0K] state_animation_vector_drawable01_false.xml │   │   │   │   ├── [2.0K] state_animation_vector_drawable01.xml │   │   │   │   ├── [1.2K] state_animation_vector_drawable02_false.xml │   │   │   │   ├── [1.1K] state_animation_vector_drawable02.xml │   │   │   │   ├── [1.1K] state_animation_vector_drawable03_false.xml │   │   │   │   ├── [1.1K] state_animation_vector_drawable03.xml │   │   │   │   ├── [1.2K] vector_drawable01.xml │   │   │   │   ├── [1.3K] vector_drawable02.xml │   │   │   │   ├── [2.9K] vector_drawable03.xml │   │   │   │   ├── [2.5K] vector_drawable04.xml │   │   │   │   ├── [2.1K] vector_drawable05.xml │   │   │   │   ├── [2.2K] vector_drawable06.xml │   │   │   │   ├── [1.1K] vector_drawable07.xml │   │   │   │   ├── [1.1K] vector_drawable08.xml │   │   │   │   ├── [1.1K] vector_drawable09.xml │   │   │   │   ├── [1.8K] vector_drawable10.xml │   │   │   │   ├── [1.7K] vector_drawable11.xml │   │   │   │   ├── [3.7K] vector_drawable12.xml │   │   │   │   ├── [1.3K] vector_drawable13.xml │   │   │   │   ├── [1.3K] vector_drawable14.xml │   │   │   │   ├── [1.2K] vector_drawable15.xml │   │   │   │   ├── [1.6K] vector_drawable16.xml │   │   │   │   ├── [1.1K] vector_drawable17.xml │   │   │   │   ├── [1.1K] vector_drawable18.xml │   │   │   │   ├── [1.1K] vector_drawable19.xml │   │   │   │   ├── [1.4K] vector_drawable20.xml │   │   │   │   ├── [1.6K] vector_drawable21.xml │   │   │   │   ├── [2.4K] vector_drawable22.xml │   │   │   │   ├── [3.0K] vector_drawable23.xml │   │   │   │   ├── [3.0K] vector_drawable24.xml │   │   │   │   ├── [2.8K] vector_drawable25.xml │   │   │   │   ├── [1.6K] vector_drawable26.xml │   │   │   │   ├── [1.6K] vector_drawable27.xml │   │   │   │   ├── [1.6K] vector_drawable28.xml │   │   │   │   ├── [1013] vector_drawable29.xml │   │   │   │   ├── [1.0K] vector_drawable30.xml │   │   │   │   ├── [1.6K] vector_drawable_favorite.xml │   │   │   │   ├── [1.9K] vector_drawable_grouping_1.xml │   │   │   │   ├── [1.5K] vector_drawable_linear_progress_bar.xml │   │   │   │   ├── [1.7K] vector_drawable_progress_bar.xml │   │   │   │   ├── [1.9K] vector_drawable_scale0.xml │   │   │   │   ├── [1.8K] vector_drawable_scale1.xml │   │   │   │   ├── [1.6K] vector_drawable_scale2.xml │   │   │   │   ├── [2.1K] vector_drawable_scale3.xml │   │   │   │   ├── [1.1K] vector_icon_create.xml │   │   │   │   ├── [1.1K] vector_icon_delete.xml │   │   │   │   ├── [1.1K] vector_icon_heart.xml │   │   │   │   ├── [1.4K] vector_icon_schedule.xml │   │   │   │   ├── [2.0K] vector_icon_settings.xml │   │   │   │   ├── [1.1K] vector_test01.xml │   │   │   │   └── [1.1K] vector_test02.xml │   │   │   ├── [4.0K] drawable-hdpi │   │   │   │   └── [5.0K] icon.png │   │   │   ├── [4.0K] drawable-nodpi │   │   │   │   └── [3.2K] bitmap_drawable01.jpg │   │   │   ├── [4.0K] interpolator │   │   │   │   ├── [ 773] custom_path_interpolator_favorite.xml │   │   │   │   ├── [ 748] custom_path_interpolator_grouping_1_01.xml │   │   │   │   ├── [ 771] custom_path_interpolator.xml │   │   │   │   ├── [ 766] ic_rotate_2_portrait_v2_arrows_1_rotation_interpolator.xml │   │   │   │   ├── [ 755] ic_rotate_2_portrait_v2_arrows_1_scalex_interpolator.xml │   │   │   │   ├── [ 766] ic_rotate_2_portrait_v2_device_1_rotation_interpolator.xml │   │   │   │   ├── [ 766] ic_rotate_2_portrait_v2_device_2_pathdata_interpolator.xml │   │   │   │   ├── [ 776] ic_signal_airplane_v2_path_1_1_pathdata_interpolator.xml │   │   │   │   ├── [ 759] trim_end_interpolator.xml │   │   │   │   └── [ 759] trim_start_interpolator.xml │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.4K] activity_animated_vector_drawable_attr.xml │   │   │   └── [4.0K] values │   │   │   ├── [ 698] attrs.xml │   │   │   ├── [ 820] colors.xml │   │   │   ├── [1.7K] strings.xml │   │   │   └── [ 748] styles.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] dynamic │   │   ├── [2.3K] AnimatedStateVectorDrawableTest.java │   │   ├── [1.2K] AnimatedVectorDrawableAttr.java │   │   ├── [4.9K] AnimatedVectorDrawableDupPerf.java │   │   ├── [3.0K] AnimatedVectorDrawableTest.java │   │   ├── [2.9K] BitmapDrawableDupe.java │   │   ├── [1.9K] BoundsCheckTest.java │   │   ├── [3.0K] ScaleDrawableTests.java │   │   ├── [2.5K] VectorCheckbox.java │   │   ├── [2.6K] VectorDrawable01.java │   │   ├── [1.6K] VectorDrawableAnimation.java │   │   ├── [1.7K] VectorDrawableDupPerf.java │   │   ├── [5.0K] VectorDrawablePerformance.java │   │   ├── [1.3K] VectorDrawableStaticPerf.java │   │   ├── [5.3K] VectorDrawableTest.java │   │   └── [ 888] VectorPathChecking.java │   ├── [4.0K] VoiceEnrollment │   │   ├── [ 898] AndroidManifest.xml │   │   ├── [ 229] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   └── [1.5K] main.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [ 868] strings.xml │   │   │   └── [4.0K] xml │   │   │   └── [ 969] enrollment_application.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] voiceenrollment │   │   ├── [7.4K] EnrollmentUtil.java │   │   └── [4.7K] TestEnrollmentActivity.java │   ├── [4.0K] VoiceInteraction │   │   ├── [3.2K] AndroidManifest.xml │   │   ├── [ 194] Android.mk │   │   ├── [4.0K] res │   │   │   ├── [4.0K] layout │   │   │   │   ├── [1.7K] main.xml │   │   │   │   ├── [ 930] settings.xml │   │   │   │   ├── [3.6K] test_interaction.xml │   │   │   │   └── [5.6K] voice_interaction_session.xml │   │   │   ├── [4.0K] values │   │   │   │   └── [ 10K] strings.xml │   │   │   └── [4.0K] xml │   │   │   ├── [1.0K] interaction_service.xml │   │   │   └── [ 835] recognition_service.xml │   │   └── [4.0K] src │   │   └── [4.0K] com │   │   └── [4.0K] android │   │   └── [4.0K] test │   │   └── [4.0K] voiceinteraction │   │   ├── [1.1K] AssistProxyActivity.java │   │   ├── [7.8K] AssistVisualizer.java │   │   ├── [2.0K] AsyncStructure.java │   │   ├── [3.7K] MainInteractionService.java │   │   ├── [ 16K] MainInteractionSession.java │   │   ├── [1.0K] MainInteractionSessionService.java │   │   ├── [1.5K] MainRecognitionService.java │   │   ├── [1011] SettingsActivity.java │   │   ├── [ 10K] TestInteractionActivity.java │   │   └── [2.0K] VoiceInteractionMain.java │   └── [4.0K] WallpaperTest │   ├── [1.2K] AndroidManifest.xml │   ├── [ 276] Android.mk │   ├── [4.0K] res │   │   ├── [4.0K] drawable-hdpi │   │   │   └── [ 34K] test_wallpaper_thumb.png │   │   ├── [4.0K] layout │   │   │   └── [7.5K] activity_main.xml │   │   ├── [4.0K] values │   │   │   ├── [ 753] colors.xml │   │   │   ├── [1.4K] strings.xml │   │   │   └── [1.3K] styles.xml │   │   ├── [4.0K] values-v11 │   │   │   └── [ 949] styles.xml │   │   ├── [4.0K] values-v21 │   │   │   └── [ 996] styles.xml │   │   └── [4.0K] xml │   │   └── [1019] test_wallpaper.xml │   └── [4.0K] src │   └── [4.0K] com │   └── [4.0K] example │   └── [4.0K] wallpapertest │   ├── [6.1K] MainActivity.java │   └── [8.9K] TestWallpaper.java ├── [4.0K] tools │   ├── [4.0K] aapt │   │   ├── [ 51K] AaptAssets.cpp │   │   ├── [ 19K] AaptAssets.h │   │   ├── [ 23K] AaptConfig.cpp │   │   ├── [3.7K] AaptConfig.h │   │   ├── [1.6K] AaptUtil.cpp │   │   ├── [2.1K] AaptUtil.h │   │   ├── [5.7K] AaptXml.cpp │   │   ├── [4.4K] AaptXml.h │   │   ├── [3.6K] Android.mk │   │   ├── [4.4K] ApkBuilder.cpp │   │   ├── [3.3K] ApkBuilder.h │   │   ├── [ 16K] Bundle.h │   │   ├── [3.6K] CacheUpdater.h │   │   ├── [127K] Command.cpp │   │   ├── [2.2K] ConfigDescription.h │   │   ├── [3.6K] CrunchCache.cpp │   │   ├── [3.4K] CrunchCache.h │   │   ├── [2.5K] DirectoryWalker.h │   │   ├── [2.8K] FileFinder.cpp │   │   ├── [2.8K] FileFinder.h │   │   ├── [ 49K] Images.cpp │   │   ├── [ 680] Images.h │   │   ├── [1.3K] IndentPrinter.h │   │   ├── [ 30K] Main.cpp │   │   ├── [1.9K] Main.h │   │   ├── [ 10K] NOTICE │   │   ├── [1.5K] OutputSet.h │   │   ├── [ 15K] Package.cpp │   │   ├── [ 12K] pseudolocalize.cpp │   │   ├── [1.5K] pseudolocalize.h │   │   ├── [118K] Resource.cpp │   │   ├── [3.8K] ResourceFilter.cpp │   │   ├── [3.4K] ResourceFilter.h │   │   ├── [2.9K] ResourceIdCache.cpp │   │   ├── [ 598] ResourceIdCache.h │   │   ├── [186K] ResourceTable.cpp │   │   ├── [ 23K] ResourceTable.h │   │   ├── [1.2K] SdkConstants.h │   │   ├── [3.0K] SourcePos.cpp │   │   ├── [ 567] SourcePos.h │   │   ├── [ 19K] StringPool.cpp │   │   ├── [6.8K] StringPool.h │   │   ├── [2.6K] Symbol.h │   │   ├── [4.0K] tests │   │   │   ├── [3.5K] AaptConfig_test.cpp │   │   │   ├── [1.7K] AaptGroupEntry_test.cpp │   │   │   ├── [2.8K] CrunchCache_test.cpp │   │   │   ├── [2.8K] FileFinder_test.cpp │   │   │   ├── [ 812] MockCacheUpdater.h │   │   │   ├── [2.6K] MockDirectoryWalker.h │   │   │   ├── [1.5K] MockFileFinder.h │   │   │   ├── [4.0K] plurals │   │   │   │   ├── [ 166] AndroidManifest.xml │   │   │   │   ├── [4.0K] res │   │   │   │   │   └── [4.0K] values │   │   │   │   │   └── [ 246] strings.xml │   │   │   │   └── [ 507] run.sh │   │   │   ├── [8.7K] Pseudolocales_test.cpp │   │   │   ├── [5.6K] ResourceFilter_test.cpp │   │   │   ├── [2.5K] ResourceTable_test.cpp │   │   │   └── [ 917] TestHelper.h │   │   ├── [4.1K] WorkQueue.cpp │   │   ├── [3.7K] WorkQueue.h │   │   ├── [ 53K] XMLNode.cpp │   │   ├── [6.1K] XMLNode.h │   │   ├── [ 22K] ZipEntry.cpp │   │   ├── [ 10K] ZipEntry.h │   │   ├── [ 36K] ZipFile.cpp │   │   └── [8.5K] ZipFile.h │   ├── [4.0K] aapt2 │   │   ├── [3.8K] Android.mk │   │   ├── [ 978] AppInfo.h │   │   ├── [1.4K] BigBuffer.cpp │   │   ├── [3.8K] BigBuffer.h │   │   ├── [2.5K] BigBuffer_test.cpp │   │   ├── [ 32K] BinaryResourceParser.cpp │   │   ├── [5.6K] BinaryResourceParser.h │   │   ├── [8.7K] BindingXmlPullParser.cpp │   │   ├── [2.5K] BindingXmlPullParser.h │   │   ├── [4.6K] BindingXmlPullParser_test.cpp │   │   ├── [ 907] Compat_test.cpp │   │   ├── [ 21K] ConfigDescription.cpp │   │   ├── [4.0K] ConfigDescription.h │   │   ├── [2.8K] ConfigDescription_test.cpp │   │   ├── [4.0K] data │   │   │   ├── [ 221] AndroidManifest.xml │   │   │   ├── [4.0K] lib │   │   │   │   ├── [ 198] AndroidManifest.xml │   │   │   │   ├── [2.6K] Makefile │   │   │   │   └── [4.0K] res │   │   │   │   ├── [4.0K] layout │   │   │   │   │   └── [ 195] main.xml │   │   │   │   ├── [4.0K] raw │   │   │   │   │   └── [ 15] hello.txt │   │   │   │   └── [4.0K] values │   │   │   │   └── [ 236] styles.xml │   │   │   ├── [2.7K] Makefile │   │   │   ├── [4.0K] res │   │   │   │   ├── [4.0K] drawable │   │   │   │   │   ├── [2.3K] icon.png │   │   │   │   │   ├── [ 50] image.xml │   │   │   │   │   └── [ 124] test.9.png │   │   │   │   ├── [4.0K] layout │   │   │   │   │   └── [ 792] main.xml │   │   │   │   ├── [4.0K] values │   │   │   │   │   ├── [ 194] colors.xml │   │   │   │   │   ├── [ 983] styles.xml │   │   │   │   │   └── [ 634] test.xml │   │   │   │   └── [4.0K] values-v4 │   │   │   │   └── [ 239] styles.xml │   │   │   ├── [8.6M] resources.arsc │   │   │   ├── [4.7K] resources_base.arsc │   │   │   └── [ 936] resources_hdpi.arsc │   │   ├── [6.5K] Debug.cpp │   │   ├── [1.0K] Debug.h │   │   ├── [5.1K] Files.cpp │   │   ├── [3.4K] Files.h │   │   ├── [3.9K] Flag.cpp │   │   ├── [ 955] Flag.h │   │   ├── [7.4K] JavaClassGenerator.cpp │   │   ├── [2.2K] JavaClassGenerator.h │   │   ├── [5.6K] JavaClassGenerator_test.cpp │   │   ├── [9.4K] Linker.cpp │   │   ├── [4.0K] Linker.h │   │   ├── [6.1K] Linker_test.cpp │   │   ├── [7.8K] Locale.cpp │   │   ├── [2.9K] Locale.h │   │   ├── [3.0K] Locale_test.cpp │   │   ├── [2.4K] Logger.cpp │   │   ├── [2.0K] Logger.h │   │   ├── [ 45K] Main.cpp │   │   ├── [ 12K] ManifestMerger.cpp │   │   ├── [1.2K] ManifestMerger.h │   │   ├── [4.9K] ManifestMerger_test.cpp │   │   ├── [2.6K] ManifestParser.cpp │   │   ├── [1.3K] ManifestParser.h │   │   ├── [1.3K] ManifestParser_test.cpp │   │   ├── [7.5K] ManifestValidator.cpp │   │   ├── [2.0K] ManifestValidator.h │   │   ├── [6.4K] Maybe.h │   │   ├── [3.1K] Maybe_test.cpp │   │   ├── [2.6K] MockResolver.h │   │   ├── [1.8K] NameMangler.h │   │   ├── [1.3K] NameMangler_test.cpp │   │   ├── [ 43K] Png.cpp │   │   ├── [1.0K] Png.h │   │   ├── [4.3K] process.dot │   │   ├── [8.1K] ProguardRules.cpp │   │   ├── [1.7K] ProguardRules.h │   │   ├── [1.5K] public_attr_map.py │   │   ├── [2.3K] ResChunkPullParser.cpp │   │   ├── [3.4K] ResChunkPullParser.h │   │   ├── [2.0K] Resolver.h │   │   ├── [3.6K] Resource.cpp │   │   ├── [7.5K] Resource.h │   │   ├── [ 51K] ResourceParser.cpp │   │   ├── [7.9K] ResourceParser.h │   │   ├── [ 19K] ResourceParser_test.cpp │   │   ├── [ 16K] ResourceTable.cpp │   │   ├── [7.6K] ResourceTable.h │   │   ├── [7.2K] ResourceTableResolver.cpp │   │   ├── [2.1K] ResourceTableResolver.h │   │   ├── [7.6K] ResourceTable_test.cpp │   │   ├── [3.5K] Resource_test.cpp │   │   ├── [3.4K] ResourceTypeExtensions.h │   │   ├── [ 10K] ResourceValues.cpp │   │   ├── [ 12K] ResourceValues.h │   │   ├── [2.8K] ScopedXmlPullParser.cpp │   │   ├── [2.6K] ScopedXmlPullParser.h │   │   ├── [4.0K] ScopedXmlPullParser_test.cpp │   │   ├── [ 24K] SdkConstants.cpp │   │   ├── [1.4K] SdkConstants.h │   │   ├── [2.2K] Source.h │   │   ├── [9.2K] SourceXmlPullParser.cpp │   │   ├── [3.0K] SourceXmlPullParser.h │   │   ├── [6.9K] StringPiece.h │   │   ├── [1.9K] StringPiece_test.cpp │   │   ├── [ 12K] StringPool.cpp │   │   ├── [5.2K] StringPool.h │   │   ├── [6.4K] StringPool_test.cpp │   │   ├── [ 21K] TableFlattener.cpp │   │   ├── [1.6K] TableFlattener.h │   │   ├── [ 815] todo.txt │   │   ├── [ 10K] Util.cpp │   │   ├── [8.7K] Util.h │   │   ├── [4.5K] Util_test.cpp │   │   ├── [3.2K] XliffXmlPullParser.cpp │   │   ├── [2.0K] XliffXmlPullParser.h │   │   ├── [3.0K] XliffXmlPullParser_test.cpp │   │   ├── [ 13K] XmlDom.cpp │   │   ├── [3.8K] XmlDom.h │   │   ├── [1.6K] XmlDom_test.cpp │   │   ├── [ 22K] XmlFlattener.cpp │   │   ├── [2.0K] XmlFlattener.h │   │   ├── [9.3K] XmlFlattener_test.cpp │   │   ├── [6.7K] XmlPullParser.h │   │   ├── [ 22K] ZipEntry.cpp │   │   ├── [ 10K] ZipEntry.h │   │   ├── [ 37K] ZipFile.cpp │   │   └── [8.9K] ZipFile.h │   ├── [4.0K] aidl │   │   ├── [ 37K] aidl.cpp │   │   ├── [ 291] aidl_language.cpp │   │   ├── [3.8K] aidl_language.h │   │   ├── [6.6K] aidl_language_l.l │   │   ├── [ 22K] aidl_language_y.y │   │   ├── [ 643] Android.mk │   │   ├── [ 15K] AST.cpp │   │   ├── [7.5K] AST.h │   │   ├── [ 20K] generate_java_binder.cpp │   │   ├── [2.2K] generate_java.cpp │   │   ├── [ 737] generate_java.h │   │   ├── [ 33K] generate_java_rpc.cpp │   │   ├── [ 10K] NOTICE │   │   ├── [4.9K] options.cpp │   │   ├── [ 825] options.h │   │   ├── [9.0K] options_test.cpp │   │   ├── [1.2K] search_path.cpp │   │   ├── [ 486] search_path.h │   │   ├── [ 40K] Type.cpp │   │   └── [ 20K] Type.h │   ├── [4.0K] apilint │   │   └── [ 39K] apilint.py │   ├── [4.0K] layoutlib │   │   ├── [3.0K] Android.mk │   │   ├── [4.0K] bridge │   │   │   ├── [1.1K] Android.mk │   │   │   ├── [4.5K] bridge.iml │   │   │   ├── [4.0K] resources │   │   │   │   ├── [4.0K] bars │   │   │   │   │   ├── [1.6K] navigation_bar600dp.xml │   │   │   │   │   ├── [1.6K] navigation_bar.xml │   │   │   │   │   ├── [ 401] README │   │   │   │   │   ├── [1.1K] status_bar.xml │   │   │   │   │   ├── [ 207] title_bar.xml │   │   │   │   │   ├── [4.0K] v18 │   │   │   │   │   │   ├── [4.0K] hdpi │   │   │   │   │   │   │   ├── [ 604] stat_sys_battery_100.png │   │   │   │   │   │   │   └── [1.5K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   │   ├── [4.0K] mdpi │   │   │   │   │   │   │   ├── [ 515] stat_sys_battery_100.png │   │   │   │   │   │   │   └── [1.3K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   │   └── [4.0K] xhdpi │   │   │   │   │   │   ├── [ 728] stat_sys_battery_100.png │   │   │   │   │   │   └── [1.7K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   ├── [4.0K] v19 │   │   │   │   │   │   ├── [4.0K] hdpi │   │   │   │   │   │   │   ├── [1.0K] ic_sysbar_back.png │   │   │   │   │   │   │   ├── [1.0K] ic_sysbar_home.png │   │   │   │   │   │   │   ├── [ 711] ic_sysbar_recent.png │   │   │   │   │   │   │   └── [1.5K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   │   ├── [4.0K] ldrtl-hdpi │   │   │   │   │   │   │   ├── [ 904] ic_sysbar_back.png │   │   │   │   │   │   │   └── [ 533] ic_sysbar_recent.png │   │   │   │   │   │   ├── [4.0K] ldrtl-mdpi │   │   │   │   │   │   │   ├── [ 617] ic_sysbar_back.png │   │   │   │   │   │   │   └── [ 423] ic_sysbar_recent.png │   │   │   │   │   │   ├── [4.0K] ldrtl-xhdpi │   │   │   │   │   │   │   ├── [1.2K] ic_sysbar_back.png │   │   │   │   │   │   │   └── [ 552] ic_sysbar_recent.png │   │   │   │   │   │   ├── [4.0K] mdpi │   │   │   │   │   │   │   ├── [ 774] ic_sysbar_back.png │   │   │   │   │   │   │   ├── [ 836] ic_sysbar_home.png │   │   │   │   │   │   │   ├── [ 591] ic_sysbar_recent.png │   │   │   │   │   │   │   └── [1.3K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   │   ├── [4.0K] xhdpi │   │   │   │   │   │   │   ├── [1.4K] ic_sysbar_back.png │   │   │   │   │   │   │   ├── [1.4K] ic_sysbar_home.png │   │   │   │   │   │   │   ├── [ 749] ic_sysbar_recent.png │   │   │   │   │   │   │   └── [1.7K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   │   └── [4.0K] xxhdpi │   │   │   │   │   │   ├── [2.7K] ic_sysbar_back.png │   │   │   │   │   │   ├── [2.2K] ic_sysbar_home.png │   │   │   │   │   │   ├── [1.5K] ic_sysbar_recent.png │   │   │   │   │   │   └── [2.2K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   ├── [4.0K] v21 │   │   │   │   │   │   ├── [4.0K] hdpi │   │   │   │   │   │   │   ├── [1.5K] ic_sysbar_back.png │   │   │   │   │   │   │   ├── [1.9K] ic_sysbar_home.png │   │   │   │   │   │   │   ├── [ 611] ic_sysbar_recent.png │   │   │   │   │   │   │   └── [ 19K] stat_sys_battery_100.png │   │   │   │   │   │   ├── [4.0K] ldrtl-hdpi │   │   │   │   │   │   │   └── [1.5K] ic_sysbar_back.png │   │   │   │   │   │   ├── [4.0K] ldrtl-mdpi │   │   │   │   │   │   │   └── [ 965] ic_sysbar_back.png │   │   │   │   │   │   ├── [4.0K] ldrtl-xhdpi │   │   │   │   │   │   │   └── [2.0K] ic_sysbar_back.png │   │   │   │   │   │   ├── [4.0K] ldrtl-xxhdpi │   │   │   │   │   │   │   └── [1.3K] ic_sysbar_back.png │   │   │   │   │   │   ├── [4.0K] mdpi │   │   │   │   │   │   │   ├── [1010] ic_sysbar_back.png │   │   │   │   │   │   │   ├── [1.0K] ic_sysbar_home.png │   │   │   │   │   │   │   ├── [ 562] ic_sysbar_recent.png │   │   │   │   │   │   │   └── [ 19K] stat_sys_battery_100.png │   │   │   │   │   │   ├── [4.0K] xhdpi │   │   │   │   │   │   │   ├── [2.1K] ic_sysbar_back.png │   │   │   │   │   │   │   ├── [2.6K] ic_sysbar_home.png │   │   │   │   │   │   │   ├── [ 733] ic_sysbar_recent.png │   │   │   │   │   │   │   ├── [ 19K] stat_sys_battery_100.png │   │   │   │   │   │   │   └── [ 527] stat_sys_wifi_signal_4_fully.xml │   │   │   │   │   │   └── [4.0K] xxhdpi │   │   │   │   │   │   ├── [1.2K] ic_sysbar_back.png │   │   │   │   │   │   ├── [2.1K] ic_sysbar_home.png │   │   │   │   │   │   ├── [ 573] ic_sysbar_recent.png │   │   │   │   │   │   └── [ 19K] stat_sys_battery_100.png │   │   │   │   │   └── [4.0K] v9 │   │   │   │   │   ├── [4.0K] hdpi │   │   │   │   │   │   ├── [ 788] stat_sys_battery_100.png │   │   │   │   │   │   └── [5.0K] stat_sys_wifi_signal_4_fully.png │   │   │   │   │   ├── [4.0K] ldpi │   │   │   │   │   │   └── [ 604] stat_sys_battery_100.png │   │   │   │   │   └── [4.0K] mdpi │   │   │   │   │   ├── [ 715] stat_sys_battery_100.png │   │   │   │   │   └── [3.8K] stat_sys_wifi_signal_4_fully.png │   │   │   │   └── [4.0K] icons │   │   │   │   ├── [ 277] shadow2-bl.png │   │   │   │   ├── [ 195] shadow2-b.png │   │   │   │   ├── [ 282] shadow2-br.png │   │   │   │   ├── [ 108] shadow2-l.png │   │   │   │   ├── [ 192] shadow2-r.png │   │   │   │   ├── [2.8K] shadow2-tl.png │   │   │   │   ├── [ 286] shadow2-tr.png │   │   │   │   ├── [ 397] shadow-bl.png │   │   │   │   ├── [ 215] shadow-b.png │   │   │   │   ├── [ 406] shadow-br.png │   │   │   │   ├── [ 120] shadow-l.png │   │   │   │   ├── [ 207] shadow-r.png │   │   │   │   ├── [ 277] shadow-tl.png │   │   │   │   └── [ 397] shadow-tr.png │   │   │   ├── [4.0K] src │   │   │   │   ├── [4.0K] android │   │   │   │   │   ├── [4.0K] animation │   │   │   │   │   │   ├── [6.3K] AnimationThread.java │   │   │   │   │   │   ├── [1.2K] FakeAnimator.java │   │   │   │   │   │   └── [3.5K] PropertyValuesHolder_Delegate.java │   │   │   │   │   ├── [4.0K] app │   │   │   │   │   │   └── [4.4K] Fragment_Delegate.java │   │   │   │   │   ├── [4.0K] content │   │   │   │   │   │   └── [4.0K] res │   │   │   │   │   │   ├── [1.4K] AssetManager_Delegate.java │   │   │   │   │   │   ├── [2.1K] BridgeAssetManager.java │   │   │   │   │   │   ├── [ 32K] BridgeResources.java │   │   │   │   │   │   ├── [ 36K] BridgeTypedArray.java │   │   │   │   │   │   ├── [5.5K] Resources_Theme_Delegate.java │   │   │   │   │   │   └── [1.1K] TypedArray_Delegate.java │   │   │   │   │   ├── [4.0K] graphics │   │   │   │   │   │   ├── [2.2K] AvoidXfermode_Delegate.java │   │   │   │   │   │   ├── [ 12K] BidiRenderer.java │   │   │   │   │   │   ├── [ 22K] Bitmap_Delegate.java │   │   │   │   │   │   ├── [4.3K] BitmapFactory_Delegate.java │   │   │   │   │   │   ├── [8.7K] BitmapShader_Delegate.java │   │   │   │   │   │   ├── [ 10K] BlendComposite.java │   │   │   │   │   │   ├── [2.1K] BlurMaskFilter_Delegate.java │   │   │   │   │   │   ├── [ 45K] Canvas_Delegate.java │   │   │   │   │   │   ├── [2.4K] ColorFilter_Delegate.java │   │   │   │   │   │   ├── [2.1K] ColorMatrixColorFilter_Delegate.java │   │   │   │   │   │   ├── [2.3K] ComposePathEffect_Delegate.java │   │   │   │   │   │   ├── [2.6K] ComposeShader_Delegate.java │   │   │   │   │   │   ├── [2.3K] CornerPathEffect_Delegate.java │   │   │   │   │   │   ├── [2.8K] DashPathEffect_Delegate.java │   │   │   │   │   │   ├── [2.3K] DiscretePathEffect_Delegate.java │   │   │   │   │   │   ├── [4.0K] drawable │   │   │   │   │   │   │   └── [2.9K] GradientDrawable_Delegate.java │   │   │   │   │   │   ├── [2.1K] DrawFilter_Delegate.java │   │   │   │   │   │   ├── [2.2K] EmbossMaskFilter_Delegate.java │   │   │   │   │   │   ├── [ 18K] FontFamily_Delegate.java │   │   │   │   │   │   ├── [8.0K] Gradient_Delegate.java │   │   │   │   │   │   ├── [2.2K] LayerRasterizer_Delegate.java │   │   │   │   │   │   ├── [2.1K] LightingColorFilter_Delegate.java │   │   │   │   │   │   ├── [8.7K] LinearGradient_Delegate.java │   │   │   │   │   │   ├── [2.1K] MaskFilter_Delegate.java │   │   │   │   │   │   ├── [ 33K] Matrix_Delegate.java │   │   │   │   │   │   ├── [9.2K] NinePatch_Delegate.java │   │   │   │   │   │   ├── [ 45K] Paint_Delegate.java │   │   │   │   │   │   ├── [2.2K] PaintFlagsDrawFilter_Delegate.java │   │   │   │   │   │   ├── [2.3K] PathDashPathEffect_Delegate.java │   │   │   │   │   │   ├── [ 29K] Path_Delegate.java │   │   │   │   │   │   ├── [2.2K] PathEffect_Delegate.java │   │   │   │   │   │   ├── [7.5K] PathMeasure_Delegate.java │   │   │   │   │   │   ├── [2.3K] PixelXorXfermode_Delegate.java │   │   │   │   │   │   ├── [4.6K] PorterDuffColorFilter_Delegate.java │   │   │   │   │   │   ├── [2.6K] PorterDuffXfermode_Delegate.java │   │   │   │   │   │   ├── [7.8K] RadialGradient_Delegate.java │   │   │   │   │   │   ├── [2.1K] Rasterizer_Delegate.java │   │   │   │   │   │   ├── [ 16K] Region_Delegate.java │   │   │   │   │   │   ├── [3.3K] Shader_Delegate.java │   │   │   │   │   │   ├── [2.2K] SumPathEffect_Delegate.java │   │   │   │   │   │   ├── [8.2K] SweepGradient_Delegate.java │   │   │   │   │   │   ├── [8.1K] Typeface_Delegate.java │   │   │   │   │   │   └── [2.2K] Xfermode_Delegate.java │   │   │   │   │   ├── [4.0K] os │   │   │   │   │   │   ├── [1.7K] Handler_Delegate.java │   │   │   │   │   │   ├── [2.5K] HandlerThread_Delegate.java │   │   │   │   │   │   ├── [1.5K] Looper_Accessor.java │   │   │   │   │   │   ├── [2.1K] ServiceManager.java │   │   │   │   │   │   ├── [3.0K] SystemClock_Delegate.java │   │   │   │   │   │   └── [3.4K] SystemProperties_Delegate.java │   │   │   │   │   ├── [4.0K] preference │   │   │   │   │   │   ├── [1.7K] BridgePreferenceInflater.java │   │   │   │   │   │   └── [3.0K] Preference_Delegate.java │   │   │   │   │   ├── [4.0K] text │   │   │   │   │   │   ├── [2.1K] AndroidBidi_Delegate.java │   │   │   │   │   │   ├── [4.0K] format │   │   │   │   │   │   │   └── [1.3K] DateFormat_Delegate.java │   │   │   │   │   │   ├── [8.0K] GreedyLineBreaker.java │   │   │   │   │   │   ├── [1.5K] Hyphenator_Delegate.java │   │   │   │   │   │   ├── [1.5K] LineBreaker.java │   │   │   │   │   │   ├── [1.2K] LineWidth.java │   │   │   │   │   │   ├── [9.6K] OptimizingLineBreaker.java │   │   │   │   │   │   ├── [3.1K] Primitive.java │   │   │   │   │   │   ├── [8.8K] StaticLayout_Delegate.java │   │   │   │   │   │   └── [1.4K] TabStops.java │   │   │   │   │   ├── [4.0K] util │   │   │   │   │   │   ├── [8.4K] BridgeXmlPullAttributes.java │   │   │   │   │   │   ├── [1.5K] Log_Delegate.java │   │   │   │   │   │   ├── [ 13K] LruCache.java │   │   │   │   │   │   └── [1.5K] Xml_Delegate.java │   │   │   │   │   ├── [4.0K] view │   │   │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   │   │   └── [8.3K] AccessibilityManager.java │   │   │   │   │   │   ├── [1.8K] AttachInfo_Accessor.java │   │   │   │   │   │   ├── [ 14K] BridgeInflater.java │   │   │   │   │   │   ├── [1.1K] Choreographer_Delegate.java │   │   │   │   │   │   ├── [1.1K] Display_Delegate.java │   │   │   │   │   │   ├── [4.0K] inputmethod │   │   │   │   │   │   │   ├── [ 864] InputMethodManager_Accessor.java │   │   │   │   │   │   │   └── [1.6K] InputMethodManager_Delegate.java │   │   │   │   │   │   ├── [ 14K] IWindowManagerImpl.java │   │   │   │   │   │   ├── [9.6K] LayoutInflater_Delegate.java │   │   │   │   │   │   ├── [3.0K] MenuInflater_Delegate.java │   │   │   │   │   │   ├── [7.5K] RectShadowPainter.java │   │   │   │   │   │   ├── [2.3K] RenderNode_Delegate.java │   │   │   │   │   │   ├── [ 17K] ShadowPainter.java │   │   │   │   │   │   ├── [2.8K] SurfaceView.java │   │   │   │   │   │   ├── [ 960] ViewConfiguration_Accessor.java │   │   │   │   │   │   ├── [1.5K] View_Delegate.java │   │   │   │   │   │   ├── [6.4K] ViewGroup_Delegate.java │   │   │   │   │   │   ├── [1.1K] ViewRootImpl_Delegate.java │   │   │   │   │   │   ├── [3.1K] WindowCallback.java │   │   │   │   │   │   └── [1.3K] WindowManagerGlobal_Delegate.java │   │   │   │   │   ├── [4.0K] webkit │   │   │   │   │   │   └── [5.2K] WebView.java │   │   │   │   │   └── [4.0K] widget │   │   │   │   │   ├── [3.6K] SimpleMonthView_Delegate.java │   │   │   │   │   ├── [1.4K] TimePickerClockDelegate_Delegate.java │   │   │   │   │   └── [1.0K] Toolbar_Accessor.java │   │   │   │   ├── [4.0K] com │   │   │   │   │   ├── [4.0K] android │   │   │   │   │   │   ├── [4.0K] internal │   │   │   │   │   │   │   ├── [4.0K] textservice │   │   │   │   │   │   │   │   └── [3.4K] ITextServicesManager_Stub_Delegate.java │   │   │   │   │   │   │   ├── [4.0K] util │   │   │   │   │   │   │   │   └── [2.2K] XmlUtils_Delegate.java │   │   │   │   │   │   │   ├── [4.0K] view │   │   │   │   │   │   │   │   └── [4.0K] menu │   │   │   │   │   │   │   │   ├── [2.3K] BridgeMenuItemImpl.java │   │   │   │   │   │   │   │   └── [1.5K] MenuBuilder_Delegate.java │   │   │   │   │   │   │   └── [4.0K] widget │   │   │   │   │   │   │   └── [1.0K] ActionBarAccessor.java │   │   │   │   │   │   └── [4.0K] layoutlib │   │   │   │   │   │   └── [4.0K] bridge │   │   │   │   │   │   ├── [4.0K] android │   │   │   │   │   │   │   ├── [2.3K] AndroidLocale.java │   │   │   │   │   │   │   ├── [4.6K] BridgeContentProvider.java │   │   │   │   │   │   │   ├── [3.1K] BridgeContentResolver.java │   │   │   │   │   │   │   ├── [ 57K] BridgeContext.java │   │   │   │   │   │   │   ├── [6.9K] BridgeIInputMethodManager.java │   │   │   │   │   │   │   ├── [4.7K] BridgeLayoutParamsMapAttributes.java │   │   │   │   │   │   │   ├── [ 20K] BridgePackageManager.java │   │   │   │   │   │   │   ├── [4.0K] BridgePowerManager.java │   │   │   │   │   │   │   ├── [3.3K] BridgeSharedPreferences.java │   │   │   │   │   │   │   ├── [2.8K] BridgeWindow.java │   │   │   │   │   │   │   ├── [5.9K] BridgeWindowSession.java │   │   │   │   │   │   │   ├── [ 14K] BridgeXmlBlockParser.java │   │   │   │   │   │   │   ├── [2.0K] RenderParamsFlags.java │   │   │   │   │   │   │   ├── [4.0K] support │   │   │   │   │   │   │   │   ├── [2.3K] DesignLibUtil.java │   │   │   │   │   │   │   │   ├── [2.3K] DrawerLayoutUtil.java │   │   │   │   │   │   │   │   └── [6.3K] RecyclerViewUtil.java │   │   │   │   │   │   │   └── [4.0K] view │   │   │   │   │   │   │   └── [1.8K] WindowManagerImpl.java │   │   │   │   │   │   ├── [4.0K] bars │   │   │   │   │   │   │   ├── [8.3K] AppCompatActionBar.java │   │   │   │   │   │   │   ├── [6.0K] BridgeActionBar.java │   │   │   │   │   │   │   ├── [4.4K] Config.java │   │   │   │   │   │   │   ├── [ 11K] CustomBar.java │   │   │   │   │   │   │   ├── [9.6K] FrameworkActionBar.java │   │   │   │   │   │   │   ├── [ 12K] FrameworkActionBarWrapper.java │   │   │   │   │   │   │   ├── [4.5K] IconLoader.java │   │   │   │   │   │   │   ├── [5.8K] NavigationBar.java │   │   │   │   │   │   │   ├── [3.1K] OverflowMenuAdapter.java │   │   │   │   │   │   │   ├── [5.0K] StatusBar.java │   │   │   │   │   │   │   └── [1.5K] TitleBar.java │   │   │   │   │   │   ├── [2.3K] BridgeConstants.java │   │   │   │   │   │   ├── [ 27K] Bridge.java │   │   │   │   │   │   ├── [6.1K] BridgeRenderSession.java │   │   │   │   │   │   ├── [4.0K] impl │   │   │   │   │   │   │   ├── [4.0K] binding │   │   │   │   │   │   │   │   ├── [6.9K] AdapterHelper.java │   │   │   │   │   │   │   │   ├── [1.9K] AdapterItem.java │   │   │   │   │   │   │   │   ├── [4.2K] FakeAdapter.java │   │   │   │   │   │   │   │   └── [7.4K] FakeExpandableAdapter.java │   │   │   │   │   │   │   ├── [5.9K] DelegateManager.java │   │   │   │   │   │   │   ├── [ 32K] GcSnapshot.java │   │   │   │   │   │   │   ├── [ 19K] Layout.java │   │   │   │   │   │   │   ├── [ 12K] LayoutParserWrapper.java │   │   │   │   │   │   │   ├── [5.2K] ParserFactory.java │   │   │   │   │   │   │   ├── [1.6K] PlayAnimationThread.java │   │   │   │   │   │   │   ├── [4.5K] PorterDuffUtility.java │   │   │   │   │   │   │   ├── [ 15K] RenderAction.java │   │   │   │   │   │   │   ├── [6.2K] RenderDrawable.java │   │   │   │   │   │   │   ├── [ 57K] RenderSessionImpl.java │   │   │   │   │   │   │   ├── [ 21K] ResourceHelper.java │   │   │   │   │   │   │   ├── [1.7K] Stack.java │   │   │   │   │   │   │   └── [1.6K] SystemViewInfo.java │   │   │   │   │   │   ├── [4.0K] libcore │   │   │   │   │   │   │   └── [4.0K] io │   │   │   │   │   │   │   └── [2.0K] BridgeBufferIterator.java │   │   │   │   │   │   ├── [3.0K] MockView.java │   │   │   │   │   │   └── [4.0K] util │   │   │   │   │   │   ├── [ 737] Debug.java │   │   │   │   │   │   ├── [2.3K] DynamicIdMap.java │   │   │   │   │   │   ├── [3.0K] ReflectionUtils.java │   │   │   │   │   │   └── [9.0K] SparseWeakArray.java │   │   │   │   │   └── [4.0K] google │   │   │   │   │   └── [4.0K] android │   │   │   │   │   └── [4.0K] maps │   │   │   │   │   └── [3.0K] MapView.java │   │   │   │   ├── [4.0K] dalvik │   │   │   │   │   └── [4.0K] system │   │   │   │   │   └── [3.3K] VMRuntime_Delegate.java │   │   │   │   └── [4.0K] libcore │   │   │   │   ├── [4.0K] icu │   │   │   │   │   └── [7.9K] ICU_Delegate.java │   │   │   │   ├── [4.0K] io │   │   │   │   │   └── [4.5K] MemoryMappedFile_Delegate.java │   │   │   │   └── [4.0K] util │   │   │   │   └── [1.0K] ZoneInfo_WallTime_Delegate.java │   │   │   ├── [4.0K] tests │   │   │   │   ├── [1.2K] Android.mk │   │   │   │   ├── [4.0K] res │   │   │   │   │   ├── [4.0K] com │   │   │   │   │   │   └── [4.0K] android │   │   │   │   │   │   └── [4.0K] layoutlib │   │   │   │   │   │   └── [4.0K] testdata │   │   │   │   │   │   └── [1.5K] layout1.xml │   │   │   │   │   └── [4.0K] testApp │   │   │   │   │   └── [4.0K] MyApplication │   │   │   │   │   ├── [4.0K] build │   │   │   │   │   │   └── [4.0K] intermediates │   │   │   │   │   │   └── [4.0K] classes │   │   │   │   │   │   ├── [4.0K] androidTest │   │   │   │   │   │   │   └── [4.0K] debug │   │   │   │   │   │   │   └── [4.0K] com │   │   │   │   │   │   │   └── [4.0K] android │   │   │   │   │   │   │   └── [4.0K] layoutlib │   │   │   │   │   │   │   └── [4.0K] test │   │   │   │   │   │   │   └── [4.0K] myapplication │   │   │   │   │   │   │   └── [4.0K] test │   │   │   │   │   │   │   └── [ 792] BuildConfig.class │   │   │   │   │   │   └── [4.0K] debug │   │   │   │   │   │   └── [4.0K] com │   │   │   │   │   │   └── [4.0K] android │   │   │   │   │   │   └── [4.0K] layoutlib │   │   │   │   │   │   └── [4.0K] test │   │   │   │   │   │   └── [4.0K] myapplication │   │   │   │   │   │   ├── [2.3K] ArraysCheckWidget.class │   │   │   │   │   │   ├── [ 777] BuildConfig.class │   │   │   │   │   │   ├── [1.1K] CustomCalendar.class │   │   │   │   │   │   ├── [1.3K] CustomDate.class │   │   │   │   │   │   ├── [1.1K] MyActivity.class │   │   │   │   │   │   ├── [ 519] R$array.class │   │   │   │   │   │   ├── [ 456] R$attr.class │   │   │   │   │   │   ├── [ 527] R$dimen.class │   │   │   │   │   │   ├── [ 473] R$drawable.class │   │   │   │   │   │   ├── [1.9K] R$id.class │   │   │   │   │   │   ├── [ 492] R$integer.class │   │   │   │   │   │   ├── [ 675] R$layout.class │   │   │   │   │   │   ├── [ 452] R$menu.class │   │   │   │   │   │   ├── [ 538] R$string.class │   │   │   │   │   │   ├── [ 461] R$style.class │   │   │   │   │   │   └── [1.0K] R.class │   │   │   │   │   ├── [1018] build.gradle │   │   │   │   │   ├── [4.0K] golden │   │   │   │   │   │   ├── [7.8K] activity.png │   │   │   │   │   │   ├── [ 10K] allwidgets.png │   │   │   │   │   │   ├── [5.1K] array_check.png │   │   │   │   │   │   ├── [ 566] expand_horz_layout.png │   │   │   │   │   │   └── [ 578] expand_vert_layout.png │   │   │   │   │   ├── [4.0K] gradle │   │   │   │   │   │   └── [4.0K] wrapper │   │   │   │   │   │   ├── [ 49K] gradle-wrapper.jar │   │   │   │   │   │   └── [ 232] gradle-wrapper.properties │   │   │   │   │   ├── [ 853] gradle.properties │   │   │   │   │   ├── [5.0K] gradlew │   │   │   │   │   ├── [2.3K] gradlew.bat │   │   │   │   │   ├── [ 675] proguard-rules.pro │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   ├── [ 815] AndroidManifest.xml │   │   │   │   │   ├── [4.0K] java │   │   │   │   │   │   └── [4.0K] com │   │   │   │   │   │   └── [4.0K] android │   │   │   │   │   │   └── [4.0K] layoutlib │   │   │   │   │   │   └── [4.0K] test │   │   │   │   │   │   └── [4.0K] myapplication │   │   │   │   │   │   ├── [1.4K] ArraysCheckWidget.java │   │   │   │   │   │   ├── [ 827] CustomCalendar.java │   │   │   │   │   │   ├── [ 791] CustomDate.java │   │   │   │   │   │   └── [1.0K] MyActivity.java │   │   │   │   │   └── [4.0K] res │   │   │   │   │   ├── [4.0K] drawable │   │   │   │   │   │   └── [ 255] ic_launcher.xml │   │   │   │   │   ├── [4.0K] layout │   │   │   │   │   │   ├── [ 849] activity.xml │   │   │   │   │   │   ├── [ 13K] allwidgets.xml │   │   │   │   │   │   ├── [ 333] array_check.xml │   │   │   │   │   │   ├── [ 507] expand_horz_layout.xml │   │   │   │   │   │   ├── [ 926] expand_layout.xml │   │   │   │   │   │   ├── [ 505] expand_vert_layout.xml │   │   │   │   │   │   └── [ 886] layout.xml │   │   │   │   │   ├── [4.0K] menu │   │   │   │   │   │   └── [ 328] my.xml │   │   │   │   │   └── [4.0K] values │   │   │   │   │   ├── [ 996] arrays.xml │   │   │   │   │   ├── [ 107] attrs.xml │   │   │   │   │   ├── [ 211] dimens.xml │   │   │   │   │   ├── [1.8K] ids.xml │   │   │   │   │   ├── [ 224] strings.xml │   │   │   │   │   └── [ 249] styles.xml │   │   │   │   └── [4.0K] src │   │   │   │   ├── [4.0K] android │   │   │   │   │   └── [4.0K] graphics │   │   │   │   │   └── [1.3K] Matrix_DelegateTest.java │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] layoutlib │   │   │   │   └── [4.0K] bridge │   │   │   │   ├── [4.0K] android │   │   │   │   │   └── [4.2K] BridgeXmlBlockParserTest.java │   │   │   │   ├── [4.0K] impl │   │   │   │   │   └── [10.0K] LayoutParserWrapperTest.java │   │   │   │   ├── [4.0K] intensive │   │   │   │   │   ├── [ 14K] ImageUtils.java │   │   │   │   │   ├── [ 19K] Main.java │   │   │   │   │   └── [4.0K] setup │   │   │   │   │   ├── [ 14K] ConfigGenerator.java │   │   │   │   │   ├── [6.7K] LayoutLibTestCallback.java │   │   │   │   │   ├── [3.5K] LayoutPullParser.java │   │   │   │   │   └── [2.4K] ModuleClassLoader.java │   │   │   │   └── [9.2K] TestDelegates.java │   │   │   └── [1.4K] update_nav_icons.sh │   │   ├── [4.0K] create │   │   │   ├── [ 936] Android.mk │   │   │   ├── [1.2K] create.iml │   │   │   ├── [ 52] manifest.txt │   │   │   ├── [ 12K] README.txt │   │   │   ├── [4.0K] src │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] tools │   │   │   │   └── [4.0K] layoutlib │   │   │   │   ├── [4.0K] annotations │   │   │   │   │   ├── [ 919] LayoutlibDelegate.java │   │   │   │   │   ├── [1.2K] Nullable.java │   │   │   │   │   └── [1.8K] VisibleForTesting.java │   │   │   │   ├── [4.0K] create │   │   │   │   │   ├── [ 14K] AbstractClassAdapter.java │   │   │   │   │   ├── [ 32K] AsmAnalyzer.java │   │   │   │   │   ├── [ 18K] AsmGenerator.java │   │   │   │   │   ├── [2.8K] ClassHasNativeVisitor.java │   │   │   │   │   ├── [ 13K] CreateInfo.java │   │   │   │   │   ├── [5.9K] DelegateClassAdapter.java │   │   │   │   │   ├── [ 17K] DelegateMethodAdapter.java │   │   │   │   │   ├── [ 26K] DependencyFinder.java │   │   │   │   │   ├── [3.6K] ICreateInfo.java │   │   │   │   │   ├── [2.3K] InjectMethodRunnables.java │   │   │   │   │   ├── [1.2K] InjectMethodsAdapter.java │   │   │   │   │   ├── [ 984] LogAbortException.java │   │   │   │   │   ├── [2.0K] Log.java │   │   │   │   │   ├── [8.5K] Main.java │   │   │   │   │   ├── [3.3K] MethodAdapter.java │   │   │   │   │   ├── [2.9K] MethodListener.java │   │   │   │   │   ├── [5.9K] OverrideMethod.java │   │   │   │   │   ├── [1.7K] PromoteFieldClassAdapter.java │   │   │   │   │   ├── [1.6K] RefactorClassAdapter.java │   │   │   │   │   ├── [2.8K] RenameClassAdapter.java │   │   │   │   │   ├── [ 10K] ReplaceMethodCallsAdapter.java │   │   │   │   │   ├── [ 12K] StubMethodAdapter.java │   │   │   │   │   └── [5.4K] TransformClassAdapter.java │   │   │   │   └── [4.0K] java │   │   │   │   ├── [1.1K] AutoCloseable.java │   │   │   │   ├── [4.7K] Charsets.java │   │   │   │   ├── [ 18K] IntegralToString.java │   │   │   │   ├── [1.3K] LinkedHashMap_Delegate.java │   │   │   │   ├── [4.2K] Objects.java │   │   │   │   ├── [1.0K] System_Delegate.java │   │   │   │   └── [2.4K] UnsafeByteSequence.java │   │   │   └── [4.0K] tests │   │   │   ├── [1.1K] Android.mk │   │   │   ├── [4.0K] com │   │   │   │   └── [4.0K] android │   │   │   │   └── [4.0K] tools │   │   │   │   └── [4.0K] layoutlib │   │   │   │   └── [4.0K] create │   │   │   │   ├── [9.7K] AsmAnalyzerTest.java │   │   │   │   ├── [ 20K] AsmGeneratorTest.java │   │   │   │   ├── [3.0K] ClassHasNativeVisitorTest.java │   │   │   │   ├── [4.0K] dataclass │   │   │   │   │   ├── [1.1K] ClassWithNative_Delegate.java │   │   │   │   │   ├── [1.4K] ClassWithNative.java │   │   │   │   │   ├── [ 770] JavaClass.java │   │   │   │   │   ├── [1.1K] OuterClass_Delegate.java │   │   │   │   │   ├── [1.1K] OuterClass_InnerClass_Delegate.java │   │   │   │   │   ├── [1.7K] OuterClass.java │   │   │   │   │   └── [1.1K] OuterClass_StaticInnerClass_Delegate.java │   │   │   │   ├── [ 22K] DelegateClassAdapterTest.java │   │   │   │   ├── [2.2K] LogTest.java │   │   │   │   ├── [1.1K] MockLog.java │   │   │   │   └── [4.1K] RenameClassAdapterTest.java │   │   │   ├── [4.0K] data │   │   │   │   └── [10.0K] mock_android.jar │   │   │   └── [4.0K] mock_data │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] lang │   │   │   │   └── [ 723] JavaClass.java │   │   │   └── [4.0K] mock_android │   │   │   ├── [4.0K] data │   │   │   │   ├── [ 65] anotherDataFile │   │   │   │   └── [ 69] dataFile │   │   │   ├── [4.0K] dummy │   │   │   │   └── [2.3K] InnerTest.java │   │   │   ├── [4.0K] util │   │   │   │   └── [ 782] EmptyArray.java │   │   │   ├── [4.0K] view │   │   │   │   ├── [ 811] ViewGroup.java │   │   │   │   └── [ 751] View.java │   │   │   └── [4.0K] widget │   │   │   ├── [ 898] LinearLayout.java │   │   │   └── [ 817] TableLayout.java │   │   ├── [ 290] README │   │   ├── [4.0K] rename_font │   │   │   ├── [7.0K] build_font.py │   │   │   ├── [6.7K] build_font_single.py │   │   │   ├── [ 477] README │   │   │   ├── [112K] Roboto-Regular.ttf │   │   │   └── [1.3K] test.py │   │   └── [4.0K] studio-custom-widgets │   │   ├── [4.0K] src │   │   │   └── [4.0K] com │   │   │   └── [4.0K] android │   │   │   └── [4.0K] tools │   │   │   └── [4.0K] idea │   │   │   └── [4.0K] editors │   │   │   └── [4.0K] theme │   │   │   └── [4.0K] widgets │   │   │   ├── [3.4K] ErrorCatcher.java │   │   │   ├── [1014] PressedButton.java │   │   │   └── [7.6K] ThemePreviewLayout.java │   │   └── [ 628] studio-android-widgets.iml │   ├── [4.0K] obbtool │   │   ├── [ 930] Android.mk │   │   ├── [8.1K] Main.cpp │   │   ├── [7.1K] mkobb.sh │   │   └── [2.0K] pbkdf2gen.cpp │   ├── [4.0K] orientationplot │   │   ├── [ 19K] orientationplot.py │   │   └── [3.9K] README.txt │   ├── [4.0K] preload │   │   ├── [ 11M] 20080522.compiled │   │   ├── [ 15M] 20090811.compiled │   │   ├── [ 21M] 20100223.compiled │   │   ├── [ 404] Android.mk │   │   ├── [2.3K] Compile.java │   │   ├── [4.0K] loadclass │   │   │   ├── [ 186] Android.mk │   │   │   └── [2.8K] LoadClass.java │   │   ├── [3.4K] LoadedClass.java │   │   ├── [9.4K] MemoryUsage.java │   │   ├── [3.7K] Operation.java │   │   ├── [2.9K] Policy.java │   │   ├── [ 530] preload.iml │   │   ├── [ 25K] preload.ipr │   │   ├── [3.9K] PrintCsv.java │   │   ├── [4.9K] PrintHtmlDiff.java │   │   ├── [1.4K] PrintPsTree.java │   │   ├── [4.5K] Proc.java │   │   ├── [6.1K] Record.java │   │   ├── [4.7K] Root.java │   │   ├── [ 17K] sorttable.js │   │   └── [5.6K] WritePreloadedClassFile.java │   ├── [4.0K] split-select │   │   ├── [2.7K] Abi.cpp │   │   ├── [1.2K] Abi.h │   │   ├── [3.0K] Android.mk │   │   ├── [2.2K] Grouper.cpp │   │   ├── [ 985] Grouper.h │   │   ├── [6.0K] Grouper_test.cpp │   │   ├── [ 13K] Main.cpp │   │   ├── [5.5K] Rule.cpp │   │   ├── [5.5K] RuleGenerator.cpp │   │   ├── [1.3K] RuleGenerator.h │   │   ├── [3.9K] RuleGenerator_test.cpp │   │   ├── [1.8K] Rule.h │   │   ├── [2.8K] Rule_test.cpp │   │   ├── [4.5K] SplitDescription.cpp │   │   ├── [1.9K] SplitDescription.h │   │   ├── [2.5K] SplitSelector.cpp │   │   ├── [1.3K] SplitSelector.h │   │   ├── [2.4K] SplitSelector_test.cpp │   │   ├── [2.3K] TestRules.cpp │   │   └── [1.8K] TestRules.h │   ├── [4.0K] validatekeymaps │   │   ├── [ 543] Android.mk │   │   └── [4.0K] Main.cpp │   └── [4.0K] velocityplot │   └── [9.5K] velocityplot.py └── [4.0K] wifi └── [4.0K] java └── [4.0K] android └── [4.0K] net └── [4.0K] wifi ├── [ 687] BatchedScanResult.aidl ├── [3.0K] BatchedScanResult.java ├── [ 689] BatchedScanSettings.aidl ├── [ 10K] BatchedScanSettings.java ├── [ 841] IRttManager.aidl ├── [4.4K] IWifiManager.aidl ├── [ 824] IWifiScanner.aidl ├── [4.0K] p2p │   ├── [ 891] IWifiP2pManager.aidl │   ├── [4.0K] nsd │   │   ├── [7.3K] WifiP2pDnsSdServiceInfo.java │   │   ├── [3.7K] WifiP2pDnsSdServiceRequest.java │   │   ├── [8.8K] WifiP2pDnsSdServiceResponse.java │   │   ├── [ 700] WifiP2pServiceInfo.aidl │   │   ├── [5.0K] WifiP2pServiceInfo.java │   │   ├── [ 703] WifiP2pServiceRequest.aidl │   │   ├── [8.6K] WifiP2pServiceRequest.java │   │   ├── [ 704] WifiP2pServiceResponse.aidl │   │   ├── [ 12K] WifiP2pServiceResponse.java │   │   ├── [3.7K] WifiP2pUpnpServiceInfo.java │   │   ├── [2.6K] WifiP2pUpnpServiceRequest.java │   │   └── [4.7K] WifiP2pUpnpServiceResponse.java │   ├── [3.3K] package.html │   ├── [ 679] WifiP2pConfig.aidl │   ├── [4.8K] WifiP2pConfig.java │   ├── [ 679] WifiP2pDevice.aidl │   ├── [ 14K] WifiP2pDevice.java │   ├── [ 683] WifiP2pDeviceList.aidl │   ├── [6.9K] WifiP2pDeviceList.java │   ├── [ 678] WifiP2pGroup.aidl │   ├── [ 10K] WifiP2pGroup.java │   ├── [ 681] WifiP2pGroupList.aidl │   ├── [7.1K] WifiP2pGroupList.java │   ├── [ 677] WifiP2pInfo.aidl │   ├── [3.1K] WifiP2pInfo.java │   ├── [ 59K] WifiP2pManager.java │   ├── [2.6K] WifiP2pProvDiscEvent.java │   └── [5.8K] WifiP2pWfdInfo.java ├── [1.2K] package.html ├── [4.0K] passpoint │   ├── [1.3K] IWifiPasspointManager.aidl │   ├── [ 695] WifiPasspointCredential.aidl │   ├── [ 21K] WifiPasspointCredential.java │   ├── [ 691] WifiPasspointDmTree.aidl │   ├── [ 43K] WifiPasspointDmTree.java │   ├── [ 689] WifiPasspointInfo.aidl │   ├── [ 18K] WifiPasspointInfo.java │   ├── [ 19K] WifiPasspointManager.java │   ├── [ 696] WifiPasspointOsuProvider.aidl │   ├── [4.4K] WifiPasspointOsuProvider.java │   ├── [ 691] WifiPasspointPolicy.aidl │   └── [ 14K] WifiPasspointPolicy.java ├── [1.9K] RssiPacketCountInfo.java ├── [ 686] RttManager.aidl ├── [ 42K] RttManager.java ├── [ 680] ScanResult.aidl ├── [ 18K] ScanResult.java ├── [ 674] ScanSettings.aidl ├── [2.6K] ScanSettings.java ├── [8.8K] SupplicantState.java ├── [ 684] WifiActivityEnergyInfo.aidl ├── [4.5K] WifiActivityEnergyInfo.java ├── [ 673] WifiChannel.aidl ├── [2.4K] WifiChannel.java ├── [ 687] WifiConfiguration.aidl ├── [ 58K] WifiConfiguration.java ├── [ 694] WifiConnectionStatistics.aidl ├── [5.5K] WifiConnectionStatistics.java ├── [ 690] WifiEnterpriseConfig.aidl ├── [ 26K] WifiEnterpriseConfig.java ├── [ 678] WifiInfo.aidl ├── [ 19K] WifiInfo.java ├── [7.3K] WifiLinkLayerStats.java ├── [101K] WifiManager.java ├── [ 701] WifiNetworkConnectionStatistics.aidl ├── [2.6K] WifiNetworkConnectionStatistics.java ├── [ 39K] WifiScanner.java ├── [8.0K] WifiSsid.java ├── [ 669] WpsInfo.aidl ├── [3.0K] WpsInfo.java ├── [ 671] WpsResult.aidl └── [2.4K] WpsResult.java 5300 directories, 26587 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。