Home
last modified time | relevance | path

Searched refs:mDreamOverlayNotificationCountProvider (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewControllerTest.java105 DreamOverlayNotificationCountProvider mDreamOverlayNotificationCountProvider; field in DreamOverlayStatusBarViewControllerTest
148 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewController.java76 mDreamOverlayNotificationCountProvider; field in DreamOverlayStatusBarViewController
176 mDreamOverlayNotificationCountProvider = dreamOverlayNotificationCountProvider; in DreamOverlayStatusBarViewController()
205 mDreamOverlayNotificationCountProvider.ifPresent( in onViewAttached()
219 mDreamOverlayNotificationCountProvider.ifPresent( in onViewDetached()