Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_SLC_CONNECTED (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java30 static final int CONNECTION_STATE_SLC_CONNECTED = 3; field in HeadsetHalConstants
DHeadsetStateMachine.java698 case HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED: in processConnectionEvent()
791 case HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED: in processConnectionEvent()
1018 case HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED: in processConnectionEvent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java31 static final int CONNECTION_STATE_SLC_CONNECTED = 3; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java1087 case HeadsetClientHalConstants.CONNECTION_STATE_SLC_CONNECTED: in processConnectionEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java185 slcEvent.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_SLC_CONNECTED; in testIncomingPriorityAccept()
272 slcEvent.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_SLC_CONNECTED; in testInBandRingtone()
372 slcEvent.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_SLC_CONNECTED; in setUpServiceLevelConnection()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java303 HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED, device); in testConnectFromApi()
384 HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED, device); in testUnbondDevice_disconnectAfterUnbond()
1194 HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED, device); in connectTestDevice()
DHeadsetStateMachineTest.java306 HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED, mTestDevice)); in testStateTransition_ConnectingToConnected_StackSlcConnected()
372 HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED, mTestDevice)); in testStateTransition_DisconnectingToConnected_StackSlcCconnected()
1103 HeadsetHalConstants.CONNECTION_STATE_SLC_CONNECTED, mTestDevice)); in setUpConnectedState()