Searched refs:mConnectionState (Results 1 – 3 of 3) sorted by relevance
56 private int mConnectionState = BluetoothAdapter.STATE_DISCONNECTED; field in BluetoothControllerImpl90 pw.print(" mConnectionState="); pw.println(stateToString(mConnectionState)); in dump()156 return mConnectionState == BluetoothAdapter.STATE_CONNECTED; in isBluetoothConnected()161 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()225 if (state != mConnectionState) { in updateConnected()226 mConnectionState = state; in updateConnected()
293 private ConnectionState mConnectionState = ConnectionState.DISCONNECTED; field in BluetoothMasClient346 client.mConnectionState = ConnectionState.CONNECTED; in handleMessage()351 client.mConnectionState = ConnectionState.DISCONNECTED; in handleMessage()620 mConnectionState = ConnectionState.CONNECTING; in connect()637 mConnectionState = ConnectionState.DISCONNECTING; in disconnect()660 return mConnectionState; in getState()
805 private int mConnectionState; field in MediaRouter.RouteInfo1039 return mConnectionState; in getConnectionState()1464 + ", connectionState=" + mConnectionState in toString()1511 if (mConnectionState != descriptor.getConnectionState()) { in updateDescriptor()1512 mConnectionState = descriptor.getConnectionState(); in updateDescriptor()