Searched refs:notificationRowBinder (Results 1 – 3 of 3) sorted by relevance
251 NotificationRowBinderImpl notificationRowBinder = in setUp() local254 notificationRowBinder.setUpWithPresenter( in setUp()256 notificationRowBinder.setNotificationClicker(mock(NotificationClicker.class)); in setUp()257 mEntryManager.setRowBinder(notificationRowBinder); in setUp()
149 public void setRowBinder(NotificationRowBinder notificationRowBinder) { in setRowBinder() argument150 mNotificationRowBinder = notificationRowBinder; in setRowBinder()
142 NotificationRowBinderImpl notificationRowBinder) { in StatusBarNotificationPresenter() argument218 notificationRowBinder.setUpWithPresenter(this, notifListContainer, mHeadsUpManager, in StatusBarNotificationPresenter()