Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DIpConnectivityMetricsTest.java307 ApfStats apfStats = new ApfStats(); in testEndToEndLogging() local
308 apfStats.durationMs = 45000; in testEndToEndLogging()
309 apfStats.receivedRas = 10; in testEndToEndLogging()
310 apfStats.matchingRas = 2; in testEndToEndLogging()
311 apfStats.droppedRas = 2; in testEndToEndLogging()
312 apfStats.parseErrors = 2; in testEndToEndLogging()
313 apfStats.zeroLifetimeRas = 1; in testEndToEndLogging()
314 apfStats.programUpdates = 4; in testEndToEndLogging()
315 apfStats.programUpdatesAll = 7; in testEndToEndLogging()
316 apfStats.programUpdatesAllowingMulticast = 3; in testEndToEndLogging()
[all …]