From c5705a82b6d18af06b9fd605b1ab1db6cf6a452e Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 10 Apr 2019 03:06:54 +0900 Subject: [PATCH] Remove getDefaultTransactionName and getTransactionName from API The method are synthesized internal methods. Not for public use. Bug: 124210145 Test: m Change-Id: I66d6ba57f0b922335b972e718879c1d7e9b64d79 --- api/system-current.txt | 4 ---- api/test-current.txt | 4 ---- 2 files changed, 8 deletions(-) diff --git a/api/system-current.txt b/api/system-current.txt index 76b8f66105906..f8fb23fb5ffac 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -9419,8 +9419,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 listPendingDownloads(int) throws android.os.RemoteException; method public void onAppCallbackDied(int, int); @@ -9448,9 +9446,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; diff --git a/api/test-current.txt b/api/test-current.txt index f76881d19e93c..d459eca84455e 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -2704,8 +2704,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 listPendingDownloads(int) throws android.os.RemoteException; method public void onAppCallbackDied(int, int); @@ -2733,9 +2731,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;