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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java55 public static final int SET_ALL = -1; field in class:NetworkStats
575 entry.set = SET_ALL;
722 entry.set = SET_ALL;
752 entry.set = SET_ALL;
816 case SET_ALL:
836 case SET_ALL:
858 // SET_ALL matches all non-debugging sets.
859 return querySet == SET_ALL && dataSet < SET_DEBUG_START;

Completed in 52 milliseconds