Home
last modified time | relevance | path

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

/cts/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java149 execShellCommand("settings delete secure " + name); in deleteSecureSetting()
153 execShellCommand("settings put secure " + name + " " + value); in putSecureSetting()
156 private void execShellCommand(String cmd) { in execShellCommand() method in CaptioningManagerTest
/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/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGlobalActionsTest.java19 import static android.accessibility.cts.common.ShellCommandBuilder.execShellCommand;
177 execShellCommand(sUiAutomation, AM_BROADCAST_CLOSE_SYSTEM_DIALOG_COMMAND); in testPerformActionScreenshot()
DAccessibilityEndToEndTest.java1073 ShellCommandBuilder.execShellCommand(sUiAutomation, in grantBindAppWidgetPermission()
1078 ShellCommandBuilder.execShellCommand(sUiAutomation, in revokeBindAppWidgetPermission()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java17 import static android.accessibility.cts.common.ShellCommandBuilder.execShellCommand;
142 execShellCommand(uiAutomation, AM_START_HOME_ACTIVITY_COMMAND); in homeScreenOrBust()
143 execShellCommand(uiAutomation, AM_BROADCAST_CLOSE_SYSTEM_DIALOG_COMMAND); in homeScreenOrBust()