summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/api/current.txt b/api/current.txt
index 0569b9d..fcbe24f 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12805,16 +12805,16 @@ package android.net {
method public static long getTotalTxPackets();
method public static long getUidRxBytes(int);
method public static long getUidRxPackets(int);
- method public static long getUidTcpRxBytes(int);
- method public static long getUidTcpRxSegments(int);
- method public static long getUidTcpTxBytes(int);
- method public static long getUidTcpTxSegments(int);
+ method public static deprecated long getUidTcpRxBytes(int);
+ method public static deprecated long getUidTcpRxSegments(int);
+ method public static deprecated long getUidTcpTxBytes(int);
+ method public static deprecated long getUidTcpTxSegments(int);
method public static long getUidTxBytes(int);
method public static long getUidTxPackets(int);
- method public static long getUidUdpRxBytes(int);
- method public static long getUidUdpRxPackets(int);
- method public static long getUidUdpTxBytes(int);
- method public static long getUidUdpTxPackets(int);
+ method public static deprecated long getUidUdpRxBytes(int);
+ method public static deprecated long getUidUdpRxPackets(int);
+ method public static deprecated long getUidUdpTxBytes(int);
+ method public static deprecated long getUidUdpTxPackets(int);
method public static void incrementOperationCount(int);
method public static void incrementOperationCount(int, int);
method public static void setThreadStatsTag(int);