Searched refs:ContactLocaleUtils (Results 1 – 9 of 9) sorted by relevance
46 public class ContactLocaleUtils { class508 private static ContactLocaleUtils sSingleton;513 private ContactLocaleUtils(LocaleSet locales) { in ContactLocaleUtils() method in ContactLocaleUtils534 public static synchronized ContactLocaleUtils getInstance() { in getInstance()536 sSingleton = new ContactLocaleUtils(LocaleSet.newDefault()); in getInstance()542 public static ContactLocaleUtils newInstanceForTest(Locale... locales) { in newInstanceForTest()543 return new ContactLocaleUtils(LocaleSet.newForTest(locales)); in newInstanceForTest()556 sSingleton = new ContactLocaleUtils(locales); in setLocales()
329 ContactLocaleUtils.getInstance().getNameLookupKeys(name, fullNameStyle); in appendNameShorthandLookup()
3391 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in upgradeToVersion1111()4770 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in updateRawContactDisplayName()
1605 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()
354 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()371 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
110 private ContactLocaleUtils mTargetUtils;113 mTargetUtils = ContactLocaleUtils.newInstanceForTest(locales); in setLocales()
40 ContactLocaleUtils.dumpIndex(index); in buildIndex()
113 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testSearchByChineseName()
4609 ContactLocaleUtils.setLocaleForTest(Locale.ENGLISH); in testContactWithoutPhoneticName()4657 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testContactWithChineseName()4704 ContactLocaleUtils.setLocaleForTest(Locale.US); in testJapaneseNameContactInEnglishLocale()4724 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testContactWithJapaneseName()4858 ContactLocaleUtils.setLocaleForTest(Locale.JAPAN); in testDisplayNameFromOrganizationWithJapanesePhoneticName()4886 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testDisplayNameFromOrganizationWithChineseName()