Merge "Fix emergencyDialResponse in VTS 1.6" am: b840a0cdd3
am: a6d37dd0c1
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1628876 Change-Id: I6a007c75d25fa8fd79173cd84302d3fbfa98d6be
This commit is contained in:
commit
696dbed574
1 changed files with 3 additions and 1 deletions
|
@ -849,7 +849,9 @@ Return<void> RadioResponse_v1_6::getModemStackStatusResponse(
|
|||
|
||||
/* 1.4 Apis */
|
||||
Return<void> RadioResponse_v1_6::emergencyDialResponse(
|
||||
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