Searched refs:getChangedRawContactIds (Results 1 – 3 of 3) sorted by relevance
42 Set<Long> newChanged = context.getChangedRawContactIds(); in testClearExceptSearchIndexUpdates_returnsNewSets()59 assertEquals(1, context.getChangedRawContactIds().size()); in testMarkDirtyAndChanged_onlyUpdatesChanged()68 assertEquals(1, context.getChangedRawContactIds().size()); in testMarkDirtyAndChanged_onlyUpdatesDirtyAndChanged()74 assertTrue(context.getChangedRawContactIds().isEmpty()); in testRawContactInserted_affectsChangedContacts()77 assertEquals(1, context.getChangedRawContactIds().size()); in testRawContactInserted_affectsChangedContacts()78 assertTrue(context.getChangedRawContactIds().contains(1L)); in testRawContactInserted_affectsChangedContacts()81 assertEquals(2, context.getChangedRawContactIds().size()); in testRawContactInserted_affectsChangedContacts()82 assertTrue(context.getChangedRawContactIds().contains(5L)); in testRawContactInserted_affectsChangedContacts()87 assertTrue(context.getChangedRawContactIds().isEmpty()); in testMarkRawContactChangedOrDeletedOrInserted_affectsChangedContacts()90 assertEquals(1, context.getChangedRawContactIds().size()); in testMarkRawContactChangedOrDeletedOrInserted_affectsChangedContacts()[all …]
143 public Set<Long> getChangedRawContactIds() { in getChangedRawContactIds() method in TransactionContext
2533 final Set<Long> changedRawContacts = mTransactionContext.get().getChangedRawContactIds(); in flushTransactionalChanges()