diff options
Diffstat (limited to 'telecomm/java/com')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl index 0d6b3d9..4517a96 100644 --- a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl +++ b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl @@ -52,7 +52,7 @@ oneway interface IConnectionServiceAdapter { void setRingbackRequested(String callId, boolean ringing); - void setCallCapabilities(String callId, int callCapabilities); + void setConnectionCapabilities(String callId, int connectionCapabilities); void setIsConferenced(String callId, String conferenceCallId); |