Searched refs:sharedPrefs (Results 1 – 4 of 4) sorted by relevance
44 SharedPreferences sharedPrefs = prefScreen.getSharedPreferences(); in onResume() local45 if (!sharedPrefs.contains(PreferenceKeys.PREF_DATA_PRELOAD)) { in onResume()53 if (!sharedPrefs.contains(PreferenceKeys.PREF_LINK_PREFETCH)) { in onResume()
85 SharedPreferences sharedPrefs = context.getSharedPreferences(spKey, Context.MODE_PRIVATE); in processUninstallShortcut() local91 removeShortcut(context, data, sharedPrefs); in processUninstallShortcut()96 final SharedPreferences sharedPrefs) { in removeShortcut() argument141 newApps = sharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps); in removeShortcut()152 SharedPreferences.Editor editor = sharedPrefs.edit(); in removeShortcut()
164 final SharedPreferences sharedPrefs, int[] result) { in installShortcut() argument183 int newAppsScreen = sharedPrefs.getInt(NEW_APPS_PAGE_KEY, screen); in installShortcut()186 newApps = sharedPrefs.getStringSet(NEW_APPS_LIST_KEY, newApps); in installShortcut()195 sharedPrefs.edit() in installShortcut()
147 SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(context); in tryCdmaSetCategory() local151 sharedPrefs.edit().putBoolean( in tryCdmaSetCategory()157 sharedPrefs.edit().putBoolean( in tryCdmaSetCategory()163 sharedPrefs.edit().putBoolean( in tryCdmaSetCategory()168 sharedPrefs.edit().putBoolean( in tryCdmaSetCategory()