/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlStackEvent.java | 36 static final int CONNECTION_STATE_CONNECTED = 2; field in VolumeControlStackEvent 97 case CONNECTION_STATE_CONNECTED: in eventTypeValue1ToString() 126 case CONNECTION_STATE_CONNECTED: in eventTypeValue2ToString()
|
D | VolumeControlStateMachine.java | 205 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/ |
D | CsipSetCoordinatorStateMachineTest.java | 135 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/ |
D | HeadsetHalConstants.java | 25 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/ |
D | A2dpStackEvent.java | 37 static final int CONNECTION_STATE_CONNECTED = 2; field in A2dpStackEvent 90 case CONNECTION_STATE_CONNECTED: in eventTypeValueIntToString()
|
D | A2dpStateMachine.java | 250 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/ |
D | HapClientStateMachineTest.java | 131 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/ |
D | VolumeControlStateMachineTest.java | 130 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/ |
D | CsipSetCoordinatorStackEvent.java | 37 static final int CONNECTION_STATE_CONNECTED = 2; field in CsipSetCoordinatorStackEvent 99 case CONNECTION_STATE_CONNECTED: in connectionStateToString()
|
D | CsipSetCoordinatorStateMachine.java | 208 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/ |
D | HearingAidServiceTest.java | 442 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()
|
D | HearingAidStateMachineTest.java | 118 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/ |
D | HapClientStackEvent.java | 46 static final int CONNECTION_STATE_CONNECTED = 2; field in HapClientStackEvent 190 case CONNECTION_STATE_CONNECTED: in connectionStateValueToString()
|
D | HapClientStateMachine.java | 306 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/ |
D | LeAudioStateMachineTest.java | 124 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/ |
D | LeAudioStateMachine.java | 213 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 315 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 412 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
D | LeAudioStackEvent.java | 59 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/ |
D | HearingAidStackEvent.java | 35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
|
D | HearingAidStateMachine.java | 213 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/ |
D | A2dpSinkStateMachine.java | 199 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent() 252 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
|
D | StackEvent.java | 30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachineTest.java | 174 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/ |
D | HeadsetClientHalConstants.java | 26 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 274 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/ |
D | StackEventTest.java | 63 testConnectionStateChangedBase(StackEvent.CONNECTION_STATE_CONNECTED); in testCreateConnectionStateChangedConnectedEvent()
|