Searched refs:assertShellCommand (Results 1 – 5 of 5) sorted by relevance
142 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 …]
50 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()
41 public CommandResult assertShellCommand(String command) throws DeviceNotAvailableException { in assertShellCommand() method in DsuTestBase53 result = assertShellCommand("gsi_tool status"); in getDsuStatus()
176 assertShellCommand("gsi_tool enable"); in testDSU()186 assertShellCommand("gsi_tool wipe"); in testDSU()
47 private CommandResult assertShellCommand(String command) throws DeviceNotAvailableException { in assertShellCommand() method in GpuWorkDumpsysTest62 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()