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

Commit 1c253194 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Automerger Merge Worker
Browse files

Merge "broadcastradio@2.0 VTS uses FM frequency invalid in some regions" am: 2af96f7e

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1555282

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I39104503d7951c02ef85d9c222bd12565d8e48b5
parents 03893419 2af96f7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -415,7 +415,7 @@ TEST_P(BroadcastRadioHalTest, GetDabRegionConfig) {
TEST_P(BroadcastRadioHalTest, FmTune) {
    ASSERT_TRUE(openSession());

    uint64_t freq = 100100;  // 100.1 FM
    uint64_t freq = 90900;  // 90.9 FM
    auto sel = make_selector_amfm(freq);

    /* TODO(b/69958777): there is a race condition between tune() and onCurrentProgramInfoChanged