Loading src/com/android/server/telecom/TelecomServiceImpl.java +5 −0 Original line number Diff line number Diff line Loading @@ -1805,6 +1805,11 @@ public class TelecomServiceImpl { } if (call != null) { if (call.isEmergencyCall()) { android.util.EventLog.writeEvent(0x534e4554, "132438333", -1, ""); return false; } if (call.getState() == CallState.RINGING) { call.reject(false /* rejectWithMessage */, null, callingPackage); } else { Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +5 −0 Original line number Diff line number Diff line Loading @@ -1805,6 +1805,11 @@ public class TelecomServiceImpl { } if (call != null) { if (call.isEmergencyCall()) { android.util.EventLog.writeEvent(0x534e4554, "132438333", -1, ""); return false; } if (call.getState() == CallState.RINGING) { call.reject(false /* rejectWithMessage */, null, callingPackage); } else { Loading