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

Commit b3e85409 authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Verify there are no more current calls" into qt-dev am: 1f12b532

am: 4f1b208f

Change-Id: Ibeb87410278b43bd1f6fe3367359160680d6ac69
parents 31b18ad1 4f1b208f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -102,6 +102,12 @@ void RadioHidlTest_v1_4::clearPotentialEstablishedCalls() {
        // Give some time for modem to disconnect the established call channel.
        sleep(MODEM_EMERGENCY_CALL_DISCONNECT_TIME);
    }

    // Verify there are no more current calls.
    serial = GetRandomSerialNumber();
    radio_v1_4->getCurrentCalls(serial);
    EXPECT_EQ(std::cv_status::no_timeout, wait());
    EXPECT_EQ(0, radioRsp_v1_4->currentCalls.size());
}

void RadioHidlTest_v1_4::updateSimCardStatus() {