Searched refs:PREF_LOCALE (Results 1 – 3 of 3) sorted by relevance
64 private static final String PREF_LOCALE = "captioning_locale"; field in CaptionPropertiesFragment239 mLocale = (LocalePreference) findPreference(PREF_LOCALE); in initializeAllPreferences()
67 private static final String PREF_LOCALE = "captioning_locale"; field in CaptionPropertiesFragment266 mLocale = (LocalePreference) findPreference(PREF_LOCALE); in initializeAllPreferences()
277 private static final String PREF_LOCALE = "locale"; field in ContactsProvider21795 final String providerLocales = prefs.getString(PREF_LOCALE, null); in needsToUpdateLocaleData()1837 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleInBackground()1864 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleOffline()