Searched refs:getDirtyRawContactIds (Results 1 – 3 of 3) sorted by relevance
41 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()
129 public Set<Long> getDirtyRawContactIds() { in getDirtyRawContactIds() method in TransactionContext
2446 final Set<Long> dirtyRawContacts = mTransactionContext.get().getDirtyRawContactIds(); in flushTransactionalChanges()