HomeSort by relevance Sort by last modified time
    Searched refs:contactLookupKey (Results 1 - 5 of 5) 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/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 97 if (TextUtils.isEmpty(mSuggestion.contactLookupKey)) {
101 Contacts.getLookupUri(mSuggestion.contactId, mSuggestion.contactLookupKey),
AggregationSuggestionEngine.java 62 public String contactLookupKey;
74 .add("contactLookupKey", contactLookupKey)
391 suggestion.contactLookupKey = mDataCursor.getString(DataQuery.LOOKUP_KEY);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ContactIconView.java 112 final String contactLookupKey, final String normalizedDestination) {
125 mContactLookupKey = contactLookupKey;

Completed in 213 milliseconds