Loading telephony/java/com/android/internal/telephony/cdma/RuimRecords.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -119,8 +119,11 @@ public final class RuimRecords extends IccRecords { adnCache.reset(); adnCache.reset(); phone.setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, null); // Don't clean up PROPERTY_ICC_OPERATOR_ISO_COUNTRY and phone.setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, null); // PROPERTY_ICC_OPERATOR_NUMERIC here. Since not all CDMA // devices have RUIM, these properties should keep the original // values, e.g. build time settings, when there is no RUIM but // set new values when RUIM is available and loaded. // recordsRequested is set to false indicating that the SIM // recordsRequested is set to false indicating that the SIM // read requests made so far are not valid. This is set to // read requests made so far are not valid. This is set to Loading Loading
telephony/java/com/android/internal/telephony/cdma/RuimRecords.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -119,8 +119,11 @@ public final class RuimRecords extends IccRecords { adnCache.reset(); adnCache.reset(); phone.setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, null); // Don't clean up PROPERTY_ICC_OPERATOR_ISO_COUNTRY and phone.setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, null); // PROPERTY_ICC_OPERATOR_NUMERIC here. Since not all CDMA // devices have RUIM, these properties should keep the original // values, e.g. build time settings, when there is no RUIM but // set new values when RUIM is available and loaded. // recordsRequested is set to false indicating that the SIM // recordsRequested is set to false indicating that the SIM // read requests made so far are not valid. This is set to // read requests made so far are not valid. This is set to Loading