Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java171 String[] slowConfigArgs = new String[] {"slowConfig"}; in testRun_scheduling() local
178 mMockConfigFactory.createConfigurationFromArgs(EasyMock.aryEq(slowConfigArgs), in testRun_scheduling()
185 mCommandScheduler.addCommand(slowConfigArgs); in testRun_scheduling()
276 String[] slowConfigArgs = new String[] {"slowConfig"}; in testBatteryLowLevel() local
279 mMockConfigFactory.createConfigurationFromArgs(EasyMock.aryEq(slowConfigArgs), in testBatteryLowLevel()
285 mCommandScheduler.addCommand(slowConfigArgs); in testBatteryLowLevel()
325 String[] slowConfigArgs = new String[] {"slowConfig"}; in testBatteryLowLevel_interruptible() local
328 mMockConfigFactory.createConfigurationFromArgs(EasyMock.aryEq(slowConfigArgs), in testBatteryLowLevel_interruptible()
335 mCommandScheduler.addCommand(slowConfigArgs); in testBatteryLowLevel_interruptible()
352 String[] slowConfigArgs = new String[] {"slowConfig"}; in testShutdown_interruptible() local
[all …]