Searched refs:launchProtectedVmAndWaitForBootCompleted (Results 1 – 3 of 3) sorted by relevance
98 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 DebugPolicyHostTests220 return launchProtectedVmAndWaitForBootCompleted(debugLevel, BOOT_COMPLETE_TIMEOUT_MS); in launchProtectedVmAndWaitForBootCompleted()223 public ITestDevice launchProtectedVmAndWaitForBootCompleted( in launchProtectedVmAndWaitForBootCompleted() method in DebugPolicyHostTests229 return launchProtectedVmAndWaitForBootCompleted(debugLevel, adbTimeoutMs, bootFiles); in launchProtectedVmAndWaitForBootCompleted()
57 () -> 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 PvmfwImgTest107 return launchProtectedVmAndWaitForBootCompleted( in launchProtectedVmAndWaitForBootCompleted()
173 public ITestDevice launchProtectedVmAndWaitForBootCompleted( in launchProtectedVmAndWaitForBootCompleted() method in CustomPvmfwHostTestCaseBase