/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlStackEvent.java | 35 static final int CONNECTION_STATE_CONNECTING = 1; field in VolumeControlStackEvent 95 case CONNECTION_STATE_CONNECTING: in eventTypeValue1ToString() 124 case CONNECTION_STATE_CONNECTING: in eventTypeValue2ToString()
|
D | VolumeControlStateMachine.java | 191 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/ |
D | CsipSetCoordinatorStateMachineTest.java | 156 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/ |
D | HeadsetHalConstants.java | 24 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/ |
D | A2dpStackEvent.java | 36 static final int CONNECTION_STATE_CONNECTING = 1; field in A2dpStackEvent 88 case CONNECTION_STATE_CONNECTING: in eventTypeValueIntToString()
|
D | A2dpStateMachine.java | 240 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/ |
D | CsipSetCoordinatorStackEvent.java | 36 static final int CONNECTION_STATE_CONNECTING = 1; field in CsipSetCoordinatorStackEvent 97 case CONNECTION_STATE_CONNECTING: in connectionStateToString()
|
D | CsipSetCoordinatorStateMachine.java | 192 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/ |
D | VolumeControlStateMachineTest.java | 152 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/ |
D | HapClientStackEvent.java | 45 static final int CONNECTION_STATE_CONNECTING = 1; field in HapClientStackEvent 188 case CONNECTION_STATE_CONNECTING: in connectionStateValueToString()
|
D | HapClientStateMachine.java | 292 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/ |
D | HapClientStateMachineTest.java | 152 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()
|
D | HapClientStackEventTest.java | 50 event.valueInt1 = HapClientStackEvent.CONNECTION_STATE_CONNECTING; in toString_containsProperSubStrings()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioStateMachineTest.java | 144 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/ |
D | LeAudioStateMachine.java | 203 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 318 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 422 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | LeAudioStackEvent.java | 58 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/ |
D | HearingAidStackEvent.java | 34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
|
D | HearingAidStateMachine.java | 203 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 322 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 427 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | HearingAidService.java | 676 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 25 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachineTest.java | 139 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/ |
D | StackEvent.java | 29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
|
D | A2dpSinkStateMachine.java | 184 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/ |
D | StackEventTest.java | 58 testConnectionStateChangedBase(StackEvent.CONNECTION_STATE_CONNECTING); in testCreateConnectionStateChangedConnectingEvent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachineTest.java | 194 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 276 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|