/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
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()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/managedomainurls/ |
D | DomainAppPreferenceController.java | 136 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/ |
D | DomainAppPreferenceController.java | 136 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/ |
D | BatteryAppListPreferenceController.java | 220 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/ |
D | BatteryAppListPreferenceController.java | 220 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/ |
D | PreferenceGroupChildrenCache.java | 52 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceGroupChildrenCache
|
/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
D | PreferenceListCache.java | 56 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceListCache
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/ |
D | PreferenceGroupChildrenCache.java | 52 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceGroupChildrenCache
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AccountSyncSettings.java | 163 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/ |
D | AccountSyncSettings.java | 163 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/ |
D | SubscribedAccessPointsPreferenceController.java | 137 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSubscribedAccessPoints()
|
D | SavedAccessPointsPreferenceController.java | 134 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSavedAccessPoints()
|
/packages/apps/Settings/src/com/android/settings/wifi/savedaccesspoints/ |
D | SubscribedAccessPointsPreferenceController.java | 137 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSubscribedAccessPoints()
|
D | SavedAccessPointsPreferenceController.java | 134 (AccessPointPreference) mChildrenCache.getCachedPreference(key); in refreshSavedAccessPoints()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | AppDeletionPreferenceGroup.java | 66 (AppDeletionPreference) cache.getCachedPreference(packageName); in onAppRebuild()
|
D | DownloadsDeletionPreferenceGroup.java | 169 (DownloadsFilePreference) cache.getCachedPreference(file.getPath()); in updateFiles()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DeviceListPreferenceFragment.java | 190 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key); in createDevicePreference()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | DeviceListPreferenceFragment.java | 190 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key); in createDevicePreference()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SettingsPreferenceFragment.java | 366 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | SettingsPreferenceFragment.java | 366 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/ |
D | WifiSettings.java | 737 (LongPressAccessPointPreference) getCachedPreference(key); in updateAccessPointPreferences()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiSettings.java | 742 (LongPressAccessPointPreference) getCachedPreference(key); in updateAccessPointPreferences()
|