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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DeletedContacts.java 111 HashSet<Long> afterIds = new HashSet<Long>();
112 afterIds.add(createAndDeleteContact().mContactId);
113 afterIds.add(createAndDeleteContact().mContactId);
114 afterIds.add(createAndDeleteContact().mContactId);
126 assertTrue(afterIds.contains(contactId));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 241 milliseconds