Home
last modified time | relevance | path

Searched refs:callTypeIcons (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DPhoneCallDetailsViews.java31 public final CallTypeIconsView callTypeIcons; field in PhoneCallDetailsViews
37 CallTypeIconsView callTypeIcons, TextView callTypeAndDate, TextView numberView, in PhoneCallDetailsViews() argument
41 this.callTypeIcons = callTypeIcons; in PhoneCallDetailsViews()
DPhoneCallDetailsHelper.java68 views.callTypeIcons.clear(); in setPhoneCallDetails()
71 views.callTypeIcons.add(details.callTypes[index]); in setPhoneCallDetails()
73 views.callTypeIcons.setVisibility(View.VISIBLE); in setPhoneCallDetails()
/packages/apps/Contacts/tests/src/com/android/contacts/
DPhoneCallDetailsHelperTest.java263 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()