Searched refs:callTypeIcons (Results 1 – 3 of 3) sorted by relevance
31 public final CallTypeIconsView callTypeIcons; field in PhoneCallDetailsViews37 CallTypeIconsView callTypeIcons, TextView callTypeAndDate, TextView numberView, in PhoneCallDetailsViews() argument41 this.callTypeIcons = callTypeIcons; in PhoneCallDetailsViews()
68 views.callTypeIcons.clear(); in setPhoneCallDetails()71 views.callTypeIcons.add(details.callTypes[index]); in setPhoneCallDetails()73 views.callTypeIcons.setVisibility(View.VISIBLE); in setPhoneCallDetails()
263 assertEquals(ids.length, mViews.callTypeIcons.getCount()); in assertCallTypeIconsEquals()266 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEquals()268 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility()); in assertCallTypeIconsEquals()277 assertEquals(ids.length, mViews.callTypeIcons.getCount()); in assertCallTypeIconsEqualsPlusOverflow()280 assertEquals(id, mViews.callTypeIcons.getCallType(index)); in assertCallTypeIconsEqualsPlusOverflow()282 assertEquals(View.VISIBLE, mViews.callTypeIcons.getVisibility()); in assertCallTypeIconsEqualsPlusOverflow()