OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedPreference
(Results
1 - 9
of
9
) sorted by null
/packages/apps/StorageManager/src/com/android/storagemanager/
PreferenceListCache.java
54
public Preference
getCachedPreference
(String key) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java
180
BluetoothDevicePreference preference = (BluetoothDevicePreference)
getCachedPreference
(key);
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java
70
(AppDeletionPreference) cache.
getCachedPreference
(packageName);
DownloadsDeletionPreferenceGroup.java
145
(DownloadsFilePreference) cache.
getCachedPreference
(file.getPath());
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java
173
Preference notAvailable =
getCachedPreference
(NOT_AVAILABLE);
349
PowerGaugePreference pref = (PowerGaugePreference)
getCachedPreference
(key);
/packages/apps/Settings/src/com/android/settings/datausage/
UnrestrictedDataAccess.java
166
AccessPreference preference = (AccessPreference)
getCachedPreference
(key);
/packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java
394
protected Preference
getCachedPreference
(String key) {
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java
238
SyncStateSwitchPreference item = (SyncStateSwitchPreference)
getCachedPreference
(authority);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java
632
getCachedPreference
(key);
[
all
...]
Completed in 3969 milliseconds