Searched refs:retList (Results 1 – 2 of 2) sorted by relevance
66 List<HeaderProperty> retList = new ArrayList<>(); in getResponseProperties() local70 values.forEach(value -> retList.add(new HeaderProperty(key, value))); in getResponseProperties()73 return retList; in getResponseProperties()
9717 List<ApplicationInfo> retList = new ArrayList<ApplicationInfo>(); in getRunningExternalApplications() local9732 retList.add(info); in getRunningExternalApplications()9738 return retList; in getRunningExternalApplications()