Home
last modified time | relevance | path

Searched refs:scoreList (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUInfo.java96 List<ScoreEntry<String>> scoreList = new ArrayList<>(); in getName() local
101 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() local
114 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()