Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DSearchIndexManager.java326 final String rawContactsSelection = sb.toString(); in updateIndexForRawContacts() local
334 " WHERE " + rawContactsSelection + in updateIndexForRawContacts()
339 final int count = buildAndInsertIndex(db, rawContactsSelection); in updateIndexForRawContacts()