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

Commit 2b254862 authored by Shuo Qian's avatar Shuo Qian
Browse files

Fix emergencyDialResponse in VTS 1.6

Test: vts
Bug: 182496282
Change-Id: Ifdd60210ec30dd0a576cb366ad49c9bfe1924938
parent 603a44d9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -849,7 +849,9 @@ Return<void> RadioResponse_v1_6::getModemStackStatusResponse(

/* 1.4 Apis */
Return<void> RadioResponse_v1_6::emergencyDialResponse(
        const ::android::hardware::radio::V1_0::RadioResponseInfo& /*info*/) {
        const ::android::hardware::radio::V1_0::RadioResponseInfo& info) {
    rspInfo_v1_0 = info;
    parent_v1_6.notify(info.serial);
    return Void();
}