Searched refs:MAX_IN_FLIGHT (Results 1 – 1 of 1) sorted by relevance
1333 private static final int MAX_IN_FLIGHT = 64; field in UsbDeviceTestActivity.QueuerThread1393 while (mRequestsInFlight.size() > MAX_IN_FLIGHT) { in run()