diff options
| author | 2019-02-26 19:06:30 -0800 | |
|---|---|---|
| committer | 2019-02-26 19:06:30 -0800 | |
| commit | 84b78e71fcd3fe6cdf11f3bca4dbc4ba632fe57d (patch) | |
| tree | d58886803fe471d68770cff55a2294b0c5481e9e | |
| parent | 2e563d40befea222ac9738384bb0ee7e271bd055 (diff) | |
| parent | 588413cf2b8ec38420c0bfaea3294804606904f8 (diff) | |
Merge "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface"" am: e701106d6e
am: 588413cf2b
Change-Id: I1ce88f43e761c009100d8eec50fe85000a63f91a
| -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; |