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.java251 NotificationRowBinderImpl notificationRowBinder = in setUp() local
254 notificationRowBinder.setUpWithPresenter( in setUp()
256 notificationRowBinder.setNotificationClicker(mock(NotificationClicker.class)); in setUp()
257 mEntryManager.setRowBinder(notificationRowBinder); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java149 public void setRowBinder(NotificationRowBinder notificationRowBinder) { in setRowBinder() argument
150 mNotificationRowBinder = notificationRowBinder; in setRowBinder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java142 NotificationRowBinderImpl notificationRowBinder) { in StatusBarNotificationPresenter() argument
218 notificationRowBinder.setUpWithPresenter(this, notifListContainer, mHeadsUpManager, in StatusBarNotificationPresenter()