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