Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_PinnedPositionsTest.java78 assertValuesForRawContact(i1.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); in testPinnedPositionsUpdate()
79 assertValuesForRawContact(i2.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); in testPinnedPositionsUpdate()
80 assertValuesForRawContact(i3.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); in testPinnedPositionsUpdate()
81 assertValuesForRawContact(i4.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); in testPinnedPositionsUpdate()
100 assertValuesForRawContact(i1.mRawContactId, newContentValues(RawContacts.PINNED, 1)); in testPinnedPositionsUpdate()
101 assertValuesForRawContact(i2.mRawContactId, newContentValues(RawContacts.PINNED, unpinned)); in testPinnedPositionsUpdate()
102 assertValuesForRawContact(i3.mRawContactId, newContentValues(RawContacts.PINNED, 3)); in testPinnedPositionsUpdate()
103 assertValuesForRawContact(i4.mRawContactId, newContentValues(RawContacts.PINNED, 2)); in testPinnedPositionsUpdate()
120 assertValuesForRawContact(i1.mRawContactId, in testPinnedPositionsUpdate()
122 assertValuesForRawContact(i2.mRawContactId, in testPinnedPositionsUpdate()
[all …]
DContactsContract_RawContactsTest.java168 ids.mRawContactId); in testRawContactCreate_updatesContactUpdatedTimestamp()
173 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactCreate_updatesContactUpdatedTimestamp()
183 RawContactUtil.update(mResolver, ids.mRawContactId, values); in testRawContactUpdate_updatesContactUpdatedTimestamp()
189 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactUpdate_updatesContactUpdatedTimestamp()
197 RawContactUtil.delete(mResolver, ids.mRawContactId, false); in testRawContactPsuedoDelete_hasDeleteLogForContact()
202 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactPsuedoDelete_hasDeleteLogForContact()
210 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactDelete_hasDeleteLogForContact()
DContactsContract_DataUsageTest.java44 long[] dataIds = setupRawContactDataItems(ids.mRawContactId); in testSingleDataUsageFeedback_incrementsCorrectDataItems()
58 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testSingleDataUsageFeedback_incrementsCorrectDataItems()
64 long[] dataIds = setupRawContactDataItems(ids.mRawContactId); in testMultiIdDataUsageFeedback_incrementsCorrectDataItems()
81 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testMultiIdDataUsageFeedback_incrementsCorrectDataItems()
DContactsProvider2_AccountRemovalTest.java143 DataUtil.insertPhoneNumber(mResolver, ids1.mRawContactId, "555-5555"); in createAndAssertMergedContact()
147 DataUtil.insertPhoneNumber(mResolver, ids2.mRawContactId, "555-5555"); in createAndAssertMergedContact()
150 long mergedContactId = assertMerged(System.currentTimeMillis(), ids1.mRawContactId, in createAndAssertMergedContact()
151 ids2.mRawContactId); in createAndAssertMergedContact()
224 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) { in assertContactsDeletedEventually()
DContactsContract_ContactsTest.java132 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
150 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
168 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
DContactsContract_DataTest.java541 createData(ids.mRawContactId); in testDataInsert_updatesContactLastUpdatedTimestamp()
547 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataInsert_updatesContactLastUpdatedTimestamp()
553 long dataId = createData(ids.mRawContactId); in testDataDelete_updatesContactLastUpdatedTimestamp()
564 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataDelete_updatesContactLastUpdatedTimestamp()
633 long dataId = createData(ids.mRawContactId); in testDataUpdate_updatesContactLastUpdatedTimestamp()
646 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataUpdate_updatesContactLastUpdatedTimestamp()
DContactsContract_DeletedContacts.java138 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in createAndDeleteContact()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDatabaseAsserts.java119 public long mRawContactId; field in DatabaseAsserts.ContactIdPair
123 this.mRawContactId = rawContactId; in ContactIdPair()
130 ", mRawContactId=" + mRawContactId + in toString()