Merge "Update the currentCalls before VTS notification."

am: f0796fd497

Change-Id: I6c5748081b255d2b38e51aa285f60a786d72383a
This commit is contained in:
Shuo Qian
2019-08-27 08:46:54 -07:00
committed by android-build-merger

View File

@@ -733,8 +733,8 @@ Return<void> RadioResponse_v1_4::getCurrentCallsResponse_1_2(
const RadioResponseInfo& info,
const ::android::hardware::hidl_vec<::android::hardware::radio::V1_2::Call>& calls) {
rspInfo = info;
parent_v1_4.notify(info.serial);
currentCalls = calls;
parent_v1_4.notify(info.serial);
return Void();
}