HomeSort by relevance Sort by last modified time
    Searched defs:spKey (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupAgentHelper.java 56 String spKey = LauncherAppState.getSharedPreferencesKey();
57 SharedPreferences sp = getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS);
InstallShortcutReceiver.java 245 String spKey = LauncherAppState.getSharedPreferencesKey();
246 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE);
261 String spKey = LauncherAppState.getSharedPreferencesKey();
262 SharedPreferences sp = context.getSharedPreferences(spKey, Context.MODE_PRIVATE);
LauncherClings.java 415 String spKey = LauncherAppState.getSharedPreferencesKey();
416 SharedPreferences sp = mLauncher.getSharedPreferences(spKey, Context.MODE_PRIVATE);
LauncherProvider.java 273 String spKey = LauncherAppState.getSharedPreferencesKey();
274 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE);
293 String spKey = LauncherAppState.getSharedPreferencesKey();
294 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE);
484 String spKey = LauncherAppState.getSharedPreferencesKey();
485 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE);
493 String spKey = LauncherAppState.getSharedPreferencesKey();
494 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE);
    [all...]
Workspace.java     [all...]
Launcher.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 84 String spKey = LauncherApplication.getSharedPreferencesKey();
85 SharedPreferences sharedPrefs = context.getSharedPreferences(spKey, Context.MODE_PRIVATE);
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);
LauncherProvider.java 214 String spKey = LauncherApplication.getSharedPreferencesKey();
215 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE);
330 String spKey = LauncherApplication.getSharedPreferencesKey();
331 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE);
    [all...]

Completed in 234 milliseconds