Home
last modified time | relevance | path

Searched defs:leftButtonResId (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.java136 int leftButtonResId = in betaNotificationPage() local
174 int leftButtonResId = R.string.notificationUI_confirmation_left_control_button_text; in betaNotificationConfirmPage() local
191 int leftButtonResId = R.string.notificationUI_left_control_button_text; in euNotificationLandingPageMsmtAndFledgePage() local
211 int leftButtonResId = R.string.notificationUI_left_control_button_text_eu; in euNotificationLandingPageTopicsPage() local
236 int leftButtonResId = R.string.notificationUI_left_control_button_text; in rowNotificationLandingPage() local
252 int leftButtonResId = R.string.notificationUI_u18_left_control_button_text; in u18NotifiacitonLandingPage() local
268 Context context, UiDevice device, int leftButtonResId, int rightButtonResId) in goThroughNotificationPage()