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

Commit a0ff82f7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add setIndicationFilter response notification in 1.2 VTS" into pi-dev

parents d33b77a1 0ff41b94
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -653,7 +653,9 @@ Return<void> RadioResponse_v1_2::sendDeviceStateResponse(const RadioResponseInfo
    return Void();
}

Return<void> RadioResponse_v1_2::setIndicationFilterResponse(const RadioResponseInfo& /*info*/) {
Return<void> RadioResponse_v1_2::setIndicationFilterResponse(const RadioResponseInfo& info) {
    rspInfo = info;
    parent_v1_2.notify(info.serial);
    return Void();
}