Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameLookupBuilder.java115 insertCollationKey(rawContactId, dataId, MAX_NAME_TOKENS); in insertNameLookup()
263 insertCollationKey(rawContactId, dataId, tokenCount); in insertNameVariant()
270 private void insertCollationKey(long rawContactId, long dataId, int tokenCount) { in insertCollationKey() method in NameLookupBuilder