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

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

Completed in 91 milliseconds