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.java128 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in connect() local
129 if (mapStateMachine == null) { in connect()
164 mapStateMachine.doQuit(); in connect()
174 MceStateMachine mapStateMachine; in addDeviceToMapAndConnect() local
175 if (mSmLooper != null) mapStateMachine = new MceStateMachine(this, device, mSmLooper); in addDeviceToMapAndConnect()
176 else mapStateMachine = new MceStateMachine(this, device); in addDeviceToMapAndConnect()
177 mMapInstanceMap.put(device, mapStateMachine); in addDeviceToMapAndConnect()
185 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in disconnect() local
187 if (mapStateMachine == null) { in disconnect()
190 int connectionState = mapStateMachine.getState(); in disconnect()
[all …]