mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-07 17:05:21 -04:00
Initial commit, long overdue
This commit is contained in:
commit
c0083c1519
292 changed files with 951990 additions and 0 deletions
|
@ -0,0 +1,36 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue