Searched refs:otherMatches (Results 1 – 2 of 2) sorted by relevance
219 List<Binding> otherMatches = Lists.newArrayList(); in mapInjectorTest() local282 otherMatches.add(b); in mapInjectorTest()286 int sizeOfOther = otherMatches.size(); in mapInjectorTest()293 "Incorrect other matches:\n\t" + Joiner.on("\n\t").join(otherMatches), in mapInjectorTest()396 List<Element> otherMatches = Lists.newArrayList(); in mapModuleTest() local493 otherMatches.add(element); in mapModuleTest()497 int otherMatchesSize = otherMatches.size(); in mapModuleTest()504 "incorrect number of contains, leftover matches:\n" + Joiner.on("\n\t").join(otherMatches), in mapModuleTest()921 List<Binding> otherMatches = Lists.newArrayList(); in optionalInjectorTest() local969 otherMatches.add(b); in optionalInjectorTest()[all …]
2169 final boolean otherMatches = Arrays.equals(o.localeVariant, requested.localeVariant); in isLocaleBetterThan()2170 if (localeMatches != otherMatches) { in isLocaleBetterThan()