Searched refs:currentLocales (Results 1 – 1 of 1) sorted by relevance
1963 final LocaleSet currentLocales = mCurrentLocales; in updateLocaleInBackground() local1965 if (!needsToUpdateLocaleData(prefs, currentLocales, mContactsHelper, mProfileHelper)) { in updateLocaleInBackground()1971 mContactsHelper.setLocale(currentLocales); in updateLocaleInBackground()1972 mProfileHelper.setLocale(currentLocales); in updateLocaleInBackground()1974 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleInBackground()1993 final LocaleSet currentLocales = LocaleSet.newDefault(); in updateLocaleOffline() local1994 if (!needsToUpdateLocaleData(prefs, currentLocales, contactsHelper, profileHelper)) { in updateLocaleOffline()1998 contactsHelper.setLocale(currentLocales); in updateLocaleOffline()1999 profileHelper.setLocale(currentLocales); in updateLocaleOffline()2001 prefs.edit().putString(PREF_LOCALE, currentLocales.toString()).commit(); in updateLocaleOffline()