Searched refs:STATE_CONNECTING (Results 1 – 5 of 5) sorted by relevance
83 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection field in BluetoothChatService201 if (mState == STATE_CONNECTING) { in connect()211 setState(STATE_CONNECTING); in connect()388 case STATE_CONNECTING: in run()
141 case BluetoothChatService.STATE_CONNECTING: in handleStateChange()
227 case BluetoothChatService.STATE_CONNECTING: in handleStateChange()
177 new PlaybackState.Builder().setState(PlaybackState.STATE_CONNECTING, TEST_POSITION, in testWriteToParcel()198 assertEquals(PlaybackState.STATE_CONNECTING, stateOut.getState()); in testWriteToParcel()
70 Arrays.asList(BluetoothProfile.STATE_CONNECTING, BluetoothProfile.STATE_CONNECTED,