Home
last modified time | relevance | path

Searched refs:getConsentSwitch (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/
DSettingsTestUtil.java20 import static com.android.adservices.ui.util.ApkTestUtil.getConsentSwitch;
116 UiObject2 topicsToggle = getConsentSwitch(device); in topicsToggleTestUtil()
126 topicsToggle = getConsentSwitch(device); in topicsToggleTestUtil()
137 topicsToggle = getConsentSwitch(device); in topicsToggleTestUtil()
149 UiObject2 fledgeToggle = getConsentSwitch(device); in fledgeToggleTestUtil()
159 fledgeToggle = getConsentSwitch(device); in fledgeToggleTestUtil()
170 fledgeToggle = getConsentSwitch(device); in fledgeToggleTestUtil()
182 UiObject2 measurementToggle = getConsentSwitch(device); in measurementToggleTestUtil()
193 measurementToggle = getConsentSwitch(device); in measurementToggleTestUtil()
204 measurementToggle = getConsentSwitch(device); in measurementToggleTestUtil()
[all …]
DApkTestUtil.java72 public static UiObject2 getConsentSwitch(UiDevice device) { in getConsentSwitch() method in ApkTestUtil
/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/
DConsentSettingsUiAutomatorTest.java139 UiObject2 consentSwitch = ApkTestUtil.getConsentSwitch(mDevice); in consentTest()
152 UiObject2 consentSwitch = ApkTestUtil.getConsentSwitch(mDevice); in setConsentToFalse()
DBlockedTopicsSettingsUiAutomatorTest.java82 UiObject2 consentSwitch = ApkTestUtil.getConsentSwitch(mDevice); in topicBlockUnblockResetTest()
DAppConsentSettingsUiAutomatorTest.java186 UiObject2 mainSwitch = ApkTestUtil.getConsentSwitch(sDevice); in setPpApiConsentToGiven()
/packages/modules/AdServices/adservices/apk/tests/settingsgauxselector/src/com/android/adservices/ui/settingsga/
DBlockedTopicsSettingsUxSelectorUiAutomatorTest.java83 UiObject2 consentSwitch = ApkTestUtil.getConsentSwitch(mDevice); in topicBlockUnblockTest()