[Replicant] [PATCH] Fix building after removing ambientsdk

belgin belginstirbu at hotmail.com
Mon Nov 23 23:33:04 UTC 2020


Signed-off-by: belgin <belginstirbu at hotmail.com>
---
 src/com/android/incallui/AnswerPresenter.java | 9 +++++++++
 1 file changed, 9 insertions(+)

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) {
+        }
     };
 
     /**
-- 
2.11.0



More information about the Replicant mailing list