Home
last modified time | relevance | path

Searched refs:notificationList (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationUtils.kt337 private fun resetNotifications(notificationList: UiScrollable) { in resetNotifications()
339 notificationList.waitUntilGone(VIEW_WAIT_TIMEOUT) in resetNotifications()
364 val notificationList = UiScrollable(UiSelector().resourceId( in waitFindNotification() constant
368 notificationList.waitForExists(VIEW_WAIT_TIMEOUT)) in waitFindNotification()
374 resetNotifications(notificationList) in waitFindNotification()
378 notificationList.scrollForward() in waitFindNotification()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-34723/malicious-app/src/android/security/cts/CVE_2024_34723_malicious_app/
DPocService.java141 final List<Notification> notificationList = new ArrayList<Notification>();
145 notificationList.add(notification);
153 ParcelableListBinder.send(binder.getBinderForSetQueue(), notificationList);