Searched refs:runShellCommand (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/assist/src/android/assist/cts/ |
D | DisableContextTest.java | 57 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()
|
D | AssistTestBase.java | 77 SystemUtil.runShellCommand(getInstrumentation(), in setUp() 79 SystemUtil.runShellCommand(getInstrumentation(), in setUp()
|
/cts/hostsidetests/theme/ |
D | android_device.py | 37 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/ |
D | CtsDeviceJankOpenGl.java | 78 runShellCommand(stopCommand); in runBenchmark() 80 runShellCommand(startCommand); in runBenchmark() 109 runShellCommand(stopCommand); in runBenchmark()
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | LocationUtils.java | 35 SystemUtil.runShellCommand(instrumentation, command.toString()); in registerMockLocationProvider()
|
D | SystemUtil.java | 58 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand() method in SystemUtil
|
/cts/tests/tests/print/src/android/print/cts/ |
D | BasePrintTest.java | 129 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/ |
D | CtsJankTestBase.java | 49 protected void runShellCommand(String command) throws Exception { in runShellCommand() method in CtsJankTestBase
|
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
D | CtsUiAutomatorTest.java | 63 runShellCommand(LAUNCH_APP); in setUp() 72 private void runShellCommand(String command) throws IOException, InterruptedException { in runShellCommand() method in CtsUiAutomatorTest
|