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

Commit fb19bf21 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Update MbmsDownloadServiceBase to reflect implements IInterface"...

Merge "Merge "Update MbmsDownloadServiceBase to reflect implements IInterface" am: 07037a86 am: 0287ddfd am: 9bed52b7"
parents 9fc73494 f68fdfcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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;