Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/metrics/
DNetworkNsdReportedMetricsTest.kt160 val foundCallbackCount = 100 in testReportServiceDiscoveryStop() constant
166 foundCallbackCount, lostCallbackCount, servicesCount, sentQueryCount, in testReportServiceDiscoveryStop()
178 assertEquals(foundCallbackCount, it.foundCallbackCount) in testReportServiceDiscoveryStop()
313 assertEquals(updateCallbackCount, it.foundCallbackCount) in testReportServiceInfoCallbackUnregistered()
/packages/modules/Connectivity/service-t/src/com/android/metrics/
DNetworkNsdReportedMetrics.java196 int foundCallbackCount, int lostCallbackCount, int servicesCount, int sentQueryCount, in reportServiceDiscoveryStop() argument
202 builder.setFoundCallbackCount(foundCallbackCount); in reportServiceDiscoveryStop()