Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNsdServiceTest.java1137 final DiscoveryListener discListenerWithFeature = mock(DiscoveryListener.class); in testMdnsDiscoveryManagerFeature() local
1138 client.discoverServices(SERVICE_TYPE, PROTOCOL, discListenerWithFeature); in testMdnsDiscoveryManagerFeature()
1151 client.stopServiceDiscovery(discListenerWithFeature); in testMdnsDiscoveryManagerFeature()