Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java203 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
276 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
308 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
363 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
394 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
488 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
DHearingAidStackEvent.java33 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HearingAidStackEvent
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java226 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
296 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
335 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
392 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
427 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
539 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
DA2dpStackEvent.java35 static final int CONNECTION_STATE_DISCONNECTED = 0; field in A2dpStackEvent
86 case CONNECTION_STATE_DISCONNECTED: in eventTypeValueIntToString()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java185 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
229 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
271 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
DStackEvent.java28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in StackEvent
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java237 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectingToDisconnected_StackDisconnected()
322 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_DisconnectingToDisconnected_StackDisconnected()
426 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectedToDisconnected_StackDisconnected()
550 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioConnectingToDisconnected_StackDisconnected()
679 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioOnToDisconnected_StackDisconnected()
817 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioDisconnectingToDisconnected_StackDisconnected()
DHeadsetServiceTest.java291 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected()
329 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mCurrentDevice); in testMessageFromNative_deviceDisconnectedUnknown()
DHeadsetServiceAndStateMachineTest.java341 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, device); in testUnbondDevice_disconnectBeforeUnbond()
407 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, device); in testUnbondDevice_disconnectAfterUnbond()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java27 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetHalConstants
DHeadsetStateMachine.java516 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
682 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
776 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1004 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java28 static final int CONNECTION_STATE_DISCONNECTED = 0; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java894 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
987 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1439 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1605 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java545 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
558 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java436 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in testOutgoingConnectDisconnectSuccess()