summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/answer/protocol')
-rw-r--r--java/com/android/incallui/answer/protocol/AnswerScreenDelegate.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/com/android/incallui/answer/protocol/AnswerScreenDelegate.java b/java/com/android/incallui/answer/protocol/AnswerScreenDelegate.java
index 10a3413af..9815981ca 100644
--- a/java/com/android/incallui/answer/protocol/AnswerScreenDelegate.java
+++ b/java/com/android/incallui/answer/protocol/AnswerScreenDelegate.java
@@ -32,10 +32,6 @@ public interface AnswerScreenDelegate {
void onReject();
void onAnswerAndReleaseCall();
-
- void onAnswerAndReleaseButtonEnabled();
-
- void onAnswerAndReleaseButtonDisabled();
/**
* Sets the window background color based on foreground call's theme and the given progress. This
* is called from the answer UI to animate the accept and reject action.