Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1779 final LocaleSet currentLocales = mCurrentLocales; in updateLocaleInBackground() local
1781 if (!needsToUpdateLocaleData(prefs, currentLocales, mContactsHelper, mProfileHelper)) { in updateLocaleInBackground()
1787 mContactsHelper.setLocale(currentLocales); in updateLocaleInBackground()
1788 mProfileHelper.setLocale(currentLocales); in updateLocaleInBackground()
1790 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleInBackground()
1803 final LocaleSet currentLocales = getLocaleSet(prefs, Locale.getDefault()); in updateLocaleOffline() local
1804 if (!needsToUpdateLocaleData(prefs, currentLocales, contactsHelper, profileHelper)) { in updateLocaleOffline()
1808 contactsHelper.setLocale(currentLocales); in updateLocaleOffline()
1809 profileHelper.setLocale(currentLocales); in updateLocaleOffline()
1811 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleOffline()