Searched refs:LOOKUP_KEY (Results 1 - 8 of 8) 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
H A DRecipientAlternatesAdapter.java266 c.getString(Queries.Query.LOOKUP_KEY));
515 original.getString(Query.LOOKUP_KEY),
528 if (row[Query.LOOKUP_KEY] == null) {
529 row[Query.LOOKUP_KEY] = lookupKey;
584 c.getString(Queries.Query.LOOKUP_KEY));
H A DBaseRecipientAdapter.java184 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY);
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java111 Contacts.LOOKUP_KEY,
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java111 Contacts.LOOKUP_KEY,
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java66 Contacts.LOOKUP_KEY,
73 PhoneLookup.LOOKUP_KEY,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java247 columnIndex = cursor.getColumnIndex(PhoneLookup.LOOKUP_KEY);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1027 public static final String LOOKUP_KEY = "lookup"; field in interface:ContactsContract.ContactsColumns
1346 * <td>Row ID. Consider using {@link #LOOKUP_KEY} instead.</td>
1350 * <td>{@link #LOOKUP_KEY}</td>
1537 * should always be followed by a "/" and the contact's {@link #LOOKUP_KEY}.
1555 * created by appending {@link #LOOKUP_KEY} using
1575 * created by appending {@link #LOOKUP_KEY} using
1593 * new String[] {Contacts.LOOKUP_KEY}, null, null, null);
1627 Contacts.LOOKUP_KEY, Contacts._ID
1647 * given {@link ContactsContract.Contacts#_ID} and {@link #LOOKUP_KEY}.
1925 * new String[] {Contacts.DISPLAY_NAME, Contacts._ID, Contacts.LOOKUP_KEY},
[all...]

Completed in 549 milliseconds