Home
last modified time | relevance | path

Searched refs:STATE_CONNECTED (Results 1 – 13 of 13) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java159 .setProfileConnectionState(BluetoothProfile.HEADSET, BluetoothProfile.STATE_CONNECTED); in canGetProfileConnectionState()
161 .isEqualTo(BluetoothProfile.STATE_CONNECTED); in canGetProfileConnectionState()
/external/webrtc/rtc_base/
Dtest_client.h64 return CheckConnState(AsyncPacketSocket::STATE_CONNECTED); in CheckConnected()
Dasync_packet_socket.h66 STATE_CONNECTED enumerator
Dasync_tcp_socket.cc115 return STATE_CONNECTED; in GetState()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapFacade.java124 new int[] {BluetoothProfile.STATE_CONNECTED, in bluetoothMapGetConnectedDevices()
DBluetoothA2dpFacade.java227 new int[] { BluetoothProfile.STATE_CONNECTED, in bluetoothA2dpGetConnectedDevices()
DBluetoothMapClientFacade.java198 new int[]{BluetoothProfile.STATE_CONNECTED, in bluetoothMapClientGetConnectedDevices()
DGattServerFacade.java1043 if (newState == BluetoothProfile.STATE_CONNECTED) { in onConnectionStateChange()
DGattClientFacade.java2037 if (newState == BluetoothProfile.STATE_CONNECTED) { in onConnectionStateChange()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java150 if (state == BluetoothHeadset.STATE_CONNECTED) { in onReceive()
510 case BluetoothAdapter.STATE_CONNECTED: in stateToString()
/external/webrtc/p2p/base/
Dturn_port.h45 STATE_CONNECTED, // Socket connected, ready to send stun requests. enumerator
143 return state_ == STATE_READY || state_ == STATE_CONNECTED; in connected()
Dturn_port.cc440 state_ = STATE_CONNECTED; in CreateTurnClientSocket()
496 state_ = STATE_CONNECTED; // It is ready to send stun requests. in OnSocketConnect()
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java251 intent.putExtra(BluetoothHeadset.EXTRA_STATE, BluetoothHeadset.STATE_CONNECTED); in simulateBluetoothHeadsetConnected()