Searched refs:DeletedContactUtil (Results 1 – 4 of 4) sorted by relevance
28 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()
29 import android.provider.cts.contacts.DeletedContactUtil;194 long deletedTime = DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, in assertContactsInDeleteLogEventually()
31 public class DeletedContactUtil { class
108 long deletedTimestamp = DeletedContactUtil.queryDeletedTimestampForContactId(resolver, in assertHasDeleteLogGreaterThan()