Searched refs:mapStateMachine (Results 1 – 1 of 1) sorted by relevance
142 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in connect() local143 if (mapStateMachine == null) { in connect()177 mapStateMachine.doQuit(); in connect()187 MceStateMachine mapStateMachine; in addDeviceToMapAndConnect() local189 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() local201 if (mapStateMachine == null) { in disconnect()204 int connectionState = mapStateMachine.getState(); in disconnect()[all …]