Home
last modified time | relevance | path

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

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
DPreferenceListCacheTest.java76 assertEquals(first, mCache.getCachedPreference("first")); in testCacheAndRestoreAllPreferences()
77 assertEquals(second, mCache.getCachedPreference("second")); in testCacheAndRestoreAllPreferences()
78 assertEquals(third, mCache.getCachedPreference("third")); in testCacheAndRestoreAllPreferences()
93 assertEquals(first, mCache.getCachedPreference("first")); in testRestoreSomePreferences()
94 assertEquals(second, mCache.getCachedPreference("second")); in testRestoreSomePreferences()
/packages/apps/StorageManager/src/com/android/storagemanager/utils/
DPreferenceListCache.java56 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceListCache
/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/apps/Settings/src/com/android/settings/wifi/
DWifiSettings.java795 (LongPressAccessPointPreference) getCachedPreference(key); in updateAccessPointPreferences()
890 getCachedPreference(key); in addConnectedAccessPointPreference()
DSavedAccessPointsWifiSettings.java156 (LongPressAccessPointPreference) getCachedPreference(key); in initPreferences()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageSummary.java401 Preference notAvailable = getCachedPreference(NOT_AVAILABLE); in addNotAvailableMessage()
591 PowerGaugePreference pref = (PowerGaugePreference) getCachedPreference(key); in refreshAppListGroup()
/packages/apps/Settings/src/com/android/settings/applications/
DManageDomainUrls.java187 DomainAppPreference preference = (DomainAppPreference) getCachedPreference(key); in rebuildAppList()
/packages/apps/Settings/src/com/android/settings/datausage/
DUnrestrictedDataAccess.java169 AccessPreference preference = (AccessPreference) getCachedPreference(key); in onRebuildComplete()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSyncSettings.java189 SyncStateSwitchPreference item = (SyncStateSwitchPreference) getCachedPreference(authority); in addSyncStateSwitch()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java397 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment