Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java112 public void setNotificationClicker(NotificationClicker clicker) { in setNotificationClicker() method in NotificationRowBinderImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java253 notificationRowBinder.setNotificationClicker(mock(NotificationClicker.class)); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1086 rowBinder.setNotificationClicker(new NotificationClicker( in setUpPresenter()