Searched refs:MUTE_ON (Results 1 – 7 of 7) sorted by relevance
55 int MUTE_ON = 3001; field115 put(MUTE_ON, "MUTE_ON");
1704 case MUTE_ON: in unhandledMessage()1722 sendInternalMessage(MUTE_ON); in unhandledMessage()
456 ? CallAudioRouteStateMachine.MUTE_ON : CallAudioRouteStateMachine.MUTE_OFF); in mute()
297 case MUTE_ON: in CallAudioRouteController()
30 import static com.android.server.telecom.CallAudioRouteAdapter.MUTE_ON;525 mController.sendMessageWithSessionInfo(MUTE_ON); in testToggleMute()552 mController.sendMessageWithSessionInfo(MUTE_ON); in testMuteOffAfterCallEnds()
177 .filter(value -> value == CallAudioRouteStateMachine.MUTE_ON || in testUnmuteOfSecondIncomingCall()182 assertTrue(values.contains(CallAudioRouteStateMachine.MUTE_ON)); in testUnmuteOfSecondIncomingCall()185 assertTrue(values.indexOf(CallAudioRouteStateMachine.MUTE_ON) < values in testUnmuteOfSecondIncomingCall()
1263 stateMachine.sendMessageWithSessionInfo(CallAudioRouteStateMachine.MUTE_ON); in testQuiescentBluetoothRouteResetMute()