Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_DISCONNECTING (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java38 static final int CONNECTION_STATE_DISCONNECTING = 3; field in A2dpStackEvent
92 case CONNECTION_STATE_DISCONNECTING: in eventTypeValueIntToString()
DA2dpStateMachine.java250 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
345 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
451 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
549 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java227 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
317 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
418 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
492 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
DHearingAidStackEvent.java36 static final int CONNECTION_STATE_DISCONNECTING = 3; field in HearingAidStackEvent
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java226 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_ConnectingToDisconnected_StackDisconnected()
404 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_ConnectedToDisconnecting_StackDisconnecting()
575 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_AudioConnectingToDisconnecting_StackDisconnecting()
704 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_AudioOnToDisconnecting_StackDisconnecting()
792 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING, mTestDevice)); in testStateTransition_AudioDisconnectingToDisconnecting_StackDisconnecting()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java31 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetHalConstants
DHeadsetStateMachine.java538 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
696 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
1000 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java32 static final int CONNECTION_STATE_DISCONNECTING = 4; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java895 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
1045 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DStackEvent.java31 static final int CONNECTION_STATE_DISCONNECTING = 3; field in StackEvent
DA2dpSinkStateMachine.java268 case StackEvent.CONNECTION_STATE_DISCONNECTING: in processStackEvent()