Searched refs:execShellCommand (Results 1 – 2 of 2) sorted by relevance
120 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
48 execShellCommand(automation, command); in run()72 private static void execShellCommand(UiAutomation automation, String command) { in execShellCommand() method in ShellCommandBuilder