Home
last modified time | relevance | path

Searched refs:contactLookupKey (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DAvatarUriUtil.java154 final String contactLookupKey = participant.getLookupKey(); in createAvatarUri() local
155 return createAvatarUri(profilePhotoUri, name, destination, contactLookupKey); in createAvatarUri()
162 final String defaultIdentifier, final String contactLookupKey) { in createAvatarUri() argument
165 generatedUri = AvatarUriUtil.fromName(name, contactLookupKey); in createAvatarUri()
167 final String identifier = TextUtils.isEmpty(contactLookupKey) in createAvatarUri()
168 ? defaultIdentifier : contactLookupKey; in createAvatarUri()
244 private static Uri fromName(@NonNull final CharSequence name, final String contactLookupKey) { in fromName() argument
253 TextUtils.isEmpty(contactLookupKey) ? nameString : contactLookupKey; in fromName()
DContactUtil.java196 final String contactLookupKey, final Uri avatarUri, in showOrAddContact() argument
199 && !TextUtils.isEmpty(contactLookupKey)) { in showOrAddContact()
201 ContactsContract.Contacts.getLookupUri(contactId, contactLookupKey); in showOrAddContact()
/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
DFavoriteNumberEntity.java48 public void setContactLookupKey(String contactLookupKey) { in setContactLookupKey() argument
49 mContactLookupKey = contactLookupKey; in setContactLookupKey()
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionView.java97 if (TextUtils.isEmpty(mSuggestion.contactLookupKey)) { in handleItemClickEvent()
101 Contacts.getLookupUri(mSuggestion.contactId, mSuggestion.contactLookupKey), in handleItemClickEvent()
DAggregationSuggestionEngine.java62 public String contactLookupKey; field in AggregationSuggestionEngine.Suggestion
74 .add("contactLookupKey", contactLookupKey) in toString()
391 suggestion.contactLookupKey = mDataCursor.getString(DataQuery.LOOKUP_KEY); in getSuggestions()
/packages/apps/Messaging/src/com/android/messaging/ui/
DContactIconView.java112 final String contactLookupKey, final String normalizedDestination) { in setImageResourceUri() argument
125 mContactLookupKey = contactLookupKey; in setImageResourceUri()