Loading src/java/com/android/internal/telephony/SimResponse.java +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ public class SimResponse extends IRadioSimResponse.Stub { android.hardware.radio.sim.CarrierRestrictions carrierRestrictions, int multiSimPolicy) { RILRequest rr = mRil.processResponse(HAL_SERVICE_SIM, responseInfo); boolean carrierLockInfoSupported = mRil.getHalVersion(HAL_SERVICE_SIM).greater( boolean carrierLockInfoSupported = mRil.getHalVersion(HAL_SERVICE_SIM).greaterOrEqual( RIL.RADIO_HAL_VERSION_2_2); if (rr == null) { return; Loading Loading
src/java/com/android/internal/telephony/SimResponse.java +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ public class SimResponse extends IRadioSimResponse.Stub { android.hardware.radio.sim.CarrierRestrictions carrierRestrictions, int multiSimPolicy) { RILRequest rr = mRil.processResponse(HAL_SERVICE_SIM, responseInfo); boolean carrierLockInfoSupported = mRil.getHalVersion(HAL_SERVICE_SIM).greater( boolean carrierLockInfoSupported = mRil.getHalVersion(HAL_SERVICE_SIM).greaterOrEqual( RIL.RADIO_HAL_VERSION_2_2); if (rr == null) { return; Loading