/packages/apps/Bluetooth/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 | 242 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 342 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 434 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 546 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
D | A2dpService.java | 917 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 426 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair() 431 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair() 497 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect() 510 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect() 858 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices() 890 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices() 947 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected() 972 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected() 1033 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
|
D | HearingAidStateMachineTest.java | 127 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 167 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
D | LeAudioStackEvent.java | 40 static final int CONNECTION_STATE_CONNECTED = 2; field in LeAudioStackEvent 99 case CONNECTION_STATE_CONNECTED: in eventTypeValue1ToString()
|
D | LeAudioStateMachine.java | 214 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 305 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 390 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
D | LeAudioService.java | 421 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 136 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 167 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept() 213 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingTimeout() 258 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testInBandRingtone() 356 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in setUpHfpClientConnection()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachineTest.java | 148 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 188 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept() 339 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testProcessCodecConfigEventCase()
|
D | A2dpServiceTest.java | 413 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testOutgoingConnectDisconnectSuccess() 479 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testMaxConnectDevices() 905 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in connectDeviceWithCodecStatus()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 219 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 315 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 401 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
D | HearingAidStackEvent.java | 35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
|
D | HearingAidService.java | 637 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 186 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent() 230 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
|
D | StackEvent.java | 30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioStateMachineTest.java | 124 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject() 164 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
|
D | LeAudioServiceTest.java | 397 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect() 410 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect() 674 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 29 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 527 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 695 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 1015 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 30 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 969 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent() 1124 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 191 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnected() 294 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected() 1092 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in setUpConnectedState()
|
D | HeadsetServiceTest.java | 274 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected()
|
D | HeadsetServiceAndStateMachineTest.java | 1176 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, device); in connectTestDevice()
|