Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java58 public boolean isLocale(Locale locale) { in isLocale() method in LocaleSet.LocaleWrapper
160 return mPrimaryLocale.isLocale(locale); in isPrimaryLocale()
164 return mSecondaryLocale.isLocale(locale); in isSecondaryLocale()
DContactLocaleUtils.java434 public boolean isLocale(LocaleSet locales) { in isLocale() method in ContactLocaleUtils
451 if (sSingleton == null || !sSingleton.isLocale(locales)) { in setLocales()