Searched refs:phoneNumberLabel (Results 1 – 2 of 2) sorted by relevance
73 String phoneNumberLabel = info.getTypeLabel(); in bind() local74 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()
115 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()