Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +9 −9 Original line number Diff line number Diff line Loading @@ -1628,7 +1628,7 @@ public class SIMRecords extends IccRecords { @Override public int getDisplayRule(String plmn) { int rule; if (mContext != null) { CarrierConfigManager configLoader = (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); if (configLoader != null && configLoader.getConfig().getBoolean( Loading @@ -1637,7 +1637,7 @@ public class SIMRecords extends IccRecords { if (DBG) log("Set mSpnDisplayCondition to 0 for SPN override"); mSpnDisplayCondition = 0; } } if (mParentApp != null && mParentApp.getUiccCard() != null && mParentApp.getUiccCard().getOperatorBrandOverride() != null) { // If the operator has been overridden, treat it as the SPN file on the SIM did not exist. Loading Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +9 −9 Original line number Diff line number Diff line Loading @@ -1628,7 +1628,7 @@ public class SIMRecords extends IccRecords { @Override public int getDisplayRule(String plmn) { int rule; if (mContext != null) { CarrierConfigManager configLoader = (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); if (configLoader != null && configLoader.getConfig().getBoolean( Loading @@ -1637,7 +1637,7 @@ public class SIMRecords extends IccRecords { if (DBG) log("Set mSpnDisplayCondition to 0 for SPN override"); mSpnDisplayCondition = 0; } } if (mParentApp != null && mParentApp.getUiccCard() != null && mParentApp.getUiccCard().getOperatorBrandOverride() != null) { // If the operator has been overridden, treat it as the SPN file on the SIM did not exist. Loading