Home
last modified time | relevance | path

Searched defs:rightButtonResId (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.java142 int rightButtonResId = in betaNotificationPage() local
176 int rightButtonResId = R.string.notificationUI_confirmation_right_control_button_text; in betaNotificationConfirmPage() local
193 int rightButtonResId = R.string.notificationUI_right_control_button_text; in euNotificationLandingPageMsmtAndFledgePage() local
213 int rightButtonResId = in euNotificationLandingPageTopicsPage() local
238 int rightButtonResId = R.string.notificationUI_right_control_button_text; in rowNotificationLandingPage() local
254 int rightButtonResId = R.string.notificationUI_u18_right_control_button_text; in u18NotifiacitonLandingPage() local
269 Context context, UiDevice device, int leftButtonResId, int rightButtonResId) in goThroughNotificationPage()