Searched refs:ContactLocaleUtils (Results 1 – 8 of 8) sorted by relevance
105 ContactLocaleUtils utils = ContactLocaleUtils.getInstance(); in getLabel()111 ContactLocaleUtils utils = ContactLocaleUtils.getInstance(); in getNameLookupKeys()116 ContactLocaleUtils utils = ContactLocaleUtils.getInstance(); in getLabels()121 ContactLocaleUtils.setLocaleForTest(Locale.ENGLISH); in testEnglishContactLocaleUtils()140 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testJapaneseContactLocaleUtils()156 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testChineseContactLocaleUtils()165 ContactLocaleUtils.setLocaleForTest(Locale.TRADITIONAL_CHINESE); in testChineseContactLocaleUtils()172 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testChineseContactLocaleUtils()183 ContactLocaleUtils.setLocaleForTest(Locale.TRADITIONAL_CHINESE); in testChineseContactLocaleUtils()189 ContactLocaleUtils.setLocales( in testPinyinEnabledSecondaryLocale()[all …]
340 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()357 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
113 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testSearchByChineseName()
4637 ContactLocaleUtils.setLocaleForTest(Locale.ENGLISH); in testContactWithoutPhoneticName()4685 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testContactWithChineseName()4732 ContactLocaleUtils.setLocaleForTest(Locale.US); in testJapaneseNameContactInEnglishLocale()4752 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testContactWithJapaneseName()4886 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testDisplayNameFromOrganizationWithJapanesePhoneticName()4914 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testDisplayNameFromOrganizationWithChineseName()
45 public class ContactLocaleUtils { class441 private static ContactLocaleUtils sSingleton;446 private ContactLocaleUtils(LocaleSet locales) { in ContactLocaleUtils() method in ContactLocaleUtils467 public static synchronized ContactLocaleUtils getInstance() { in getInstance()469 sSingleton = new ContactLocaleUtils(LocaleSet.newDefault()); in getInstance()481 sSingleton = new ContactLocaleUtils(locales); in setLocales()
329 ContactLocaleUtils.getInstance().getNameLookupKeys(name, fullNameStyle); in appendNameShorthandLookup()
4627 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in upgradeToVersion1111()6005 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in updateRawContactDisplayName()
1658 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()