Searched refs:STATE_CONNECTING (Results 1 – 6 of 6) sorted by relevance
67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection field in BluetoothChatService133 if (mState == STATE_CONNECTING) { in connect()143 setState(STATE_CONNECTING); in connect()312 case STATE_CONNECTING: in run()
255 case BluetoothChatService.STATE_CONNECTING:
68 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection field in BluetoothChatService145 if (mState == STATE_CONNECTING) { in connect()350 case STATE_CONNECTING: in run()412 mState = STATE_CONNECTING; in ConnectThread()
289 case BluetoothChatService.STATE_CONNECTING:
52 private static final int STATE_CONNECTING = 1; field in BluetoothLeService223 mConnectionState = STATE_CONNECTING; in connect()240 mConnectionState = STATE_CONNECTING; in connect()
221 case PlaybackState.STATE_CONNECTING: in onPlaybackStateChanged()