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

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

Merge "[PhysicalChannelConfig] Override PhysicalChannelConfig of HAL 1.6" am:...

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I035289e9be68a823475b15cec77241cd8f9bdd38
parents 7f59379d 9e1c1326
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.
     */