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

Commit 4f749736 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Change radio related service names to slot1, slot2, slot3...

Test: Basic telephony sanity
Bug: 36570718
Merged-in: I054a5e7cc396a78df95752218e52e92dd7616d88
Change-Id: I054a5e7cc396a78df95752218e52e92dd7616d88
parent 64abca79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ public class SapRilReceiver {
    public static final boolean DEBUG = true;
    public static final boolean VERBOSE = true;

    private static final String SOCKET_NAME_RIL_BT = "sap_uim_socket1";
    private static final String SERVICE_NAME_RIL_BT = "slot1";
    // match with constant in ril.cpp - as in RIL.java
    private static final int SOCKET_OPEN_RETRY_MILLIS = 4 * 1000;

@@ -212,7 +212,7 @@ public class SapRilReceiver {
            }

            try {
                mSapProxy = ISap.getService(SOCKET_NAME_RIL_BT);
                mSapProxy = ISap.getService(SERVICE_NAME_RIL_BT);
                if (mSapProxy != null) {
                    mSapProxy.linkToDeath(
                            mSapProxyDeathRecipient, mSapProxyCookie.incrementAndGet());