Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DTransactionContextTest.java43 Set<Long> newInserted = context.getInsertedRawContactIds(); in testClearExceptSearchIndexUpdates_returnsNewSets()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DTransactionContext.java102 public Set<Long> getInsertedRawContactIds() { in getInsertedRawContactIds() method in TransactionContext
H A DContactsProvider2.java2537 for (long rawContactId : mTransactionContext.get().getInsertedRawContactIds()) { in flushTransactionalChanges()