Searched refs:perSocketServiceTypeClients (Results 1 – 1 of 1) sorted by relevance
55 @NonNull private final PerSocketServiceTypeClients perSocketServiceTypeClients; field in MdnsDiscoveryManager131 this.perSocketServiceTypeClients = new PerSocketServiceTypeClients(); in MdnsDiscoveryManager()234 if (perSocketServiceTypeClients.isEmpty()) { in handleRegisterListener()271 perSocketServiceTypeClients.get(serviceType, socketKey); in handleRegisterListener()274 perSocketServiceTypeClients.put(serviceType, socketKey, in handleRegisterListener()284 perSocketServiceTypeClients.get(serviceType, socketKey); in handleRegisterListener()289 perSocketServiceTypeClients.remove(serviceTypeClient); in handleRegisterListener()315 perSocketServiceTypeClients.getByServiceType(serviceType); in handleUnregisterListener()325 perSocketServiceTypeClients.remove(serviceTypeClient); in handleUnregisterListener()328 if (perSocketServiceTypeClients.isEmpty()) { in handleUnregisterListener()[all …]