Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java46 public class ContactLocaleUtils { class
508 private static ContactLocaleUtils sSingleton;
513 private ContactLocaleUtils(LocaleSet locales) { in ContactLocaleUtils() method in ContactLocaleUtils
534 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()
DNameLookupBuilder.java329 ContactLocaleUtils.getInstance().getNameLookupKeys(name, fullNameStyle); in appendNameShorthandLookup()
DContactsDatabaseHelper.java3391 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in upgradeToVersion1111()
4770 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in updateRawContactDisplayName()
DContactsProvider2.java1605 ContactLocaleUtils.setLocales(mCurrentLocales); in initForDefaultLocale()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java354 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
371 final ContactLocaleUtils localeUtils = ContactLocaleUtils.getInstance(); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
DContactLocaleUtilsTest.java110 private ContactLocaleUtils mTargetUtils;
113 mTargetUtils = ContactLocaleUtils.newInstanceForTest(locales); in setLocales()
DContactsIcuTest.java40 ContactLocaleUtils.dumpIndex(index); in buildIndex()
DSearchIndexManagerTest.java113 ContactLocaleUtils.setLocaleForTest(Locale.SIMPLIFIED_CHINESE); in testSearchByChineseName()
DContactsProvider2Test.java4609 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()