Searched refs:scoreList (Results 1 – 1 of 1) sorted by relevance
96 List<ScoreEntry<String>> scoreList = new ArrayList<>(); in getName() local101 scoreList.add(new ScoreEntry<String>(name.getText(), in getName()104 Collections.sort(scoreList); in getName()105 return scoreList.isEmpty() ? null : scoreList.iterator().next().getData(); in getName()109 List<ScoreEntry<String>> scoreList = new ArrayList<>(); in getServiceDescription() local114 scoreList.add(new ScoreEntry<>(service.getText(), in getServiceDescription()117 Collections.sort(scoreList); in getServiceDescription()118 return scoreList.isEmpty() ? null : scoreList.iterator().next().getData(); in getServiceDescription()