/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
H A D | PreferenceListCacheTest.java | 70 assertEquals(first, mCache.getCachedPreference("first")); in testCacheAndRestoreAllPreferences() 71 assertEquals(second, mCache.getCachedPreference("second")); in testCacheAndRestoreAllPreferences() 72 assertEquals(third, mCache.getCachedPreference("third")); in testCacheAndRestoreAllPreferences() 87 assertEquals(first, mCache.getCachedPreference("first")); in testRestoreSomePreferences() 88 assertEquals(second, mCache.getCachedPreference("second")); in testRestoreSomePreferences()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/ |
H A D | DomainAppPreferenceController.java | 136 private Preference getCachedPreference(String key) { in getCachedPreference() method in DomainAppPreferenceController 163 DomainAppPreference preference = (DomainAppPreference) getCachedPreference(key); in rebuildAppList()
|
/aosp12/packages/apps/Settings/src/com/android/settings/utils/ |
H A D | PreferenceGroupChildrenCache.java | 52 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceGroupChildrenCache
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
H A D | PreferenceListCache.java | 56 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceListCache
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
H A D | BatteryAppListPreferenceController.java | 239 PowerGaugePreference pref = (PowerGaugePreference) getCachedPreference(key); in refreshAppListGroup() 526 private Preference getCachedPreference(String key) { in getCachedPreference() method in BatteryAppListPreferenceController 543 Preference notAvailable = getCachedPreference(NOT_AVAILABLE); in addNotAvailableMessage()
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
H A D | AppDeletionPreferenceGroup.java | 66 (AppDeletionPreference) cache.getCachedPreference(packageName); in onAppRebuild()
|
H A D | DownloadsDeletionPreferenceGroup.java | 169 (DownloadsFilePreference) cache.getCachedPreference(file.getPath()); in updateFiles()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | DeviceListPreferenceFragment.java | 193 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key); in createDevicePreference()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | AccountSyncSettings.java | 180 SyncStateSwitchPreference item = (SyncStateSwitchPreference) getCachedPreference(authority); in addSyncStateSwitch() 536 getCachedPreference(EntityHeaderController.PREF_KEY_APP_HEADER); in updateAccountSwitches()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | SettingsPreferenceFragment.java | 370 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | WifiSettings.java | 801 (LongPressWifiEntryPreference) getCachedPreference(key); in updateWifiEntryPreferences()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/ |
H A D | NetworkProviderSettings.java | 936 (LongPressWifiEntryPreference) getCachedPreference(key); in updateWifiEntryPreferences()
|