Searched refs:otherDestinations (Results 1 – 1 of 1) sorted by relevance
1278 List<Uri> destinations, List<Uri> otherDestinations) { in areEqualNullableDestinations() argument1279 if (destinations == null && otherDestinations == null) { in areEqualNullableDestinations()1281 } else if (destinations == null || otherDestinations == null) { in areEqualNullableDestinations()1285 .equals(ImmutableMultiset.copyOf(otherDestinations)); in areEqualNullableDestinations()