File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11765,7 +11765,6 @@ package android.net {
1176511765 method public static void incrementOperationCount(int);
1176611766 method public static void incrementOperationCount(int, int);
1176711767 method public static void setThreadStatsTag(int);
11768- method public static deprecated void setThreadStatsTag(java.lang.String);
1176911768 method public static void tagSocket(java.net.Socket) throws java.net.SocketException;
1177011769 method public static void untagSocket(java.net.Socket) throws java.net.SocketException;
1177111770 field public static final int UNSUPPORTED = -1; // 0xffffffff
Original file line number Diff line number Diff line change @@ -104,14 +104,6 @@ public static int getThreadStatsTag() {
104104 return NetworkManagementSocketTagger .getThreadSocketStatsTag ();
105105 }
106106
107- /**
108- * @deprecated unsupported, will eventually be removed
109- */
110- @ Deprecated
111- public static void setThreadStatsTag (String tag ) {
112- setThreadStatsTag (tag .hashCode ());
113- }
114-
115107 public static void clearThreadStatsTag () {
116108 NetworkManagementSocketTagger .setThreadSocketStatsTag (-1 );
117109 }
You can’t perform that action at this time.
0 commit comments