Searched refs:mNotificationListener (Results 1 – 8 of 8) sorted by relevance
35 private CarNotificationListener mNotificationListener; field in CarNotificationCenterActivity43 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();48 mNotificationListener,58 mNotificationListener = null;94 mNotificationListener = null; in onStop()
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()
72 private final NotificationListenerService mNotificationListener; field in NotificationLogger213 mNotificationListener = notificationListener; in NotificationLogger()338 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()
124 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerInflationTest196 mNotificationListener, in setUp()
139 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerTest209 mNotificationListener, in setUp()
321 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency536 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
199 @Mock private NotificationListener mNotificationListener; field in StatusBarTest309 NotificationLogger notificationLogger = new NotificationLogger(mNotificationListener, in setup()