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

Commit d6dd46fe 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

Change-Id: I42c8a23f99a869f88b5cbc764df16130b60b3f22
parents 12be1d7c fc54095a
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());