Searched refs:notificationRowBinder (Results 1 – 3 of 3) sorted by relevance
249 NotificationRowBinderImpl notificationRowBinder = in setUp() local251 notificationRowBinder.setUpWithPresenter( in setUp()253 notificationRowBinder.setNotificationClicker(mock(NotificationClicker.class)); in setUp()254 mEntryManager.setRowBinder(notificationRowBinder); in setUp()
145 public void setRowBinder(NotificationRowBinder notificationRowBinder) { in setRowBinder() argument146 mNotificationRowBinder = notificationRowBinder; in setRowBinder()
143 NotificationRowBinderImpl notificationRowBinder) { in StatusBarNotificationPresenter() argument220 notificationRowBinder.setUpWithPresenter(this, notifListContainer, mHeadsUpManager, in StatusBarNotificationPresenter()