Home
last modified time | relevance | path

Searched defs:sharedPreferences (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMyCloudFragment.java87 final SharedPreferences sharedPreferences = in writeLoginValue() local
97 final SharedPreferences sharedPreferences = in readLoginValue() local
/development/samples/training/network-usage/src/com/example/android/networkusage/
DSettingsActivity.java61 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2Settings.java50 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, in onSharedPreferenceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DAdvancedPreferences.java86 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()