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.java321 final String rawContactsSelection = sb.toString(); in updateIndexForRawContacts() local
329 " WHERE " + rawContactsSelection + in updateIndexForRawContacts()
334 final int count = buildAndInsertIndex(db, rawContactsSelection); in updateIndexForRawContacts()