Since: API level 2
public class

NetworkStats

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.application.NetworkStats

Class Overview

This class provides information about network data usage per application UID

Since
API level 2
MDM 2.0

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public long mobileRxBytes Mobile received data usage per UID
public long mobileTxBytes Mobile send data usage per UID
public int uid Application UID
public long wifiRxBytes Wi-Fi received data usage per UID
public long wifiTxBytes Wi-Fi send data usage per UID
Public Constructors
NetworkStats()
Default Constructor
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public long mobileRxBytes

Since: API level 2

Mobile received data usage per UID

Since
API level 2
MDM 2.0

public long mobileTxBytes

Since: API level 2

Mobile send data usage per UID

Since
API level 2
MDM 2.0

public int uid

Since: API level 2

Application UID

Since
API level 2
MDM 2.0

public long wifiRxBytes

Since: API level 2

Wi-Fi received data usage per UID

Since
API level 2
MDM 2.0

public long wifiTxBytes

Since: API level 2

Wi-Fi send data usage per UID

Since
API level 2
MDM 2.0

Public Constructors

public NetworkStats ()

Since: API level 2

Default Constructor

Since
API level 2
MDM 2.0