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

Commit 435846c6 authored by Tor Norbye's avatar Tor Norbye Committed by android-build-merger
Browse files

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

Merge "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface"" am: e701106d am: 588413cf
am: 84b78e71

Change-Id: Ie1a26be8f133f268cefa405a38b56773fe1dee03
parents 7c07afbf 84b78e71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9239,7 +9239,7 @@ package android.telephony.mbms {
package android.telephony.mbms.vendor {
  public class MbmsDownloadServiceBase extends android.os.Binder implements android.os.IInterface {
  public class MbmsDownloadServiceBase extends android.os.Binder {
    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;
@@ -9272,7 +9272,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 implements android.os.IInterface {
  public class MbmsStreamingServiceBase extends android.os.Binder {
    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 implements android.os.IInterface {
  public class MbmsDownloadServiceBase extends android.os.Binder {
    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 implements android.os.IInterface {
  public class MbmsStreamingServiceBase extends android.os.Binder {
    ctor public MbmsStreamingServiceBase();
    method public android.os.IBinder asBinder();
    method public void dispose(int) throws android.os.RemoteException;