HomeSort by relevance Sort by last modified time
    Searched defs:NetworkStats (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
NetworkStats.java 42 public class NetworkStats implements Parcelable {
43 private static final String TAG = "NetworkStats";
125 public NetworkStats(long elapsedRealtime, int initialSize) {
139 public NetworkStats(Parcel parcel) {
169 public NetworkStats clone() {
170 final NetworkStats clone = new NetworkStats(elapsedRealtime, size);
171 NetworkStats.Entry entry = null;
180 public NetworkStats addIfaceValues(
187 public NetworkStats addValues(String iface, int uid, int set, int tag, long rxBytes
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 29 import static android.net.NetworkStats.IFACE_ALL;
30 import static android.net.NetworkStats.SET_ALL;
31 import static android.net.NetworkStats.SET_DEFAULT;
32 import static android.net.NetworkStats.SET_FOREGROUND;
33 import static android.net.NetworkStats.TAG_NONE;
34 import static android.net.NetworkStats.UID_ALL;
73 import android.net.NetworkStats;
74 import android.net.NetworkStats.NonMonotonicException;
129 private static final String TAG = "NetworkStats";
211 private NetworkStats mLastPollNetworkDevSnapshot
    [all...]

Completed in 18 milliseconds