Merge "Revert "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface"""
This commit is contained in:
@ -7706,7 +7706,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;
|
||||||
@ -7739,7 +7739,7 @@ package android.telephony.mbms.vendor {
|
|||||||
method public void updateGroupCall(int, long, @NonNull java.util.List<java.lang.Integer>, @NonNull java.util.List<java.lang.Integer>);
|
method public void updateGroupCall(int, long, @NonNull java.util.List<java.lang.Integer>, @NonNull 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;
|
||||||
|
@ -1589,7 +1589,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;
|
||||||
@ -1622,7 +1622,7 @@ package android.telephony.mbms.vendor {
|
|||||||
method public void updateGroupCall(int, long, @NonNull java.util.List<java.lang.Integer>, @NonNull java.util.List<java.lang.Integer>);
|
method public void updateGroupCall(int, long, @NonNull java.util.List<java.lang.Integer>, @NonNull 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;
|
||||||
|
Reference in New Issue
Block a user