Home
last modified time | relevance | path

Searched refs:mNotificationListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationHandler.java38 private final NotificationListener mNotificationListener; field in TvNotificationHandler
46 mNotificationListener = notificationListener; in TvNotificationHandler()
59 mNotificationListener.addNotificationHandler(this); in start()
60 mNotificationListener.registerAsSystemService(); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java52 private final NotificationListener mNotificationListener; field in HeadsUpController
70 mNotificationListener = notificationListener; in HeadsUpController()
138 mNotificationListener.setNotificationsShown(new String[]{n.getKey()}); in setNotificationShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java71 private final NotificationListenerService mNotificationListener; field in NotificationLogger
209 mNotificationListener = notificationListener; in NotificationLogger()
334 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java319 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency
532 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java200 @Mock private NotificationListener mNotificationListener; field in StatusBarTest
304 NotificationLogger notificationLogger = new NotificationLogger(mNotificationListener, in setup()