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()
9776 List<ApplicationInfo> retList = new ArrayList<ApplicationInfo>(); in getRunningExternalApplications() local9791 retList.add(info); in getRunningExternalApplications()9797 return retList; in getRunningExternalApplications()