Merge "Add tether offload traffic to interface stats as well." into oc-mr1-dev

am: 21bc3a39a4

Change-Id: I4e8e923d68dce1a4a68608dbd6c75a91165aa4ee
This commit is contained in:
Lorenzo Colitti
2017-08-19 01:02:33 +00:00
committed by android-build-merger
2 changed files with 17 additions and 5 deletions

View File

@@ -82,6 +82,11 @@ public class NetworkStats implements Parcelable {
/** {@link #roaming} value where roaming data is accounted. */
public static final int ROAMING_YES = 1;
/** Denotes a request for stats at the interface level. */
public static final int STATS_PER_IFACE = 0;
/** Denotes a request for stats at the interface and UID level. */
public static final int STATS_PER_UID = 1;
// TODO: move fields to "mVariable" notation
/**