Home
last modified time | relevance | path

Searched refs:activeNotifications (Results 1 – 13 of 13) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DNotificationTest.java101 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() local
114 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 …]
DTestNotificationListener.java163 StatusBarNotification[] activeNotifications = in assertNotificationsRemoved()
165 for (StatusBarNotification sbn : activeNotifications) { in assertNotificationsRemoved()
/cts/tests/tests/systemui/src/android/systemui/cts/
DNotificationListener.kt82 it.activeNotifications.firstOrNull(predicate) in waitForNotificationToAppear()
91 wait { it.activeNotifications.none(predicate) } in waitForNotificationToDisappear()
/cts/tests/tests/companion/CompanionDeviceTestApp/src/android.os.cts.companiondevicetestapp/
DNotificationListener.kt25 for (activeNotification in activeNotifications) { in onListenerConnected()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40120/src/android/security/cts/CVE_2023_40120/
DDeviceTest.java99 StatusBarNotification[] activeNotifications = in testPocCVE_2023_40120() local
102 activeNotifications) { in testPocCVE_2023_40120()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21244/src/android/security/cts/CVE_2023_21244/
DDeviceTest.java154 StatusBarNotification[] activeNotifications = in testCVE_2023_21244()
156 for (StatusBarNotification notification : activeNotifications) { in testCVE_2023_21244()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-31312/src/android/security/cts/CVE_2024_31312/
DDeviceTest.java117 StatusBarNotification[] activeNotifications = in testPocCVE_2024_31312() local
120 activeNotifications) { in testPocCVE_2024_31312()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35668/src/android/security/cts/CVE_2023_35668/
DDeviceTest.java145 StatusBarNotification[] activeNotifications = in testWearableExtenderUri() local
148 activeNotifications) { in testWearableExtenderUri()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21291/src/android/security/cts/CVE_2023_21291/
DDeviceTest.java161 StatusBarNotification[] activeNotifications = in testPocCVE_2023_21291()
163 for (StatusBarNotification notification : activeNotifications) { in testPocCVE_2023_21291()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.kt34 .activeNotifications.map { Notification(it) }) in <lambda>()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21288/src/android/security/cts/CVE_2023_21288/
DDeviceTest.java134 StatusBarNotification[] activeNotifications = in testPocCVE_2023_21288() local
137 activeNotifications) { in testPocCVE_2023_21288()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
DDeviceTest.java169 StatusBarNotification[] activeNotifications = in testCallStyleNotification()
171 for (StatusBarNotification notification : activeNotifications) { in testCallStyleNotification()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40073/src/android/security/cts/CVE_2023_40073/
DDeviceTest.java183 StatusBarNotification[] activeNotifications = in testPocCVE_2023_40073() local
186 activeNotifications) { in testPocCVE_2023_40073()