From bf5158f9a041553ae2b55359bd1ccc203c5c1792 Mon Sep 17 00:00:00 2001 From: Nathan Harold Date: Thu, 9 Jul 2020 15:16:35 -0700 Subject: 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) --- config/boot-image-profile.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'config') 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;->(Landroid/os/Parcel;)V HSPLandroid/telephony/PreciseDataConnectionState;->(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; -- cgit v1.2.3