/packages/apps/Bluetooth/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 | 232 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 345 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 444 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 549 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | A2dpService.java | 918 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
D | LeAudioStackEvent.java | 39 static final int CONNECTION_STATE_CONNECTING = 1; field in LeAudioStackEvent 97 case CONNECTION_STATE_CONNECTING: in eventTypeValue1ToString()
|
D | LeAudioStateMachine.java | 204 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 308 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 400 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | LeAudioService.java | 422 case LeAudioStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 209 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 318 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 411 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | HearingAidStackEvent.java | 34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
|
D | HearingAidService.java | 638 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioStateMachineTest.java | 146 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 231 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachineTest.java | 149 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 237 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 28 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 528 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 702 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
D | HeadsetService.java | 311 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: { in messageFromNative()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachineTest.java | 170 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept() 257 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 29 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 989 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent() 1137 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | StackEvent.java | 29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
|
D | A2dpSinkStateMachine.java | 175 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 209 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnecting() 283 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
|
D | HeadsetServiceTest.java | 311 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mCurrentDevice); in testMessageFromNative_deviceConnectingUnknown()
|