Home
last modified time | relevance | path

Searched refs:launchProtectedVmAndWaitForBootCompleted (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DDebugPolicyHostTests.java98 launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_NONE); in testAdbInDebugPolicy_withDebugLevelNone_bootWithAdbConnection()
121 launchProtectedVmAndWaitForBootCompleted( in testNoAdbInDebugPolicy_withDebugLevelNone_noConnection()
129 launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_FULL); in testNoAdbInDebugPolicy_withDebugLevelFull_bootWithAdbConnection()
135 ITestDevice device = launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_NONE); in testRamdumpInDebugPolicy_withDebugLevelNone_hasRamdumpArgs()
146 ITestDevice device = launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_NONE); in testNoRamdumpInDebugPolicy_withDebugLevelNone_noRamdumpArgs()
159 ITestDevice device = launchProtectedVmAndWaitForBootCompleted(MICRODROID_DEBUG_FULL); in testNoRamdumpInDebugPolicy_withDebugLevelFull_hasRamdumpArgs()
218 public ITestDevice launchProtectedVmAndWaitForBootCompleted(String debugLevel) in launchProtectedVmAndWaitForBootCompleted() method in DebugPolicyHostTests
220 return launchProtectedVmAndWaitForBootCompleted(debugLevel, BOOT_COMPLETE_TIMEOUT_MS); in launchProtectedVmAndWaitForBootCompleted()
223 public ITestDevice launchProtectedVmAndWaitForBootCompleted( in launchProtectedVmAndWaitForBootCompleted() method in DebugPolicyHostTests
229 return launchProtectedVmAndWaitForBootCompleted(debugLevel, adbTimeoutMs, bootFiles); in launchProtectedVmAndWaitForBootCompleted()
DPvmfwImgTest.java57 () -> launchProtectedVmAndWaitForBootCompleted(BOOT_FAILURE_WAIT_TIME_MS)); in testPvmfw_beforeVmReferenceDt_whenSecretKeeperExists()
59 launchProtectedVmAndWaitForBootCompleted(BOOT_COMPLETE_TIMEOUT_MS); in testPvmfw_beforeVmReferenceDt_whenSecretKeeperExists()
101 () -> launchProtectedVmAndWaitForBootCompleted(BOOT_FAILURE_WAIT_TIME_MS)); in testInvalidConfigVersion_doesNotBoot()
105 public ITestDevice launchProtectedVmAndWaitForBootCompleted(long adbTimeoutMs) in launchProtectedVmAndWaitForBootCompleted() method in PvmfwImgTest
107 return launchProtectedVmAndWaitForBootCompleted( in launchProtectedVmAndWaitForBootCompleted()
DCustomPvmfwHostTestCaseBase.java173 public ITestDevice launchProtectedVmAndWaitForBootCompleted( in launchProtectedVmAndWaitForBootCompleted() method in CustomPvmfwHostTestCaseBase