Home
last modified time | relevance | path

Searched refs:CONNECT_WIRED_HEADSET (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteAdapter.java12 int CONNECT_WIRED_HEADSET = 1; field
82 put(CONNECT_WIRED_HEADSET, "CONNECT_WIRED_HEADSET");
DCallAudioRoutePeripheralAdapter.java115 CallAudioRouteStateMachine.CONNECT_WIRED_HEADSET); in onWiredHeadsetPluggedInChanged()
DCallAudioRouteStateMachine.java193 case CONNECT_WIRED_HEADSET: in processMessage()
464 case CONNECT_WIRED_HEADSET: in processMessage()
691 case CONNECT_WIRED_HEADSET: in processMessage()
1097 case CONNECT_WIRED_HEADSET: in processMessage()
1330 case CONNECT_WIRED_HEADSET: in processMessage()
DCallAudioRouteController.java218 case CONNECT_WIRED_HEADSET: in CallAudioRouteController()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteControllerTest.java26 import static com.android.server.telecom.CallAudioRouteAdapter.CONNECT_WIRED_HEADSET;
268 mController.sendMessageWithSessionInfo(CONNECT_WIRED_HEADSET); in testVideoCallRouteToSpeaker()
334 mController.sendMessageWithSessionInfo(CONNECT_WIRED_HEADSET); in testConnectAndDisconnectWiredHeadset()
468 mController.sendMessageWithSessionInfo(CONNECT_WIRED_HEADSET); in tesetSwitchSpeakerAndHeadset()
506 mController.sendMessageWithSessionInfo(CONNECT_WIRED_HEADSET); in testEnableAndDisableStreaming()
589 mController.sendMessageWithSessionInfo(CONNECT_WIRED_HEADSET); in testIgnoreAutoRouteToWatch()
DCallAudioRouteTransitionTests.java430 CallAudioRouteStateMachine.CONNECT_WIRED_HEADSET, // action in testParametersCollection()
442 CallAudioRouteStateMachine.CONNECT_WIRED_HEADSET, // action in testParametersCollection()
454 CallAudioRouteStateMachine.CONNECT_WIRED_HEADSET, // action in testParametersCollection()
DCallAudioRoutePeripheralAdapterTest.java174 CallAudioRouteStateMachine.CONNECT_WIRED_HEADSET); in testOnWiredHeadsetPluggedInChangedPlugged()
DCallAudioRouteStateMachineTest.java414 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.CONNECT_WIRED_HEADSET); in testSpeakerPersistence()