Searched refs:constructedServiceType (Results 1 – 1 of 1) sorted by relevance
1310 final String constructedServiceType = "_service._tcp.local"; in testResolutionWithMdnsDiscoveryManager() local1320 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() local1677 verify(mDiscoveryManager).registerListener(eq(constructedServiceType), in testStopServiceResolutionWithMdnsDiscoveryManager()1694 .unregisterListener(eq(constructedServiceType), eq(listener)); in testStopServiceResolutionWithMdnsDiscoveryManager()