Searched refs:BOOT_COMPLETE_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
55 public static final int BOOT_COMPLETE_TIMEOUT_MS = 30000; // 30 seconds field in CustomPvmfwHostTestCaseBase190 assertThat(mMicrodroidDevice.waitForBootComplete(BOOT_COMPLETE_TIMEOUT_MS)).isTrue(); in launchProtectedVmAndWaitForBootCompleted()
59 launchProtectedVmAndWaitForBootCompleted(BOOT_COMPLETE_TIMEOUT_MS); in testPvmfw_beforeVmReferenceDt_whenSecretKeeperExists()
220 return launchProtectedVmAndWaitForBootCompleted(debugLevel, BOOT_COMPLETE_TIMEOUT_MS); in launchProtectedVmAndWaitForBootCompleted()
74 private static final int BOOT_COMPLETE_TIMEOUT_MS = 10 * 60 * 1000; field in AVFHostTestCase466 getDevice().waitForDeviceOnline(BOOT_COMPLETE_TIMEOUT_MS); in waitForBootCompleted()467 getDevice().waitForBootComplete(BOOT_COMPLETE_TIMEOUT_MS); in waitForBootCompleted()