Loading src/java/com/android/internal/telephony/cdma/CdmaLteServiceStateTracker.java 100644 → 100755 +3 −1 Original line number Diff line number Diff line Loading @@ -481,7 +481,9 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker { } if (mUiccApplcation != null && mUiccApplcation.getState() == AppState.APPSTATE_READY && mIccRecords != null && (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE)) { mIccRecords != null && ((mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) || (mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE))) { // SIM is found on the device. If ERI roaming is OFF, and SID/NID matches // one configured in SIM, use operator name from CSIM record. boolean showSpn = Loading Loading
src/java/com/android/internal/telephony/cdma/CdmaLteServiceStateTracker.java 100644 → 100755 +3 −1 Original line number Diff line number Diff line Loading @@ -481,7 +481,9 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker { } if (mUiccApplcation != null && mUiccApplcation.getState() == AppState.APPSTATE_READY && mIccRecords != null && (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE)) { mIccRecords != null && ((mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) || (mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE))) { // SIM is found on the device. If ERI roaming is OFF, and SID/NID matches // one configured in SIM, use operator name from CSIM record. boolean showSpn = Loading