Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb182d78 authored by Banavathu, Srinivas Naik's avatar Banavathu, Srinivas Naik Committed by Android Git Automerger
Browse files

am f3ee6f87: Telephony: Remove references to mExitECMRunnable object.

Merge commit 'f3ee6f87' into gingerbread-plus-aosp

* commit 'f3ee6f87':
  Telephony: Remove references to mExitECMRunnable object.
parents 4ea54f44 f3ee6f87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();

@@ -256,6 +257,7 @@ public class CDMAPhone extends PhoneBase {
            this.mSST = null;
            this.mEriManager = null;
            this.mCcatService = null;
            this.mExitEcmRunnable = null;
    }

    protected void finalize() {