Home
last modified time | relevance | path

Searched refs:lookupKey (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java85 String lookupKey) { in RecipientEntry() argument
99 mLookupKey = lookupKey; in RecipientEntry()
164 String lookupKey) { in constructTopLevelEntry() argument
167 contactId, directoryId, dataId, photoThumbnailUri, true, isValid, lookupKey); in constructTopLevelEntry()
173 String lookupKey) { in constructTopLevelEntry() argument
177 ? Uri.parse(thumbnailUriAsString) : null), true, isValid, lookupKey); in constructTopLevelEntry()
183 String thumbnailUriAsString, boolean isValid, String lookupKey) { in constructSecondLevelEntry() argument
187 ? Uri.parse(thumbnailUriAsString) : null), false, isValid, lookupKey); in constructSecondLevelEntry()
DRecipientAlternatesAdapter.java362 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
364 this(context, contactId, directoryId, lookupKey, currentId, queryMode, listener, in RecipientAlternatesAdapter()
369 String lookupKey, long currentId, int queryMode, OnCheckedItemChangedListener listener, in RecipientAlternatesAdapter() argument
372 getCursorForConstruction(context, contactId, directoryId, lookupKey, queryMode), 0); in RecipientAlternatesAdapter()
382 Long directoryId, String lookupKey, int queryType) { in getCursorForConstruction() argument
391 if (directoryId == null || lookupKey == null) { in getCursorForConstruction()
395 final Uri.Builder builder = Contacts.getLookupUri(contactId, lookupKey).buildUpon(); in getCursorForConstruction()
414 if (lookupKey == null) { in getCursorForConstruction()
418 final Uri.Builder builder = Contacts.getLookupUri(contactId, lookupKey).buildUpon(); in getCursorForConstruction()
433 final Cursor resultCursor = removeUndesiredDestinations(cursor, desiredMimeType, lookupKey); in getCursorForConstruction()
[all …]
DBaseRecipientAdapter.java137 public final String lookupKey; field in BaseRecipientAdapter.TemporaryEntry
149 String lookupKey) { in TemporaryEntry() argument
159 this.lookupKey = lookupKey; in TemporaryEntry()
172 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY); in TemporaryEntry()
737 true, entry.lookupKey)); in putOneEntry()
746 true, entry.lookupKey)); in putOneEntry()
754 true, entry.lookupKey)); in putOneEntry()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java350 String lookupKey = cursor.getString(PHONE_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
351 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
365 String lookupKey = cursor.getString(EMAIL_LOOKUP_STRING_COLUMN_INDEX); in onQueryComplete() local
366 lookupUri = Contacts.getLookupUri(contactId, lookupKey); in onQueryComplete()
/frameworks/base/core/java/android/provider/
DContactsContract.java1501 final String lookupKey = c.getString(0); in getLookupUri() local
1503 return getLookupUri(contactId, lookupKey); in getLookupUri()
1515 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() argument
1517 lookupKey), contactId); in getLookupUri()
2767 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
2768 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
4664 final String lookupKey = cursor.getString(1); in getContactLookupUri() local
4665 return Contacts.getLookupUri(contactId, lookupKey); in getContactLookupUri()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java103 public String lookupKey; field in CallerInfo
238 info.lookupKey = cursor.getString(columnIndex); in getCallerInfo()
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd144 {@link android.provider.ContactsContract.Contacts#getLookupUri getLookupUri(id,lookupKey)} to