Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af3d911f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reset radio service proxy after Mock modem detach" into tm-dev

parents a0ae3d9a 29ec0f4d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
                }
            }
        }

+1 −0
Original line number Diff line number Diff line
@@ -273,6 +273,7 @@ public class RadioConfig extends Handler {

            if (mMockModem != null) {
                mMockModem = null;
                resetProxyAndRequestList("EVENT_AIDL_SERVICE_DEAD", null);
            }
        }