Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/metrics/
DNetworkNsdReportedMetricsTest.kt95 val conflictAfterProbingCount = 1 in testReportServiceUnregistration() constant
99 conflictAfterProbingCount) in testReportServiceUnregistration()
113 assertEquals(conflictAfterProbingCount, it.conflictAfterProbingCount) in testReportServiceUnregistration()
/packages/modules/Connectivity/service-t/src/com/android/metrics/
DNetworkNsdReportedMetrics.java143 int conflictAfterProbingCount) { in reportServiceUnregistration() argument
151 builder.setConflictAfterProbingCount(conflictAfterProbingCount); in reportServiceUnregistration()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsAdvertiser.java803 int conflictDuringProbingCount, int conflictAfterProbingCount) { in AdvertiserMetrics() argument
807 mConflictAfterProbingCount = conflictAfterProbingCount; in AdvertiserMetrics()