Searched refs:foundCallbackCount (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/metrics/ |
D | NetworkNsdReportedMetricsTest.kt | 160 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/ |
D | NetworkNsdReportedMetrics.java | 196 int foundCallbackCount, int lostCallbackCount, int servicesCount, int sentQueryCount, in reportServiceDiscoveryStop() argument 202 builder.setFoundCallbackCount(foundCallbackCount); in reportServiceDiscoveryStop()
|