Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DBindingGraphValidator.java394 mapBindingsByAnnotationType = indexMapBindingsByAnnotationType(contributionBindings); in hasInconsistentMapKeyAnnotationTypes() local
395 if (mapBindingsByAnnotationType.keySet().size() > 1) { in hasInconsistentMapKeyAnnotationTypes()
396 reportInconsistentMapKeyAnnotations(path, mapBindingsByAnnotationType); in hasInconsistentMapKeyAnnotationTypes()
879 mapBindingsByAnnotationType) { in reportInconsistentMapKeyAnnotations() argument
883 mapBindingsByAnnotationType.asMap().entrySet()) { in reportInconsistentMapKeyAnnotations()