Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java193 String[] slowConfigArgs = new String[] {"slowConfig"}; in testRun_scheduling() local
201 AdditionalMatchers.aryEq(slowConfigArgs), in testRun_scheduling()
208 mCommandScheduler.addCommand(slowConfigArgs); in testRun_scheduling()
305 String[] slowConfigArgs = new String[] {"slowConfig"}; in testBatteryLowLevel() local
308 AdditionalMatchers.aryEq(slowConfigArgs), in testBatteryLowLevel()
314 mCommandScheduler.addCommand(slowConfigArgs); in testBatteryLowLevel()
345 String[] slowConfigArgs = new String[] {"slowConfig"}; in testBatteryLowLevel_interruptible() local
348 AdditionalMatchers.aryEq(slowConfigArgs), in testBatteryLowLevel_interruptible()
355 mCommandScheduler.addCommand(slowConfigArgs); in testBatteryLowLevel_interruptible()
372 String[] slowConfigArgs = new String[] {"slowConfig"}; in testShutdown_interruptible() local
[all …]