summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tor Norbye <tnorbye@google.com> 2019-02-21 22:39:49 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-02-21 22:39:49 +0000
commit07037a86d3211bf84f897ae28f4c303d7587ee41 (patch)
treeddd4b307f9fbdcf6e7a05cf00585faaf3cf9b973
parent969abcc46fea8625688b8e401be6d0d1a56f3ad5 (diff)
parentddc496d62210fd06f7132e701fbc5df0b2c237f6 (diff)
Merge "Update MbmsDownloadServiceBase to reflect implements IInterface"
-rw-r--r--api/system-current.txt4
-rw-r--r--api/test-current.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 9c45fb4ee5c4..6f592060b224 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -7667,7 +7667,7 @@ package android.telephony.mbms {
package android.telephony.mbms.vendor {
- public class MbmsDownloadServiceBase extends android.os.Binder {
+ public class MbmsDownloadServiceBase extends android.os.Binder implements android.os.IInterface {
ctor public MbmsDownloadServiceBase();
method public int addProgressListener(android.telephony.mbms.DownloadRequest, android.telephony.mbms.DownloadProgressListener) throws android.os.RemoteException;
method public int addStatusListener(android.telephony.mbms.DownloadRequest, android.telephony.mbms.DownloadStatusListener) throws android.os.RemoteException;
@@ -7700,7 +7700,7 @@ package android.telephony.mbms.vendor {
method public void updateGroupCall(int, long, java.util.List<java.lang.Integer>, java.util.List<java.lang.Integer>);
}
- public class MbmsStreamingServiceBase extends android.os.Binder {
+ public class MbmsStreamingServiceBase extends android.os.Binder implements android.os.IInterface {
ctor public MbmsStreamingServiceBase();
method public android.os.IBinder asBinder();
method public void dispose(int) throws android.os.RemoteException;
diff --git a/api/test-current.txt b/api/test-current.txt
index dc97dd061578..6757827371c7 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -1517,7 +1517,7 @@ package android.telephony.mbms {
package android.telephony.mbms.vendor {
- public class MbmsDownloadServiceBase extends android.os.Binder {
+ public class MbmsDownloadServiceBase extends android.os.Binder implements android.os.IInterface {
ctor public MbmsDownloadServiceBase();
method public int addProgressListener(android.telephony.mbms.DownloadRequest, android.telephony.mbms.DownloadProgressListener) throws android.os.RemoteException;
method public int addStatusListener(android.telephony.mbms.DownloadRequest, android.telephony.mbms.DownloadStatusListener) throws android.os.RemoteException;
@@ -1550,7 +1550,7 @@ package android.telephony.mbms.vendor {
method public void updateGroupCall(int, long, java.util.List<java.lang.Integer>, java.util.List<java.lang.Integer>);
}
- public class MbmsStreamingServiceBase extends android.os.Binder {
+ public class MbmsStreamingServiceBase extends android.os.Binder implements android.os.IInterface {
ctor public MbmsStreamingServiceBase();
method public android.os.IBinder asBinder();
method public void dispose(int) throws android.os.RemoteException;