Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_DeletedContacts.java28 import android.provider.cts.contacts.DeletedContactUtil;
67 List<String[]> records = DeletedContactUtil.query(mResolver, projection); in testQuery_returnsProperColumns()
82 DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, ids.mContactId)); in testQueryByContactId()
90 long startCount = DeletedContactUtil.getCount(mResolver); in testQueryAll()
96 long endCount = DeletedContactUtil.getCount(mResolver); in testQueryAll()
120 List<String[]> records = DeletedContactUtil.querySinceTimestamp(mResolver, projection, in testQuerySinceTimestamp()
136 DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, ids.mContactId)); in createAndDeleteContact()
DDeletedContactUtil.java31 public class DeletedContactUtil { class
DContactsProvider2_AccountRemovalTest.java186 long deletedTime = DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, in assertContactsInDeleteLogEventually()
DDatabaseAsserts.java108 long deletedTimestamp = DeletedContactUtil.queryDeletedTimestampForContactId(resolver, in assertHasDeleteLogGreaterThan()