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:
committed by
Android Git Automerger
commit
eb182d789d
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user