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

Commit 2582fc4e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[PhysicalChannelConfig] Override PhysicalChannelConfig of HAL 1.6"

parents 8e14fdc4 1e8ec017
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.
     */