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

Commit 5a02b9c3 authored by Eric Schwarzenbach's avatar Eric Schwarzenbach Committed by android-build-merger
Browse files

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

am: 7dab610c

Change-Id: I6d957debed28f5997adf4bb3291ff5bdc4f5ea3c
parents 910f1a5b 7dab610c
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();
}