summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/com/android/internal/telecomm/IConnectionService.aidl')
-rw-r--r--telecomm/java/com/android/internal/telecomm/IConnectionService.aidl4
1 files changed, 3 insertions, 1 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl b/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl
index c412424..32b877d 100644
--- a/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/IConnectionService.aidl
@@ -43,7 +43,9 @@ oneway interface IConnectionService {
void abort(String callId);
- void answer(String callId, int videoState);
+ void answerVideo(String callId, int videoState);
+
+ void answer(String callId);
void reject(String callId);