Searched refs:mapStateMachine (Results 1 – 1 of 1) sorted by relevance
114 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in connect() local115 if (mapStateMachine == null) { in connect()162 MceStateMachine mapStateMachine = new MceStateMachine(this, device); in addDeviceToMapAndConnect() local163 mMapInstanceMap.put(device, mapStateMachine); in addDeviceToMapAndConnect()175 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in disconnect() local177 if (mapStateMachine == null) { in disconnect()180 int connectionState = mapStateMachine.getState(); in disconnect()185 mapStateMachine.disconnect(); in disconnect()222 MceStateMachine mapStateMachine = mMapInstanceMap.get(device); in getConnectionState() local224 return (mapStateMachine == null) ? BluetoothProfile.STATE_DISCONNECTED in getConnectionState()[all …]