Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_RawContactsTest.java135 long rawContactid = RawContactUtil.insertRawContact(mResolver, in testRawContactDelete_setsDeleteFlag()
138 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_setsDeleteFlag()
140 RawContactUtil.delete(mResolver, rawContactid, false); in testRawContactDelete_setsDeleteFlag()
146 String[] result = RawContactUtil.queryByRawContactId(mResolver, rawContactid, in testRawContactDelete_setsDeleteFlag()
161 long rawContactid = RawContactUtil.insertRawContact(mResolver, account); in testRawContactDelete_localDeleteRemovesRecord()
162 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_localDeleteRemovesRecord()
165 RawContactUtil.delete(mResolver, rawContactid, false); in testRawContactDelete_localDeleteRemovesRecord()
167 assertFalse(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_localDeleteRemovesRecord()
173 long rawContactid = RawContactUtil.insertRawContact(mResolver, in testRawContactDelete_removesRecord()
175 assertTrue(RawContactUtil.rawContactExistsById(mResolver, rawContactid)); in testRawContactDelete_removesRecord()
[all …]
DContactsContract_ContactsTest.java138 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_hasDeleteLog()
148 List<String[]> records = RawContactUtil.queryByContactId(mResolver, ids.mContactId, in testContactDelete_marksRawContactsForDeletion()
156 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_marksRawContactsForDeletion()
168 assertNull(RawContactUtil.queryByRawContactId(mResolver, ids.mRawContactId, null)); in testContactDelete_localContactDeletedImmediately()
186 long contactId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_allLocalContactsDeletedImmediately()
188 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_allLocalContactsDeletedImmediately()
197 assertNull(RawContactUtil.queryByRawContactId(mResolver, ids1.mRawContactId, null)); in testContactDelete_allLocalContactsDeletedImmediately()
198 assertNull(RawContactUtil.queryByRawContactId(mResolver, ids2.mRawContactId, null)); in testContactDelete_allLocalContactsDeletedImmediately()
218 long contactId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
220 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
[all …]
DContactsProvider2_AccountRemovalTest.java144 long deviceRawContactId = RawContactUtil in testAccountRemoval_doesNotDeleteLocalAccountContacts()
153 assertTrue(RawContactUtil.rawContactExistsById(mResolver, deviceRawContactId)); in testAccountRemoval_doesNotDeleteLocalAccountContacts()
176 long simRawContactId = RawContactUtil in testAccountRemoval_doesNotDeleteSimAccountContacts()
187 assertTrue(RawContactUtil.rawContactExistsById(mResolver, simRawContactId)); in testAccountRemoval_doesNotDeleteSimAccountContacts()
213 long secondSimSlotRawContactId = RawContactUtil in testRemoveSimAccount_deleteSimAccountContacts()
226 assertTrue(RawContactUtil.rawContactExistsById(mResolver, secondSimSlotRawContactId)); in testRemoveSimAccount_deleteSimAccountContacts()
292 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in checkMerged()
293 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId2); in checkMerged()
343 if (!RawContactUtil.rawContactExistsById(mResolver, ids.mRawContactId)) { in assertContactsDeletedEventually()
DContactsContract_DataUsageTest.java72 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testSingleDataUsageFeedback_incrementsCorrectDataItems()
86 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testMultiIdDataUsageFeedback_incrementsCorrectDataItems()
168 assertEquals(1, RawContactUtil.update(mResolver, rawContact.getId(), values)); in testUsageUpdate()
176 assertEquals(1, RawContactUtil.update(mResolver, rawContact.getId(), values)); in testUsageUpdate()
187 assertEquals(1, RawContactUtil.update(mResolver, rawContact.getId(), values)); in testUsageUpdate()
DDatabaseAsserts.java75 long rawContactId = RawContactUtil.createRawContactWithName(resolver, account, name); in assertAndCreateContactWithName()
77 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContactWithName()
89 long rawContactId = RawContactUtil.createRawContactWithAutoGeneratedName(resolver, account); in assertAndCreateContact()
91 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContact()
DRawContactUtil.java32 public class RawContactUtil { class
98 String[] result = RawContactUtil.queryByRawContactId(resolver, rawContactid, in queryContactIdByRawContactId()
DContactsContract_DeletedContacts.java29 import android.provider.cts.contacts.RawContactUtil;
138 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in createAndDeleteContact()
DContactsContract_PinnedPositionsTest.java36 import android.provider.cts.contacts.RawContactUtil;
229 final long cId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, i1.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
230 final long cId4 = RawContactUtil.queryContactIdByRawContactId(mResolver, i4.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
DContactsContract_DataTest.java581 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataInsert_updatesContactLastUpdatedTimestamp()
598 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataDelete_updatesContactLastUpdatedTimestamp()
680 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataUpdate_updatesContactLastUpdatedTimestamp()