Home
last modified time | relevance | path

Searched refs:cId4 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_PinnedPositionsTest.java230 final long cId4 = RawContactUtil.queryContactIdByRawContactId(mResolver, i4.mRawContactId); in testPinnedPositionsAfterJoinAndSplit() local
234 assertValuesForContact(cId4, newContentValues(Contacts.PINNED, PinnedPositions.UNPINNED)); in testPinnedPositionsAfterJoinAndSplit()
246 assertValuesForContact(cId4, newContentValues(Contacts.PINNED, PinnedPositions.UNPINNED)); in testPinnedPositionsAfterJoinAndSplit()
251 ContactUtil.delete(mResolver, cId4); in testPinnedPositionsAfterJoinAndSplit()