HomeSort by relevance Sort by last modified time
    Searched refs:callTypeIcons (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsViews.java 31 public final CallTypeIconsView callTypeIcons;
36 CallTypeIconsView callTypeIcons, TextView callTypeAndDate, TextView labelView) {
39 this.callTypeIcons = callTypeIcons;
PhoneCallDetailsHelper.java 73 views.callTypeIcons.clear();
76 views.callTypeIcons.add(details.callTypes[index]);
78 views.callTypeIcons.requestLayout();
79 views.callTypeIcons.setVisibility(View.VISIBLE);
  /packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java 263 assertEquals(ids.length, mViews.callTypeIcons.getCount());
266 assertEquals(id, mViews.callTypeIcons.getCallType(index));
268 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility());
277 assertEquals(ids.length, mViews.callTypeIcons.getCount());
280 assertEquals(id, mViews.callTypeIcons.getCallType(index));
282 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility());

Completed in 2054 milliseconds