HomeSort by relevance Sort by last modified time
    Searched defs:getSharedPreferencesKey (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 134 public static String getSharedPreferencesKey() {
  /packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java 83 getSharedPreferencesKey(i),
149 decode(mSharedPreferences.getString(getSharedPreferencesKey(i), null));
157 decode(mSharedPreferences.getString(getSharedPreferencesKey(i), null));
175 editor.putString(getSharedPreferencesKey(mLastIndex), encode(record));
204 .putString(getSharedPreferencesKey(mLastIndex), encode(record))
238 return decode(mSharedPreferences.getString(getSharedPreferencesKey(index), null));
241 private String getSharedPreferencesKey(long index) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 203 public static String getSharedPreferencesKey() {
    [all...]

Completed in 97 milliseconds