Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java128 final Locale primaryLocale = getPrimaryLocale(); in normalize()
151 public Locale getPrimaryLocale() { in getPrimaryLocale() method in LocaleSet
185 return isLocaleSimplifiedChinese(getPrimaryLocale()); in isPrimaryLocaleSimplifiedChinese()
207 return isLocaleTraditionalChinese(getPrimaryLocale()); in isPrimaryLocaleTraditionalChinese()
DContactLocaleUtils.java91 AlphabeticIndex ai = new AlphabeticIndex(locales.getPrimaryLocale()) in ContactLocaleUtilsBase()
DContactsProvider2.java1524 final Locale prevLocale = oldLocales.getPrimaryLocale(); in updateLocaleSet()
1564 mNameSplitter = mContactsHelper.createNameSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()
1566 mPostalSplitter = new PostalSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()
DContactsDatabaseHelper.java3394 db.setLocale(locales.getPrimaryLocale()); in setLocale()