Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DRawContactUtil.java73 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) { in queryContactIdByRawContactId() argument
77 String[] result = RawContactUtil.queryByRawContactId(resolver, rawContactid, in queryContactIdByRawContactId()
85 public static boolean rawContactExistsById(ContentResolver resolver, long rawContactid) { in rawContactExistsById() argument
86 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById()