Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DComponentProcessingStep.java26 import dagger.internal.codegen.ComponentValidator.ComponentValidationReport;
94 ComponentValidationReport validationReport = in componentElementValidator()
136 ComponentValidationReport report = subcomponentValidator.validate(
148 private boolean isClean(ComponentValidationReport report,
DComponentValidator.java119 static abstract class ComponentValidationReport { class in ComponentValidator
128 public ComponentValidationReport validate(final TypeElement subject, in validate()
240 ComponentValidationReport subreport = subcomponentValidator.validate( in validate()