Loading src/com/android/server/telecom/Ringer.java +10 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,11 @@ public class Ringer { return isRingerAudible; } if (foregroundCall.isSelfManaged()) { Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Self-managed"); return false; } stopCallWaiting(); if (!shouldRingForContact(foregroundCall.getContactUri())) { Loading Loading @@ -161,6 +166,11 @@ public class Ringer { return; } if (call.isSelfManaged()) { Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Self-managed"); return; } Log.v(this, "Playing call-waiting tone."); stopRinging(); Loading Loading
src/com/android/server/telecom/Ringer.java +10 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,11 @@ public class Ringer { return isRingerAudible; } if (foregroundCall.isSelfManaged()) { Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Self-managed"); return false; } stopCallWaiting(); if (!shouldRingForContact(foregroundCall.getContactUri())) { Loading Loading @@ -161,6 +166,11 @@ public class Ringer { return; } if (call.isSelfManaged()) { Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Self-managed"); return; } Log.v(this, "Playing call-waiting tone."); stopRinging(); Loading