Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTING (Results 1 – 25 of 39) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStackEvent.java35 static final int CONNECTION_STATE_CONNECTING = 1; field in VolumeControlStackEvent
95 case CONNECTION_STATE_CONNECTING: in eventTypeValue1ToString()
124 case CONNECTION_STATE_CONNECTING: in eventTypeValue2ToString()
DVolumeControlStateMachine.java191 case VolumeControlStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
312 case VolumeControlStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
434 case VolumeControlStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStateMachineTest.java156 connStCh.valueInt1 = connStCh.CONNECTION_STATE_CONNECTING; in testIncomingPolicyAccept()
242 connStCh.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
337 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_withoutStateChange_onDisconnectedState()
376 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_toConnectingState_onDisconnectedState()
429 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_withoutStateChange_onConnectingState()
516 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_withoutStateChange_onConnectedState()
592 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_withoutStateChange_onDisconnectingState()
647 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in testStackEvent_toConnectingState_onDisconnectingState()
671 event.valueInt1 = CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING; in initToConnectingState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java24 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetHalConstants
87 case CONNECTION_STATE_CONNECTING: in getConnectionStateName()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java36 static final int CONNECTION_STATE_CONNECTING = 1; field in A2dpStackEvent
88 case CONNECTION_STATE_CONNECTING: in eventTypeValueIntToString()
DA2dpStateMachine.java240 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
392 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
507 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
627 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorStackEvent.java36 static final int CONNECTION_STATE_CONNECTING = 1; field in CsipSetCoordinatorStackEvent
97 case CONNECTION_STATE_CONNECTING: in connectionStateToString()
DCsipSetCoordinatorStateMachine.java192 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
320 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
428 case CsipSetCoordinatorStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlStateMachineTest.java152 connStCh.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPolicyAccept()
248 connStCh.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
316 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testStatesChangesWithMessages()
346 stackEvent.valueInt1 = VolumeControlStackEvent.CONNECTION_STATE_CONNECTING; in testStatesChangesWithMessages()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStackEvent.java45 static final int CONNECTION_STATE_CONNECTING = 1; field in HapClientStackEvent
188 case CONNECTION_STATE_CONNECTING: in connectionStateValueToString()
DHapClientStateMachine.java292 case HapClientStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
411 case HapClientStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
517 case HapClientStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStateMachineTest.java152 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPolicyAccept()
243 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
324 connStCh.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in testStatesChangesWithMessages()
DHapClientStackEventTest.java50 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in toString_containsProperSubStrings()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioStateMachineTest.java144 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
216 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java203 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
318 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
422 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
DLeAudioStackEvent.java58 static final int CONNECTION_STATE_CONNECTING = 1; field in LeAudioStackEvent
207 case CONNECTION_STATE_CONNECTING: in eventTypeValue1ToString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStackEvent.java34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
DHearingAidStateMachine.java203 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
322 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
427 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
DHearingAidService.java676 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java25 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachineTest.java139 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
232 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DStackEvent.java29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
DA2dpSinkStateMachine.java184 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java58 testConnectionStateChangedBase(StackEvent.CONNECTION_STATE_CONNECTING); in testCreateConnectionStateChangedConnectingEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java194 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
276 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()

12