Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1423 private LocaleSet mCurrentLocales; field in ContactsProvider2
1543 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()