Searched refs:staleRawContacts (Results 1 – 1 of 1) sorted by relevance
2420 Set<Long> staleRawContacts = mTransactionContext.get().getStaleSearchIndexRawContactIds(); in updateSearchIndexInTransaction() local2421 if (!staleContacts.isEmpty() || !staleRawContacts.isEmpty()) { in updateSearchIndexInTransaction()2422 mSearchIndexManager.updateIndexForRawContacts(staleContacts, staleRawContacts); in updateSearchIndexInTransaction()