Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java132 Locale secondaryLocale = getSecondaryLocale(); in normalize()
155 public Locale getSecondaryLocale() { in getSecondaryLocale() method in LocaleSet
189 return isLocaleSimplifiedChinese(getSecondaryLocale()); in isSecondaryLocaleSimplifiedChinese()
211 return isLocaleTraditionalChinese(getSecondaryLocale()); in isSecondaryLocaleTraditionalChinese()
DContactLocaleUtils.java89 final Locale secondaryLocale = locales.getSecondaryLocale(); in ContactLocaleUtilsBase()