diff options
author | Andrew Lee <anwlee@google.com> | 2014-07-22 22:05:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-22 16:13:36 +0000 |
commit | 8d7f8a253db1392c74287399207096c9c97c7324 (patch) | |
tree | 71f0d3a30f1a9ccb8cb94db4856da9429ae0e3f3 /api | |
parent | 1f630e6719f43a3290b72c80331ced5de0202a08 (diff) | |
parent | a93e06bd64602f58d41fa98d7aff151493553b57 (diff) | |
download | frameworks_base-8d7f8a253db1392c74287399207096c9c97c7324.zip frameworks_base-8d7f8a253db1392c74287399207096c9c97c7324.tar.gz frameworks_base-8d7f8a253db1392c74287399207096c9c97c7324.tar.bz2 |
Merge "Don't throw RemoteException in public RemoteCallVideoClient APIs." into lmp-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/api/current.txt b/api/current.txt index 37008e4..a407abc 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28706,14 +28706,13 @@ package android.telecomm { field public static final android.os.Parcelable.Creator CREATOR; } - public class RemoteCallVideoClient implements android.os.IBinder.DeathRecipient { - method public void binderDied(); - method public void handleCallSessionEvent(int) throws android.os.RemoteException; - method public void handleCameraCapabilitiesChange(android.telecomm.CallCameraCapabilities) throws android.os.RemoteException; - method public void receiveSessionModifyRequest(android.telecomm.VideoCallProfile) throws android.os.RemoteException; - method public void receiveSessionModifyResponse(int, android.telecomm.VideoCallProfile, android.telecomm.VideoCallProfile) throws android.os.RemoteException; - method public void updateCallDataUsage(int) throws android.os.RemoteException; - method public void updatePeerDimensions(int, int) throws android.os.RemoteException; + public class RemoteCallVideoClient { + method public void handleCallSessionEvent(int); + method public void handleCameraCapabilitiesChange(android.telecomm.CallCameraCapabilities); + method public void receiveSessionModifyRequest(android.telecomm.VideoCallProfile); + method public void receiveSessionModifyResponse(int, android.telecomm.VideoCallProfile, android.telecomm.VideoCallProfile); + method public void updateCallDataUsage(int); + method public void updatePeerDimensions(int, int); } public class RemoteCallVideoProvider { |