Loading telephony/java/com/android/internal/telephony/PhoneBase.java +1 −1 Original line number Diff line number Diff line Loading @@ -993,7 +993,7 @@ public abstract class PhoneBase extends Handler implements Phone { protected void notifyNewRingingConnectionP(Connection cn) { AsyncResult ar = new AsyncResult(null, cn, null); if (SystemProperties.getBoolean( "ro.telephony.call_ring.absent", true)) { "ro.telephony.call_ring.absent", false)) { sendMessageDelayed( obtainMessage(EVENT_CALL_RING_CONTINUE, mCallRingContinueToken, 0), mCallRingDelay); } Loading Loading
telephony/java/com/android/internal/telephony/PhoneBase.java +1 −1 Original line number Diff line number Diff line Loading @@ -993,7 +993,7 @@ public abstract class PhoneBase extends Handler implements Phone { protected void notifyNewRingingConnectionP(Connection cn) { AsyncResult ar = new AsyncResult(null, cn, null); if (SystemProperties.getBoolean( "ro.telephony.call_ring.absent", true)) { "ro.telephony.call_ring.absent", false)) { sendMessageDelayed( obtainMessage(EVENT_CALL_RING_CONTINUE, mCallRingContinueToken, 0), mCallRingDelay); } Loading