Searched refs:getActiveNotificationsCount (Results 1 – 5 of 5) sorted by relevance
168 getActiveNotificationsCount() in <lambda>()172 private fun getActiveNotificationsCount(): Int { in <lambda>() method176 notificationsController?.getActiveNotificationsCount() ?: 0 in <lambda>()
42 fun getActiveNotificationsCount(): Int method
48 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
134 override fun getActiveNotificationsCount(): Int { in <lambda>() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
281 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()