Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java60 private Map<BluetoothDevice, MceStateMachine> mMapInstanceMap = new ConcurrentHashMap<>(1); field in MapClientService
88 return mMapInstanceMap; in getInstanceMap()
114 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in connect()
117 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()
124 if (mMapInstanceMap.size() < MAXIMUM_CONNECTED_DEVICES) { in connect()
148 mMapInstanceMap.remove(device); in connect()
163 mMapInstanceMap.put(device, mapStateMachine); in addDeviceToMapAndConnect()
175 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in disconnect()
200 return mMapInstanceMap.get(device); in getMceStateMachineForDevice()
222 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in getConnectionState()
[all …]