Home
last modified time | relevance | path

Searched refs:adbShellCommandCheck (Results 1 – 2 of 2) sorted by relevance

/test/vts/tests/angleallowliststrace_test/host/src/com/google/android/angleallowlists/vts/
DHelper.java112 CommandResult result = adbShellCommandCheck( in assertDeviceStateOk()
132 adbShellCommandCheck(WAIT_ADB_SHELL_FILE_OP_MILLIS, "svc power stayon true"); in preTestSetup()
136 adbShellCommandCheck(WAIT_ADB_SHELL_FILE_OP_MILLIS, "input keyevent KEYCODE_WAKEUP"); in preTestSetup()
140 adbShellCommandCheck(WAIT_ADB_SHELL_FILE_OP_MILLIS, "wm dismiss-keyguard"); in preTestSetup()
145 adbShellCommandCheck(WAIT_ADB_SHELL_FILE_OP_MILLIS, in preTestSetup()
147 adbShellCommandCheck(WAIT_ADB_SHELL_FILE_OP_MILLIS, in preTestSetup()
263 public CommandResult adbShellCommandCheck(final long timeout, final String command) in adbShellCommandCheck() method in Helper
265 return adbShellCommandCheck(timeout, true, command); in adbShellCommandCheck()
268 private CommandResult adbShellCommandCheck(final long timeout, final boolean logOutput, in adbShellCommandCheck() method in Helper
320 adbShellCommandCheck(WAIT_ADB_SHELL_FILE_OP_MILLIS, String.format("mkdir -p %s", dir)); in deviceMkDirP()
DAngleAllowlistTraceTest.java188 helper.adbShellCommandCheck(Helper.WAIT_ADB_SHELL_FILE_OP_MILLIS, in runAndBlockAngleTestApp()
201 helper.adbShellCommandCheck(Helper.WAIT_ADB_SHELL_FILE_OP_MILLIS, in runAngleListTrace()
206 helper.adbShellCommandCheck(Helper.WAIT_ADB_SHELL_FILE_OP_MILLIS, in runAngleListTrace()
281 helper.adbShellCommandCheck(Helper.WAIT_ADB_SHELL_FILE_OP_MILLIS, in runAngleTracePerf()
286 helper.adbShellCommandCheck(Helper.WAIT_ADB_SHELL_FILE_OP_MILLIS, in runAngleTracePerf()
299 helper.adbShellCommandCheck(Helper.WAIT_ADB_LARGE_FILE_OP_MILLIS, in runAngleTracePerf()
307 mTestHelper.adbShellCommandCheck(mTestHelper.WAIT_SET_GLOBAL_SETTING_MILLIS, in runAngleTracePerf()
310 mTestHelper.adbShellCommandCheck(mTestHelper.WAIT_SET_GLOBAL_SETTING_MILLIS, in runAngleTracePerf()
315 mTestHelper.adbShellCommandCheck(mTestHelper.WAIT_SET_GLOBAL_SETTING_MILLIS, in runAngleTracePerf()
317 mTestHelper.adbShellCommandCheck(mTestHelper.WAIT_SET_GLOBAL_SETTING_MILLIS, in runAngleTracePerf()
[all …]