Home
last modified time | relevance | path

Searched refs:MAXIMUM_CONNECTED_DEVICES (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java161 for (int i = 0; i < MapClientService.MAXIMUM_CONNECTED_DEVICES; ++i) { in testConnectMaxDevices()
178 Assert.assertEquals(MapClientService.MAXIMUM_CONNECTED_DEVICES, map.size()); in testConnectMaxDevices()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java58 static final int MAXIMUM_CONNECTED_DEVICES = 4; field in MapClientService
119 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()
126 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java52 static final int MAXIMUM_CONNECTED_DEVICES = 5; field in AvrcpControllerService