Searched refs:currentLocales (Results 1 – 1 of 1) sorted by relevance
1826 final LocaleSet currentLocales = mCurrentLocales; in updateLocaleInBackground() local1828 if (!needsToUpdateLocaleData(prefs, currentLocales, mContactsHelper, mProfileHelper)) { in updateLocaleInBackground()1834 mContactsHelper.setLocale(currentLocales); in updateLocaleInBackground()1835 mProfileHelper.setLocale(currentLocales); in updateLocaleInBackground()1837 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleInBackground()1856 final LocaleSet currentLocales = LocaleSet.newDefault(); in updateLocaleOffline() local1857 if (!needsToUpdateLocaleData(prefs, currentLocales, contactsHelper, profileHelper)) { in updateLocaleOffline()1861 contactsHelper.setLocale(currentLocales); in updateLocaleOffline()1862 profileHelper.setLocale(currentLocales); in updateLocaleOffline()1864 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleOffline()