Home
last modified time | relevance | path

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

/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/
H A DDomainAppPreferenceController.java136 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 DPreferenceGroupChildrenCache.java52 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceGroupChildrenCache
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/
H A DPreferenceListCache.java56 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceListCache
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryAppListPreferenceController.java239 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 DAppDeletionPreferenceGroup.java66 (AppDeletionPreference) cache.getCachedPreference(packageName); in onAppRebuild()
H A DDownloadsDeletionPreferenceGroup.java169 (DownloadsFilePreference) cache.getCachedPreference(file.getPath()); in updateFiles()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceListPreferenceFragment.java193 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key); in createDevicePreference()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java180 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 DSettingsPreferenceFragment.java370 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java801 (LongPressWifiEntryPreference) getCachedPreference(key); in updateWifiEntryPreferences()
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DNetworkProviderSettings.java936 (LongPressWifiEntryPreference) getCachedPreference(key); in updateWifiEntryPreferences()