Searched refs:mConnectionState (Results 1 – 3 of 3) sorted by relevance
56 private int mConnectionState = BluetoothAdapter.STATE_DISCONNECTED; field in BluetoothControllerImpl88 pw.print(" mConnectionState="); pw.println(stateToString(mConnectionState)); in dump()149 return mConnectionState == BluetoothAdapter.STATE_CONNECTED; in isBluetoothConnected()154 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()218 if (state != mConnectionState) { in updateConnected()219 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()1455 + ", connectionState=" + mConnectionState in toString()1502 if (mConnectionState != descriptor.getConnectionState()) { in updateDescriptor()1503 mConnectionState = descriptor.getConnectionState(); in updateDescriptor()