Searched refs:mNotificationListener (Results 1 – 7 of 7) sorted by relevance
44 NotificationListener mNotificationListener; field in DreamOverlayNotificationCountProviderTest68 when(mNotificationListener.getActiveNotifications()).thenReturn(notifications); in setup()70 mNotificationListener, Runnable::run); in setup()78 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testPostingNotificationCallsCallbackWithNotificationCount()87 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testRemovingNotificationCallsCallbackWithZeroNotificationCount()96 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testPostingOngoingNotificationDoesNotCallCallbackWithNotificationCount()
39 private final NotificationListener mNotificationListener; field in TvNotificationHandler46 mNotificationListener = notificationListener; in TvNotificationHandler()59 mNotificationListener.addNotificationHandler(this); in start()60 mNotificationListener.registerAsSystemService(); in start()
77 private final NotificationListenerService mNotificationListener; field in NotificationLogger208 mNotificationListener = notificationListener; in NotificationLogger()309 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()
88 final NotificationListener mNotificationListener = new NotificationListener(); field in AppFGSTracker479 mNotificationListener.registerAsSystemService(mContext, in onBgFgsMonitorEnabled()487 mNotificationListener.unregisterAsSystemService(); in onBgFgsMonitorEnabled()
307 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency507 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
243 @Mock private NotificationListener mNotificationListener; field in CentralSurfacesImplTest387 mNotificationListener, in setup()
756 mAppFGSTracker.mNotificationListener.onNotificationPosted(new StatusBarNotification( in testBgCurrentDrainMonitor()1363 mAppFGSTracker.mNotificationListener.onNotificationPosted(new StatusBarNotification( in testLongFGSMonitor()1653 mAppFGSTracker.mNotificationListener.onNotificationPosted(noti, null); in runExemptionTestOnce()1656 mAppFGSTracker.mNotificationListener.onNotificationRemoved(noti, null, 0); in runExemptionTestOnce()