summaryrefslogtreecommitdiff
path: root/config/boot-image-profile.txt
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2020-07-09 15:16:35 -0700
committerJack Yu <jackyu@google.com>2020-09-24 09:36:15 -0700
commitbf5158f9a041553ae2b55359bd1ccc203c5c1792 (patch)
tree9b8b513fc396b8583072fdbc3b932f476db2e699 /config/boot-image-profile.txt
parent8abad0504e91f887ba01b4cbf8978c6ba8086709 (diff)
Remove Deprecated-At-Birth APIs from PDCS
Two APIs were added as @SystemApi and then @Deprecated within the same API level (RVC). These methods were never exposed publicly, and instead were replaced with more-appropriate named methods that were added to the public API. As such they were not fully deleted in RVC but were never exposed and expected to be deleted following SDK finalization. This CL does precisely that - removes all traces of these methods, as per the will of the API Council. -Remove #getDataConnectionLinkProperties() -Remove #getDataConnectionNetworkType() Bug: 152787887 Test: make update-api && make Merged-In: I89463b0bd641e9316f90fe4f535d326f6e74a061 Change-Id: I89463b0bd641e9316f90fe4f535d326f6e74a061 (cherry picked from commit 3a47293cb4624c1dd1cceab49cfbe761349add05)
Diffstat (limited to 'config/boot-image-profile.txt')
-rw-r--r--config/boot-image-profile.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/boot-image-profile.txt b/config/boot-image-profile.txt
index 30826e036c40..09aaf5bc3d97 100644
--- a/config/boot-image-profile.txt
+++ b/config/boot-image-profile.txt
@@ -18839,7 +18839,6 @@ HSPLandroid/telephony/PreciseDataConnectionState;-><init>(Landroid/os/Parcel;)V
HSPLandroid/telephony/PreciseDataConnectionState;-><init>(Landroid/os/Parcel;Landroid/telephony/PreciseDataConnectionState$1;)V
HPLandroid/telephony/PreciseDataConnectionState;->equals(Ljava/lang/Object;)Z
HPLandroid/telephony/PreciseDataConnectionState;->getDataConnectionApn()Ljava/lang/String;
-HPLandroid/telephony/PreciseDataConnectionState;->getDataConnectionLinkProperties()Landroid/net/LinkProperties;
HPLandroid/telephony/PreciseDataConnectionState;->getNetworkType()I
HPLandroid/telephony/PreciseDataConnectionState;->getState()I
HSPLandroid/telephony/PreciseDataConnectionState;->toString()Ljava/lang/String;