Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DLegacyApfFilter.java327 private final ApfCounterTracker mApfCounterTracker = new ApfCounterTracker(); field in LegacyApfFilter
442 mApfCounterTracker.updateCountersFromData(data); in setDataSnapshot()
444 return mApfCounterTracker.getCounters().toString(); in setDataSnapshot()
2117 for (Map.Entry<Counter, Long> entry : mApfCounterTracker.getCounters().entrySet()) { in collectAndSendMetrics()
2344 if (value < mApfCounterTracker.getCounters().getOrDefault(c, 0L)) { in dump()
DApfFilter.java265 private final ApfCounterTracker mApfCounterTracker = new ApfCounterTracker(); field in ApfFilter
530 mApfCounterTracker.updateCountersFromData(data); in setDataSnapshot()
532 return mApfCounterTracker.getCounters().toString(); in setDataSnapshot()
2552 for (Map.Entry<Counter, Long> entry : mApfCounterTracker.getCounters().entrySet()) { in collectAndSendMetrics()
2815 if (value < mApfCounterTracker.getCounters().getOrDefault(c, 0L)) { in dump()