diff options
author | Andrew Lee <anwlee@google.com> | 2014-07-02 00:16:14 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-01 14:48:56 +0000 |
commit | b18460ef5b0e8a62e359960595c4e82b1e1500e5 (patch) | |
tree | 2829d509efb6afba5308cf23b69de1a9a5cafe91 /api/current.txt | |
parent | f4a92fee9aa7c74544e1bfd75c2d1f76eaa5d958 (diff) | |
parent | b8f4db89e69948ca131d2403f556715b61f67f75 (diff) | |
download | frameworks_base-b18460ef5b0e8a62e359960595c4e82b1e1500e5.zip frameworks_base-b18460ef5b0e8a62e359960595c4e82b1e1500e5.tar.gz frameworks_base-b18460ef5b0e8a62e359960595c4e82b1e1500e5.tar.bz2 |
Merge "Use proper name for method for setting paused image."
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 1e8f9b5..805ca70 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27760,7 +27760,6 @@ package android.telecomm { public class RemoteCallVideoProvider implements android.os.IBinder.DeathRecipient { method public void binderDied(); - method public void onSetPauseImage(java.lang.String) throws android.os.RemoteException; method public void requestCallDataUsage() throws android.os.RemoteException; method public void requestCameraCapabilities() throws android.os.RemoteException; method public void sendSessionModifyRequest(android.telecomm.VideoCallProfile) throws android.os.RemoteException; @@ -27769,6 +27768,7 @@ package android.telecomm { method public void setCamera(java.lang.String) throws android.os.RemoteException; method public void setDeviceOrientation(int) throws android.os.RemoteException; method public void setDisplaySurface(android.view.Surface) throws android.os.RemoteException; + method public void setPauseImage(java.lang.String) throws android.os.RemoteException; method public void setPreviewSurface(android.view.Surface) throws android.os.RemoteException; method public void setZoom(float) throws android.os.RemoteException; } |