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

Commit 65153d1a authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "IRadioConfig HAL: use default instance name." into pi-dev am: fc54095a

am: d6dd46fe

Change-Id: Ib991fd6d9754bbbb2edc6012f62f4dd26b4eb513
parents feac2542 d6dd46fe
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ public class RadioConfig extends Handler {
    private static final boolean DBG = true;
    private static final boolean VDBG = false;   //STOPSHIP if true

    private static final String RADIO_CONFIG_SERVICE_NAME = "radioconfig";
    private static final int EVENT_SERVICE_DEAD = 1;

    private final boolean mIsMobileNetworkSupported;
@@ -166,7 +165,7 @@ public class RadioConfig extends Handler {
        }

        try {
            mRadioConfigProxy = IRadioConfig.getService(RADIO_CONFIG_SERVICE_NAME, true);
            mRadioConfigProxy = IRadioConfig.getService(true);
            if (mRadioConfigProxy != null) {
                mRadioConfigProxy.linkToDeath(mServiceDeathRecipient,
                        mRadioConfigProxyCookie.incrementAndGet());