Searched defs:activeNotifications (Results 1 – 8 of 8) sorted by relevance
96 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() local156 StatusBarNotification[] activeNotifications = in isPackageInstallNotificationActive() local
160 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in cancelLast() local168 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in cancelFirst() local
37 val activeNotifications = MutableStateFlow(ActiveNotificationsStore()) constant in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationListRepository
34 val activeNotifications: Flow<List<ActiveNotificationModel>> = constant
62 StatusBarNotification[] activeNotifications) { in getActiveNotifications()
67 StatusBarNotification[] activeNotifications = super.getActiveNotifications(); in getActiveNotifications() local
997 StatusBarNotification[] activeNotifications = getActiveNotifications(null, TRIM_FULL); in getActiveNotifications() local1033 StatusBarNotification[] activeNotifications = getActiveNotifications(null, trim); in getActiveNotifications() local1050 StatusBarNotification[] activeNotifications = getActiveNotifications(keys, TRIM_FULL); in getActiveNotifications() local
556 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local