Home
last modified time | relevance | path

Searched defs:contactLookupKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DAvatarUriUtil.java154 final String contactLookupKey = participant.getLookupKey(); in createAvatarUri() local
162 final String defaultIdentifier, final String contactLookupKey) { in createAvatarUri()
244 private static Uri fromName(@NonNull final CharSequence name, final String contactLookupKey) { in fromName()
H A DContactUtil.java196 final String contactLookupKey, final Uri avatarUri, in showOrAddContact()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
H A DFavoriteNumberEntity.java48 public void setContactLookupKey(String contactLookupKey) { in setContactLookupKey()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DContactIconView.java112 final String contactLookupKey, final String normalizedDestination) { in setImageResourceUri()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java62 public String contactLookupKey; field in AggregationSuggestionEngine.Suggestion