Home
last modified time | relevance | path

Searched refs:STATE_DISCONNECTING (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java68 static final int STATE_DISCONNECTING = 6; field in BluetoothPeripheralHandover
221 mState = STATE_DISCONNECTING; in nextStepDisconnect()
255 case STATE_DISCONNECTING: in nextStepDisconnect()
427 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) { in handleIntent()
437 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) { in handleIntent()
447 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) { in handleIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java361 state == BluetoothProfile.STATE_DISCONNECTING); in validateProfileConnectionState()
369 case BluetoothProfile.STATE_DISCONNECTING: in convertToAdapterState()
370 return BluetoothAdapter.STATE_DISCONNECTING; in convertToAdapterState()
390 case BluetoothProfile.STATE_DISCONNECTING: in updateCountersAndCheckForConnectionStateChange()
404 case BluetoothProfile.STATE_DISCONNECTING: in updateCountersAndCheckForConnectionStateChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java157 BluetoothProfile.STATE_DISCONNECTING, BluetoothPan.LOCAL_PANU_ROLE,
377 return BluetoothProfile.STATE_DISCONNECTING; in convertHalState()
406 …revState == BluetoothProfile.STATE_DISCONNECTED && state == BluetoothProfile.STATE_DISCONNECTING) { in handlePanDeviceStateChange()
439 prevState == BluetoothProfile.STATE_DISCONNECTING)) { in handlePanDeviceStateChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java337 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
390 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
531 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING, in processMessage()
631 return BluetoothProfile.STATE_DISCONNECTING; in getConnectionState()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java368 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
414 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
543 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING, in processMessage()
658 return BluetoothProfile.STATE_DISCONNECTING; in getConnectionState()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java161 state = android.telecom.Call.STATE_DISCONNECTING; in getParcelableState()
181 state = android.telecom.Call.STATE_DISCONNECTING; in getParcelableState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java554 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
617 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
803 BluetoothProfile.STATE_DISCONNECTING, in processMessage()
842 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING, in processMessage()
1223 BluetoothProfile.STATE_DISCONNECTING, in processMessage()
1279 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING, in processMessage()
1285 BluetoothProfile.STATE_DISCONNECTING); in processMessage()
1803 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
1874 BluetoothProfile.STATE_DISCONNECTING); in processConnectionEvent()
2090 return BluetoothProfile.STATE_DISCONNECTING; in getConnectionState()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java154 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
165 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
676 return BluetoothProfile.STATE_DISCONNECTING; in convertHalState()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallListAdapter.java121 case Call.STATE_DISCONNECTING: in getStateString()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockEventReceiver.java103 oldState != BluetoothProfile.STATE_DISCONNECTING) { in onReceive()
DUtils.java53 case BluetoothProfile.STATE_DISCONNECTING: in getConnectionStateSummary()
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java684 case BluetoothHealth.STATE_DISCONNECTING: in broadcastHealthDeviceStateChange()
724 return BluetoothHealth.STATE_DISCONNECTING; in convertState()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapPCEClient.java106 bluetoothConnectionState = BluetoothProfile.STATE_DISCONNECTING; in getConnectionState()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCall.java600 case android.telecom.Call.STATE_DISCONNECTING: in translateState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1606 broadcastConnectionState(dev, BluetoothProfile.STATE_DISCONNECTING, in processMessage()