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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java48 public static final int UID_ALL = -1; field in class:NetworkStats
91 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, 0L, 0L, 0L, 0L, 0L);
95 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
232 iface, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets, 0L);
458 return getTotal(recycle, null, UID_ALL, false);
474 return getTotal(recycle, limitIface, UID_ALL, false);
478 return getTotal(recycle, null, UID_ALL, true);
503 final boolean matchesUid = (limitUid == UID_ALL) || (limitUid == uid[i]);
635 entry.uid = UID_ALL;

Completed in 46 milliseconds