Home
last modified time | relevance | path

Searched defs:runShellCommand (Results 1 – 2 of 2) 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/hostsidetests/theme/
Dandroid_device.py37 def runShellCommand(self, cmd): member in androidDevice