Searched refs:mSecondaryLocale (Results 1 – 1 of 1) sorted by relevance
119 private final LocaleWrapper mSecondaryLocale; field in LocaleSet123 mSecondaryLocale = new LocaleWrapper( in LocaleSet()148 return mSecondaryLocale.hasLocale(); in hasSecondaryLocale()156 return mSecondaryLocale.getLocale(); in getSecondaryLocale()164 return mSecondaryLocale.isLocale(locale); in isSecondaryLocale()219 return mSecondaryLocale.isLocaleCJK(); in isSecondaryLocaleCJK()227 return mSecondaryLocale.isLanguage(language); in isSecondaryLanguage()238 && other.isSecondaryLocale(mSecondaryLocale.getLocale()); in equals()249 builder.append(mSecondaryLocale.toString()); in toString()