Merge "Remove getDefaultTransactionName and getTransactionName from API"
This commit is contained in:
@@ -7712,8 +7712,6 @@ package android.telephony.mbms.vendor {
|
||||
method public int cancelDownload(android.telephony.mbms.DownloadRequest) throws android.os.RemoteException;
|
||||
method public void dispose(int) throws android.os.RemoteException;
|
||||
method public int download(android.telephony.mbms.DownloadRequest) throws android.os.RemoteException;
|
||||
method public static String getDefaultTransactionName(int);
|
||||
method public String getTransactionName(int);
|
||||
method public int initialize(int, android.telephony.mbms.MbmsDownloadSessionCallback) throws android.os.RemoteException;
|
||||
method @NonNull public java.util.List<android.telephony.mbms.DownloadRequest> listPendingDownloads(int) throws android.os.RemoteException;
|
||||
method public void onAppCallbackDied(int, int);
|
||||
@@ -7741,9 +7739,7 @@ package android.telephony.mbms.vendor {
|
||||
ctor public MbmsStreamingServiceBase();
|
||||
method public android.os.IBinder asBinder();
|
||||
method public void dispose(int) throws android.os.RemoteException;
|
||||
method public static String getDefaultTransactionName(int);
|
||||
method @Nullable public android.net.Uri getPlaybackUri(int, String) throws android.os.RemoteException;
|
||||
method public String getTransactionName(int);
|
||||
method public int initialize(android.telephony.mbms.MbmsStreamingSessionCallback, int) throws android.os.RemoteException;
|
||||
method public void onAppCallbackDied(int, int);
|
||||
method public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int) throws android.os.RemoteException;
|
||||
|
||||
@@ -1591,8 +1591,6 @@ package android.telephony.mbms.vendor {
|
||||
method public int cancelDownload(android.telephony.mbms.DownloadRequest) throws android.os.RemoteException;
|
||||
method public void dispose(int) throws android.os.RemoteException;
|
||||
method public int download(android.telephony.mbms.DownloadRequest) throws android.os.RemoteException;
|
||||
method public static String getDefaultTransactionName(int);
|
||||
method public String getTransactionName(int);
|
||||
method public int initialize(int, android.telephony.mbms.MbmsDownloadSessionCallback) throws android.os.RemoteException;
|
||||
method @NonNull public java.util.List<android.telephony.mbms.DownloadRequest> listPendingDownloads(int) throws android.os.RemoteException;
|
||||
method public void onAppCallbackDied(int, int);
|
||||
@@ -1620,9 +1618,7 @@ package android.telephony.mbms.vendor {
|
||||
ctor public MbmsStreamingServiceBase();
|
||||
method public android.os.IBinder asBinder();
|
||||
method public void dispose(int) throws android.os.RemoteException;
|
||||
method public static String getDefaultTransactionName(int);
|
||||
method @Nullable public android.net.Uri getPlaybackUri(int, String) throws android.os.RemoteException;
|
||||
method public String getTransactionName(int);
|
||||
method public int initialize(android.telephony.mbms.MbmsStreamingSessionCallback, int) throws android.os.RemoteException;
|
||||
method public void onAppCallbackDied(int, int);
|
||||
method public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int) throws android.os.RemoteException;
|
||||
|
||||
Reference in New Issue
Block a user