Searched refs:mApfCounterTracker (Results 1 – 2 of 2) sorted by relevance
327 private final ApfCounterTracker mApfCounterTracker = new ApfCounterTracker(); field in LegacyApfFilter442 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()
265 private final ApfCounterTracker mApfCounterTracker = new ApfCounterTracker(); field in ApfFilter530 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()