diff options
| author | Banavathu, Srinivas Naik <snb@codeaurora.org> | 2010-08-26 09:02:33 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-26 09:02:33 -0700 |
| commit | eb182d789df75be7a778a6264e658972af73800c (patch) | |
| tree | dfe7bc339299066e0dec18f6a46a0a9436ea8987 /telephony/java | |
| parent | 4ea54f442e6e5c0932bc0a1da8c932bb1c9ccb0b (diff) | |
| parent | f3ee6f87a344b185d8bde12c77440c9020378510 (diff) | |
| download | frameworks_base-eb182d789df75be7a778a6264e658972af73800c.zip frameworks_base-eb182d789df75be7a778a6264e658972af73800c.tar.gz frameworks_base-eb182d789df75be7a778a6264e658972af73800c.tar.bz2 | |
am f3ee6f87: Telephony: Remove references to mExitECMRunnable object.
Merge commit 'f3ee6f87a344b185d8bde12c77440c9020378510' into gingerbread-plus-aosp
* commit 'f3ee6f87a344b185d8bde12c77440c9020378510':
Telephony: Remove references to mExitECMRunnable object.
Diffstat (limited to 'telephony/java')
| -rwxr-xr-x | telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java b/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java index 6ab89cd..840d366 100755 --- a/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java +++ b/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java @@ -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() { |
