Searched refs:callAccountLabel (Results 1 – 2 of 2) sorted by relevance
115 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()
35 public final TextView callAccountLabel; field in PhoneCallDetailsViews39 TextView voicemailTranscriptionView, TextView callAccountLabel) { in PhoneCallDetailsViews() argument45 this.callAccountLabel = callAccountLabel; in PhoneCallDetailsViews()