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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java446 public Entry getTotal(Entry recycle, HashSet<String> limitIface) { argument
447 return getTotal(recycle, limitIface, UID_ALL, false);
458 * @param limitIface Set of {@link #iface} to include in total; or {@code
462 Entry recycle, HashSet<String> limitIface, int limitUid, boolean includeTags) {
477 final boolean matchesIface = (limitIface == null) || (limitIface.contains(iface[i]));
461 getTotal( Entry recycle, HashSet<String> limitIface, int limitUid, boolean includeTags) argument

Completed in 28 milliseconds