HomeSort by relevance Sort by last modified time
    Searched refs:contactLookupKey (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
AvatarUriUtil.java 154 final String contactLookupKey = participant.getLookupKey();
155 return createAvatarUri(profilePhotoUri, name, destination, contactLookupKey);
162 final String defaultIdentifier, final String contactLookupKey) {
165 generatedUri = AvatarUriUtil.fromName(name, contactLookupKey);
167 final String identifier = TextUtils.isEmpty(contactLookupKey)
168 ? defaultIdentifier : contactLookupKey;
244 private static Uri fromName(@NonNull final CharSequence name, final String contactLookupKey) {
253 TextUtils.isEmpty(contactLookupKey) ? nameString : contactLookupKey;
ContactUtil.java 191 * @param contactLookupKey The lookup key from contacts DB
196 final String contactLookupKey, final Uri avatarUri,
199 && !TextUtils.isEmpty(contactLookupKey)) {
201 ContactsContract.Contacts.getLookupUri(contactId, contactLookupKey);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ContactIconView.java 112 final String contactLookupKey, final String normalizedDestination) {
125 mContactLookupKey = contactLookupKey;

Completed in 74 milliseconds