Searched refs:getNameLookupKeys (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLocaleUtilsTest.java | 121 private Iterator<String> getNameLookupKeys(String name, int nameStyle) { in getNameLookupKeys() method in ContactLocaleUtilsTest 122 return mTargetUtils.getNameLookupKeys(name, nameStyle); in getNameLookupKeys() 144 assertNull(getNameLookupKeys(LATIN_NAME, FullNameStyle.UNDEFINED)); in testEnglishContactLocaleUtils() 157 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CJK)); in testJapaneseContactLocaleUtils() 158 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE)); in testJapaneseContactLocaleUtils() 182 Iterator<String> keys = getNameLookupKeys(CHINESE_NAME, in testChineseContactLocaleUtils() 186 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_1, FullNameStyle.CHINESE); in testChineseContactLocaleUtils() 189 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_2, FullNameStyle.CHINESE); in testChineseContactLocaleUtils() 201 Iterator<String> keys = getNameLookupKeys(CHINESE_NAME, in testPinyinEnabledSecondaryLocale() 210 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE)); in testPinyinDisabledSecondaryLocale() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactLocaleUtils.java | 273 public Iterator<String> getNameLookupKeys(String name, int nameStyle) { in getNameLookupKeys() method in ContactLocaleUtils.ContactLocaleUtilsBase 385 public Iterator<String> getNameLookupKeys(String name, int nameStyle) { in getNameLookupKeys() method in ContactLocaleUtils.JapaneseContactUtils 461 public Iterator<String> getNameLookupKeys(String name, int nameStyle) { in getNameLookupKeys() method in ContactLocaleUtils.SimplifiedChineseContactUtils 600 public Iterator<String> getNameLookupKeys(String name, int nameStyle) { in getNameLookupKeys() method in ContactLocaleUtils 613 return mUtils.getNameLookupKeys(name, nameStyle); in getNameLookupKeys()
|
D | NameLookupBuilder.java | 329 ContactLocaleUtils.getInstance().getNameLookupKeys(name, fullNameStyle); in appendNameShorthandLookup()
|