Home
last modified time | relevance | path

Searched refs:spKey (Results 1 – 5 of 5) 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/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperUtils.java49 String spKey = WallpaperFiles.WALLPAPER_CROP_PREFERENCES_KEY; in saveWallpaperDimensions() local
50 SharedPreferences sp = activity.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS); in saveWallpaperDimensions()