Merge "Fix emergencyDial_1_6_withServices in VTS 1.6"
This commit is contained in:
commit
b1fe78fb63
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue