/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 68 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/ |
D | AdapterProperties.java | 361 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/ |
D | PanService.java | 157 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/ |
D | A2dpStateMachine.java | 337 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/ |
D | A2dpSinkStateMachine.java | 368 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/ |
D | ParcelableCallUtils.java | 161 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/ |
D | HeadsetStateMachine.java | 554 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/ |
D | HidService.java | 154 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/ |
D | CallListAdapter.java | 121 case Call.STATE_DISCONNECTING: in getStateString()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DockEventReceiver.java | 103 oldState != BluetoothProfile.STATE_DISCONNECTING) { in onReceive()
|
D | Utils.java | 53 case BluetoothProfile.STATE_DISCONNECTING: in getConnectionStateSummary()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 684 case BluetoothHealth.STATE_DISCONNECTING: in broadcastHealthDeviceStateChange() 724 return BluetoothHealth.STATE_DISCONNECTING; in convertState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapPCEClient.java | 106 bluetoothConnectionState = BluetoothProfile.STATE_DISCONNECTING; in getConnectionState()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | Call.java | 600 case android.telecom.Call.STATE_DISCONNECTING: in translateState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 1606 broadcastConnectionState(dev, BluetoothProfile.STATE_DISCONNECTING, in processMessage()
|