HomeSort by relevance Sort by last modified time
    Searched refs:rawContactInserted (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TransactionContextTest.java 36 context.rawContactInserted(1L, 1L);
76 context.rawContactInserted(1L, 2L);
80 context.rawContactInserted(5L, 10L);
93 context.rawContactInserted(5L, 10L);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java 57 public void rawContactInserted(long rawContactId, long accountId) {
ContactsProvider2.java     [all...]

Completed in 253 milliseconds