Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DDisableContextTest.java57 SystemUtil.runShellCommand(getInstrumentation(), in tearDown()
59 SystemUtil.runShellCommand(getInstrumentation(), in tearDown()
68 SystemUtil.runShellCommand(getInstrumentation(), in testContextAndScreenshotOff()
70 SystemUtil.runShellCommand(getInstrumentation(), in testContextAndScreenshotOff()
80 SystemUtil.runShellCommand(getInstrumentation(), in testContextAndScreenshotOff()
82 SystemUtil.runShellCommand(getInstrumentation(), in testContextAndScreenshotOff()
92 SystemUtil.runShellCommand(getInstrumentation(), in testContextAndScreenshotOff()
94 SystemUtil.runShellCommand(getInstrumentation(), in testContextAndScreenshotOff()
DAssistTestBase.java77 SystemUtil.runShellCommand(getInstrumentation(), in setUp()
79 SystemUtil.runShellCommand(getInstrumentation(), in setUp()
/cts/hostsidetests/theme/
Dandroid_device.py37 def runShellCommand(self, cmd): member in androidDevice
48 (output, err) = self.runShellCommand("getprop dev.bootcomplete")
70 return self.runShellCommand("am instrument -w " + option)
73 (out, err) = self.runShellCommand("ps")
82 return int(self.runShellCommand("getprop qemu.sf.lcd_density")[0])
84 return int(self.runShellCommand("getprop ro.sf.lcd_density")[0])
87 return int(self.runShellCommand("getprop ro.build.version.sdk")[0])
90 return int(self.runShellCommand("dumpsys | grep SurfaceOrientation")[0].split()[1])
/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/libs/deviceutil/src/android/cts/util/
DLocationUtils.java35 SystemUtil.runShellCommand(instrumentation, command.toString()); in registerMockLocationProvider()
DSystemUtil.java58 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java129 SystemUtil.runShellCommand(getInstrumentation(), disableImeCommand); in disableImes()
136 SystemUtil.runShellCommand(getInstrumentation(), enableImeCommand); in enableImes()
375 SystemUtil.runShellCommand(getInstrumentation(), in clearPrintSpoolerData()
385 SystemUtil.runShellCommand(getInstrumentation(), in enablePrintServices()
390 SystemUtil.runShellCommand(getInstrumentation(), in disablePrintServices()
/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