Home
last modified time | relevance | path

Searched defs:execShellCommand (Results 1 – 2 of 2) sorted by relevance

/cts/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java156 private void execShellCommand(String cmd) { in execShellCommand() method in CaptioningManagerTest
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DShellCommandBuilder.java112 public static void execShellCommand(UiAutomation automation, String command) { in execShellCommand() method in ShellCommandBuilder