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.kt154 getActiveNotificationsCount() in <lambda>()
158 private fun getActiveNotificationsCount(): Int { in <lambda>() method
162 notificationsController?.getActiveNotificationsCount() ?: 0 in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsController.kt42 fun getActiveNotificationsCount(): Int method
DNotificationsControllerStub.kt52 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
DNotificationsControllerImpl.kt137 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.kt282 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(4) in lockscreenShadeInteractive_hasHeadsUpAndNotifPresenterCollapsed_flagOff_notifCountOne()
331 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(9) in lockscreenShadeInteractive_noHeadsUp_flagOff_notifCountMatchesNotifController()
365 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(8) in lockscreenShadeInteractive_notifPresenterNotCollapsed_flagOff_notifCountMatchesNotifController()