Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a779bae authored by Tor Norbye's avatar Tor Norbye
Browse files

Revert "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface""

This reverts commit 2c76358a.

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
parent 2c76358a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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;