Searched refs:NotificationRowBinderImpl (Results 1 – 5 of 5) sorted by relevance
45 import com.android.systemui.statusbar.notification.collection.NotificationRowBinderImpl;80 mock(NotificationRowBinderImpl.class)); in setup()
55 public class NotificationRowBinderImpl implements NotificationRowBinder { class83 public NotificationRowBinderImpl(Context context, boolean allowLongPress) { in NotificationRowBinderImpl() method in NotificationRowBinderImpl
69 import com.android.systemui.statusbar.notification.collection.NotificationRowBinderImpl;83 NotificationRowBinderImpl.BindRowCallback {143 NotificationRowBinderImpl notificationRowBinder) { in StatusBarNotificationPresenter()
206 import com.android.systemui.statusbar.notification.collection.NotificationRowBinderImpl;1046 final NotificationRowBinderImpl rowBinder = in setUpPresenter()1047 new NotificationRowBinderImpl( in setUpPresenter()
80 import com.android.systemui.statusbar.notification.collection.NotificationRowBinderImpl;118 @Mock private NotificationRowBinderImpl.BindRowCallback mBindCallback;249 NotificationRowBinderImpl notificationRowBinder = in setUp()250 new NotificationRowBinderImpl(mContext, true /* allowLongPress */); in setUp()