Home
last modified time | relevance | path

Searched defs:getNameLookupKeys (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java273 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
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java121 private Iterator<String> getNameLookupKeys(String name, int nameStyle) { in getNameLookupKeys() method in ContactLocaleUtilsTest