Home
last modified time | relevance | path

Searched refs:callTypeOrLocation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java447 CharSequence callTypeOrLocation = getCallTypeOrLocation(details); in getCallLocationAndDate() local
451 if (!TextUtils.isEmpty(callTypeOrLocation)) { in getCallLocationAndDate()
452 descriptionItems.add(callTypeOrLocation); in getCallLocationAndDate()
DCallLogListItemHelper.java90 views.callTypeOrLocation = phoneCallDetailsHelper.getCallTypeOrLocation(details); in setPhoneCallDetails()
DCallLogListItemViewHolder.java220 public CharSequence callTypeOrLocation; field in CallLogListItemViewHolder
673 if (callType == Calls.VOICEMAIL_TYPE && !TextUtils.isEmpty(callTypeOrLocation)) { in bindActionButtons()
674 callTypeOrLocationView.setText(callTypeOrLocation); in bindActionButtons()