Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/pages/
DNotificationPages.java57 int notificationHeader = -1; in verifyNotification() local
66 notificationHeader = in verifyNotification()
77 notificationHeader = in verifyNotification()
88 notificationHeader = in verifyNotification()
95 notificationHeader = R.string.notificationUI_u18_header_title; in verifyNotification()
99 notificationHeader = R.string.notificationUI_u18_header_title; in verifyNotification()
109 + getString(context, notificationHeader)); in verifyNotification()
128 UiObject2 title = getPageElement(context, device, notificationHeader); in verifyNotification()
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/
DUiUtils.java256 int notificationHeader = -1; in verifyNotification() local
266 notificationHeader = in verifyNotification()
276 notificationHeader = in verifyNotification()
283 notificationHeader = R.string.notificationUI_u18_header_title; in verifyNotification()
287 verifyNotification(context, device, isDisplayed, notificationTitle, notificationHeader); in verifyNotification()
295 int notificationHeader) in verifyNotification() argument
315 UiObject2 title = getElement(context, device, notificationHeader); in verifyNotification()