/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_PinnedPositionsTest.java | 78 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 …]
|
D | ContactsContract_RawContactsTest.java | 163 ids.mRawContactId); in testRawContactCreate_updatesContactUpdatedTimestamp() 168 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactCreate_updatesContactUpdatedTimestamp() 178 RawContactUtil.update(mResolver, ids.mRawContactId, values); in testRawContactUpdate_updatesContactUpdatedTimestamp() 184 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactUpdate_updatesContactUpdatedTimestamp() 192 RawContactUtil.delete(mResolver, ids.mRawContactId, false); in testRawContactPsuedoDelete_hasDeleteLogForContact() 197 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactPsuedoDelete_hasDeleteLogForContact() 205 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactDelete_hasDeleteLogForContact()
|
D | ContactsProvider2_AccountRemovalTest.java | 135 DataUtil.insertPhoneNumber(mResolver, ids1.mRawContactId, "555-5555"); in createAndAssertMergedContact() 139 DataUtil.insertPhoneNumber(mResolver, ids2.mRawContactId, "555-5555"); in createAndAssertMergedContact() 142 long mergedContactId = assertMerged(System.currentTimeMillis(), ids1.mRawContactId, in createAndAssertMergedContact() 143 ids2.mRawContactId); in createAndAssertMergedContact() 216 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) { in assertContactsDeletedEventually()
|
D | ContactsContract_DataUsageTest.java | 60 long[] dataIds = setupRawContactDataItems(ids.mRawContactId); in testSingleDataUsageFeedback_incrementsCorrectDataItems() 72 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testSingleDataUsageFeedback_incrementsCorrectDataItems() 78 long[] dataIds = setupRawContactDataItems(ids.mRawContactId); in testMultiIdDataUsageFeedback_incrementsCorrectDataItems() 86 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testMultiIdDataUsageFeedback_incrementsCorrectDataItems()
|
D | DatabaseAsserts.java | 119 public long mRawContactId; field in DatabaseAsserts.ContactIdPair 123 this.mRawContactId = rawContactId; in ContactIdPair() 130 ", mRawContactId=" + mRawContactId + in toString()
|
D | ContactsContract_ContactsTest.java | 138 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_hasDeleteLog() 156 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_marksRawContactsForDeletion() 174 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactUpdate_updatesContactUpdatedTimestamp()
|
D | ContactsContract_DataTest.java | 575 createData(ids.mRawContactId); in testDataInsert_updatesContactLastUpdatedTimestamp() 581 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataInsert_updatesContactLastUpdatedTimestamp() 587 long dataId = createData(ids.mRawContactId); in testDataDelete_updatesContactLastUpdatedTimestamp() 598 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataDelete_updatesContactLastUpdatedTimestamp() 667 long dataId = createData(ids.mRawContactId); in testDataUpdate_updatesContactLastUpdatedTimestamp() 680 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataUpdate_updatesContactLastUpdatedTimestamp()
|
D | ContactsContract_DeletedContacts.java | 138 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in createAndDeleteContact()
|