Searched refs:adbTimeoutMs (Results 1 – 3 of 3) sorted by relevance
105 public ITestDevice launchProtectedVmAndWaitForBootCompleted(long adbTimeoutMs) in launchProtectedVmAndWaitForBootCompleted() argument108 MICRODROID_DEBUG_FULL, adbTimeoutMs, Collections.emptyMap()); in launchProtectedVmAndWaitForBootCompleted()
174 String debugLevel, long adbTimeoutMs, @NonNull Map<String, File> bootFiles) in launchProtectedVmAndWaitForBootCompleted() argument182 .setAdbConnectTimeoutMs(adbTimeoutMs); in launchProtectedVmAndWaitForBootCompleted()
224 String debugLevel, long adbTimeoutMs) throws DeviceNotAvailableException { in launchProtectedVmAndWaitForBootCompleted() argument229 return launchProtectedVmAndWaitForBootCompleted(debugLevel, adbTimeoutMs, bootFiles); in launchProtectedVmAndWaitForBootCompleted()