Searched refs:activeNotifications (Results 1 – 13 of 13) sorted by relevance
101 StatusBarNotification[] activeNotifications = in testNotificationJobEndDetach()103 return activeNotifications.length == 1 in testNotificationJobEndDetach()104 && activeNotifications[0].getId() == notificationId; in testNotificationJobEndDetach()113 StatusBarNotification[] activeNotifications = mNotificationManager.getActiveNotifications(); in testNotificationJobEndDetach() local114 assertEquals(1, activeNotifications.length); in testNotificationJobEndDetach()115 assertEquals(notificationId, activeNotifications[0].getId()); in testNotificationJobEndDetach()138 StatusBarNotification[] activeNotifications = in testNotificationJobEndRemove()140 return activeNotifications.length == 1 in testNotificationJobEndRemove()141 && activeNotifications[0].getId() == notificationId; in testNotificationJobEndRemove()426 StatusBarNotification[] activeNotifications = in testUserInitiatedJobNotificationBehavior()[all …]
163 StatusBarNotification[] activeNotifications = in assertNotificationsRemoved()165 for (StatusBarNotification sbn : activeNotifications) { in assertNotificationsRemoved()
82 it.activeNotifications.firstOrNull(predicate) in waitForNotificationToAppear()91 wait { it.activeNotifications.none(predicate) } in waitForNotificationToDisappear()
25 for (activeNotification in activeNotifications) { in onListenerConnected()
99 StatusBarNotification[] activeNotifications = in testPocCVE_2023_40120() local102 activeNotifications) { in testPocCVE_2023_40120()
154 StatusBarNotification[] activeNotifications = in testCVE_2023_21244()156 for (StatusBarNotification notification : activeNotifications) { in testCVE_2023_21244()
117 StatusBarNotification[] activeNotifications = in testPocCVE_2024_31312() local120 activeNotifications) { in testPocCVE_2024_31312()
145 StatusBarNotification[] activeNotifications = in testWearableExtenderUri() local148 activeNotifications) { in testWearableExtenderUri()
161 StatusBarNotification[] activeNotifications = in testPocCVE_2023_21291()163 for (StatusBarNotification notification : activeNotifications) { in testPocCVE_2023_21291()
34 .activeNotifications.map { Notification(it) }) in <lambda>()
134 StatusBarNotification[] activeNotifications = in testPocCVE_2023_21288() local137 activeNotifications) { in testPocCVE_2023_21288()
169 StatusBarNotification[] activeNotifications = in testCallStyleNotification()171 for (StatusBarNotification notification : activeNotifications) { in testCallStyleNotification()
183 StatusBarNotification[] activeNotifications = in testPocCVE_2023_40073() local186 activeNotifications) { in testPocCVE_2023_40073()