Searched refs:getCachedServices (Results 1 – 3 of 3) sorted by relevance
359 ? serviceCache.getCachedServices(cacheKey) : Collections.emptyList(); in getExistingServices()381 for (MdnsResponse existingResponse : serviceCache.getCachedServices(cacheKey)) { in startSendAndReceive()503 final List<MdnsResponse> cachedList = serviceCache.getCachedServices(cacheKey); in processResponse()578 for (MdnsResponse response : serviceCache.getCachedServices(cacheKey)) { in notifySocketDestroyed()694 final Iterator<MdnsResponse> iter = serviceCache.getCachedServices(cacheKey).iterator(); in tryRemoveServiceAfterTtlExpires()771 for (MdnsResponse response : serviceCache.getCachedServices(cacheKey)) { in getMinRemainingTtl()
117 public List<MdnsResponse> getCachedServices(@NonNull CacheKey cacheKey) { in getCachedServices() method in MdnsServiceCache
147 ): List<MdnsResponse> = runningOnHandlerAndReturn { serviceCache.getCachedServices(cacheKey) } in <lambda>()