Loading core/java/android/net/TrafficStats.java +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ public class TrafficStats { public static native long getUidTcpTxSegments(int uid); /** * Get the number of TCP payload bytes received for this UID. * Get the number of TCP segments received for this UID. * Does not include TCP control packets (SYN/ACKs/FIN/..). * The statistics are across all interfaces. * Loading Loading
core/java/android/net/TrafficStats.java +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ public class TrafficStats { public static native long getUidTcpTxSegments(int uid); /** * Get the number of TCP payload bytes received for this UID. * Get the number of TCP segments received for this UID. * Does not include TCP control packets (SYN/ACKs/FIN/..). * The statistics are across all interfaces. * Loading