mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
37 lines
948 B
Diff
37 lines
948 B
Diff
|
From 66f4525e8f6603a9bceb2168a41ab1cdcea9c20e Mon Sep 17 00:00:00 2001
|
||
|
From: Tad <tad@spotco.us>
|
||
|
Date: Sun, 10 Jul 2016 15:19:45 -0400
|
||
|
Subject: [PATCH] Fix build failure
|
||
|
|
||
|
Change-Id: If17279e2d537f3d7f1e5e5df6ed5c444b3449719
|
||
|
---
|
||
|
src/com/android/incallui/AnswerPresenter.java | 12 ++++++++++++
|
||
|
1 file changed, 12 insertions(+)
|
||
|
|
||
|
diff --git a/src/com/android/incallui/AnswerPresenter.java b/src/com/android/incallui/AnswerPresenter.java
|
||
|
index b0619b1..31a824e 100644
|
||
|
--- a/src/com/android/incallui/AnswerPresenter.java
|
||
|
+++ b/src/com/android/incallui/AnswerPresenter.java
|
||
|
@@ -127,6 +127,18 @@ 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.7.4
|
||
|
|