Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DSearchIndexManager.java283 count = buildAndInsertIndex(db, null); in rebuildIndex()
338 final int count = buildAndInsertIndex(db, rawContactsSelection); in updateIndexForRawContacts()
345 private int buildAndInsertIndex(SQLiteDatabase db, String selection) { in buildAndInsertIndex() method in SearchIndexManager