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.java1471 private LocaleSet mCurrentLocales; field in ContactsProvider2
1600 mCurrentLocales = LocaleSet.newDefault(); in initForDefaultLocale()
1601 mNameSplitter = mContactsHelper.createNameSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()
1603 mPostalSplitter = new PostalSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()
1605 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()
1826 final LocaleSet currentLocales = mCurrentLocales; in updateLocaleInBackground()
1842 if (!mCurrentLocales.isCurrent()) { in updateLocaleInBackground()