Merge "Fix build because of addition of new Radio API to VTS."
am: 801f78cc05
Change-Id: Ia15071f76ea9a39088029dc9610a4d9aa780e0d7
This commit is contained in:
commit
c75e2f8d6b
2 changed files with 7 additions and 0 deletions
|
@ -417,6 +417,8 @@ public:
|
|||
|
||||
Return<void> setIndicationFilterResponse(const RadioResponseInfo& info);
|
||||
|
||||
Return<void> setSimCardPowerResponse(const RadioResponseInfo& info);
|
||||
|
||||
Return<void> acknowledgeRequest(int32_t serial);
|
||||
};
|
||||
|
||||
|
|
|
@ -655,6 +655,11 @@ Return<void> RadioResponse::setIndicationFilterResponse(
|
|||
return Void();
|
||||
}
|
||||
|
||||
Return<void> RadioResponse::setSimCardPowerResponse(
|
||||
const RadioResponseInfo& info) {
|
||||
return Void();
|
||||
}
|
||||
|
||||
Return<void> RadioResponse::acknowledgeRequest(int32_t serial) {
|
||||
return Void();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue