Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java149 public Set<Long> getStaleSearchIndexRawContactIds() { in getStaleSearchIndexRawContactIds() method in TransactionContext
DContactsProvider2.java2406 Set<Long> staleRawContacts = mTransactionContext.get().getStaleSearchIndexRawContactIds(); in updateSearchIndexInTransaction()