Loading src/java/com/android/internal/telephony/gsm/GsmServiceStateTracker.java +2 −3 Original line number Diff line number Diff line Loading @@ -250,9 +250,6 @@ final class GsmServiceStateTracker extends ServiceStateTracker { Context context = phone.getContext(); filter.addAction(ACTION_RADIO_OFF); context.registerReceiver(mIntentReceiver, filter); // Gsm doesn't support OTASP so its not needed phone.notifyOtaspChanged(OTASP_NOT_NEEDED); } @Override Loading Loading @@ -411,6 +408,8 @@ final class GsmServiceStateTracker extends ServiceStateTracker { case EVENT_SIM_RECORDS_LOADED: log("EVENT_SIM_RECORDS_LOADED: what=" + msg.what); // Gsm doesn't support OTASP so its not needed mPhone.notifyOtaspChanged(OTASP_NOT_NEEDED); updatePhoneObject(); updateSpnDisplay(); Loading Loading
src/java/com/android/internal/telephony/gsm/GsmServiceStateTracker.java +2 −3 Original line number Diff line number Diff line Loading @@ -250,9 +250,6 @@ final class GsmServiceStateTracker extends ServiceStateTracker { Context context = phone.getContext(); filter.addAction(ACTION_RADIO_OFF); context.registerReceiver(mIntentReceiver, filter); // Gsm doesn't support OTASP so its not needed phone.notifyOtaspChanged(OTASP_NOT_NEEDED); } @Override Loading Loading @@ -411,6 +408,8 @@ final class GsmServiceStateTracker extends ServiceStateTracker { case EVENT_SIM_RECORDS_LOADED: log("EVENT_SIM_RECORDS_LOADED: what=" + msg.what); // Gsm doesn't support OTASP so its not needed mPhone.notifyOtaspChanged(OTASP_NOT_NEEDED); updatePhoneObject(); updateSpnDisplay(); Loading