Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java162 private static final int DEFAULT_UNAVAILABLE_TIMEOUT = 20 * 1000; field in NativeDevice
3204 boolean notAvailable = waitForDeviceNotAvailable(DEFAULT_UNAVAILABLE_TIMEOUT); in doReboot()