Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetailsHelper.java115 views.callAccountLabel.setVisibility(View.VISIBLE); in setPhoneCallDetails()
116 views.callAccountLabel.setText(accountLabel); in setPhoneCallDetails()
120 views.callAccountLabel.setTextColor(mContext.getResources().getColor(defaultColor)); in setPhoneCallDetails()
122 views.callAccountLabel.setTextColor(color); in setPhoneCallDetails()
125 views.callAccountLabel.setVisibility(View.GONE); in setPhoneCallDetails()
DPhoneCallDetailsViews.java35 public final TextView callAccountLabel; field in PhoneCallDetailsViews
39 TextView voicemailTranscriptionView, TextView callAccountLabel) { in PhoneCallDetailsViews() argument
45 this.callAccountLabel = callAccountLabel; in PhoneCallDetailsViews()