From 8a779baef1618ae20661a0ca90973e471fa4b5c6 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Wed, 27 Feb 2019 15:59:46 +0000 Subject: [PATCH] Revert "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface"" This reverts commit 2c76358add49ff6064241c232c4700a5f46d5ed3. Reason for revert: The api checker has now been fixed (https://android-review.googlesource.com/c/platform/cts/+/913473) so reapply the fix Change-Id: Iadc1c756b98ab98c71e2e80f4c1d89331c9f20f2 --- api/system-current.txt | 4 ++-- 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 9c45fb4ee5c4d..6f592060b2240 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.util.List); } - 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 dc97dd061578c..6757827371c78 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.util.List); } - 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;