HomeSort by relevance Sort by last modified time
    Searched defs:queryContactIdByRawContactId (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/contacts/
RawContactUtil.java 92 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) {
105 long contactId = queryContactIdByRawContactId(resolver, rawContactid);
  /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
RawContactUtil.java 59 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) {
72 long contactId = queryContactIdByRawContactId(resolver, rawContactid);

Completed in 73 milliseconds