Home | History | Annotate | Download | only in incallui

Lines Matching refs:contactInfo

326    * @param contactInfo The contact cache info.
331 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) {
342 if (contactInfo.photo != null && (contactInfo.photo instanceof BitmapDrawable)) {
343 largeIcon = ((BitmapDrawable) contactInfo.photo).getBitmap();
374 * @param contactInfo The contact info which was looked up in the contact cache.
381 ContactInfoCache.ContactCacheEntry contactInfo,
392 contactInfo.namePrimary, contactInfo.nameAlternative, contactsPreferences);
394 return TextUtils.isEmpty(contactInfo.number)
397 .unicodeWrap(contactInfo.number, TextDirectionHeuristics.LTR);
406 * @param contactInfo
410 private String getPersonReference(ContactInfoCache.ContactCacheEntry contactInfo, Call call) {
416 if (contactInfo.lookupUri != null && contactInfo.userType != ContactsUtils.USER_TYPE_WORK) {
417 return contactInfo.lookupUri.toString();