summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-05-06 08:52:27 -0700
committerTyler Gunn <tgunn@google.com>2015-05-06 08:52:27 -0700
commit4538216a31d15b01e18c7b504e51031da0ce6e40 (patch)
tree3ff5816a01518ff07b756edaaa89617344eaa514 /api
parentd5304020b29762ce79d66c1ed3028b0ee30c68ad (diff)
downloadframeworks_base-4538216a31d15b01e18c7b504e51031da0ce6e40.zip
frameworks_base-4538216a31d15b01e18c7b504e51031da0ce6e40.tar.gz
frameworks_base-4538216a31d15b01e18c7b504e51031da0ce6e40.tar.bz2
Change sendSessionModifyRequest VideoProvider API signature.
Including a fromProfile in addition to the requestedProfile. - Changed VideoCallImpl to generate the fromVideoProfile based on the call's current videoState. This ensures the InCall UI only needs to pass in the new video profile; the VideoCall Impl already has enough knowledge to generate the fromProfile. - Changed VideoCallImpl to track the current videoQuality, which forms a part of the fromVideoProfile. Bug: 20704229 Change-Id: I89f293f03a2b13fc8c1dcfd8a07ab8640d3950e0
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
-rw-r--r--api/system-current.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index ff66cf6..9530f06 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -30444,7 +30444,7 @@ package android.telecom {
method public void handleCallSessionEvent(int);
method public abstract void onRequestCameraCapabilities();
method public abstract void onRequestConnectionDataUsage();
- method public abstract void onSendSessionModifyRequest(android.telecom.VideoProfile);
+ method public abstract void onSendSessionModifyRequest(android.telecom.VideoProfile, android.telecom.VideoProfile);
method public abstract void onSendSessionModifyResponse(android.telecom.VideoProfile);
method public abstract void onSetCamera(java.lang.String);
method public abstract void onSetDeviceOrientation(int);
diff --git a/api/system-current.txt b/api/system-current.txt
index ffcb86f..569524e 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -32565,7 +32565,7 @@ package android.telecom {
method public void handleCallSessionEvent(int);
method public abstract void onRequestCameraCapabilities();
method public abstract void onRequestConnectionDataUsage();
- method public abstract void onSendSessionModifyRequest(android.telecom.VideoProfile);
+ method public abstract void onSendSessionModifyRequest(android.telecom.VideoProfile, android.telecom.VideoProfile);
method public abstract void onSendSessionModifyResponse(android.telecom.VideoProfile);
method public abstract void onSetCamera(java.lang.String);
method public abstract void onSetDeviceOrientation(int);