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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TransactionContextTest.java 41 Set<Long> newDirty = context.getDirtyRawContactIds();
60 assertEquals(0, context.getDirtyRawContactIds().size());
69 assertEquals(1, context.getDirtyRawContactIds().size());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java 110 public Set<Long> getDirtyRawContactIds() {
ContactsProvider2.java     [all...]

Completed in 446 milliseconds