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

Commit 1e8ec017 authored by Zoey Chen's avatar Zoey Chen
Browse files

[PhysicalChannelConfig] Override PhysicalChannelConfig of HAL 1.6

Bug: 162300897
Test: atest PhysicalChannelConfigTest
Change-Id: I86025ba8fc0dc04f1c2a5d39be5d9bff920dbe45
Merged-In: I86025ba8fc0dc04f1c2a5d39be5d9bff920dbe45
parent 1559e86f
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.
     */