Home
last modified time | relevance | path

Searched defs:leftButtonResId (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/pages/
DNotificationPages.java137 int leftButtonResId = in betaNotificationPage() local
175 int leftButtonResId = R.string.notificationUI_confirmation_left_control_button_text; in betaNotificationConfirmPage() local
192 int leftButtonResId = R.string.notificationUI_left_control_button_text; in euNotificationLandingPageMsmtAndFledgePage() local
212 int leftButtonResId = R.string.notificationUI_left_control_button_text_eu; in euNotificationLandingPageTopicsPage() local
237 int leftButtonResId = R.string.notificationUI_left_control_button_text; in rowNotificationLandingPage() local
253 int leftButtonResId = R.string.notificationUI_u18_left_control_button_text; in u18NotifiacitonLandingPage() local
269 Context context, UiDevice device, int leftButtonResId, int rightButtonResId) in goThroughNotificationPage()