Searched refs:mNotificationListener (Results 1 – 5 of 5) sorted by relevance
38 private final NotificationListener mNotificationListener; field in TvNotificationHandler46 mNotificationListener = notificationListener; in TvNotificationHandler()59 mNotificationListener.addNotificationHandler(this); in start()60 mNotificationListener.registerAsSystemService(); in start()
52 private final NotificationListener mNotificationListener; field in HeadsUpController70 mNotificationListener = notificationListener; in HeadsUpController()138 mNotificationListener.setNotificationsShown(new String[]{n.getKey()}); in setNotificationShown()
71 private final NotificationListenerService mNotificationListener; field in NotificationLogger209 mNotificationListener = notificationListener; in NotificationLogger()334 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()
319 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency532 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
200 @Mock private NotificationListener mNotificationListener; field in StatusBarTest304 NotificationLogger notificationLogger = new NotificationLogger(mNotificationListener, in setup()