Merge "Fix emergencyDial_1_6_withServices in VTS 1.6" am: b1fe78fb63

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

Change-Id: I3087ced88bf029d75b7f28dbf8f4d728cb74f699
This commit is contained in:
Treehugger Robot 2021-03-24 19:33:46 +00:00 committed by Automerger Merge Worker
commit 25b1f1e773

View file

@ -87,7 +87,9 @@ Return<void> RadioResponse_v1_6::getIMSIForAppResponse(
}
Return<void> RadioResponse_v1_6::hangupConnectionResponse(
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();
}