Home
last modified time | relevance | path

Searched refs:ContactLocaleUtils (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java105 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 …]
DContactsDatabaseHelperTest.java340 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
357 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
DSearchIndexManagerTest.java113 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testSearchByChineseName()
DContactsProvider2Test.java4637 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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java45 public class ContactLocaleUtils { class
441 private static ContactLocaleUtils sSingleton;
446 private ContactLocaleUtils(LocaleSet locales) { in ContactLocaleUtils() method in ContactLocaleUtils
467 public static synchronized ContactLocaleUtils getInstance() { in getInstance()
469 sSingleton = new ContactLocaleUtils(LocaleSet.newDefault()); in getInstance()
481 sSingleton = new ContactLocaleUtils(locales); in setLocales()
DNameLookupBuilder.java329 ContactLocaleUtils.getInstance().getNameLookupKeys(name, fullNameStyle); in appendNameShorthandLookup()
DContactsDatabaseHelper.java4627 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in upgradeToVersion1111()
6005 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in updateRawContactDisplayName()
DContactsProvider2.java1658 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()