Home | History | Annotate | Download | only in provider

Lines Matching refs:lookupKey

933                     final String lookupKey = c.getString(0);
935 return getLookupUri(contactId, lookupKey);
947 public static Uri getLookupUri(long contactId, String lookupKey) {
949 lookupKey), contactId);
1692 final String lookupKey = cursor.getString(1);
1693 return Contacts.getLookupUri(contactId, lookupKey);
2656 final String lookupKey = cursor.getString(1);
2657 return Contacts.getLookupUri(contactId, lookupKey);