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

Commit a7bf38ae 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

am: 5a02b9c3

Change-Id: I4042e9516a7fd8a24e49ccc83d12bb3eeb55d513
parents 21d7f813 5a02b9c3
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();
}