Home
last modified time | relevance | path

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

/cts/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java120 execShellCommand("settings delete secure " + name); in deleteSecureSetting()
124 execShellCommand("settings put secure " + name + " " + value); in putSecureSetting()
127 private void execShellCommand(String cmd) { in execShellCommand() method in CaptioningManagerTest
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DShellCommandBuilder.java48 execShellCommand(automation, command); in run()
72 private static void execShellCommand(UiAutomation automation, String command) { in execShellCommand() method in ShellCommandBuilder