Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java201 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
269 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
301 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
355 disconnectEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
386 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
479 case LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
DLeAudioStackEvent.java38 static final int CONNECTION_STATE_DISCONNECTED = 0; field in LeAudioStackEvent
95 case CONNECTION_STATE_DISCONNECTED: in eventTypeValue1ToString()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java206 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
279 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
311 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
366 disconnectEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
397 case HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
491 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.java229 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
299 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
338 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
395 event.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in processMessage()
430 case A2dpStackEvent.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
542 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.java189 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
233 case StackEvent.CONNECTION_STATE_DISCONNECTED: in processStackEvent()
275 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.java241 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectingToDisconnected_StackDisconnected()
329 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_DisconnectingToDisconnected_StackDisconnected()
438 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_ConnectedToDisconnected_StackDisconnected()
568 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioConnectingToDisconnected_StackDisconnected()
703 HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED, mTestDevice)); in testStateTransition_AudioOnToDisconnected_StackDisconnected()
847 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.java523 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
691 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
787 case HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1025 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.java990 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1083 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1563 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
1731 case HeadsetClientHalConstants.CONNECTION_STATE_DISCONNECTED: in processConnectionEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java441 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
454 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java546 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
559 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_DISCONNECTED; in testAudioManagerConnectDisconnect()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java437 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_DISCONNECTED; in testOutgoingConnectDisconnectSuccess()