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