Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/metrics/
DNetworkNsdReportedMetrics.java254 public void reportServiceResolutionStop(boolean isLegacy, int transactionId, long durationMs, in reportServiceResolutionStop() method in NetworkNsdReportedMetrics
/packages/modules/Connectivity/tests/unit/java/com/android/metrics/
DNetworkNsdReportedMetricsTest.kt238 metrics.reportServiceResolutionStop( in testReportServiceResolutionStop()
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java2899 mMetrics.reportServiceResolutionStop(false /* isLegacy */, transactionId, in expungeAllRequests()
2942 mMetrics.reportServiceResolutionStop(true /* isLegacy */, transactionId, in expungeAllRequests()
3158 mMetrics.reportServiceResolutionStop( in onStopResolutionSucceeded()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNsdServiceTest.java908 verify(mMetrics).reportServiceResolutionStop( in testStopServiceResolution()
982 verify(mMetrics).reportServiceResolutionStop( in testStopResolutionDuringGettingAddress()
1699 verify(mMetrics).reportServiceResolutionStop(false /* isLegacy */, listener.mTransactionId, in testStopServiceResolutionWithMdnsDiscoveryManager()