Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java78 private final TextView forwardedNumberView; field in ContactGridManager
113 forwardedNumberView = view.findViewById(R.id.contactgrid_forwardNumber); in ContactGridManager()
414 forwardedNumberView.setVisibility(View.VISIBLE); in updateBottomRow()
418 forwardedNumberView.setText(TextUtils.concat(info.label, " • ")); in updateBottomRow()
420 forwardedNumberView.setText(TextUtils.concat(" • ", info.label)); in updateBottomRow()
424 forwardedNumberView.setText(info.label); in updateBottomRow()
428 forwardedNumberView.setVisibility(View.GONE); in updateBottomRow()