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

Commit 9e1c1326 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[PhysicalChannelConfig] Override PhysicalChannelConfig of HAL 1.6" am: 2582fc4e

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1552235

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6b1b2e9ebb095b1f55b774fbeb718ae78523b721
parents 3e8113aa 2582fc4e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -340,6 +340,15 @@ public class RadioIndication extends IRadioIndication.Stub {
        physicalChannelConfigsIndication(configs);
    }

    /**
     * Indicates current physical channel configuration.
     */
    public void currentPhysicalChannelConfigs_1_6(int indicationType,
            ArrayList<android.hardware.radio.V1_6.PhysicalChannelConfig> configs) {
        mRil.processIndication(indicationType);
        physicalChannelConfigsIndication(configs);
    }

    /**
     * Indicates current physical channel configuration.
     */