Home
last modified time | relevance | path

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

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DApexE2EBaseHostTest.java52 private static final Duration BOOT_COMPLETE_TIMEOUT = Duration.ofMinutes(2); field in ApexE2EBaseHostTest
135 boolean success = getDevice().waitForBootComplete(BOOT_COMPLETE_TIMEOUT.toMillis()); in reboot()
136 assertWithMessage("Device didn't boot in %s", BOOT_COMPLETE_TIMEOUT).that(success).isTrue(); in reboot()
/aosp12/packages/modules/SdkExtensions/tests/e2e/Extensions/test-src/com/android/tests/apex/sdkextensions/
H A DSdkExtensionsHostTest.java63 private static final Duration BOOT_COMPLETE_TIMEOUT = Duration.ofMinutes(2); field in SdkExtensionsHostTest
250 boolean success = getDevice().waitForBootComplete(BOOT_COMPLETE_TIMEOUT.toMillis()); in reboot()
251 assertWithMessage("Device didn't boot in %s", BOOT_COMPLETE_TIMEOUT).that(success).isTrue(); in reboot()
/aosp12/art/test/odsign/test-src/com/android/tests/odsign/
H A DOnDeviceSigningHostTest.java66 private static final Duration BOOT_COMPLETE_TIMEOUT = Duration.ofMinutes(2); field in OnDeviceSigningHostTest
302 boolean success = getDevice().waitForBootComplete(BOOT_COMPLETE_TIMEOUT.toMillis()); in reboot()
303 assertWithMessage("Device didn't boot in %s", BOOT_COMPLETE_TIMEOUT).that(success).isTrue(); in reboot()