Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/
DComponents.java52 || Processors.hasAnnotation(element, ClassNames.TEST_INSTALL_IN)) { in getComponents()
93 || Processors.hasAnnotation(element, ClassNames.TEST_INSTALL_IN)); in getHiltInstallInComponents()
104 Processors.getAnnotationMirror(element, ClassNames.TEST_INSTALL_IN), in getHiltInstallInComponents()
DClassNames.java96 public static final ClassName TEST_INSTALL_IN = get("dagger.hilt.testing", "TestInstallIn"); field in ClassNames
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DPkgPrivateMetadata.java75 } else if (Processors.hasAnnotation(element, ClassNames.TEST_INSTALL_IN)) { in of()
76 installIn = Optional.of(Processors.getAnnotationMirror(element, ClassNames.TEST_INSTALL_IN)); in of()
DAggregatedDepsProcessor.java76 ImmutableSet.of(ClassNames.INSTALL_IN, ClassNames.TEST_INSTALL_IN);
188 if (Processors.hasAnnotation(module, ClassNames.TEST_INSTALL_IN)) { in processModule()
201 Processors.getAnnotationMirror(module, ClassNames.TEST_INSTALL_IN); in processModule()
295 !Processors.hasAnnotation(element, ClassNames.TEST_INSTALL_IN), in processEntryPoint()