HomeSort by relevance Sort by last modified time
    Searched refs:spKey (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 207 String spKey = LauncherApplication.getSharedPreferencesKey();
208 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE);
223 String spKey = LauncherApplication.getSharedPreferencesKey();
224 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE);
234 String spKey = LauncherApplication.getSharedPreferencesKey();
235 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE);
UninstallShortcutReceiver.java 84 String spKey = LauncherApplication.getSharedPreferencesKey();
85 SharedPreferences sharedPrefs = context.getSharedPreferences(spKey, Context.MODE_PRIVATE);
LauncherProvider.java 221 String spKey = LauncherApplication.getSharedPreferencesKey();
222 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE);
396 String spKey = LauncherApplication.getSharedPreferencesKey();
397 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE);
    [all...]
Workspace.java     [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperUtils.java 49 String spKey = WallpaperFiles.WALLPAPER_CROP_PREFERENCES_KEY;
50 SharedPreferences sp = activity.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS);

Completed in 277 milliseconds