HomeSort by relevance Sort by last modified time
    Searched refs:spKey (Results 1 - 4 of 4) 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 212 String spKey = LauncherApplication.getSharedPreferencesKey();
213 SharedPreferences sp = getContext().getSharedPreferences(spKey, Context.MODE_PRIVATE);
310 String spKey = LauncherApplication.getSharedPreferencesKey();
311 SharedPreferences sp = mContext.getSharedPreferences(spKey, Context.MODE_PRIVATE);
    [all...]
Workspace.java     [all...]

Completed in 95 milliseconds