Searched refs:callAccountLabel (Results 1 – 4 of 4) sorted by relevance
35 public final TextView callAccountLabel; field in PhoneCallDetailsViews39 TextView voicemailTranscriptionView, TextView callAccountLabel) { in PhoneCallDetailsViews() argument45 this.callAccountLabel = callAccountLabel; in PhoneCallDetailsViews()
129 views.callAccountLabel.setVisibility(View.VISIBLE); in setPhoneCallDetails()130 views.callAccountLabel.setText(accountLabel); in setPhoneCallDetails()134 views.callAccountLabel.setTextColor(mContext.getResources().getColor(defaultColor)); in setPhoneCallDetails()136 views.callAccountLabel.setTextColor(color); in setPhoneCallDetails()139 views.callAccountLabel.setVisibility(View.GONE); in setPhoneCallDetails()
400 assertEquals(callAccountText, mViews.callAccountLabel.getText()); in assertViaNumberEquals()405 assertEquals(text, mViews.callAccountLabel.getText()); in assertAccountLabelEquals()412 assertEquals(accountLabel + " " + viaNumberText, mViews.callAccountLabel.getText()); in assertAccountLabelEquals()417 assertEquals(mViews.callAccountLabel.getVisibility(), View.GONE); in assertCallAccountInvisible()
303 mViewHolder.phoneCallDetailsViews.callAccountLabel.getText()); in testBindView_CallLogWithViaNumber()316 mViewHolder.phoneCallDetailsViews.callAccountLabel.getVisibility()); in testBindView_CallLogWithoutViaNumber()