Loading src/java/com/android/internal/telephony/cdma/CDMALTEPhone.java +0 −2 Original line number Diff line number Diff line Loading @@ -320,8 +320,6 @@ public class CDMALTEPhone extends CDMAPhone { mCarrierOtaSpNumSchema = SystemProperties.get( TelephonyProperties.PROPERTY_OTASP_NUM_SCHEMA,""); // Notify voicemails. notifier.notifyMessageWaitingChanged(this); setProperties(); } Loading src/java/com/android/internal/telephony/cdma/CDMAPhone.java +6 −3 Original line number Diff line number Diff line Loading @@ -230,9 +230,6 @@ public class CDMAPhone extends PhoneBase { // Sets current entry in the telephony carrier table updateCurrentCarrierInProvider(operatorNumeric); // Notify voicemails. notifier.notifyMessageWaitingChanged(this); } @Override Loading Loading @@ -1210,6 +1207,9 @@ public class CDMAPhone extends PhoneBase { case EVENT_RUIM_RECORDS_LOADED:{ Rlog.d(LOG_TAG, "Event EVENT_RUIM_RECORDS_LOADED Received"); updateCurrentCarrierInProvider(); // Notify voicemails. log("notifyMessageWaitingChanged"); mNotifier.notifyMessageWaitingChanged(this); } break; Loading Loading @@ -1247,6 +1247,9 @@ public class CDMAPhone extends PhoneBase { case EVENT_NV_READY:{ Rlog.d(LOG_TAG, "Event EVENT_NV_READY Received"); prepareEri(); // Notify voicemails. log("notifyMessageWaitingChanged"); mNotifier.notifyMessageWaitingChanged(this); } break; Loading Loading
src/java/com/android/internal/telephony/cdma/CDMALTEPhone.java +0 −2 Original line number Diff line number Diff line Loading @@ -320,8 +320,6 @@ public class CDMALTEPhone extends CDMAPhone { mCarrierOtaSpNumSchema = SystemProperties.get( TelephonyProperties.PROPERTY_OTASP_NUM_SCHEMA,""); // Notify voicemails. notifier.notifyMessageWaitingChanged(this); setProperties(); } Loading
src/java/com/android/internal/telephony/cdma/CDMAPhone.java +6 −3 Original line number Diff line number Diff line Loading @@ -230,9 +230,6 @@ public class CDMAPhone extends PhoneBase { // Sets current entry in the telephony carrier table updateCurrentCarrierInProvider(operatorNumeric); // Notify voicemails. notifier.notifyMessageWaitingChanged(this); } @Override Loading Loading @@ -1210,6 +1207,9 @@ public class CDMAPhone extends PhoneBase { case EVENT_RUIM_RECORDS_LOADED:{ Rlog.d(LOG_TAG, "Event EVENT_RUIM_RECORDS_LOADED Received"); updateCurrentCarrierInProvider(); // Notify voicemails. log("notifyMessageWaitingChanged"); mNotifier.notifyMessageWaitingChanged(this); } break; Loading Loading @@ -1247,6 +1247,9 @@ public class CDMAPhone extends PhoneBase { case EVENT_NV_READY:{ Rlog.d(LOG_TAG, "Event EVENT_NV_READY Received"); prepareEri(); // Notify voicemails. log("notifyMessageWaitingChanged"); mNotifier.notifyMessageWaitingChanged(this); } break; Loading