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