Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java17 import static android.accessibility.cts.common.ShellCommandBuilder.execShellCommand;
160 execShellCommand(uiAutomation, INPUT_KEYEVENT_KEYCODE_MENU); in homeScreenOrBust()
164 execShellCommand(uiAutomation, AM_START_HOME_ACTIVITY_COMMAND); in homeScreenOrBust()
165 execShellCommand(uiAutomation, AM_BROADCAST_CLOSE_SYSTEM_DIALOG_COMMAND); in homeScreenOrBust()
166 execShellCommand(uiAutomation, INPUT_KEYEVENT_KEYCODE_BACK); in homeScreenOrBust()
175 execShellCommand(uiAutomation, AM_BROADCAST_CLOSE_SYSTEM_DIALOG_COMMAND); in homeScreenOrBust()
310 execShellCommand(uiAutomation, in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DShellCommandBuilder.java88 execShellCommand(mUiAutomation, command); in addCommand()
112 public static void execShellCommand(UiAutomation automation, String command) { in execShellCommand() method in ShellCommandBuilder
/cts/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java216 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
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java2454 ShellCommandBuilder.execShellCommand(sUiAutomation, in grantBindAppWidgetPermission()
2459 ShellCommandBuilder.execShellCommand(sUiAutomation, in revokeBindAppWidgetPermission()