Loading src/java/com/android/internal/telephony/cdma/CDMAPhone.java +3 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,8 @@ public class CDMAPhone extends PhoneBase { mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); mSST.registerForNetworkAttached(this, EVENT_REGISTERED_TO_NETWORK, null); mCi.setEmergencyCallbackMode(this, EVENT_EMERGENCY_CALLBACK_MODE_ENTER, null); mCi.registerForExitEmergencyCallbackMode(this, EVENT_EXIT_EMERGENCY_CALLBACK_RESPONSE, null); PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE); Loading Loading @@ -259,6 +261,7 @@ public class CDMAPhone extends PhoneBase { mCi.unregisterForOn(this); //EVENT_RADIO_ON mSST.unregisterForNetworkAttached(this); //EVENT_REGISTERED_TO_NETWORK mCi.unSetOnSuppServiceNotification(this); mCi.unregisterForExitEmergencyCallbackMode(this); removeCallbacks(mExitEcmRunnable); mPendingMmis.clear(); Loading Loading
src/java/com/android/internal/telephony/cdma/CDMAPhone.java +3 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,8 @@ public class CDMAPhone extends PhoneBase { mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); mSST.registerForNetworkAttached(this, EVENT_REGISTERED_TO_NETWORK, null); mCi.setEmergencyCallbackMode(this, EVENT_EMERGENCY_CALLBACK_MODE_ENTER, null); mCi.registerForExitEmergencyCallbackMode(this, EVENT_EXIT_EMERGENCY_CALLBACK_RESPONSE, null); PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE); Loading Loading @@ -259,6 +261,7 @@ public class CDMAPhone extends PhoneBase { mCi.unregisterForOn(this); //EVENT_RADIO_ON mSST.unregisterForNetworkAttached(this); //EVENT_REGISTERED_TO_NETWORK mCi.unSetOnSuppServiceNotification(this); mCi.unregisterForExitEmergencyCallbackMode(this); removeCallbacks(mExitEcmRunnable); mPendingMmis.clear(); Loading