Searched refs:runShellCommand (Results 1 – 4 of 4) sorted by relevance
51 runShellCommand(stopCommand); in testScrolling()53 runShellCommand(startCommand); in testScrolling()84 runShellCommand(stopCommand); in testScrolling()
78 runShellCommand(stopCommand); in runBenchmark()80 runShellCommand(startCommand); in runBenchmark()109 runShellCommand(stopCommand); in runBenchmark()
49 protected void runShellCommand(String command) throws Exception { in runShellCommand() method in CtsJankTestBase
63 runShellCommand(LAUNCH_APP); in setUp()72 private void runShellCommand(String command) throws IOException, InterruptedException { in runShellCommand() method in CtsUiAutomatorTest