Searched refs:mCommandScheduler (Results 1 – 2 of 2) sorted by relevance
65 private CommandScheduler mCommandScheduler; field in CommandSchedulerFuncTest118 mCommandScheduler = in setUp()153 if (mCommandScheduler != null) { in tearDown()154 mCommandScheduler.shutdownOnEmpty(); in tearDown()183 mCommandScheduler.start(); in testRun_scheduling()184 mCommandScheduler.addCommand(fastConfigArgs); in testRun_scheduling()185 mCommandScheduler.addCommand(slowConfigArgs); in testRun_scheduling()190 mCommandScheduler.shutdown(); in testRun_scheduling()191 mCommandScheduler.join(WAIT_TIMEOUT_MS); in testRun_scheduling()284 mCommandScheduler.start(); in testBatteryLowLevel()[all …]
37 private CommandScheduler mCommandScheduler; field in CommandSchedulerStressApp54 mCommandScheduler = in CommandSchedulerStressApp()85 mCommandScheduler.start(); in testRunLoad()88 mCommandScheduler.addCommand(configArgs); in testRunLoad()93 mCommandScheduler.shutdown(); in testRunLoad()94 mCommandScheduler.join(); in testRunLoad()