Searched refs:getActiveNotificationsCount (Results 1 – 11 of 11) sorted by relevance
47 fun getActiveNotificationsCount(): Int method
62 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
159 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
78 final int count = mEntryManager.getActiveNotificationsCount(); in smartActionClicked()
164 final int count = getEntryManager().getActiveNotificationsCount();
197 final int count = mEntryManager.getActiveNotificationsCount();
663 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenForHeadsUp()681 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenAndClear()700 when(mNotificationsController.getActiveNotificationsCount()).thenReturn(5); in testPanelOpenAndNoClear()
352 assertEquals(0, mEntryManager.getActiveNotificationsCount()); in testUpdateFooter_noNotifications()
594 return mEntryManager.getActiveNotificationsCount(); in getVisibleNotificationsCount()
2908 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in handlePeekToExpandTransistion()2926 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in handleVisibleToUserChangedImpl()
916 public int getActiveNotificationsCount() { in getActiveNotificationsCount() method in NotificationEntryManager