Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/pages/
DNotificationPages.java141 int rightButtonResId = in betaNotificationPage() local
175 int rightButtonResId = R.string.notificationUI_confirmation_right_control_button_text; in betaNotificationConfirmPage() local
192 int rightButtonResId = R.string.notificationUI_right_control_button_text; in euNotificationLandingPageMsmtAndFledgePage() local
212 int rightButtonResId = in euNotificationLandingPageTopicsPage() local
237 int rightButtonResId = R.string.notificationUI_right_control_button_text; in rowNotificationLandingPage() local
253 int rightButtonResId = R.string.notificationUI_u18_right_control_button_text; in u18NotifiacitonLandingPage() local
268 Context context, UiDevice device, int leftButtonResId, int rightButtonResId) in goThroughNotificationPage()