Searched refs:ConnectionState (Results 1 – 2 of 2) sorted by relevance
276 public enum ConnectionState { enum in BluetoothMasClient293 private ConnectionState mConnectionState = ConnectionState.DISCONNECTED;346 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()659 public ConnectionState getState() { in getState()
823 private @interface ConnectionState {} annotation in MediaRouter.RouteInfo1037 @ConnectionState