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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java67 public static final int TAG_NONE = 0; 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);
504 entry.tag = TAG_NONE;
516 // skip specific tags, since already counted in TAG_NONE
517 if (tag[i] != TAG_NONE && !includeTags) continue;
646 entry.tag = TAG_NONE;
650 // skip specific tags, since already counted in TAG_NONE
651 if (tag[i] != TAG_NONE) continu
[all...]

Completed in 93 milliseconds