diff options
author | Andrew Lee <anwlee@google.com> | 2014-07-01 15:38:26 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-07-01 17:00:30 -0700 |
commit | b8f4db89e69948ca131d2403f556715b61f67f75 (patch) | |
tree | c77ec95d5239720a1b54eb905050d890ab6f8d33 /api/current.txt | |
parent | d46eba18be4cb1247b3b99aaebd09aad5dea3948 (diff) | |
download | frameworks_base-b8f4db89e69948ca131d2403f556715b61f67f75.zip frameworks_base-b8f4db89e69948ca131d2403f556715b61f67f75.tar.gz frameworks_base-b8f4db89e69948ca131d2403f556715b61f67f75.tar.bz2 |
Use proper name for method for setting paused image.
Change-Id: Ifc3ada4d3b88ae325c2e4edc0c0bdd1b9f836995
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 ef8cbb1..01ffeee 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27759,7 +27759,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; @@ -27768,6 +27767,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; } |