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

Commit fb059aa6 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Fix the failed case for the...

Merge "Fix the failed case for the VtsHalRadioV1_5TargetTest.PerInstance/RadioHidlTest_v1_5#sendCdmaSmsExpectMore/0_slot1" into rvc-dev am: 27c9426e

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

Change-Id: I9da197e4d918381f40a4d7a67bdb6e5203a529af
parents 5444fdd4 27c9426e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1017,8 +1017,10 @@ Return<void> RadioResponse_v1_5::setNetworkSelectionModeManualResponse_1_5(
    return Void();
}

Return<void> RadioResponse_v1_5::sendCdmaSmsExpectMoreResponse(const RadioResponseInfo& /*info*/,
Return<void> RadioResponse_v1_5::sendCdmaSmsExpectMoreResponse(const RadioResponseInfo& info,
                                                               const SendSmsResult& /*sms*/) {
    rspInfo = info;
    parent_v1_5.notify(info.serial);
    return Void();
}