Home
last modified time | relevance | path

Searched refs:getCachedPreference (Results 1 – 22 of 22) sorted by relevance

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
DPreferenceListCacheTest.java70 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/managedomainurls/
DDomainAppPreferenceController.java136 private Preference getCachedPreference(String key) { in getCachedPreference() method in DomainAppPreferenceController
163 DomainAppPreference preference = (DomainAppPreference) getCachedPreference(key); in rebuildAppList()
/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/
DDomainAppPreferenceController.java136 private Preference getCachedPreference(String key) { in getCachedPreference() method in DomainAppPreferenceController
163 DomainAppPreference preference = (DomainAppPreference) getCachedPreference(key); in rebuildAppList()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryAppListPreferenceController.java220 PowerGaugePreference pref = (PowerGaugePreference) getCachedPreference(key); in refreshAppListGroup()
443 private Preference getCachedPreference(String key) { in getCachedPreference() method in BatteryAppListPreferenceController
460 Preference notAvailable = getCachedPreference(NOT_AVAILABLE); in addNotAvailableMessage()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryAppListPreferenceController.java220 PowerGaugePreference pref = (PowerGaugePreference) getCachedPreference(key); in refreshAppListGroup()
438 private Preference getCachedPreference(String key) { in getCachedPreference() method in BatteryAppListPreferenceController
455 Preference notAvailable = getCachedPreference(NOT_AVAILABLE); in addNotAvailableMessage()
/packages/apps/Settings/src/com/android/settings/utils/
DPreferenceGroupChildrenCache.java52 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceGroupChildrenCache
/packages/apps/StorageManager/src/com/android/storagemanager/utils/
DPreferenceListCache.java56 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceListCache
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/
DPreferenceGroupChildrenCache.java52 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceGroupChildrenCache
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSyncSettings.java163 SyncStateSwitchPreference item = (SyncStateSwitchPreference) getCachedPreference(authority); in addSyncStateSwitch()
520 getCachedPreference(EntityHeaderController.PREF_KEY_APP_HEADER); in updateAccountSwitches()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountSyncSettings.java163 SyncStateSwitchPreference item = (SyncStateSwitchPreference) getCachedPreference(authority); in addSyncStateSwitch()
520 getCachedPreference(EntityHeaderController.PREF_KEY_APP_HEADER); in updateAccountSwitches()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/savedaccesspoints/
DSubscribedAccessPointsPreferenceController.java137 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSubscribedAccessPoints()
DSavedAccessPointsPreferenceController.java134 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSavedAccessPoints()
/packages/apps/Settings/src/com/android/settings/wifi/savedaccesspoints/
DSubscribedAccessPointsPreferenceController.java137 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSubscribedAccessPoints()
DSavedAccessPointsPreferenceController.java134 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSavedAccessPoints()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppDeletionPreferenceGroup.java66 (AppDeletionPreference) cache.getCachedPreference(packageName); in onAppRebuild()
DDownloadsDeletionPreferenceGroup.java169 (DownloadsFilePreference) cache.getCachedPreference(file.getPath()); in updateFiles()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java190 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key); in createDevicePreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DDeviceListPreferenceFragment.java190 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key); in createDevicePreference()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java366 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java366 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiSettings.java737 (LongPressAccessPointPreference) getCachedPreference(key); in updateAccessPointPreferences()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSettings.java742 (LongPressAccessPointPreference) getCachedPreference(key); in updateAccessPointPreferences()