Searched refs:mShellCommandHelper (Results 1 – 7 of 7) sorted by relevance
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/ |
D | AdServicesShellCommandTest.java | 32 private final AdServicesShellCommandHelper mShellCommandHelper = field in AdServicesShellCommandTest 37 String out = mShellCommandHelper.runCommand("%s %s", CMD_ECHO, CMD_ECHO_OUT); in testRunCommand_echoCommand() 44 CommandResult out = mShellCommandHelper.runCommandRwe("%s %s", CMD_ECHO, CMD_ECHO_OUT); in testRunCommandRwe_echoCommand()
|
/packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/ |
D | AdServicesShellCommandHostTest.java | 37 private final AbstractAdServicesShellCommandHelper mShellCommandHelper = field in AdServicesShellCommandHostTest 42 String out = mShellCommandHelper.runCommand("%s %s", CMD_ECHO, CMD_ECHO_OUT); in testRunCommand_echoCommand() 49 CommandResult out = mShellCommandHelper.runCommandRwe("%s %s", CMD_ECHO, CMD_ECHO_OUT); in testRunCommandRwe_echoCommand()
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/ |
D | CustomAudienceShellCommandsScenarioTest.java | 50 private final AdServicesShellCommandHelper mShellCommandHelper = field in CustomAudienceShellCommandsScenarioTest 65 mShellCommandHelper.runCommand( in testRun_refreshCustomAudiences_verifyCustomAudienceChanged() 106 mShellCommandHelper.runCommand( in getCustomAudience()
|
D | CustomAudienceShellCommandsE2ETest.java | 68 private final AdServicesShellCommandHelper mShellCommandHelper = field in CustomAudienceShellCommandsE2ETest 159 mShellCommandHelper.runCommandRwe( in testRun_refreshCustomAudiences_verifyNoCustomAudienceChanged() 170 return new JSONObject(mShellCommandHelper.runCommand(template, commandArgs)); in runAndParseShellCommandJson()
|
D | ViewAuctionResultCommandTest.java | 75 private final AdServicesShellCommandHelper mShellCommandHelper = field in ViewAuctionResultCommandTest 92 mShellCommandHelper.runCommandRwe( in testRun_onDeviceAuction_returnsFailure()
|
D | GenerateInputForEncodingShellCommandTest.java | 79 private final AdServicesShellCommandHelper mShellCommandHelper = field in GenerateInputForEncodingShellCommandTest 114 mShellCommandHelper.runCommandRwe( in testRun_generateInputForEncoding_happyPath()
|
D | TriggerEncodingShellCommandTest.java | 90 private final AdServicesShellCommandHelper mShellCommandHelper = field in TriggerEncodingShellCommandTest 115 mShellCommandHelper.runCommandRwe("app-signals trigger-encoding --buyer %s", BUYER); in testTriggerEncoding_happyPath_updatesSuccessfully()
|