Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsDiscoveryManagerTests.java296 verify(mockServiceTypeClientType1Network1).notifySocketDestroyed(); in testSocketCreatedAndDestroyed()
311 verify(mockServiceTypeClientType2Network1, never()).notifySocketDestroyed(); in testSocketCreatedAndDestroyed()
340 verify(mockServiceTypeClientType1NullNetwork).notifySocketDestroyed(); in testUnregisterListenerAfterSocketDestroyed()
390 verify(mockServiceTypeClientType1NullNetwork).notifySocketDestroyed(); in testInterfaceIndexRequested_OnlyUsesSelectedInterface()
DMdnsServiceTypeClientTests.java282 private void notifySocketDestroyed() { in notifySocketDestroyed() method in MdnsServiceTypeClientTests
283 runOnHandler(() -> client.notifySocketDestroyed()); in notifySocketDestroyed()
1696 notifySocketDestroyed(); in testNotifySocketDestroyed()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsMultinetworkSocketClient.java105 private void notifySocketDestroyed(@NonNull SocketKey socketKey) { in notifySocketDestroyed() method in MdnsMultinetworkSocketClient.InterfaceSocketCallback
116 notifySocketDestroyed(socketKey); in onNetworkUnrequested()
DMdnsDiscoveryManager.java287 serviceTypeClient.notifySocketDestroyed(); in handleRegisterListener()
DMdnsServiceTypeClient.java576 public void notifySocketDestroyed() { in notifySocketDestroyed() method in MdnsServiceTypeClient