Searched refs:requiredIfaces (Results 1 – 3 of 3) sorted by relevance
57 NetworkStats getDetailedUidStats(in String[] requiredIfaces); in getDetailedUidStats() argument
101 public static String[] augmentWithStackedInterfaces(@Nullable String[] requiredIfaces) { in augmentWithStackedInterfaces() argument102 if (requiredIfaces == NetworkStats.INTERFACES_ALL) { in augmentWithStackedInterfaces()106 HashSet<String> relatedIfaces = new HashSet<>(Arrays.asList(requiredIfaces)); in augmentWithStackedInterfaces()
813 public NetworkStats getDetailedUidStats(String[] requiredIfaces) { in getDetailedUidStats() argument816 NetworkStatsFactory.augmentWithStackedInterfaces(requiredIfaces); in getDetailedUidStats()