Searched refs:notifySocketDestroyed (Results 1 – 5 of 5) sorted by relevance
296 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()
282 private void notifySocketDestroyed() { in notifySocketDestroyed() method in MdnsServiceTypeClientTests283 runOnHandler(() -> client.notifySocketDestroyed()); in notifySocketDestroyed()1696 notifySocketDestroyed(); in testNotifySocketDestroyed()
105 private void notifySocketDestroyed(@NonNull SocketKey socketKey) { in notifySocketDestroyed() method in MdnsMultinetworkSocketClient.InterfaceSocketCallback116 notifySocketDestroyed(socketKey); in onNetworkUnrequested()
287 serviceTypeClient.notifySocketDestroyed(); in handleRegisterListener()
576 public void notifySocketDestroyed() { in notifySocketDestroyed() method in MdnsServiceTypeClient