Searched refs:mCurrentLocales (Results 1 – 1 of 1) sorted by relevance
1423 private LocaleSet mCurrentLocales; field in ContactsProvider21543 if (mCurrentLocales != null) { in getLocaleSet()1544 return updateLocaleSet(mCurrentLocales, curLocale); in getLocaleSet()1563 mCurrentLocales = getLocaleSet(); in initForDefaultLocale()1564 mNameSplitter = mContactsHelper.createNameSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()1566 mPostalSplitter = new PostalSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()1568 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()1779 final LocaleSet currentLocales = mCurrentLocales; in updateLocaleInBackground()