Searched refs:getActiveNotificationsCount (Results 1 – 5 of 5) sorted by relevance
154 getActiveNotificationsCount() in <lambda>()158 private fun getActiveNotificationsCount(): Int { in <lambda>() method162 notificationsController?.getActiveNotificationsCount() ?: 0 in <lambda>()
42 fun getActiveNotificationsCount(): Int method
52 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
137 override fun getActiveNotificationsCount(): Int { in <lambda>() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
282 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()