Loading src/java/com/android/internal/telephony/GsmCdmaCallTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,8 @@ public class GsmCdmaCallTracker extends CallTracker { } if (mPendingMO != null) { // Send the notification that the pending call was disconnected to the higher layers. mPendingMO.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED); mPendingMO.dispose(); } Loading Loading
src/java/com/android/internal/telephony/GsmCdmaCallTracker.java +2 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,8 @@ public class GsmCdmaCallTracker extends CallTracker { } if (mPendingMO != null) { // Send the notification that the pending call was disconnected to the higher layers. mPendingMO.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED); mPendingMO.dispose(); } Loading