Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteAdapter.java13 int DISCONNECT_WIRED_HEADSET = 2; field
83 put(DISCONNECT_WIRED_HEADSET, "DISCONNECT_WIRED_HEADSET");
DCallAudioRoutePeripheralAdapter.java118 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET); in onWiredHeadsetPluggedInChanged()
DCallAudioRouteStateMachine.java199 case DISCONNECT_WIRED_HEADSET: in processMessage()
478 case DISCONNECT_WIRED_HEADSET: in processMessage()
706 case DISCONNECT_WIRED_HEADSET: in processMessage()
1108 case DISCONNECT_WIRED_HEADSET: in processMessage()
1344 case DISCONNECT_WIRED_HEADSET: in processMessage()
DCallAudioRouteController.java221 case DISCONNECT_WIRED_HEADSET: in CallAudioRouteController()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java466 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET, // action in testParametersCollection()
478 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET, // action in testParametersCollection()
490 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET, // action in testParametersCollection()
502 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET, // action in testParametersCollection()
514 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET, // action in testParametersCollection()
742 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET, // action in testParametersCollection()
754 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET, // action in testParametersCollection()
DCallAudioRoutePeripheralAdapterTest.java182 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET); in testOnWiredHeadsetPluggedInChangedUnplugged()
DCallAudioRouteControllerTest.java28 import static com.android.server.telecom.CallAudioRouteAdapter.DISCONNECT_WIRED_HEADSET;
341 mController.sendMessageWithSessionInfo(DISCONNECT_WIRED_HEADSET); in testConnectAndDisconnectWiredHeadset()
597 mController.sendMessageWithSessionInfo(DISCONNECT_WIRED_HEADSET); in testIgnoreAutoRouteToWatch()
DCallAudioRouteStateMachineTest.java424 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET); in testSpeakerPersistence()
1224 CallAudioRouteStateMachine.DISCONNECT_WIRED_HEADSET); in testIgnoreImplicitBTSwitchWhenDeviceIsWatch()