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/calllog/
PhoneCallDetailsViews.java 32 public final CallTypeIconsView callTypeIcons;
38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate,
42 this.callTypeIcons = callTypeIcons;
PhoneCallDetailsHelper.java 80 views.callTypeIcons.clear();
84 views.callTypeIcons.add(details.callTypes[index]);
91 views.callTypeIcons.setShowVideo(
93 views.callTypeIcons.requestLayout();
94 views.callTypeIcons.setVisibility(View.VISIBLE);

Completed in 127 milliseconds