Searched refs:sortedDestinations (Results 1 – 1 of 1) sorted by relevance
51 List<Uri> sortedDestinations = new ArrayList<>(destinations); in serializeAttributionDestinations() local52 sortedDestinations.sort(Comparator.comparing(Uri::toString)); in serializeAttributionDestinations()54 sortedDestinations.stream().map(Uri::toString).collect(Collectors.toList())); in serializeAttributionDestinations()