Home
last modified time | relevance | path

Searched refs:phoneNumberLabel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DConferenceProfileViewHolder.java73 String phoneNumberLabel = info.getTypeLabel(); in bind() local
74 if (!phoneNumberLabel.isEmpty()) { in bind()
75 phoneNumberLabel += " "; in bind()
77 phoneNumberLabel += TelecomUtils.getFormattedNumber(mContext, number); in bind()
78 if (!TextUtils.isEmpty(phoneNumberLabel) in bind()
79 && !phoneNumberLabel.equals(info.getDisplayName())) { in bind()
80 mNumber.setText(phoneNumberLabel); in bind()
DInCallFragment.java115 String phoneNumberLabel = info.getTypeLabel(); in bindUserProfileView()
116 if (!phoneNumberLabel.isEmpty()) { in bindUserProfileView()
117 phoneNumberLabel += " "; in bindUserProfileView()
120 String bidiWrappedLabel = phoneNumberLabel + TelecomUtils.getBidiWrappedNumber( in bindUserProfileView()
122 phoneNumberLabel += TelecomUtils.getFormattedNumber(getContext(), number); in bindUserProfileView()
124 if (!TextUtils.isEmpty(phoneNumberLabel) in bindUserProfileView()
125 && !phoneNumberLabel.equals(info.getDisplayName())) { in bindUserProfileView()