Remove deprecated TrafficStats API.

Bug: 5314214
Change-Id: If7dc3ef012a0e998e83ab4fef27ff19398d3e14c
This commit is contained in:
Jeff Sharkey
2011-09-13 20:22:15 -07:00
parent 869f9e165b
commit 23f0af822a

View File

@@ -104,14 +104,6 @@ public class TrafficStats {
return NetworkManagementSocketTagger.getThreadSocketStatsTag();
}
/**
* @deprecated unsupported, will eventually be removed
*/
@Deprecated
public static void setThreadStatsTag(String tag) {
setThreadStatsTag(tag.hashCode());
}
public static void clearThreadStatsTag() {
NetworkManagementSocketTagger.setThreadSocketStatsTag(-1);
}