HomeSort by relevance Sort by last modified time
    Searched refs:execShellCommand (Results 1 - 2 of 2) sorted by null

  /cts/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 120 execShellCommand("settings delete secure " + name);
124 execShellCommand("settings put secure " + name + " " + value);
127 private void execShellCommand(String cmd) {
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java 48 execShellCommand(automation, command);
72 private static void execShellCommand(UiAutomation automation, String command) {

Completed in 76 milliseconds