Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DBindingGraphValidator.java832 int numberOfOtherBindings = in reportDuplicateBindings() local
834 if (numberOfOtherBindings > 0) { in reportDuplicateBindings()
836 .append("and ").append(numberOfOtherBindings).append(" other"); in reportDuplicateBindings()
838 if (numberOfOtherBindings > 1) { in reportDuplicateBindings()
1125 int numberOfOtherBindings = bindings.size() - DUPLICATE_SIZE_LIMIT;
1126 if (numberOfOtherBindings > 0) {
1131 builder.append("and ").append(numberOfOtherBindings).append(" other");
1133 if (numberOfOtherBindings > 1) {