Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsViews.java37 public final TextView callAccountLabel; field in PhoneCallDetailsViews
48 TextView callAccountLabel) { in PhoneCallDetailsViews() argument
57 this.callAccountLabel = callAccountLabel; in PhoneCallDetailsViews()
DPhoneCallDetailsHelper.java205 views.callAccountLabel.setVisibility(View.VISIBLE); in setPhoneCallDetails()
206 views.callAccountLabel.setText(accountLabel); in setPhoneCallDetails()
210 views.callAccountLabel.setTextColor(context.getResources().getColor(defaultColor)); in setPhoneCallDetails()
212 views.callAccountLabel.setTextColor(color); in setPhoneCallDetails()
215 views.callAccountLabel.setVisibility(View.GONE); in setPhoneCallDetails()