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

Commit bf2e7b76 authored by Weilin Xu's avatar Weilin Xu Committed by Android (Google) Code Review
Browse files

Merge "Remove hd_radio_improved flag" into main

parents bbe5c501 addb6376
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
package: "android.hardware.radio"
container: "system"

flag {
    name: "hd_radio_improved"
    is_exported: true
    namespace: "car_framework"
    description: "Feature flag for improved HD radio support with less vendor extensions"
    bug: "280300929"
}

flag {
    name: "hd_radio_emergency_alert_system"
    is_exported: true
+0 −2
Original line number Diff line number Diff line
@@ -630,7 +630,6 @@ public final class ProgramListTest {

    @Test
    public void getProgramInfos() throws Exception {
        mSetFlagsRule.enableFlags(Flags.FLAG_HD_RADIO_IMPROVED);
        createRadioTuner();
        mProgramList = mRadioTuner.getDynamicProgramList(TEST_FILTER);
        registerListCallbacks(/* numCallbacks= */ 1);
@@ -647,7 +646,6 @@ public final class ProgramListTest {

    @Test
    public void getProgramInfos_withIdNotFound() throws Exception {
        mSetFlagsRule.enableFlags(Flags.FLAG_HD_RADIO_IMPROVED);
        createRadioTuner();
        mProgramList = mRadioTuner.getDynamicProgramList(TEST_FILTER);
        registerListCallbacks(/* numCallbacks= */ 1);