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.java1457 private LocaleSet mCurrentLocales; field in ContactsProvider2
1586 mCurrentLocales = LocaleSet.newDefault(); in initForDefaultLocale()
1587 mNameSplitter = mContactsHelper.createNameSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()
1589 mPostalSplitter = new PostalSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()
1591 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()
1812 final LocaleSet currentLocales = mCurrentLocales; in updateLocaleInBackground()
1828 if (!mCurrentLocales.isCurrent()) { in updateLocaleInBackground()