Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java129 mConfig.setCommandOptions(options); in testSplitWithShardCount()
157 mConfig.setCommandOptions(options); in testSplit_noShardCount()
187 mConfig.setCommandOptions(options); in testSplitWithShardCount_notEnoughTest()
231 mConfig.setCommandOptions(options); in testCloneStatusChecker()
278 mConfig.setCommandOptions(options); in testCloneMetricCollector()
353 mConfig.setCommandOptions(options); in testClone_withKeystore()
413 mConfig.setCommandOptions(options); in testClone_withKeystore_loadingFails()
442 mConfig.setCommandOptions(options); in testSplitWithTokens()
DStrictShardHelperTest.java88 mConfig.setCommandOptions(options); in testShardConfig_internal()
116 mConfig.setCommandOptions(options); in testShardConfig_internal_shardIndex()
142 mConfig.setCommandOptions(options); in testShardConfig_internal_shardIndex_notShardable_shard0()
173 mConfig.setCommandOptions(options); in testShardConfig_internal_shardIndex_notShardable_shard1()
249 mConfig.setCommandOptions(options); in testShard()
366 mConfig.setCommandOptions(options); in testSuite_withAllInterfaces()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java282 mConfig.setCommandOptions(cmdOptions); in testGetCommandOptions()
643 mConfig.setCommandOptions(options); in testValidateOptions_localSharding_skipDownload()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java410 public void setCommandOptions(ICommandOptions cmdOptions); in setCommandOptions() method
DConfiguration.java229 setCommandOptions(new CommandOptions()); in Configuration()
873 public void setCommandOptions(ICommandOptions cmdOptions) { in setCommandOptions() method in Configuration
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java359 mStubConfiguration.setCommandOptions(cmdOptions); in testInvoke_buildFailed()
1017 mStubConfiguration.setCommandOptions(commandOption); in testInvoke_buildProviderNeedTestTag()
1515 mStubConfiguration.setCommandOptions(commandOption); in testNotSkipPreDeviceSetup()
1544 mStubConfiguration.setCommandOptions(commandOption); in testSkipPreDeviceSetup()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java421 resumeConfig.setCommandOptions(config.getCommandOptions().clone()); in resume()