Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTED (Results 1 – 25 of 51) sorted by relevance

123

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStackEvent.java36 static final int CONNECTION_STATE_CONNECTED = 2; field in VolumeControlStackEvent
97 case CONNECTION_STATE_CONNECTED: in eventTypeValue1ToString()
126 case CONNECTION_STATE_CONNECTED: in eventTypeValue2ToString()
DVolumeControlStateMachine.java205 case VolumeControlStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
309 case VolumeControlStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
424 case VolumeControlStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachineTest.java135 connStCh.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyReject()
177 connCompletedEvent.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyAccept()
347 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_withoutStateChange_onDisconnectedState()
388 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_toConnectedState_onDisconnectedState()
461 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_toConnectedState_onConnectingState()
583 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_withoutStateChange_onDisconnectingState()
621 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_toConnectedState_onDisconnectingState()
634 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_toConnectedState_butNotAllowed_onDisconnectingState()
660 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in testStackEvent_toConnectingState_butNotAllowed_onDisconnectingState()
683 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED; in initToConnectedState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java25 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
89 case CONNECTION_STATE_CONNECTED: in getConnectionStateName()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java37 static final int CONNECTION_STATE_CONNECTED = 2; field in A2dpStackEvent
90 case CONNECTION_STATE_CONNECTED: in eventTypeValueIntToString()
DA2dpStateMachine.java250 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
389 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
497 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
624 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStateMachineTest.java131 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyReject()
172 connCompletedEvent.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyAccept()
331 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
350 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
362 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlStateMachineTest.java130 connStCh.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyReject()
173 connCompletedEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPolicyAccept()
356 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
381 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
396 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTED; in testStatesChangesWithMessages()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStackEvent.java37 static final int CONNECTION_STATE_CONNECTED = 2; field in CsipSetCoordinatorStackEvent
99 case CONNECTION_STATE_CONNECTED: in connectionStateToString()
DCsipSetCoordinatorStateMachine.java208 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
317 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
415 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java442 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
447 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
521 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
534 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
644 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect_suppressNoisyIntentCase()
991 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
1025 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
1080 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
1107 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
1223 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
DHearingAidStateMachineTest.java118 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
159 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java46 static final int CONNECTION_STATE_CONNECTED = 2; field in HapClientStackEvent
190 case CONNECTION_STATE_CONNECTED: in connectionStateValueToString()
DHapClientStateMachine.java306 case HapClientStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
408 case HapClientStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
507 case HapClientStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioStateMachineTest.java124 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
160 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java213 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
315 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
412 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DLeAudioStackEvent.java59 static final int CONNECTION_STATE_CONNECTED = 2; field in LeAudioStackEvent
209 case CONNECTION_STATE_CONNECTED: in eventTypeValue1ToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStackEvent.java35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
DHearingAidStateMachine.java213 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
319 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
417 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java199 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
252 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
DStackEvent.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java174 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
212 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
376 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testProcessCodecConfigEventCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java26 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java274 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
310 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
367 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
489 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
622 event.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
667 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
1491 event.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
1502 event.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
1539 event.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java63 testConnectionStateChangedBase(StackEvent.CONNECTION_STATE_CONNECTED); in testCreateConnectionStateChangedConnectedEvent()

123