Home
last modified time | relevance | path

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

/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ui/
DCtsDeviceJankUi.java51 runShellCommand(stopCommand); in testScrolling()
53 runShellCommand(startCommand); in testScrolling()
84 runShellCommand(stopCommand); in testScrolling()
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
DCtsDeviceJankOpenGl.java78 runShellCommand(stopCommand); in runBenchmark()
80 runShellCommand(startCommand); in runBenchmark()
109 runShellCommand(stopCommand); in runBenchmark()
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
DCtsJankTestBase.java49 protected void runShellCommand(String command) throws Exception { in runShellCommand() method in CtsJankTestBase
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java63 runShellCommand(LAUNCH_APP); in setUp()
72 private void runShellCommand(String command) throws IOException, InterruptedException { in runShellCommand() method in CtsUiAutomatorTest