diff options
| author | 2019-02-26 18:58:54 -0800 | |
|---|---|---|
| committer | 2019-02-26 18:58:54 -0800 | |
| commit | 588413cf2b8ec38420c0bfaea3294804606904f8 (patch) | |
| tree | 33ed2ce9ecf68f5c2ab7f27223423b88d8873b0c | |
| parent | 181c318f1fef43e845fe2f774d699362048de946 (diff) | |
| parent | e701106d6e1619206fd2873a6ba7afe7548a8625 (diff) | |
Merge "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface""
am: e701106d6e
Change-Id: I2ec59e09a441c97236404980a1a53127496df920
| -rw-r--r-- | api/system-current.txt | 4 | ||||
| -rw-r--r-- | api/test-current.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 515daeee4ee9..8b3b3057d049 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 implements android.os.IInterface { + public class MbmsDownloadServiceBase extends android.os.Binder { 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 implements android.os.IInterface { + public class MbmsStreamingServiceBase extends android.os.Binder { 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 62ef0b013cb9..400046bad74a 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -1519,7 +1519,7 @@ package android.telephony.mbms { package android.telephony.mbms.vendor { - public class MbmsDownloadServiceBase extends android.os.Binder implements android.os.IInterface { + public class MbmsDownloadServiceBase extends android.os.Binder { 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; @@ -1552,7 +1552,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 implements android.os.IInterface { + public class MbmsStreamingServiceBase extends android.os.Binder { ctor public MbmsStreamingServiceBase(); method public android.os.IBinder asBinder(); method public void dispose(int) throws android.os.RemoteException; |