Home
last modified time | relevance | path

Searched refs:LOOKUP_KEY (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java40 Contacts.LOOKUP_KEY, // 8
60 Contacts.LOOKUP_KEY, // 8
84 public static final int LOOKUP_KEY = 8; // String field in Queries.Query
DRecipientAlternatesAdapter.java264 c.getString(Queries.Query.LOOKUP_KEY)); in processContactEntries()
504 original.getString(Query.LOOKUP_KEY), in removeUndesiredDestinations()
517 if (row[Query.LOOKUP_KEY] == null) { in removeUndesiredDestinations()
518 row[Query.LOOKUP_KEY] = lookupKey; in removeUndesiredDestinations()
573 c.getString(Queries.Query.LOOKUP_KEY)); in getRecipientEntry()
DBaseRecipientAdapter.java172 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY); in TemporaryEntry()
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd117 <li>{@link android.provider.ContactsContract.Contacts#LOOKUP_KEY Contacts.LOOKUP_KEY}</li>
128 <li>{@link android.provider.ContactsContract.Contacts#LOOKUP_KEY Contacts.LOOKUP_KEY}</li>
154 // The index of the LOOKUP_KEY column in the Cursor
167 // Gets the LOOKUP_KEY index
168 mLookupKeyColumn = mCursor.getColumnIndex(Contacts.LOOKUP_KEY);
197 {@link android.provider.ContactsContract.Contacts#LOOKUP_KEY Contacts.LOOKUP_KEY} columns, as
530 Contacts.LOOKUP_KEY,
554 // Column index of the LOOKUP_KEY column
Dretrieve-details.jd58 {@link android.provider.ContactsContract.Data#LOOKUP_KEY}. This column is available in
62 {@link android.provider.ContactsContract.Contacts#LOOKUP_KEY} column is described
131 the {@link android.provider.ContactsContract.Contacts#LOOKUP_KEY Contacts.LOOKUP_KEY} column to
136 private static final String SELECTION = Data.LOOKUP_KEY + " = ?";
142 * the desired row, move the row's LOOKUP_KEY value into this
347 {@link android.provider.ContactsContract.Data#LOOKUP_KEY} and the
361 Data.LOOKUP_KEY + " = ?" +
Dmodify-data.jd176 A contact's {@link android.provider.ContactsContract.ContactsColumns#LOOKUP_KEY} value is
200 {@link android.provider.ContactsContract.Contacts#LOOKUP_KEY Contacts.LOOKUP_KEY} values as
226 mLookupKeyIndex = mCursor.getColumnIndex(Contacts.LOOKUP_KEY);
Dretrieve-names.jd220 // The contact's LOOKUP_KEY
329 {@link android.provider.ContactsContract.Contacts#LOOKUP_KEY} are used together to
338 Contacts.LOOKUP_KEY,
356 // The column index for the LOOKUP_KEY column
615 // The contact's LOOKUP_KEY, to construct a content URI
616 Data.LOOKUP_KEY (a permanent link to the contact
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java66 Contacts.LOOKUP_KEY,
73 PhoneLookup.LOOKUP_KEY,
/frameworks/base/core/java/android/provider/
DContactsContract.java901 public static final String LOOKUP_KEY = "lookup"; field
1501 Contacts.LOOKUP_KEY, Contacts._ID in getLookupUri()
2744 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY in getContactLookupUri()
4688 RawContacts.CONTACT_ID, Contacts.LOOKUP_KEY in getContactLookupUri()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java237 columnIndex = cursor.getColumnIndex(PhoneLookup.LOOKUP_KEY); in getCallerInfo()
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd488 {@link android.provider.ContactsContract.ContactsColumns#LOOKUP_KEY} that is a
493 contact's {@link android.provider.ContactsContract.ContactsColumns#LOOKUP_KEY} will still
495 {@link android.provider.ContactsContract.ContactsColumns#LOOKUP_KEY}
633 Profile.LOOKUP_KEY,
1875 android.provider.ContactsContract.ContactsColumns#LOOKUP_KEY value of the
/frameworks/base/docs/html/guide/components/
Dloaders.jd446         Contacts.LOOKUP_KEY,
/frameworks/base/api/
Dcurrent.txt25575 field public static final java.lang.String LOOKUP_KEY = "lookup";
Dsystem-current.txt27531 field public static final java.lang.String LOOKUP_KEY = "lookup";