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

Commit 60c0e06e authored by Aaron Tsai's avatar Aaron Tsai
Browse files

Fix emergencyDial_1_6_withServices in VTS 1.6

Bug: 181634738
Test: atest VtsHalRadioV1_6TargetTest
Change-Id: I66020bc8220a86bd08f595662f38a7cce8e07df4
parent bbc243fd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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();
}