Searched refs:execShellCommand (Results 1 – 4 of 4) sorted by relevance
88 execShellCommand(mUiAutomation, command); in addCommand()112 public static void execShellCommand(UiAutomation automation, String command) { in execShellCommand() method in ShellCommandBuilder
216 execShellCommand("settings delete secure " + name); in deleteSecureSetting()220 execShellCommand("settings put secure " + name + " " + value); in putSecureSetting()223 private void execShellCommand(String cmd) { in execShellCommand() method in CaptioningManagerTest
17 import static android.accessibility.cts.common.ShellCommandBuilder.execShellCommand;149 execShellCommand(uiAutomation, AM_START_HOME_ACTIVITY_COMMAND); in homeScreenOrBust()150 execShellCommand(uiAutomation, AM_BROADCAST_CLOSE_SYSTEM_DIALOG_COMMAND); in homeScreenOrBust()151 execShellCommand(uiAutomation, INPUT_KEYEVENT_KEYCODE_BACK); in homeScreenOrBust()
1979 ShellCommandBuilder.execShellCommand(sUiAutomation, in grantBindAppWidgetPermission()1984 ShellCommandBuilder.execShellCommand(sUiAutomation, in revokeBindAppWidgetPermission()