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

/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java141 public static final int UID_ALL = android.net.NetworkStats.UID_ALL; field in class:NetworkStats.Bucket
/frameworks/base/core/java/android/net/
H A DNetworkStats.java50 public static final int UID_ALL = -1; field in class:NetworkStats
100 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, 0L, 0L, 0L, 0L, 0L);
104 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
241 iface, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets, 0L);
467 return getTotal(recycle, null, UID_ALL, false);
483 return getTotal(recycle, limitIface, UID_ALL, false);
487 return getTotal(recycle, null, UID_ALL, true);
512 final boolean matchesUid = (limitUid == UID_ALL) || (limitUid == uid[i]);
644 entry.uid = UID_ALL;
869 if (recycle.uid == UID_ALL) {
[all...]

Completed in 74 milliseconds