Searched refs:cachedList (Results 1 – 2 of 2) sorted by relevance
265 final List<InputMethodSubtype> cachedList = cache.get(imi); in getEnabledInputMethodSubtypeList() local266 if (cachedList != null) { in getEnabledInputMethodSubtypeList()267 return cachedList; in getEnabledInputMethodSubtypeList()
503 final List<MdnsResponse> cachedList = serviceCache.getCachedServices(cacheKey); in processResponse() local504 final List<MdnsResponse> currentList = new ArrayList<>(cachedList); in processResponse()508 cachedList, additionalResponse.getServiceInstanceName()) == null) { in processResponse()527 } else if (findMatchedResponse(cachedList, serviceInstanceName) != null) { in processResponse()