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/hfpclient/
DHeadsetClientStateMachineTest.java122 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
152 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
198 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingTimeout()
241 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testInBandRingtone()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java435 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
440 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testConnectAnotherPair_disconnectCurrentPair()
504 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
517 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in testAudioManagerConnectDisconnect()
854 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
886 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in firstTimeConnection_shouldConnectToBothDevices()
941 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
966 connCompletedEvent.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTED; in getHiSyncId_afterFirstDeviceConnected()
1028 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.java238 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
338 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
430 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
542 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DA2dpService.java831 case A2dpStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
/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.java441 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testOutgoingConnectDisconnectSuccess()
508 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in testMaxConnectDevices()
966 connCompletedEvent.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTED; in connectDeviceWithCodecStatus()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java214 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
309 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
394 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DHearingAidStackEvent.java35 static final int CONNECTION_STATE_CONNECTED = 2; field in HearingAidStackEvent
DHearingAidService.java582 case HearingAidStackEvent.CONNECTION_STATE_CONNECTED: in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java171 case StackEvent.CONNECTION_STATE_CONNECTED: in processStackEvent()
215 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.java515 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
680 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
990 case HeadsetHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
DHeadsetService.java300 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.java911 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
1076 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED: in processConnectionEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java185 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnected()
284 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
1050 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mTestDevice)); in setUpConnectedState()
DHeadsetServiceTest.java284 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, mCurrentDevice); in testMessageFromNative_deviceConnected()
DHeadsetServiceAndStateMachineTest.java1164 HeadsetHalConstants.CONNECTION_STATE_CONNECTED, device); in connectTestDevice()