Searched defs:getActiveNotificationsCount (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ | ||
| D | NotificationsController.kt | 50 fun getActiveNotificationsCount(): Int method |
| D | NotificationsControllerStub.kt | 62 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerStub |
| D | NotificationsControllerImpl.kt | 171 override fun getActiveNotificationsCount(): Int { in getActiveNotificationsCount() method in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ | ||
| D | NotificationEntryManager.java | 948 public int getActiveNotificationsCount() { in getActiveNotificationsCount() method in NotificationEntryManager |