Home
last modified time | relevance | path

Searched refs:positiveText (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/
DBlockedTopicsSettingsTestUtil.java81 UiObject2 positiveText = in blockATopicWithDialog() local
87 .that(positiveText) in blockATopicWithDialog()
91 positiveText.click(); in blockATopicWithDialog()
112 UiObject2 positiveText = in unblockATopicWithDialog() local
119 .that(positiveText) in unblockATopicWithDialog()
123 positiveText.click(); in unblockATopicWithDialog()
140 UiObject2 positiveText = in resetATopicWithDialog() local
146 .that(positiveText) in resetATopicWithDialog()
150 positiveText.click(); in resetATopicWithDialog()
/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/
DDialogFragmentTest.java195 UiObject2 positiveText = in blockTopicDialogTest() local
199 assertThat(positiveText).isNotNull(); in blockTopicDialogTest()
202 positiveText.click(); in blockTopicDialogTest()
237 UiObject2 positiveText = in unblockTopicDialogTest() local
241 assertThat(positiveText).isNotNull(); in unblockTopicDialogTest()
244 positiveText.click(); in unblockTopicDialogTest()
260 UiObject2 positiveText = in resetTopicDialogTest() local
264 assertThat(positiveText).isNotNull(); in resetTopicDialogTest()
267 positiveText.click(); in resetTopicDialogTest()
304 UiObject2 positiveText = in blockAppDialogTest() local
[all …]
DAppConsentSettingsUiAutomatorTest.java258 UiObject2 positiveText = in unblockAppConsent() local
262 assertThat(positiveText).isNotNull(); in unblockAppConsent()
265 positiveText.click(); in unblockAppConsent()
282 UiObject2 positiveText = in resetAppConsent() local
286 assertThat(positiveText).isNotNull(); in resetAppConsent()
289 positiveText.click(); in resetAppConsent()
299 UiObject2 positiveText = in blockAppConsent() local
303 assertThat(positiveText).isNotNull(); in blockAppConsent()
304 positiveText.click(); in blockAppConsent()
DConsentSettingsUiAutomatorTest.java163 UiObject2 positiveText = in performSwitchClick() local
167 assertThat(positiveText).isNotNull(); in performSwitchClick()
168 positiveText.click(); in performSwitchClick()