Searched refs:MAX_CONNECT_RECORDS (Results 1 – 1 of 1) sorted by relevance
93 private static final int MAX_CONNECT_RECORDS = 32; field in UsbHostManager308 while (mConnections.size() >= MAX_CONNECT_RECORDS) { in addConnectionRecord()