Home
last modified time | relevance | path

Searched refs:rightControlButton (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DNotificationActivityGAV2UiAutomatorTest.java78 UiObject2 rightControlButton = in moreButtonTest() local
82 assertThat(rightControlButton).isNotNull(); in moreButtonTest()
93 UiObject2 rightControlButton = in euAcceptFlowTest() local
95 assertThat(rightControlButton).isNotNull(); in euAcceptFlowTest()
97 rightControlButton.click(); in euAcceptFlowTest()
112 rightControlButton = in euAcceptFlowTest()
116 assertThat(rightControlButton).isNotNull(); in euAcceptFlowTest()
118 rightControlButton.click(); in euAcceptFlowTest()
141 UiObject2 rightControlButton = in rowClickGotItTest() local
143 assertThat(rightControlButton).isNotNull(); in rowClickGotItTest()
[all …]
DNotificationActivityGAV2UxSelectorUiAutomatorTest.java81 UiObject2 rightControlButton = in euAcceptFlowTest() local
85 assertThat(rightControlButton).isNotNull(); in euAcceptFlowTest()
87 rightControlButton.click(); in euAcceptFlowTest()
105 rightControlButton = in euAcceptFlowTest()
108 assertThat(rightControlButton).isNull(); in euAcceptFlowTest()
116 rightControlButton = in euAcceptFlowTest()
120 assertThat(rightControlButton).isNotNull(); in euAcceptFlowTest()
122 rightControlButton.click(); in euAcceptFlowTest()
145 UiObject2 rightControlButton = in rowClickSettingsTest() local
147 assertThat(rightControlButton).isNotNull(); in rowClickSettingsTest()
DNotificationActivityRvcUxSelectorUiAutomatorTest.java80 UiObject2 rightControlButton = in acceptFlowTest() local
84 rightControlButton.click(); in acceptFlowTest()
104 UiObject2 rightControlButton = in clickSettingsTest() local
108 assertThat(rightControlButton).isNotNull(); in clickSettingsTest()
DNotificationActivityU18UxSelectorUiAutomatorTest.java77 UiObject2 rightControlButton = in acceptFlowTest() local
81 rightControlButton.click(); in acceptFlowTest()
102 UiObject2 rightControlButton = in clickSettingsTest() local
106 assertThat(rightControlButton).isNotNull(); in clickSettingsTest()
DConsentNotificationTriggerTest.java439 UiObject rightControlButton = in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local
443 verifyControlsAndMoreButtonAreDisplayed(leftControlButton, rightControlButton, moreButton); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
445 rightControlButton.click(); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
871 UiObject leftControlButton, UiObject rightControlButton, UiObject moreButton) in verifyControlsAndMoreButtonAreDisplayed() argument
878 assertThat(rightControlButton.exists()).isFalse(); in verifyControlsAndMoreButtonAreDisplayed()
/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/pages/
DNotificationPages.java152 UiObject2 rightControlButton = getElement(context, device, rightButtonResId); in betaNotificationPage() local
158 rightControlButton.click(); in betaNotificationPage()
169 rightControlButton.click(); in betaNotificationPage()
182 UiObject2 rightControlButton = getElement(context, device, rightButtonResId); in betaNotificationConfirmPage() local
187 rightControlButton.click(); in betaNotificationConfirmPage()
199 UiObject2 rightControlButton = getElement(context, device, rightButtonResId); in euNotificationLandingPageMsmtAndFledgePage() local
203 rightControlButton.clickAndWait(Until.newWindow(), PRIMITIVE_UI_OBJECTS_LAUNCH_TIMEOUT); in euNotificationLandingPageMsmtAndFledgePage()
222 UiObject2 rightControlButton = getElement(context, device, rightButtonResId); in euNotificationLandingPageTopicsPage() local
224 rightControlButton.click(); in euNotificationLandingPageTopicsPage()
244 UiObject2 rightControlButton = getElement(context, device, rightButtonResId); in rowNotificationLandingPage() local
[all …]
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/u18notifications/
DConsentNotificationU18Fragment.java112 Button rightControlButton = requireActivity().findViewById(R.id.rightControlButton); in setupListeners() local
117 scrollView, leftControlButton, rightControlButton, savedInstanceState); in setupListeners()
145 Button rightControlButton, in ScrollToBottomController() argument
149 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen1Fragment.java136 Button rightControlButton = in setupListeners() local
137 requireActivity().findViewById(R.id.rightControlButton); in setupListeners()
142 scrollView, leftControlButton, rightControlButton, savedInstanceState); in setupListeners()
200 Button rightControlButton, in ScrollToBottomController() argument
204 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
DConsentNotificationConfirmationGaFragment.java157 Button rightControlButton = in setupListeners() local
159 rightControlButton.setOnClickListener( in setupListeners()
178 scrollView, leftControlButton, rightControlButton, savedInstanceState); in setupListeners()
223 Button rightControlButton, in ScrollToBottomController() argument
227 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
DConsentNotificationPasFragment.java175 Button rightControlButton = requireActivity().findViewById(R.id.rightControlButton); in setupListeners() local
179 scrollView, leftControlButton, rightControlButton, savedInstanceState); in setupListeners()
246 Button rightControlButton, in ScrollToBottomController() argument
250 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
DConsentNotificationGaFragment.java154 Button rightControlButton = requireActivity().findViewById(R.id.rightControlButton); in setupListeners() local
159 scrollView, leftControlButton, rightControlButton, savedInstanceState); in setupListeners()
215 Button rightControlButton, in ScrollToBottomController() argument
219 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
DConsentNotificationGaV2Screen2Fragment.java123 Button rightControlButton = in setupListeners() local
130 scrollView, leftControlButton, rightControlButton, savedInstanceState); in setupListeners()
174 Button rightControlButton, in ScrollToBottomController() argument
178 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java142 Button rightControlButton = requireActivity().findViewById(R.id.rightControlButton); in setupListeners() local
147 scrollView, leftControlButton, rightControlButton, savedInstanceState); in setupListeners()
202 Button rightControlButton, in ScrollToBottomController() argument
206 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
DConsentNotificationConfirmationFragment.java99 Button rightControlButton = in setupListeners() local
101 rightControlButton.setOnClickListener( in setupListeners()