Searched refs:sStackedIfaces (Results 1 – 2 of 2) sorted by relevance
84 private static final ConcurrentHashMap<String, String> sStackedIfaces field in NetworkStatsFactory89 sStackedIfaces.put(stackedIface, baseIface); in noteStackedIface()111 for (Map.Entry<String, String> entry : sStackedIfaces.entrySet()) { in augmentWithStackedInterfaces()129 NetworkStats.apply464xlatAdjustments(baseTraffic, stackedTraffic, sStackedIfaces, in apply464xlatAdjustments()135 sStackedIfaces.clear(); in clearStackedIfaces()277 stats.apply464xlatAdjustments(sStackedIfaces, mUseBpfStats); in readNetworkStatsDetail()
93938 Lcom/android/internal/net/NetworkStatsFactory;->sStackedIfaces:Ljava/util/concurrent/ConcurrentHash…