Searched refs:mDreamOverlayNotificationCountProvider (Results 1 – 2 of 2) sorted by relevance
105 DreamOverlayNotificationCountProvider mDreamOverlayNotificationCountProvider; field in DreamOverlayStatusBarViewControllerTest148 Optional.of(mDreamOverlayNotificationCountProvider), in setup()163 verify(mDreamOverlayNotificationCountProvider).addCallback(any()); in testOnViewAttachedAddsCallbacks()260 verify(mDreamOverlayNotificationCountProvider).addCallback(callbackCapture.capture()); in testOnViewAttachedShowsNotificationsIconWhenNotificationsExist()273 verify(mDreamOverlayNotificationCountProvider).addCallback(callbackCapture.capture()); in testOnViewAttachedHidesNotificationsIconWhenNoNotificationsExist()335 verify(mDreamOverlayNotificationCountProvider).removeCallback(any()); in testOnViewDetachedRemovesCallbacks()407 verify(mDreamOverlayNotificationCountProvider).addCallback(callbackCapture.capture()); in testNotificationsIconShownWhenNotificationAdded()420 verify(mDreamOverlayNotificationCountProvider).addCallback(callbackCapture.capture()); in testNotificationsIconHiddenWhenLastNotificationRemoved()
76 mDreamOverlayNotificationCountProvider; field in DreamOverlayStatusBarViewController176 mDreamOverlayNotificationCountProvider = dreamOverlayNotificationCountProvider; in DreamOverlayStatusBarViewController()205 mDreamOverlayNotificationCountProvider.ifPresent( in onViewAttached()219 mDreamOverlayNotificationCountProvider.ifPresent( in onViewDetached()