Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothPbapClientFacade.java208 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothPbapClientGetConnectionStatus()
217 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothPbapClientGetConnectionStatus()
DBluetoothA2dpSinkFacade.java195 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothA2dpSinkGetConnectionStatus()
203 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothA2dpSinkGetConnectionStatus()
DBluetoothHfpClientFacade.java204 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHfpClientGetConnectionStatus()
213 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHfpClientGetConnectionStatus()
DBluetoothHspFacade.java182 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHspGetConnectionStatus()
189 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHspGetConnectionStatus()
DBluetoothHidDeviceFacade.java368 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHidDeviceGetConnectionStatus()
375 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHidDeviceGetConnectionStatus()
DBluetoothHidFacade.java234 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHidGetConnectionStatus()
241 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHidGetConnectionStatus()
DGattServerFacade.java1046 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) { in onConnectionStateChange()
DGattClientFacade.java2043 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) { in onConnectionStateChange()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java157 .isEqualTo(BluetoothProfile.STATE_DISCONNECTED); in canGetProfileConnectionState()
163 .isEqualTo(BluetoothProfile.STATE_DISCONNECTED); in canGetProfileConnectionState()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java206 return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState()
/external/webrtc/webrtc/p2p/base/
Dturnport.h41 STATE_DISCONNECTED, // TCP connection died, cannot send any packets. enumerator
Dturnport.cc451 if (state_ == STATE_DISCONNECTED) { in CreateConnection()
736 state_ = STATE_DISCONNECTED; in Close()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java1282 case Call.STATE_DISCONNECTED: in getCallStateString()