Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNsdServiceTest.java1128 final DiscoveryListener discListenerWithoutFeature = mock(DiscoveryListener.class); in testMdnsDiscoveryManagerFeature() local
1129 client.discoverServices(SERVICE_TYPE, PROTOCOL, discListenerWithoutFeature); in testMdnsDiscoveryManagerFeature()
1147 client.stopServiceDiscovery(discListenerWithoutFeature); in testMdnsDiscoveryManagerFeature()