summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-06-30 11:20:32 -0700
committerTyler Gunn <tgunn@google.com>2014-06-30 11:20:32 -0700
commitbff4131d404a99b54ad2b8f4b4abba7c991dd27b (patch)
treec8df5e65c22a46db7c555d129cf9727ebe32eb20 /api/current.txt
parentdd59aba6c7e142eae14d5f29ea6873a5b9790174 (diff)
downloadframeworks_base-bff4131d404a99b54ad2b8f4b4abba7c991dd27b.zip
frameworks_base-bff4131d404a99b54ad2b8f4b4abba7c991dd27b.tar.gz
frameworks_base-bff4131d404a99b54ad2b8f4b4abba7c991dd27b.tar.bz2
Added API methods for the CallVideoProvider.
Cleaned up comments in CallVideoClient to match. Bug: 15893156 Change-Id: I9b1268726e64c2b73441272dae8d6a719a32fa16
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index a5813d5..da2f711 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -27569,7 +27569,16 @@ package android.telecomm {
public abstract class CallVideoProvider {
ctor protected CallVideoProvider();
+ method public abstract void requestCallDataUsage();
+ method public abstract void requestCameraCapabilities();
+ method public abstract void sendSessionModifyRequest(android.telecomm.VideoCallProfile);
+ method public abstract void sendSessionModifyResponse(android.telecomm.VideoCallProfile);
method public abstract void setCamera(java.lang.String);
+ method public abstract void setDeviceOrientation(int);
+ method public abstract void setDisplaySurface(android.view.Surface);
+ method public abstract void setPauseImage(java.lang.String);
+ method public abstract void setPreviewSurface(android.view.Surface);
+ method public abstract void setZoom(float);
}
public class CallVideoProviderWrapper implements android.os.IBinder.DeathRecipient {