Home
last modified time | relevance | path

Searched refs:spKey (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java207 String spKey = LauncherApplication.getSharedPreferencesKey(); in onReceive() local
208 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in onReceive()
223 String spKey = LauncherApplication.getSharedPreferencesKey(); in flushInstallQueue() local
224 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in flushInstallQueue()
234 String spKey = LauncherApplication.getSharedPreferencesKey(); in processInstallShortcut() local
235 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in processInstallShortcut()
DUninstallShortcutReceiver.java84 String spKey = LauncherApplication.getSharedPreferencesKey(); in processUninstallShortcut() local
85 SharedPreferences sharedPrefs = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in processUninstallShortcut()
DLauncherProvider.java221 String spKey = LauncherApplication.getSharedPreferencesKey(); in loadDefaultFavoritesIfNecessary() local
222 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE); in loadDefaultFavoritesIfNecessary()
396 String spKey = LauncherApplication.getSharedPreferencesKey(); in setFlagToLoadDefaultWorkspaceLater() local
397 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE); in setFlagToLoadDefaultWorkspaceLater()
DWorkspace.java3794 String spKey = LauncherApplication.getSharedPreferencesKey();
3795 SharedPreferences sp = context.getSharedPreferences(spKey,
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java475 String spKey = LauncherFiles.WALLPAPER_CROP_PREFERENCES_KEY;
476 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS);
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1417 String spKey = LauncherFiles.WALLPAPER_CROP_PREFERENCES_KEY; in setWallpaperDimension() local
1419 mLauncher.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS); in setWallpaperDimension()