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