HomeSort by relevance Sort by last modified time
    Searched defs:callAccountLabel (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java 35 public final TextView callAccountLabel;
39 TextView voicemailTranscriptionView, TextView callAccountLabel) {
45 this.callAccountLabel = callAccountLabel;
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneCallDetailsHelperTest.java 400 assertEquals(callAccountText, mViews.callAccountLabel.getText());
405 assertEquals(text, mViews.callAccountLabel.getText());
412 assertEquals(accountLabel + " " + viaNumberText, mViews.callAccountLabel.getText());
417 assertEquals(mViews.callAccountLabel.getVisibility(), View.GONE);

Completed in 947 milliseconds