Home
last modified time | relevance | path

Searched refs:notificationCard (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java212 UiObject notificationCard = in testEuNotification_gaUxFlagEnabled() local
219 assertThat(notificationCard.exists()).isTrue(); in testEuNotification_gaUxFlagEnabled()
221 notificationCard.click(); in testEuNotification_gaUxFlagEnabled()
328 UiObject notificationCard; in testEuNotifications_gaUxEnabled_nonDismissable() local
338 notificationCard = scroller.getChild(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable()
340 notificationCard = sDevice.findObject(notificationCardSelector); in testEuNotifications_gaUxEnabled_nonDismissable()
342 notificationCard.waitForExists(LAUNCH_TIMEOUT); in testEuNotifications_gaUxEnabled_nonDismissable()
343 assertThat(notificationCard.exists()).isTrue(); in testEuNotifications_gaUxEnabled_nonDismissable()
345 notificationCard.click(); in testEuNotifications_gaUxEnabled_nonDismissable()
413 UiObject notificationCard; in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local
[all …]
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/
DUiUtils.java309 UiObject2 notificationCard = in verifyNotification() local
312 notificationCard.click(); in verifyNotification()
363 UiObject2 notificationCard = in clearNotifications() local
368 if (notificationCard != null) { in clearNotifications()
369 notificationCard.click(); in clearNotifications()
391 UiObject2 notificationCard = scroller.findObject(By.text(targetStr)); in verifyNotificationAndSettingsPage() local
394 notificationCard.click(); in verifyNotificationAndSettingsPage()
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/pages/
DNotificationPages.java118 UiObject2 notificationCard = in verifyNotification() local
121 assertThat(notificationCard).isNull(); in verifyNotification()
125 assertThat(notificationCard).isNotNull(); in verifyNotification()
126 notificationCard.click(); in verifyNotification()