Searched refs:requiredIfaces (Results 1 – 3 of 3) sorted by relevance
59 NetworkStats getDetailedUidStats(in String[] requiredIfaces); in getDetailedUidStats() argument
131 public String[] augmentWithStackedInterfaces(@Nullable String[] requiredIfaces) { in augmentWithStackedInterfaces() argument132 if (requiredIfaces == NetworkStats.INTERFACES_ALL) { in augmentWithStackedInterfaces()136 HashSet<String> relatedIfaces = new HashSet<>(Arrays.asList(requiredIfaces)); in augmentWithStackedInterfaces()
924 public NetworkStats getDetailedUidStats(String[] requiredIfaces) {927 mStatsFactory.augmentWithStackedInterfaces(requiredIfaces);