Home
last modified time | relevance | path

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

/cts/libs/deviceutil/src/android/cts/util/
DSystemUtil.java58 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil
/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/hostsidetests/theme/
Dandroid_device.py37 def runShellCommand(self, cmd): member in androidDevice
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java72 private void runShellCommand(String command) throws IOException, InterruptedException { in runShellCommand() method in CtsUiAutomatorTest