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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PinnedPositionsTest.java 229 final long cId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, i1.mRawContactId);
232 assertValuesForContact(cId1, newContentValues(Contacts.PINNED, PinnedPositions.UNPINNED));
244 assertValuesForContact(cId1, newContentValues(Contacts.PINNED, PinnedPositions.UNPINNED));
249 ContactUtil.delete(mResolver, cId1);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 2949 final long cid1 = queryContactId(rid1); local
3101 final long cid1 = createContact(values1, "Noah", "Tever", "18004664411", local
3125 final long cid1 = createContact(values1, "Noah", "Tever", "18004664411", local
7853 final long cid1 = queryContactId(rid1); local
    [all...]

Completed in 138 milliseconds