Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java154 public Set<Long> getStaleSearchIndexContactIds() { in getStaleSearchIndexContactIds() method in TransactionContext
DContactsProvider2.java2405 Set<Long> staleContacts = mTransactionContext.get().getStaleSearchIndexContactIds(); in updateSearchIndexInTransaction()