Searched refs:setCommandLine (Results 1 – 9 of 9) sorted by relevance
119 mConfig.setCommandLine(new String[] {"empty"}); in testSplitWithShardCount()147 mConfig.setCommandLine(new String[] {"empty"}); in testSplit_noShardCount()177 mConfig.setCommandLine(new String[] {"empty"}); in testSplitWithShardCount_notEnoughTest()221 mConfig.setCommandLine(new String[] {configFile.getAbsolutePath()}); in testCloneStatusChecker()268 mConfig.setCommandLine(new String[] {configFile.getAbsolutePath()}); in testCloneMetricCollector()337 mConfig.setCommandLine(new String[] {"host", "--class", "USE_KEYSTORE@test"}); in testClone_withKeystore()397 mConfig.setCommandLine(new String[] {"host", "--class", "USE_KEYSTORE@test"}); in testClone_withKeystore_loadingFails()
90 public void setCommandLine(CommandLineItem commandLine) { in setCommandLine() method in BugreportItem
90 config.setCommandLine(args); in createConfigurationFromArgs()
509 public void setCommandLine(String[] arrayArgs); in setCommandLine() method
494 config.setCommandLine(arrayArgs); in createConfigurationFromArgs()
260 public void setCommandLine(String[] arrayArgs) { in setCommandLine() method in Configuration
202 mMockConfig.setCommandLine(new String[] {"empty", "--arg", "1"}); in testSandboxOptions()228 mMockConfig.setCommandLine(new String[] {"empty", "--arg", "1"}); in testSandboxOptions_exclusion()
886 mStubConfiguration.setCommandLine(commandLine); in testInvoke_strictShardableTest_withShardIndex()917 mStubConfiguration.setCommandLine(commandLine); in testInvoke_nonStrictShardableTest_withShardIndexZero()979 mStubConfiguration.setCommandLine(commandLine); in testInvoke_nonStrictShardableTest_withShardIndexNonZero()1002 mStubConfiguration.setCommandLine(commandLine); in testInvoke_testtag()1035 mStubConfiguration.setCommandLine(commandLine); in testInvoke_testtag_notset()1063 mStubConfiguration.setCommandLine(commandLine); in testInvoke_notesttag()1100 mStubConfiguration.setCommandLine(commandLine); in testInvoke_buildProviderNeedTestTag()1328 mStubConfiguration.setCommandLine(commandLine); in testInvoke_shardableTest_legacy()
201 mBugreport.setCommandLine(mCommandLine); in commit()