Loading telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java +2 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,7 @@ public class CDMAPhone extends PhoneBase { mCM.unregisterForNVReady(this); //EVENT_NV_READY mSST.unregisterForNetworkAttach(this); //EVENT_REGISTERED_TO_NETWORK mCM.unSetOnSuppServiceNotification(this); removeCallbacks(mExitEcmRunnable); mPendingMmis.clear(); Loading Loading @@ -256,6 +257,7 @@ public class CDMAPhone extends PhoneBase { this.mSST = null; this.mEriManager = null; this.mCcatService = null; this.mExitEcmRunnable = null; } protected void finalize() { Loading Loading
telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java +2 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,7 @@ public class CDMAPhone extends PhoneBase { mCM.unregisterForNVReady(this); //EVENT_NV_READY mSST.unregisterForNetworkAttach(this); //EVENT_REGISTERED_TO_NETWORK mCM.unSetOnSuppServiceNotification(this); removeCallbacks(mExitEcmRunnable); mPendingMmis.clear(); Loading Loading @@ -256,6 +257,7 @@ public class CDMAPhone extends PhoneBase { this.mSST = null; this.mEriManager = null; this.mCcatService = null; this.mExitEcmRunnable = null; } protected void finalize() { Loading