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.java174 public void clearExceptSearchIndexUpdates() { in clearExceptSearchIndexUpdates() method in TransactionContext
190 clearExceptSearchIndexUpdates(); in clearAll()
DContactsProvider2.java2344 mProfileTransactionContext.clearExceptSearchIndexUpdates(); in onBeginTransactionInternal()
2348 mContactTransactionContext.clearExceptSearchIndexUpdates(); in onBeginTransactionInternal()
2454 mTransactionContext.get().clearExceptSearchIndexUpdates(); in flushTransactionalChanges()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTransactionContextTest.java39 context.clearExceptSearchIndexUpdates(); in testClearExceptSearchIndexUpdates_returnsNewSets()