Home
last modified time | relevance | path

Searched refs:BOOT_COMPLETE_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DCustomPvmfwHostTestCaseBase.java55 public static final int BOOT_COMPLETE_TIMEOUT_MS = 30000; // 30 seconds field in CustomPvmfwHostTestCaseBase
190 assertThat(mMicrodroidDevice.waitForBootComplete(BOOT_COMPLETE_TIMEOUT_MS)).isTrue(); in launchProtectedVmAndWaitForBootCompleted()
DPvmfwImgTest.java59 launchProtectedVmAndWaitForBootCompleted(BOOT_COMPLETE_TIMEOUT_MS); in testPvmfw_beforeVmReferenceDt_whenSecretKeeperExists()
DDebugPolicyHostTests.java220 return launchProtectedVmAndWaitForBootCompleted(debugLevel, BOOT_COMPLETE_TIMEOUT_MS); in launchProtectedVmAndWaitForBootCompleted()
/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java74 private static final int BOOT_COMPLETE_TIMEOUT_MS = 10 * 60 * 1000; field in AVFHostTestCase
466 getDevice().waitForDeviceOnline(BOOT_COMPLETE_TIMEOUT_MS); in waitForBootCompleted()
467 getDevice().waitForBootComplete(BOOT_COMPLETE_TIMEOUT_MS); in waitForBootCompleted()