Searched refs:BOOT_COMPLETE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
52 private static final Duration BOOT_COMPLETE_TIMEOUT = Duration.ofMinutes(2); field in ApexE2EBaseHostTest135 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()
63 private static final Duration BOOT_COMPLETE_TIMEOUT = Duration.ofMinutes(2); field in SdkExtensionsHostTest250 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()
66 private static final Duration BOOT_COMPLETE_TIMEOUT = Duration.ofMinutes(2); field in OnDeviceSigningHostTest302 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()