Searched refs:spKey (Results 1 – 6 of 6) sorted by relevance
207 String spKey = LauncherApplication.getSharedPreferencesKey(); in onReceive() local208 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in onReceive()223 String spKey = LauncherApplication.getSharedPreferencesKey(); in flushInstallQueue() local224 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in flushInstallQueue()234 String spKey = LauncherApplication.getSharedPreferencesKey(); in processInstallShortcut() local235 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in processInstallShortcut()
84 String spKey = LauncherApplication.getSharedPreferencesKey(); in processUninstallShortcut() local85 SharedPreferences sharedPrefs = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in processUninstallShortcut()
221 String spKey = LauncherApplication.getSharedPreferencesKey(); in loadDefaultFavoritesIfNecessary() local222 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE); in loadDefaultFavoritesIfNecessary()396 String spKey = LauncherApplication.getSharedPreferencesKey(); in setFlagToLoadDefaultWorkspaceLater() local397 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE); in setFlagToLoadDefaultWorkspaceLater()
3794 String spKey = LauncherApplication.getSharedPreferencesKey();3795 SharedPreferences sp = context.getSharedPreferences(spKey,
475 String spKey = LauncherFiles.WALLPAPER_CROP_PREFERENCES_KEY;476 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS);
1417 String spKey = LauncherFiles.WALLPAPER_CROP_PREFERENCES_KEY; in setWallpaperDimension() local1419 mLauncher.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS); in setWallpaperDimension()