Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerStressApp.java41 private CommandOptions mCommandOptions; field in CommandSchedulerStressApp
47 mCommandOptions = new CommandOptions(); in CommandSchedulerStressApp()
48 mCommandOptions.setLoopMode(false); in CommandSchedulerStressApp()
49 mCommandOptions.setMinLoopTime(0); in CommandSchedulerStressApp()
50 EasyMock.expect(mMockConfig.getCommandOptions()).andStubReturn(mCommandOptions); in CommandSchedulerStressApp()
DCommandSchedulerFuncTest.java72 private CommandOptions mCommandOptions; field in CommandSchedulerFuncTest
92 mCommandOptions = new CommandOptions(); in setUp()
93 mCommandOptions.setLoopMode(true); in setUp()
94 mCommandOptions.setMinLoopTime(0); in setUp()
95 EasyMock.expect(mSlowConfig.getCommandOptions()).andStubReturn(mCommandOptions); in setUp()
98 EasyMock.expect(mFastConfig.getCommandOptions()).andStubReturn(mCommandOptions); in setUp()
391 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible()
506 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible_timeout()
578 mCommandOptions.setLoopMode(false); in testShutdown_invocation_timeout()
579 mCommandOptions.setInvocationTimeout(500l); in testShutdown_invocation_timeout()
[all …]
DCommandSchedulerTest.java88 private CommandOptions mCommandOptions; field in CommandSchedulerTest
154 mCommandOptions = new CommandOptions(); in setUp()
214 mCommandOptions.setHelpMode(true); in testAddConfig_configHelp()
230 mCommandOptions.setJsonHelpMode(true); in testAddConfig_configJsonHelp()
280 mCommandOptions.setDryRunMode(true); in testRun_dryRun()
295 mCommandOptions.setDryRunMode(false); in testRun_dryRun()
416 mCommandOptions.setLoopMode(true); in testRun_oneConfigLoop()
417 mCommandOptions.setMinLoopTime(50); in testRun_oneConfigLoop()
549 EasyMock.expect(rescheduledConfig.getCommandOptions()).andStubReturn(mCommandOptions); in testRun_rescheduled()
735 EasyMock.expect(mMockConfiguration.getCommandOptions()).andStubReturn(mCommandOptions); in setCreateConfigExpectations()
[all …]