Searched refs:limitIface (Results 1 – 1 of 1) sorted by relevance
666 public Entry getTotal(Entry recycle, HashSet<String> limitIface) { in getTotal() argument667 return getTotal(recycle, limitIface, UID_ALL, false); in getTotal()683 Entry recycle, HashSet<String> limitIface, int limitUid, boolean includeTags) { in getTotal() argument701 final boolean matchesIface = (limitIface == null) || (limitIface.contains(iface[i])); in getTotal()