java.lang.Object | |
↳ | android.os.NetStat |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get total number of rx bytes received through rmnet0 or ppp0
| |||||||||||
Get total number of rx packets received through rmnet0 or ppp0
| |||||||||||
Get total number of tx bytes received through rmnet0 or ppp0
| |||||||||||
Get total number of tx packets sent through rmnet0 or ppp0
| |||||||||||
Get the total number of bytes received through all network interfaces.
| |||||||||||
Get the total number of packets received through all network interfaces.
| |||||||||||
Get the total number of bytes sent through all network interfaces.
| |||||||||||
Get the total number of packets sent through all network interfaces.
| |||||||||||
Gets network bytes received for this UID.
| |||||||||||
Gets network bytes sent for this UID.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get total number of rx bytes received through rmnet0 or ppp0
Get total number of rx packets received through rmnet0 or ppp0
Get total number of tx bytes received through rmnet0 or ppp0
Get total number of tx packets sent through rmnet0 or ppp0
Get the total number of bytes received through all network interfaces.
Get the total number of packets received through all network interfaces.
Get the total number of bytes sent through all network interfaces.
Get the total number of packets sent through all network interfaces.
Gets network bytes received for this UID. The statistics are across all interfaces. The statistics come from /proc/uid_stat. .
Gets network bytes sent for this UID. The statistics are across all interfaces. The statistics come from /proc/uid_stat. .