Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java87 private static final int CHECK_WAIT_DEVICE_AVAIL_MS = 30 * 1000; field in DeviceManager
448 if (testDevice.getMonitor().waitForDeviceShell(CHECK_WAIT_DEVICE_AVAIL_MS)) { in checkAndAddAvailableDevice()