Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java425 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
430 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
496 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
509 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
857 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
889 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
946 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
971 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
1032 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in connectDevice()
DHearingAidStateMachineTest.java126 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
166 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
/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.java239 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
339 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
431 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
543 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DA2dpService.java897 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java135 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
165 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
211 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingTimeout()
255 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testInBandRingtone()
353 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in setUpHfpClientConnection()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java147 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
187 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
336 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testProcessCodecConfigEventCase()
DA2dpServiceTest.java412 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testOutgoingConnectDisconnectSuccess()
478 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testMaxConnectDevices()
904 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in connectDeviceWithCodecStatus()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java216 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
312 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
398 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DHearingAidStackEvent.java35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
DHearingAidService.java630 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java182 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
226 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
DStackEvent.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in StackEvent
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java29 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetHalConstants
DHeadsetStateMachine.java520 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
686 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
994 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DHeadsetService.java309 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java30 static final int CONNECTION_STATE_CONNECTED = 2; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java873 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
1028 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java189 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnected()
288 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
1054 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in setUpConnectedState()
DHeadsetServiceTest.java274 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected()
DHeadsetServiceAndStateMachineTest.java1160 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, device); in connectTestDevice()