diff options
| author | 2019-02-25 18:40:37 +0000 | |
|---|---|---|
| committer | 2019-02-25 18:40:37 +0000 | |
| commit | fb19bf21b55ab03d7a98b1b2c25bcee433f801e9 (patch) | |
| tree | b2e27b0883a873e2c0b3cfc32711425d72031fdb | |
| parent | 9fc7349450d3fcdc1843f29d41b0daec37a8cb8d (diff) | |
| parent | f68fdfcfa13bbe16129f0802a0c4f3b1f83dbc9f (diff) | |
Merge "Merge "Update MbmsDownloadServiceBase to reflect implements IInterface" am: 07037a86d3 am: 0287ddfde2 am: 9bed52b751"
| -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 9170c8a57f13..5557b79ceede 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -9232,7 +9232,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; @@ -9265,7 +9265,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 ba497d476ed9..8169230f3295 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -2381,7 +2381,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; @@ -2414,7 +2414,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; |