Home
last modified time | relevance | path

Searched refs:getActiveNotificationsCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt168 getActiveNotificationsCount() in <lambda>()
172 private fun getActiveNotificationsCount(): Int { in <lambda>() method
176 notificationsController?.getActiveNotificationsCount() ?: 0 in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsController.kt42 fun getActiveNotificationsCount(): Int method
DNotificationsControllerStub.kt48 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
DNotificationsControllerImpl.kt134 override fun getActiveNotificationsCount(): Int { in <lambda>() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt281 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(4) in lockscreenShadeInteractive_hasHeadsUpAndNotifPresenterCollapsed_flagOff_notifCountOne()
330 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(9) in lockscreenShadeInteractive_noHeadsUp_flagOff_notifCountMatchesNotifController()
364 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(8) in lockscreenShadeInteractive_notifPresenterNotCollapsed_flagOff_notifCountMatchesNotifController()