Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTED (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java37 static final int CONNECTION_STATE_CONNECTED = 2; field in A2dpStackEvent
90 case CONNECTION_STATE_CONNECTED: in eventTypeValueIntToString()
DA2dpStateMachine.java242 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()
DA2dpService.java917 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java426 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()
DHearingAidStateMachineTest.java127 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/
DLeAudioStackEvent.java40 static final int CONNECTION_STATE_CONNECTED = 2; field in LeAudioStackEvent
99 case CONNECTION_STATE_CONNECTED: in eventTypeValue1ToString()
DLeAudioStateMachine.java214 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
305 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
390 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DLeAudioService.java421 case LeAudioStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java136 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/
DA2dpStateMachineTest.java148 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()
DA2dpServiceTest.java413 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/
DHearingAidStateMachine.java219 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
315 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
401 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DHearingAidStackEvent.java35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
DHearingAidService.java637 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java186 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
230 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
DStackEvent.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioStateMachineTest.java124 connStCh.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
164 connCompletedEvent.valueInt1 = LeAudioStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
DLeAudioServiceTest.java397 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/
DHeadsetHalConstants.java29 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
DHeadsetStateMachine.java527 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/
DHeadsetClientHalConstants.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java969 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/
DHeadsetStateMachineTest.java191 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()
DHeadsetServiceTest.java274 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected()
DHeadsetServiceAndStateMachineTest.java1176 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, device); in connectTestDevice()

12