Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceTypeClient.java359 ? 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()
DMdnsServiceCache.java117 public List<MdnsResponse> getCachedServices(@NonNull CacheKey cacheKey) { in getCachedServices() method in MdnsServiceCache
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceCacheTest.kt147 ): List<MdnsResponse> = runningOnHandlerAndReturn { serviceCache.getCachedServices(cacheKey) } in <lambda>()