Home
last modified time | relevance | path

Searched refs:limitIface (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java1014 public Entry getTotal(Entry recycle, HashSet<String> limitIface) { in getTotal() argument
1015 return getTotal(recycle, limitIface, UID_ALL, false); in getTotal()
1032 Entry recycle, HashSet<String> limitIface, int limitUid, boolean includeTags) { in getTotal() argument
1050 final boolean matchesIface = (limitIface == null) || (limitIface.contains(iface[i])); in getTotal()