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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java54 public static final int TAG_NONE = 0; field in class:NetworkStats
86 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, 0L, 0L, 0L, 0L, 0L);
90 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
210 iface, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets, 0L);
468 entry.tag = TAG_NONE;
480 // skip specific tags, since already counted in TAG_NONE
481 if (tag[i] != TAG_NONE && !includeTags) continue;
575 entry.tag = TAG_NONE;
579 // skip specific tags, since already counted in TAG_NONE
580 if (tag[i] != TAG_NONE) continu
[all...]

Completed in 34 milliseconds