Home
last modified time | relevance | path

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

/aosp_15_r20/system/gsid/tests/
H A DDsuGsiIntegrationTest.java142 assertShellCommand("gsi_tool wipe"); in testDsuGsi()
152 assertShellCommand(getDsuInstallCommand()); in testDsuGsi()
177 assertShellCommand("gsi_tool enable"); in testDsuGsi()
184 assertShellCommand("remount"); in testDsuGsi()
189 assertShellCommand("remount"); in testDsuGsi()
191 assertShellCommand(String.format("mkdir -p '%s'", REMOUNT_TEST_PATH)); in testDsuGsi()
192 assertShellCommand(String.format("cp /system/bin/init '%s'", REMOUNT_TEST_FILE)); in testDsuGsi()
196 assertShellCommand("gsi_tool disable"); in testDsuGsi()
203 assertShellCommand("gsi_tool enable"); in testDsuGsi()
216 assertShellCommand("enable-verity"); in testDsuGsi()
[all …]
H A DDsuGsiToolTest.java50 assertShellCommand("gsi_tool wipe"); in setUp()
68 assertShellCommand(getDsuInstallCommand(slotName)); in testNonLockedDsu()
80 assertShellCommand("gsi_tool enable"); in testNonLockedDsu()
81 assertShellCommand("gsi_tool disable"); in testNonLockedDsu()
82 assertShellCommand("gsi_tool wipe"); in testNonLockedDsu()
88 assertShellCommand(getDsuInstallCommand(slotName)); in testLockedDsu()
H A DDsuTestBase.java41 public CommandResult assertShellCommand(String command) throws DeviceNotAvailableException { in assertShellCommand() method in DsuTestBase
53 result = assertShellCommand("gsi_tool status"); in getDsuStatus()
H A DDSUEndtoEndTest.java176 assertShellCommand("gsi_tool enable"); in testDSU()
186 assertShellCommand("gsi_tool wipe"); in testDSU()
/aosp_15_r20/cts/hostsidetests/graphics/gpumetrics/src/com/android/cts/graphics/
H A DGpuWorkDumpsysTest.java47 private CommandResult assertShellCommand(String command) throws DeviceNotAvailableException { in assertShellCommand() method in GpuWorkDumpsysTest
62 assertShellCommand( in getTestAppUid()
93 assertShellCommand("input keyevent KEYCODE_WAKEUP"); in testOutputFormat()
97 assertShellCommand("wm dismiss-keyguard"); in testOutputFormat()
101 assertShellCommand("am start -W -S " + TEST_PKG); in testOutputFormat()
108 commandResult = assertShellCommand(DUMPSYS_COMMAND); in testOutputFormat()