Searched refs:PREF_LOCALE (Results 1 – 2 of 2) sorted by relevance
66 private static final String PREF_LOCALE = "captioning_locale"; field in CaptionPropertiesFragment263 mLocale = (LocalePreference) findPreference(PREF_LOCALE); in initializeAllPreferences()
297 private static final String PREF_LOCALE = "locale"; field in ContactsProvider21850 final String providerLocales = prefs.getString(PREF_LOCALE, null); in needsToUpdateLocaleData()1892 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleInBackground()1913 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleOffline()