Loading src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -1001,7 +1001,7 @@ public class Call implements CreateConnectionResponse { Log.w(this, "silence() request on a call without a connection service."); } else { Log.i(this, "Send silence to connection service for call %s", this); Log.event(this, Log.Events.STOP_DTMF); Log.event(this, Log.Events.SILENCE); mConnectionService.silence(this); } } Loading src/com/android/server/telecom/Log.java +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ public class Log { public static final String MUTE = "MUTE"; public static final String AUDIO_ROUTE = "AUDIO_ROUTE"; public static final String ERROR_LOG = "ERROR"; public static final String SILENCE = "SILENCE"; /** * Maps from a request to a response. The same event could be listed as the Loading Loading
src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -1001,7 +1001,7 @@ public class Call implements CreateConnectionResponse { Log.w(this, "silence() request on a call without a connection service."); } else { Log.i(this, "Send silence to connection service for call %s", this); Log.event(this, Log.Events.STOP_DTMF); Log.event(this, Log.Events.SILENCE); mConnectionService.silence(this); } } Loading
src/com/android/server/telecom/Log.java +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ public class Log { public static final String MUTE = "MUTE"; public static final String AUDIO_ROUTE = "AUDIO_ROUTE"; public static final String ERROR_LOG = "ERROR"; public static final String SILENCE = "SILENCE"; /** * Maps from a request to a response. The same event could be listed as the Loading