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

Commit b840a0cd authored by Shuo Qian's avatar Shuo Qian Committed by Gerrit Code Review
Browse files

Merge "Fix emergencyDialResponse in VTS 1.6"

parents f1fa44dd 2b254862
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -849,7 +849,9 @@ Return<void> RadioResponse_v1_6::getModemStackStatusResponse(


/* 1.4 Apis */
/* 1.4 Apis */
Return<void> RadioResponse_v1_6::emergencyDialResponse(
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();
    return Void();
}
}