Home
last modified time | relevance | path

Searched refs:timeoutMs (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceRecoveryModeUtil.java37 public static void bootOutOfRecovery(IManagedTestDevice device, long timeoutMs) in bootOutOfRecovery() argument
39 bootOutOfRecovery(device, timeoutMs, 0); in bootOutOfRecovery()
53 long timeoutMs, long bufferMs) in bootOutOfRecovery() argument
65 managedDevice.waitForDeviceAvailable(timeoutMs); in bootOutOfRecovery()
DLogcatUpdaterEventParser.java111 public synchronized void waitUntilCompleted(long timeoutMs) { in waitUntilCompleted() argument
114 wait(timeoutMs); in waitUntilCompleted()
200 final UpdaterEventType expectedEvent, long timeoutMs) throws IOException { in internalWaitForEvent() argument
204 while (System.currentTimeMillis() - startTime < timeoutMs) { in internalWaitForEvent()
224 + TimeUtil.formatElapsedTime(timeoutMs)); in internalWaitForEvent()
229 public UpdaterEventType waitForEvent(UpdaterEventType expectedEvent, long timeoutMs) { in waitForEvent() argument
231 return internalWaitForEvent(expectedEvent, timeoutMs); in waitForEvent()
242 final UpdaterEventType expectedEvent, long timeoutMs) { in waitForEventAsync() argument
251 result = internalWaitForEvent(expectedEvent, timeoutMs); in waitForEventAsync()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceStateMonitor.java167 public void setDefaultOnlineTimeout(long timeoutMs); in setDefaultOnlineTimeout() argument
172 public void setDefaultAvailableTimeout(long timeoutMs); in setDefaultAvailableTimeout() argument
DNativeDeviceStateMonitor.java85 public void setDefaultOnlineTimeout(long timeoutMs) { in setDefaultOnlineTimeout() argument
86 mDefaultOnlineTimeout = timeoutMs; in setDefaultOnlineTimeout()
93 public void setDefaultAvailableTimeout(long timeoutMs) { in setDefaultAvailableTimeout() argument
94 mDefaultAvailableTimeout = timeoutMs; in setDefaultAvailableTimeout()
/tools/metalava/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...