Searched refs:callTypeIcons (Results 1 – 4 of 4) sorted by relevance
279 assertEquals(isVideoCall, mViews.callTypeIcons.isVideoShown()); in assertIsVideoCall()284 assertEquals(ids.length, mViews.callTypeIcons.getCount()); in assertCallTypeIconsEquals()287 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEquals()289 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility()); in assertCallTypeIconsEquals()298 assertEquals(ids.length, mViews.callTypeIcons.getCount()); in assertCallTypeIconsEqualsPlusOverflow()301 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEqualsPlusOverflow()303 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility()); in assertCallTypeIconsEqualsPlusOverflow()
82 views.callTypeIcons.clear(); in setPhoneCallDetails()86 views.callTypeIcons.add(details.callTypes[index]); in setPhoneCallDetails()93 views.callTypeIcons.setShowVideo( in setPhoneCallDetails()95 views.callTypeIcons.requestLayout(); in setPhoneCallDetails()96 views.callTypeIcons.setVisibility(View.VISIBLE); in setPhoneCallDetails()
32 public final CallTypeIconsView callTypeIcons; field in PhoneCallDetailsViews38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate, in PhoneCallDetailsViews() argument42 this.callTypeIcons = callTypeIcons; in PhoneCallDetailsViews()
1035 views.phoneCallDetailsViews.callTypeIcons.isVideoShown()) { in bindActionButtons()