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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java40 Contacts.LOOKUP_KEY, // 8
60 Contacts.LOOKUP_KEY, // 8
84 public static final int LOOKUP_KEY = 8; // String field in class:Queries.Query
/frameworks/base/core/java/android/provider/
H A DContactsContract.java980 public static final String LOOKUP_KEY = "lookup"; field in interface:ContactsContract.ContactsColumns
1299 * <td>Row ID. Consider using {@link #LOOKUP_KEY} instead.</td>
1303 * <td>{@link #LOOKUP_KEY}</td>
1490 * should always be followed by a "/" and the contact's {@link #LOOKUP_KEY}.
1508 * created by appending {@link #LOOKUP_KEY} using
1528 * created by appending {@link #LOOKUP_KEY} using
1546 * new String[] {Contacts.LOOKUP_KEY}, null, null, null);
1580 Contacts.LOOKUP_KEY, Contacts._ID
1600 * given {@link ContactsContract.Contacts#_ID} and {@link #LOOKUP_KEY}.
1879 * new String[] {Contacts.DISPLAY_NAME, Contacts._ID, Contacts.LOOKUP_KEY},
[all...]

Completed in 14 milliseconds