Home
last modified time | relevance | path

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

/privacysandbox/ads/ads-adservices-java/src/androidTest/java/androidx/privacysandbox/ads/adservices/java/endtoend/
DTestUtil.java47 private void runShellCommand(String command) { in runShellCommand() method in TestUtil
55 runShellCommand("device_config put adservices global_kill_switch " + false); in overrideKillSwitches()
56 runShellCommand("device_config put adservices topics_kill_switch " + false); in overrideKillSwitches()
58 runShellCommand("device_config put adservices global_kill_switch " + null); in overrideKillSwitches()
59 runShellCommand("device_config put adservices topics_kill_switch " + null); in overrideKillSwitches()
64 runShellCommand("device_config put adservices disable_topics_enrollment_check " + enable); in enableEnrollmentCheck()
69 runShellCommand( in overrideEpochPeriod()
75 runShellCommand( in overridePercentageForRandomTopic()
82 runShellCommand( in forceEpochComputationJob()
89 runShellCommand("setprop debug.adservices.consent_manager_debug_mode " + overrideStr); in overrideConsentManagerDebugMode()
[all …]