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

Commit ddc496d6 authored by Tor Norbye's avatar Tor Norbye
Browse files

Update MbmsDownloadServiceBase to reflect implements IInterface

The interface is there in the stubs but was missing from the signature
file; this was added as a special case to be compatible with doclava
but the special case should have been removed when we switched to the
new signature file format.

This makes this signature match the other signature for
MbmsStreamingServiceBase:

  public class MbmsDownloadServiceBase extends android.os.Binder implements android.os.IInterface {
  public class MbmsStreamingServiceBase extends android.os.Binder implements android.os.IInterface {

Test: make update-api checkapi
Change-Id: I847066580248f47be609e2795db8904f58e550b8
parent 03c14760
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -7667,7 +7667,7 @@ package android.telephony.mbms {
package android.telephony.mbms.vendor {
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();
    ctor public MbmsDownloadServiceBase();
    method public int addProgressListener(android.telephony.mbms.DownloadRequest, android.telephony.mbms.DownloadProgressListener) throws android.os.RemoteException;
    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;
    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>);
    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();
    ctor public MbmsStreamingServiceBase();
    method public android.os.IBinder asBinder();
    method public android.os.IBinder asBinder();
    method public void dispose(int) throws android.os.RemoteException;
    method public void dispose(int) throws android.os.RemoteException;
+2 −2
Original line number Original line Diff line number Diff line
@@ -1517,7 +1517,7 @@ package android.telephony.mbms {


package android.telephony.mbms.vendor {
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();
    ctor public MbmsDownloadServiceBase();
    method public int addProgressListener(android.telephony.mbms.DownloadRequest, android.telephony.mbms.DownloadProgressListener) throws android.os.RemoteException;
    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;
    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>);
    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();
    ctor public MbmsStreamingServiceBase();
    method public android.os.IBinder asBinder();
    method public android.os.IBinder asBinder();
    method public void dispose(int) throws android.os.RemoteException;
    method public void dispose(int) throws android.os.RemoteException;