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

  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetailsViews.java 31 public final CallTypeIconsView callTypeIcons;
37 CallTypeIconsView callTypeIcons, TextView callTypeAndDate, TextView numberView,
41 this.callTypeIcons = callTypeIcons;
PhoneCallDetailsHelper.java 68 views.callTypeIcons.clear();
71 views.callTypeIcons.add(details.callTypes[index]);
73 views.callTypeIcons.setVisibility(View.VISIBLE);

Completed in 41 milliseconds