Searched refs:MAXIMUM_CONNECTED_DEVICES (Results 1 – 3 of 3) sorted by relevance
157 for (int i = 0; i < MapClientService.MAXIMUM_CONNECTED_DEVICES; ++i) { in testConnectMaxDevices()174 Assert.assertEquals(MapClientService.MAXIMUM_CONNECTED_DEVICES, map.size()); in testConnectMaxDevices()
56 static final int MAXIMUM_CONNECTED_DEVICES = 4; field in MapClientService131 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()138 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()
56 static final int MAXIMUM_CONNECTED_DEVICES = 5; field in AvrcpControllerService