Searched refs:MAXIMUM_CONNECTED_DEVICES (Results 1 – 3 of 3) sorted by relevance
161 for (int i = 0; i < MapClientService.MAXIMUM_CONNECTED_DEVICES; ++i) { in testConnectMaxDevices()178 Assert.assertEquals(MapClientService.MAXIMUM_CONNECTED_DEVICES, map.size()); in testConnectMaxDevices()
58 static final int MAXIMUM_CONNECTED_DEVICES = 4; field in MapClientService119 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()126 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()
52 static final int MAXIMUM_CONNECTED_DEVICES = 5; field in AvrcpControllerService