Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java142 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in connect() local
143 if (mapStateMachine == null) { in connect()
177 mapStateMachine.doQuit(); in connect()
187 MceStateMachine mapStateMachine; in addDeviceToMapAndConnect() local
189 mapStateMachine = in addDeviceToMapAndConnect()
192 mapStateMachine = new MceStateMachine(this, device, mAdapterService); in addDeviceToMapAndConnect()
194 mMapInstanceMap.put(device, mapStateMachine); in addDeviceToMapAndConnect()
199 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in disconnect() local
201 if (mapStateMachine == null) { in disconnect()
204 int connectionState = mapStateMachine.getState(); in disconnect()
[all …]