Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_CONNECTING (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStackEvent.java36 static final int CONNECTION_STATE_CONNECTING = 1; field in A2dpStackEvent
88 case CONNECTION_STATE_CONNECTING: in eventTypeValueIntToString()
DA2dpStateMachine.java229 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
342 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
441 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
546 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
DA2dpService.java898 case A2dpStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java206 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
315 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
408 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
DHearingAidStackEvent.java34 static final int CONNECTION_STATE_CONNECTING = 1; field in HearingAidStackEvent
DHearingAidService.java631 case HearingAidStackEvent.CONNECTION_STATE_CONNECTING: in messageFromNative()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachineTest.java148 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
235 connStCh.valueInt1 = HearingAidStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java169 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingPriorityAccept()
255 connStCh.valueInt = A2dpStackEvent.CONNECTION_STATE_CONNECTING; in testIncomingTimeout()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java28 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetHalConstants
DHeadsetStateMachine.java521 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
693 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
DHeadsetService.java310 case HeadsetHalConstants.CONNECTION_STATE_CONNECTING: { in messageFromNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java29 static final int CONNECTION_STATE_CONNECTING = 1; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java893 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
1041 case HeadsetClientHalConstants.CONNECTION_STATE_CONNECTING: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DStackEvent.java29 static final int CONNECTION_STATE_CONNECTING = 1; field in StackEvent
DA2dpSinkStateMachine.java171 case StackEvent.CONNECTION_STATE_CONNECTING: in processStackEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java206 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_DisconnectedToConnecting_StackConnecting()
277 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
DHeadsetServiceTest.java311 HeadsetHalConstants.CONNECTION_STATE_CONNECTING, mCurrentDevice); in testMessageFromNative_deviceConnectingUnknown()