Searched refs:callTypeOrLocation (Results 1 – 3 of 3) sorted by relevance
447 CharSequence callTypeOrLocation = getCallTypeOrLocation(details); in getCallLocationAndDate() local451 if (!TextUtils.isEmpty(callTypeOrLocation)) { in getCallLocationAndDate()452 descriptionItems.add(callTypeOrLocation); in getCallLocationAndDate()
90 views.callTypeOrLocation = phoneCallDetailsHelper.getCallTypeOrLocation(details); in setPhoneCallDetails()
220 public CharSequence callTypeOrLocation; field in CallLogListItemViewHolder673 if (callType == Calls.VOICEMAIL_TYPE && !TextUtils.isEmpty(callTypeOrLocation)) { in bindActionButtons()674 callTypeOrLocationView.setText(callTypeOrLocation); in bindActionButtons()