Searched refs:queryContactIdByRawContactId (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | RawContactUtil.java | 94 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) { in queryContactIdByRawContactId() method in RawContactUtil 107 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById()
|
D | ContactsContract_ContactsTest.java | 186 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()
|
D | DatabaseAsserts.java | 77 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContactWithName() 91 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContact()
|
D | ContactsProvider2_AccountRemovalTest.java | 292 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in checkMerged() 293 long contactId2 = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId2); in checkMerged()
|
D | ContactsContract_PinnedPositionsTest.java | 229 final long cId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, i1.mRawContactId); in testPinnedPositionsAfterJoinAndSplit() 230 final long cId4 = RawContactUtil.queryContactIdByRawContactId(mResolver, i4.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()
|
D | ContactsContract_RawContactsTest.java | 293 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in getContactLastUpdatedTimestampByRawContactId()
|