Searched refs:callTypeIcons (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetailsViews.java32 public final CallTypeIconsView callTypeIcons; field in class:PhoneCallDetailsViews
38 CallTypeIconsView callTypeIcons, ImageView callAccountIcon,
42 this.callTypeIcons = callTypeIcons;
37 PhoneCallDetailsViews(TextView nameView, View callTypeView, CallTypeIconsView callTypeIcons, ImageView callAccountIcon, TextView callLocationAndDate, TextView voicemailTranscriptionView) argument
H A DPhoneCallDetailsHelper.java76 views.callTypeIcons.clear();
80 views.callTypeIcons.add(details.callTypes[index]);
87 views.callTypeIcons.setShowVideo(
89 views.callTypeIcons.requestLayout();
90 views.callTypeIcons.setVisibility(View.VISIBLE);
/packages/apps/Dialer/tests/src/com/android/dialer/
H A DPhoneCallDetailsHelperTest.java279 assertEquals(isVideoCall, mViews.callTypeIcons.isVideoShown());
284 assertEquals(ids.length, mViews.callTypeIcons.getCount());
287 assertEquals(id, mViews.callTypeIcons.getCallType(index));
289 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility());
298 assertEquals(ids.length, mViews.callTypeIcons.getCount());
301 assertEquals(id, mViews.callTypeIcons.getCallType(index));
303 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility());
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogAdapter.java1001 views.phoneCallDetailsViews.callTypeIcons.isVideoShown()) {

Completed in 311 milliseconds