Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTransactionContextTest.java41 Set<Long> newDirty = context.getDirtyRawContactIds(); in testClearExceptSearchIndexUpdates_returnsNewSets()
60 assertEquals(0, context.getDirtyRawContactIds().size()); in testMarkDirtyAndChanged_onlyUpdatesChanged()
69 assertEquals(1, context.getDirtyRawContactIds().size()); in testMarkDirtyAndChanged_onlyUpdatesDirtyAndChanged()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java129 public Set<Long> getDirtyRawContactIds() { in getDirtyRawContactIds() method in TransactionContext
DContactsProvider2.java2424 final Set<Long> dirtyRawContacts = mTransactionContext.get().getDirtyRawContactIds(); in flushTransactionalChanges()