diff options
| author | belgin <belginstirbu@hotmail.com> | 2020-11-24 01:33:04 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-11-29 04:01:36 +0100 |
| commit | c4ae2ecd999fb9ed8b45c8d5a506835dae87c701 (patch) | |
| tree | 9c640013874b2fe4713feb9b450b2907c587fb5b | |
| parent | d69ce6c2a65c3d451dfb5837678221e56fef1880 (diff) | |
| download | packages_apps_InCallUI-replicant-6.0.tar.gz packages_apps_InCallUI-replicant-6.0.tar.bz2 packages_apps_InCallUI-replicant-6.0.zip | |
Fix building after removing ambientsdkreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004replicant-6.0
Signed-off-by: belgin <belginstirbu@hotmail.com>
| -rw-r--r-- | src/com/android/incallui/AnswerPresenter.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/com/android/incallui/AnswerPresenter.java b/src/com/android/incallui/AnswerPresenter.java index b0619b18..38114e4a 100644 --- a/src/com/android/incallui/AnswerPresenter.java +++ b/src/com/android/incallui/AnswerPresenter.java @@ -127,6 +127,15 @@ public class AnswerPresenter extends Presenter<AnswerPresenter.AnswerUi> public void notifyRefreshViceInfo(QtiViceInfo qtiViceInfo) { } + + public void receiveCallTransferResponse(int result) { + } + + public void notifyVopsStatus(boolean result) { + } + + public void notifySsacStatus(boolean result) { + } }; /** |
