Searched refs:rawContactid (Results 1 – 1 of 1) sorted by relevance
59 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) { in queryContactIdByRawContactId() argument63 String[] result = RawContactUtil.queryByRawContactId(resolver, rawContactid, in queryContactIdByRawContactId()71 public static boolean rawContactExistsById(ContentResolver resolver, long rawContactid) { in rawContactExistsById() argument72 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById()