Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java249 NotificationRowBinderImpl notificationRowBinder = in setUp() local
251 notificationRowBinder.setUpWithPresenter( in setUp()
253 notificationRowBinder.setNotificationClicker(mock(NotificationClicker.class)); in setUp()
254 mEntryManager.setRowBinder(notificationRowBinder); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java145 public void setRowBinder(NotificationRowBinder notificationRowBinder) { in setRowBinder() argument
146 mNotificationRowBinder = notificationRowBinder; in setRowBinder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java143 NotificationRowBinderImpl notificationRowBinder) { in StatusBarNotificationPresenter() argument
220 notificationRowBinder.setUpWithPresenter(this, notifListContainer, mHeadsUpManager, in StatusBarNotificationPresenter()