Home
last modified time | relevance | path

Searched refs:BlockedParticipantListItemView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DBlockedParticipantListItemView.java34 public class BlockedParticipantListItemView extends LinearLayout { class
39 public BlockedParticipantListItemView(final Context context, final AttributeSet attrs) { in BlockedParticipantListItemView() method in BlockedParticipantListItemView
DBlockedParticipantsFragment.java92 Assert.isTrue(view instanceof BlockedParticipantListItemView); in bindView()
93 ((BlockedParticipantListItemView) view).bind( in bindView()