Searched refs:callTypeIcons (Results 1 – 4 of 4) sorted by relevance
32 public final CallTypeIconsView callTypeIcons; field in PhoneCallDetailsViews38 CallTypeIconsView callTypeIcons, TextView callLocationAndDate, in PhoneCallDetailsViews() argument42 this.callTypeIcons = callTypeIcons; in PhoneCallDetailsViews()
90 views.callTypeIcons.clear(); in setPhoneCallDetails()94 views.callTypeIcons.add(details.callTypes[index]); in setPhoneCallDetails()101 views.callTypeIcons.setShowVideo( in setPhoneCallDetails()103 views.callTypeIcons.requestLayout(); in setPhoneCallDetails()104 views.callTypeIcons.setVisibility(View.VISIBLE); in setPhoneCallDetails()
510 phoneCallDetailsViews.callTypeIcons.isVideoShown()) { in bindActionButtons()
430 assertEquals(isVideoCall, mViews.callTypeIcons.isVideoShown()); in assertIsVideoCall()435 assertEquals(ids.length, mViews.callTypeIcons.getCount()); in assertCallTypeIconsEquals()438 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEquals()440 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility()); in assertCallTypeIconsEquals()448 assertEquals(ids.length, mViews.callTypeIcons.getCount()); in assertCallTypeIconsEqualsPlusOverflow()451 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEqualsPlusOverflow()453 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility()); in assertCallTypeIconsEqualsPlusOverflow()