Searched refs:mLocaleList (Results 1 – 1 of 1) sorted by relevance
34 private final LocaleList mLocaleList; field in LocaleSet37 mLocaleList = localeList; in LocaleSet()111 return mLocaleList; in getAllLocales()125 for (int i = 0; i < mLocaleList.size(); i++) { in shouldPreferJapanese()126 final Locale l = mLocaleList.get(i); in shouldPreferJapanese()144 for (int i = 0; i < mLocaleList.size(); i++) { in shouldPreferSimplifiedChinese()145 final Locale l = mLocaleList.get(i); in shouldPreferSimplifiedChinese()163 return Objects.equals(mLocaleList, LocaleList.getDefault()); in isCurrent()173 return mLocaleList.equals(other.mLocaleList); in equals()180 return mLocaleList.toString(); in toString()