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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java56 public static final int TAG_NONE = 0; field in class:NetworkStats
88 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, 0L, 0L, 0L, 0L, 0L);
92 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
183 iface, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets, 0L);
436 entry.tag = TAG_NONE;
448 // skip specific tags, since already counted in TAG_NONE
449 if (tag[i] != TAG_NONE) continue;
541 entry.tag = TAG_NONE;
545 // skip specific tags, since already counted in TAG_NONE
546 if (tag[i] != TAG_NONE) continu
[all...]

Completed in 45 milliseconds