Searched refs:mLocales (Results 1 – 1 of 1) sorted by relevance
443 private final LocaleSet mLocales; field in ContactLocaleUtils448 mLocales = LocaleSet.newDefault(); in ContactLocaleUtils()450 mLocales = locales; in ContactLocaleUtils()452 if (mLocales.shouldPreferJapanese()) { in ContactLocaleUtils()453 mUtils = new JapaneseContactUtils(mLocales); in ContactLocaleUtils()454 } else if (mLocales.shouldPreferSimplifiedChinese()) { in ContactLocaleUtils()455 mUtils = new SimplifiedChineseContactUtils(mLocales); in ContactLocaleUtils()457 mUtils = new ContactLocaleUtilsBase(mLocales); in ContactLocaleUtils()459 Log.i(TAG, "AddressBook Labels [" + mLocales.toString() + "]: " in ContactLocaleUtils()464 return mLocales.equals(locales); in isLocale()[all …]