Home
last modified time | relevance | path

Searched refs:clearExceptSearchIndexUpdates (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java173 public void clearExceptSearchIndexUpdates() { in clearExceptSearchIndexUpdates() method in TransactionContext
189 clearExceptSearchIndexUpdates(); in clearAll()
DContactsProvider2.java2400 mProfileTransactionContext.clearExceptSearchIndexUpdates(); in onBeginTransactionInternal()
2404 mContactTransactionContext.clearExceptSearchIndexUpdates(); in onBeginTransactionInternal()
2541 mTransactionContext.get().clearExceptSearchIndexUpdates(); in flushTransactionalChanges()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTransactionContextTest.java39 context.clearExceptSearchIndexUpdates(); in testClearExceptSearchIndexUpdates_returnsNewSets()