Searched refs:TEST_INSTALL_IN (Results 1 – 4 of 4) sorted by relevance
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | Components.java | 52 || 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()
|
D | ClassNames.java | 96 public static final ClassName TEST_INSTALL_IN = get("dagger.hilt.testing", "TestInstallIn"); field in ClassNames
|
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/ |
D | PkgPrivateMetadata.java | 75 } else if (Processors.hasAnnotation(element, ClassNames.TEST_INSTALL_IN)) { in of() 76 installIn = Optional.of(Processors.getAnnotationMirror(element, ClassNames.TEST_INSTALL_IN)); in of()
|
D | AggregatedDepsProcessor.java | 76 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()
|