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

/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java68 private int mTag = android.net.NetworkStats.TAG_NONE;
266 public static final int TAG_NONE = android.net.NetworkStats.TAG_NONE; field in class:NetworkStats.Bucket
309 case android.net.NetworkStats.TAG_NONE: return TAG_NONE;
575 android.net.NetworkStats.SET_ALL, android.net.NetworkStats.TAG_NONE,
598 android.net.NetworkStats.SET_ALL, android.net.NetworkStats.TAG_NONE,
/frameworks/base/core/java/android/net/
H A DNetworkStats.java72 // TODO: Rename TAG_NONE to TAG_ALL.
73 public static final int TAG_NONE = 0; field in class:NetworkStats
158 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, 0L, 0L, 0L, 0L, 0L);
162 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
337 iface, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets, 0L);
631 entry.tag = TAG_NONE;
646 // skip specific tags, since already counted in TAG_NONE
647 if (tag[i] != TAG_NONE && !includeTags) continue;
846 entry.tag = TAG_NONE;
853 // skip specific tags, since already counted in TAG_NONE
[all...]

Completed in 10 milliseconds