Searched defs:NetworkStats (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java36 * Class providing enumeration over buckets of network usage statistics. {@link NetworkStats} objects
39 public final class NetworkStats implements AutoCloseable { class in inherits:AutoCloseable
40 private final static String TAG = "NetworkStats";
68 private int mTag = android.net.NetworkStats.TAG_NONE;
85 private android.net.NetworkStats mSummary = null;
100 private android.net.NetworkStats.Entry mRecycledSummaryEntry = null;
104 NetworkStats(Context context, NetworkTemplate template, int flags, long startTimestamp, method in class:NetworkStats
161 public static final int UID_ALL = android.net.NetworkStats.UID_ALL;
266 public static final int TAG_NONE = android.net.NetworkStats.TAG_NONE;
283 case STATE_ALL: return android.net.NetworkStats
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStats.java46 public class NetworkStats implements Parcelable { class in inherits:Parcelable
47 private static final String TAG = "NetworkStats";
243 public NetworkStats(long elapsedRealtime, int initialSize) { method in class:NetworkStats
266 public NetworkStats(Parcel parcel) { method in class:NetworkStats
304 public NetworkStats clone() {
305 final NetworkStats clone = new NetworkStats(elapsedRealtime, size);
306 NetworkStats.Entry entry = null;
334 public NetworkStats addIfaceValues(
341 public NetworkStats addValue
[all...]

Completed in 150 milliseconds