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