Searched refs:queryContactIdByRawContactId (Results 1 – 3 of 3) sorted by relevance
70 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContact()85 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContactWithName()
59 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) { in queryContactIdByRawContactId() method in RawContactUtil72 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById()
8942 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in getContactLastUpdatedTimestampByRawContactId()9287 final long cId1 = RawContactUtil.queryContactIdByRawContactId(mResolver, i1.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()9288 final long cId4 = RawContactUtil.queryContactIdByRawContactId(mResolver, i4.mRawContactId); in testPinnedPositionsAfterJoinAndSplit()