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