From be74de0978a7eaa577f6b61902b550a3161aff8b Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Fri, 29 Aug 2014 14:51:48 -0700 Subject: Hiding videoState values in telecomm APIs. (1/3) Hiding in Connection, ConnectionRequest, and ConnectionService. Also @hiding PhoneAccount and PhoneCapabilities attributes related to VT. Bug: 17243002 Change-Id: I685305cddb99e1d2eb767982106253894a8d282f --- telecomm/java/com/android/internal/telecomm/IConnectionService.aidl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'telecomm/java/com') 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); -- cgit v1.1