Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNsdServiceTest.java1310 final String constructedServiceType = "_service._tcp.local"; in testResolutionWithMdnsDiscoveryManager() local
1320 verify(mDiscoveryManager).registerListener(eq(constructedServiceType), in testResolutionWithMdnsDiscoveryManager()
1330 constructedServiceType.split("\\."), in testResolutionWithMdnsDiscoveryManager()
1370 .unregisterListener(eq(constructedServiceType), any()); in testResolutionWithMdnsDiscoveryManager()
1667 final String constructedServiceType = "_service._tcp.local"; in testStopServiceResolutionWithMdnsDiscoveryManager() local
1677 verify(mDiscoveryManager).registerListener(eq(constructedServiceType), in testStopServiceResolutionWithMdnsDiscoveryManager()
1694 .unregisterListener(eq(constructedServiceType), eq(listener)); in testStopServiceResolutionWithMdnsDiscoveryManager()