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

Commit cd4d38ca authored by Eric Schwarzenbach's avatar Eric Schwarzenbach
Browse files

Add skeleton implementation for physical channel config indication.

Bug: 70638175
Test: n/a
Change-Id: I79985e7aff625941ea750ff05a8cb0239a3bc47f
parent ebb82d1f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ import android.hardware.radio.V1_0.StkCcUnsolSsResult;
import android.hardware.radio.V1_0.SuppSvcNotification;
import android.hardware.radio.V1_1.KeepaliveStatus;
import android.hardware.radio.V1_2.IRadioIndication;
import android.hardware.radio.V1_2.PhysicalChannelConfig;
import android.os.AsyncResult;
import android.os.SystemProperties;
import android.telephony.CellInfo;
@@ -241,6 +242,14 @@ public class RadioIndication extends IRadioIndication.Stub {
      // TODO(b/70638175) Implement method.
    }

    /**
     * Indicates current physical channel configuration.
     */
    public void currentPhysicalChannelConfigs(int indicationType,
                                   ArrayList<PhysicalChannelConfig> configs) {
      // TODO(b/70638175) Implement method.
    }

    public void dataCallListChanged(int indicationType, ArrayList<SetupDataCallResult> dcList) {
        mRil.processIndication(indicationType);