mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 02:12:46 +00:00
Call notify for voiceReg and dataReg VTS tests
Bug: 80554443
Test: vts
Change-Id: I19f7131f7b65323065f3c283a89668ff761815e3
Merged-In: I19f7131f7b65323065f3c283a89668ff761815e3
(cherry picked from commit 2bb626a297)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user