am f3ee6f87: Telephony: Remove references to mExitECMRunnable object.

Merge commit 'f3ee6f87a344b185d8bde12c77440c9020378510' into gingerbread-plus-aosp

* commit 'f3ee6f87a344b185d8bde12c77440c9020378510':
  Telephony: Remove references to mExitECMRunnable object.
This commit is contained in:
Banavathu, Srinivas Naik
2010-08-26 09:02:33 -07:00
committed by Android Git Automerger

View File

@@ -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() {