Loading src/java/com/android/internal/telephony/RIL.java +1 −0 Original line number Diff line number Diff line Loading @@ -536,6 +536,7 @@ public class RIL extends BaseCommands implements CommandsInterface { } if (mMockModem != null) { mRadioVersion = RADIO_HAL_VERSION_UNKNOWN; for (int service = MIN_SERVICE_IDX; service <= MAX_SERVICE_IDX; service++) { mMockModem.unbindMockModemService(service); resetProxyAndRequestList(service); Loading Loading
src/java/com/android/internal/telephony/RIL.java +1 −0 Original line number Diff line number Diff line Loading @@ -536,6 +536,7 @@ public class RIL extends BaseCommands implements CommandsInterface { } if (mMockModem != null) { mRadioVersion = RADIO_HAL_VERSION_UNKNOWN; for (int service = MIN_SERVICE_IDX; service <= MAX_SERVICE_IDX; service++) { mMockModem.unbindMockModemService(service); resetProxyAndRequestList(service); Loading