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

/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java69 private int mTag = android.net.NetworkStats.TAG_NONE;
198 public static final int TAG_NONE = android.net.NetworkStats.TAG_NONE; field in class:NetworkStats.Bucket
230 case android.net.NetworkStats.TAG_NONE: return TAG_NONE;
424 startHistoryEnumeration(uid, android.net.NetworkStats.TAG_NONE);
457 android.net.NetworkStats.SET_ALL, android.net.NetworkStats.TAG_NONE,
480 android.net.NetworkStats.SET_ALL, android.net.NetworkStats.TAG_NONE,
/frameworks/base/core/java/android/net/
H A DNetworkStats.java68 // TODO: Rename TAG_NONE to TAG_ALL.
69 public static final int TAG_NONE = 0; field in class:NetworkStats
116 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, 0L, 0L, 0L, 0L, 0L);
120 this(IFACE_ALL, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
269 iface, UID_ALL, SET_DEFAULT, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets, 0L);
544 entry.tag = TAG_NONE;
557 // skip specific tags, since already counted in TAG_NONE
558 if (tag[i] != TAG_NONE && !includeTags) continue;
689 entry.tag = TAG_NONE;
694 // skip specific tags, since already counted in TAG_NONE
[all...]

Completed in 828 milliseconds