Searched refs:currentLocales (Results 1 – 1 of 1) sorted by relevance
1881 final LocaleSet currentLocales = mCurrentLocales; in updateLocaleInBackground() local1883 if (!needsToUpdateLocaleData(prefs, currentLocales, mContactsHelper, mProfileHelper)) { in updateLocaleInBackground()1889 mContactsHelper.setLocale(currentLocales); in updateLocaleInBackground()1890 mProfileHelper.setLocale(currentLocales); in updateLocaleInBackground()1892 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleInBackground()1905 final LocaleSet currentLocales = LocaleSet.newDefault(); in updateLocaleOffline() local1906 if (!needsToUpdateLocaleData(prefs, currentLocales, contactsHelper, profileHelper)) { in updateLocaleOffline()1910 contactsHelper.setLocale(currentLocales); in updateLocaleOffline()1911 profileHelper.setLocale(currentLocales); in updateLocaleOffline()1913 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleOffline()