Searched refs:getCachedPreference (Results 1 – 12 of 12) sorted by relevance
76 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()
56 public Preference getCachedPreference(String key) { in getCachedPreference() method in PreferenceListCache
66 (AppDeletionPreference) cache.getCachedPreference(packageName); in onAppRebuild()
169 (DownloadsFilePreference) cache.getCachedPreference(file.getPath()); in updateFiles()
190 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key); in createDevicePreference()
795 (LongPressAccessPointPreference) getCachedPreference(key); in updateAccessPointPreferences()890 getCachedPreference(key); in addConnectedAccessPointPreference()
156 (LongPressAccessPointPreference) getCachedPreference(key); in initPreferences()
401 Preference notAvailable = getCachedPreference(NOT_AVAILABLE); in addNotAvailableMessage()591 PowerGaugePreference pref = (PowerGaugePreference) getCachedPreference(key); in refreshAppListGroup()
187 DomainAppPreference preference = (DomainAppPreference) getCachedPreference(key); in rebuildAppList()
169 AccessPreference preference = (AccessPreference) getCachedPreference(key); in onRebuildComplete()
189 SyncStateSwitchPreference item = (SyncStateSwitchPreference) getCachedPreference(authority); in addSyncStateSwitch()
397 protected Preference getCachedPreference(String key) { in getCachedPreference() method in SettingsPreferenceFragment