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

Commit 241652a2 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

RIL: Underp DataCall

Something went wrong with the old-stuff merge, these lines mess
up the parcel

Change-Id: I74191746fe8baec1a86efdd2e9fee7ffa47fc3e3
parent e75478d2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@ import com.android.internal.telephony.uicc.UiccController;

import java.lang.reflect.Constructor;

import java.lang.reflect.Constructor;

/**
 * {@hide}
 */
+0 −5
Original line number Diff line number Diff line
@@ -3214,11 +3214,6 @@ public class RIL extends BaseCommands implements CommandsInterface {
    }

    protected DataCallState getDataCallState(Parcel p, int version) {
        boolean oldRil = needsOldRilFeature("datacall");
        int ver = (oldRil ? 3 : p.readInt());
        int num = p.readInt();
        if (RILJ_LOGV) riljLog("responseSetupDataCall ver=" + ver + " num=" + num);

        DataCallState dataCall = new DataCallState();

        dataCall.version = version;