Searched refs:oldAliases (Results 1 – 2 of 2) sorted by relevance
274 Collection<String> oldAliases = SubdivisionInfo.subdivisionIdToOld.get(value); in getBestName() local275 if (oldAliases != null) { in getBestName()276 for (String oldAlias : oldAliases) { in getBestName()
1618 Set<String> oldAliases = new HashSet<>(filteredPaths); in getPathsWithValue() local1621 String[] sortedPaths = new String[oldAliases.size()]; in getPathsWithValue()1622 oldAliases.toArray(sortedPaths); in getPathsWithValue()1625 oldAliases = newAliases; in getPathsWithValue()