Searched refs:DISPATCH_RETRY_DELAY_MS (Results 1 – 1 of 1) sorted by relevance
60 private static final int DISPATCH_RETRY_DELAY_MS = 1000; field in UsbHostController326 mHandler.sendMessageDelayed(nextMessage, DISPATCH_RETRY_DELAY_MS); in handleMessage()