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

  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 123 String spKey = LauncherApplication.getSharedPreferencesKey();
124 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 207 String spKey = LauncherApplication.getSharedPreferencesKey();
208 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE);
295 String spKey = LauncherApplication.getSharedPreferencesKey();
296 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE);
    [all...]

Completed in 59 milliseconds