Home
last modified time | relevance | path

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

/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceConnector.java31 private static final int MAX_WAIT_DEVICE_TIME = 5000; field in DeviceConnector
57 IDevice device = listener.waitForDevice(MAX_WAIT_DEVICE_TIME); in connectToDevice()