Searched refs:flattenedNames (Results 1 – 1 of 1) sorted by relevance
193 List<String> flattenedNames = new ArrayList<>(); in getBrandingService() local197 flattenedNames.add(flattenedName); in getBrandingService()200 Collections.sort(flattenedNames); in getBrandingService()201 return flattenedNamesToServices.get(flattenedNames.get(0)); in getBrandingService()