summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-07-22 12:09:38 -0700
committerAndrew Lee <anwlee@google.com>2014-07-22 15:47:56 -0700
commit8a57efb7eb627c20bc43a8007a95652247720118 (patch)
treec1436113c680c4a17dd9ecc98a8f620d0efc1d22 /api
parent921ec8056a3010d0a21400f97312cf3f7d97ffaa (diff)
downloadframeworks_base-8a57efb7eb627c20bc43a8007a95652247720118.zip
frameworks_base-8a57efb7eb627c20bc43a8007a95652247720118.tar.gz
frameworks_base-8a57efb7eb627c20bc43a8007a95652247720118.tar.bz2
Don't throw RemoteException in public RemoteCallVideoClient APIs.
- Hide constructor. - No longer implements IBinder.DeathRecipient. - Catch RemoteExceptions instead of throwing RemoteExceptions. Change-Id: Iaa049cab9e24120d3ea732e1ede78cc6fcd0ad71
Diffstat (limited to 'api')
-rw-r--r--api/current.txt15
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 {