Home
last modified time | relevance | path

Searched refs:queryContactIdByRawContactId (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DRawContactUtil.java94 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) { in queryContactIdByRawContactId() method in RawContactUtil
107 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById()
DContactsContract_ContactsTest.java186 long contactId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_allLocalContactsDeletedImmediately()
188 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_allLocalContactsDeletedImmediately()
218 long contactId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
220 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
DDatabaseAsserts.java77 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContactWithName()
91 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContact()
DContactsProvider2_AccountRemovalTest.java292 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in checkMerged()
293 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId2); in checkMerged()
DContactsContract_PinnedPositionsTest.java229 final long cId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, i1.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
230 final long cId4 = RawContactUtil.queryContactIdByRawContactId(mResolver, i4.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
DContactsContract_RawContactsTest.java293 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in getContactLastUpdatedTimestampByRawContactId()