Merge "Revert "Update MbmsDownloadServiceBase to reflect implements IInterface"" am: e701106d6e
am: 588413cf2b
Change-Id: I1ce88f43e761c009100d8eec50fe85000a63f91a
This commit is contained in:
@@ -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 implements android.os.IInterface {
|
public class MbmsDownloadServiceBase extends android.os.Binder {
|
||||||
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 implements android.os.IInterface {
|
public class MbmsStreamingServiceBase extends android.os.Binder {
|
||||||
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;
|
||||||
|
|||||||
@@ -1519,7 +1519,7 @@ package android.telephony.mbms {
|
|||||||
|
|
||||||
package android.telephony.mbms.vendor {
|
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();
|
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;
|
||||||
@@ -1552,7 +1552,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 implements android.os.IInterface {
|
public class MbmsStreamingServiceBase extends android.os.Binder {
|
||||||
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