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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsViews.java 32 public final CallTypeIconsView callTypeIcons;
38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate,
42 this.callTypeIcons = callTypeIcons;
PhoneCallDetailsHelper.java 82 views.callTypeIcons.clear();
86 views.callTypeIcons.add(details.callTypes[index]);
93 views.callTypeIcons.setShowVideo(
95 views.callTypeIcons.requestLayout();
96 views.callTypeIcons.setVisibility(View.VISIBLE);

Completed in 1158 milliseconds