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