Home
last modified time | relevance | path

Searched refs:spKey (Results 1 – 10 of 10) 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/src/com/android/launcher3/
DInstallShortcutReceiver.java95 String spKey = LauncherAppState.getSharedPreferencesKey(); in removeFromInstallQueue() local
96 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in removeFromInstallQueue()
179 String spKey = LauncherAppState.getSharedPreferencesKey(); in queuePendingShortcutInfo() local
180 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in queuePendingShortcutInfo()
195 String spKey = LauncherAppState.getSharedPreferencesKey(); in flushInstallQueue() local
196 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in flushInstallQueue()
DLauncherProvider.java350 String spKey = LauncherAppState.getSharedPreferencesKey(); in clearFlagEmptyDbCreated() local
351 getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE) in clearFlagEmptyDbCreated()
365 String spKey = LauncherAppState.getSharedPreferencesKey(); in loadDefaultFavoritesIfNecessary() local
366 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE); in loadDefaultFavoritesIfNecessary()
614 String spKey = LauncherAppState.getSharedPreferencesKey(); in setFlagJustLoadedOldDb() local
615 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE); in setFlagJustLoadedOldDb()
620 String spKey = LauncherAppState.getSharedPreferencesKey(); in setFlagEmptyDbCreated() local
621 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE); in setFlagEmptyDbCreated()
DLauncherClings.java76 String spKey = LauncherAppState.getSharedPreferencesKey(); in onClick() local
77 SharedPreferences sp = mLauncher.getSharedPreferences(spKey, Context.MODE_PRIVATE); in onClick()
DLauncher.java3676 String spKey = LauncherAppState.getSharedPreferencesKey(); in shouldShowWeightWatcher() local
3677 SharedPreferences sp = getSharedPreferences(spKey, Context.MODE_PRIVATE); in shouldShowWeightWatcher()
3684 String spKey = LauncherAppState.getSharedPreferencesKey(); in toggleShowWeightWatcher() local
3685 SharedPreferences sp = getSharedPreferences(spKey, Context.MODE_PRIVATE); in toggleShowWeightWatcher()
DWorkspace.java1321 String spKey = LauncherFiles.WALLPAPER_CROP_PREFERENCES_KEY; in setWallpaperDimension() local
1323 mLauncher.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS); in setWallpaperDimension()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java439 String spKey = LauncherFiles.WALLPAPER_CROP_PREFERENCES_KEY;
440 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS);