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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java45 public static final int UID_ALL = -1; field in class:NetworkStats
85 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, 0L, 0L, 0L, 0L, 0L);
89 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
197 iface, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets, 0L);
418 return getTotal(recycle, null, UID_ALL, false);
434 return getTotal(recycle, limitIface, UID_ALL, false);
438 return getTotal(recycle, null, UID_ALL, true);
463 final boolean matchesUid = (limitUid == UID_ALL) || (limitUid == uid[i]);
560 entry.uid = UID_ALL;

Completed in 54 milliseconds