Searched defs:lookupKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java1486 final String lookupKey = c.getString(0);
1488 return getLookupUri(contactId, lookupKey);
1500 public static Uri getLookupUri(long contactId, String lookupKey) { argument
1502 lookupKey), contactId);
2665 final String lookupKey = cursor.getString(1);
2666 return Contacts.getLookupUri(contactId, lookupKey);
3137 * .appendPath(lookupKey)
4315 final String lookupKey = cursor.getString(1);
4316 return Contacts.getLookupUri(contactId, lookupKey);

Completed in 100 milliseconds