Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbOperationInternal.java53 private static final int USB_OPERATION_TIMEOUT_MSECS = 5000; field in UsbOperationInternal
146 long deadline = now + USB_OPERATION_TIMEOUT_MSECS; in waitForOperationComplete()
154 + " operationComplete not received in " + USB_OPERATION_TIMEOUT_MSECS in waitForOperationComplete()