Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
H A DActivityLaunchUtils.java17 import static android.accessibility.cts.common.ShellCommandBuilder.execShellCommand;
162 execShellCommand(uiAutomation, INPUT_KEYEVENT_KEYCODE_MENU); in homeScreenOrBust()
166 execShellCommand(uiAutomation, AM_START_HOME_ACTIVITY_COMMAND); in homeScreenOrBust()
167 execShellCommand(uiAutomation, AM_BROADCAST_CLOSE_SYSTEM_DIALOG_COMMAND); in homeScreenOrBust()
168 execShellCommand(uiAutomation, INPUT_KEYEVENT_KEYCODE_BACK); in homeScreenOrBust()
177 execShellCommand(uiAutomation, AM_BROADCAST_CLOSE_SYSTEM_DIALOG_COMMAND); in homeScreenOrBust()
178 execShellCommand(uiAutomation, INPUT_KEYEVENT_KEYCODE_BACK); in homeScreenOrBust()
179 execShellCommand(uiAutomation, AM_START_HOME_ACTIVITY_COMMAND); in homeScreenOrBust()
314 execShellCommand(uiAutomation, in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/
H A 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
/aosp_15_r20/cts/tests/accessibility/common/src/android/accessibility/cts/common/
H A DShellCommandBuilder.java88 execShellCommand(mUiAutomation, command); in addCommand()
112 public static void execShellCommand(UiAutomation automation, String command) { in execShellCommand() method in ShellCommandBuilder
/aosp_15_r20/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DClusterRenderingService.java380 execShellCommand(args); in dump()
420 private void execShellCommand(String[] args) { in execShellCommand() method in ClusterRenderingService
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityEndToEndTest.java2818 ShellCommandBuilder.execShellCommand(sUiAutomation, in grantBindAppWidgetPermission()
2823 ShellCommandBuilder.execShellCommand(sUiAutomation, in revokeBindAppWidgetPermission()