Merge "Merge "Revert "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface""" am: 412e701ff2 am: 346b610db6" into qt-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
0f77d41968
@@ -9416,7 +9416,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;
|
||||
@@ -9449,7 +9449,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>);
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
@@ -2701,7 +2701,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;
|
||||
@@ -2734,7 +2734,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>);
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user