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