mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fix emergencyDial_1_6_withServices in VTS 1.6
Bug: 181634738 Test: atest VtsHalRadioV1_6TargetTest Change-Id: I66020bc8220a86bd08f595662f38a7cce8e07df4
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user