Searched refs:STATE_CONNECTED (Results 1 – 11 of 11) sorted by relevance
81 public static final int STATE_CONNECTED = 3; // now connected to a remote device field in BluetoothChatService196 setState(STATE_CONNECTED); in connected()237 if (mState != STATE_CONNECTED) return; in write()303 while (mState != STATE_CONNECTED) { in run()324 case STATE_CONNECTED: in run()
146 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
232 case BluetoothChatService.STATE_CONNECTED: in handleStateChange()
328 if (newState == BluetoothProfile.STATE_CONNECTED) {
260 if (newState == BluetoothProfile.STATE_CONNECTED) {
308 if (newState == BluetoothProfile.STATE_CONNECTED) {
304 if (newState == BluetoothProfile.STATE_CONNECTED) {
354 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in onTestFinish()899 if (newState == BluetoothProfile.STATE_CONNECTED) {
858 if (newState == BluetoothProfile.STATE_CONNECTED) {
59 private static final String STATE_CONNECTED = "CONNECTED"; field in InstrumentedAutoFillService80 sConnectionStates.offer(STATE_CONNECTED); in onConnected()146 assertWithMessage("Invalid connection state").that(state).isEqualTo(STATE_CONNECTED); in waitUntilConnected()
16093 public static final int STATE_CONNECTED17349 public static final int STATE_CONNECTED