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

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java 72 execShellCommand(mUiAutomation, command);
77 public static void execShellCommand(UiAutomation automation, String command) {
  /cts/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 130 execShellCommand("settings delete secure " + name);
134 execShellCommand("settings put secure " + name + " " + value);
137 private void execShellCommand(String cmd) {
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
SampleClusterServiceImpl.java 163 execShellCommand(args);
206 private void execShellCommand(String[] args) {
207 Log.i(TAG, "execShellCommand, args: " + Arrays.toString(args));

Completed in 309 milliseconds