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

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

Merge "Call notify for voiceReg and dataReg VTS tests" into pi-dev

parents a0ff82f7 2bb626a2
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -747,13 +747,17 @@ Return<void> RadioResponse_v1_2::getCellInfoListResponse_1_2(
}

Return<void> RadioResponse_v1_2::getVoiceRegistrationStateResponse_1_2(
    const RadioResponseInfo& /*info*/,
    const RadioResponseInfo& info,
    const ::android::hardware::radio::V1_2::VoiceRegStateResult& /*voiceRegResponse*/) {
    rspInfo = info;
    parent_v1_2.notify(info.serial);
    return Void();
}

Return<void> RadioResponse_v1_2::getDataRegistrationStateResponse_1_2(
    const RadioResponseInfo& /*info*/,
    const RadioResponseInfo& info,
    const ::android::hardware::radio::V1_2::DataRegStateResult& /*dataRegResponse*/) {
    rspInfo = info;
    parent_v1_2.notify(info.serial);
    return Void();
}