diff options
author | Sailesh Nepal <sail@google.com> | 2014-07-07 22:49:44 -0700 |
---|---|---|
committer | Sailesh Nepal <sail@google.com> | 2014-07-09 00:19:59 +0000 |
commit | 33aaae4a07fdcce223fe74d96d751f4bffa6723a (patch) | |
tree | 8cb2b723bfa8feba9edc76bc58c17b2fb0474358 /telecomm/java/com/android | |
parent | 6dc7e4e46c30f36c77f84e52969a4171485d7133 (diff) | |
download | frameworks_base-33aaae4a07fdcce223fe74d96d751f4bffa6723a.zip frameworks_base-33aaae4a07fdcce223fe74d96d751f4bffa6723a.tar.gz frameworks_base-33aaae4a07fdcce223fe74d96d751f4bffa6723a.tar.bz2 |
Add Connection.setAudioModeIsVoip
This API will be used by Telecomm to set the call's audio mode.
Change-Id: I29028e614c598d1f2501c4dfdcdbfc929b09f925
Diffstat (limited to 'telecomm/java/com/android')
-rw-r--r-- | telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl b/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl index 9acc920..29f62b4 100644 --- a/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl +++ b/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl @@ -64,4 +64,6 @@ oneway interface IConnectionServiceAdapter { void setCallVideoProvider(String callId, ICallVideoProvider callVideoProvider); void setFeatures(String callId, int features); + + void setAudioModeIsVoip(String callId, boolean isVoip); } |