Loading src/com/android/server/telecom/Call.java +0 −1 Original line number Diff line number Diff line Loading @@ -1565,7 +1565,6 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, getInCallToCsRttPipeForCs(), getCsToInCallRttPipeForCs()); mWasEverRtt = true; if (isEmergencyCall()) { mCallsManager.setAudioRoute(CallAudioState.ROUTE_SPEAKER, null); mCallsManager.mute(false); } } Loading src/com/android/server/telecom/CallsManager.java +0 −5 Original line number Diff line number Diff line Loading @@ -2300,11 +2300,6 @@ public class CallsManager extends Call.ListenerBase * speaker phone. */ void setAudioRoute(int route, String bluetoothAddress) { if (hasEmergencyRttCall() && route != CallAudioState.ROUTE_SPEAKER) { Log.i(this, "In an emergency RTT call. Forcing route to speaker."); route = CallAudioState.ROUTE_SPEAKER; bluetoothAddress = null; } mCallAudioManager.setAudioRoute(route, bluetoothAddress); } Loading Loading
src/com/android/server/telecom/Call.java +0 −1 Original line number Diff line number Diff line Loading @@ -1565,7 +1565,6 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, getInCallToCsRttPipeForCs(), getCsToInCallRttPipeForCs()); mWasEverRtt = true; if (isEmergencyCall()) { mCallsManager.setAudioRoute(CallAudioState.ROUTE_SPEAKER, null); mCallsManager.mute(false); } } Loading
src/com/android/server/telecom/CallsManager.java +0 −5 Original line number Diff line number Diff line Loading @@ -2300,11 +2300,6 @@ public class CallsManager extends Call.ListenerBase * speaker phone. */ void setAudioRoute(int route, String bluetoothAddress) { if (hasEmergencyRttCall() && route != CallAudioState.ROUTE_SPEAKER) { Log.i(this, "In an emergency RTT call. Forcing route to speaker."); route = CallAudioState.ROUTE_SPEAKER; bluetoothAddress = null; } mCallAudioManager.setAudioRoute(route, bluetoothAddress); } Loading