Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_DeletedContacts.java82 DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, ids.mContactId)); in testQueryByContactId()
136 DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, ids.mContactId)); in createAndDeleteContact()
DContactsProvider2_AccountRemovalTest.java194 long deletedTime = DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, in assertContactsInDeleteLogEventually()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDeletedContactUtil.java35 public static long queryDeletedTimestampForContactId(ContentResolver resolver, long contactId) { in queryDeletedTimestampForContactId() method in DeletedContactUtil
DDatabaseAsserts.java108 long deletedTimestamp = DeletedContactUtil.queryDeletedTimestampForContactId(resolver, in assertHasDeleteLogGreaterThan()