Home
last modified time | relevance | path

Searched refs:PREF_LOCALE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java64 private static final String PREF_LOCALE = "captioning_locale"; field in CaptionPropertiesFragment
239 mLocale = (LocalePreference) findPreference(PREF_LOCALE); in initializeAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java67 private static final String PREF_LOCALE = "captioning_locale"; field in CaptionPropertiesFragment
266 mLocale = (LocalePreference) findPreference(PREF_LOCALE); in initializeAllPreferences()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java277 private static final String PREF_LOCALE = "locale"; field in ContactsProvider2
1795 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()