OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spKey
(Results
1 - 6
of
6
) 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/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
475
String
spKey
= LauncherFiles.WALLPAPER_CROP_PREFERENCES_KEY;
476
SharedPreferences sp = getContext().getSharedPreferences(
spKey
, Context.MODE_MULTI_PROCESS);
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
[
all
...]
Completed in 74 milliseconds