Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/metrics/
DNetworkNsdReportedMetricsTest.kt161 val lostCallbackCount = 49 in testReportServiceDiscoveryStop() constant
166 foundCallbackCount, lostCallbackCount, servicesCount, sentQueryCount, in testReportServiceDiscoveryStop()
179 assertEquals(lostCallbackCount, it.lostCallbackCount) in testReportServiceDiscoveryStop()
297 val lostCallbackCount = 10 in testReportServiceInfoCallbackUnregistered() constant
301 updateCallbackCount, lostCallbackCount, false /* isServiceFromCache */, in testReportServiceInfoCallbackUnregistered()
314 assertEquals(lostCallbackCount, it.lostCallbackCount) in testReportServiceInfoCallbackUnregistered()
/packages/modules/Connectivity/service-t/src/com/android/metrics/
DNetworkNsdReportedMetrics.java196 int foundCallbackCount, int lostCallbackCount, int servicesCount, int sentQueryCount, in reportServiceDiscoveryStop() argument
203 builder.setLostCallbackCount(lostCallbackCount); in reportServiceDiscoveryStop()
301 int updateCallbackCount, int lostCallbackCount, boolean isServiceFromCache, in reportServiceInfoCallbackUnregistered() argument
309 builder.setLostCallbackCount(lostCallbackCount); in reportServiceInfoCallbackUnregistered()