Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/internal/codegen/
DMembersInjectionTest.java27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
192 IMPORT_GENERATED_ANNOTATION, in fieldAndMethodGenerics()
282 IMPORT_GENERATED_ANNOTATION, in subclassedGenericMembersInjectors()
367 IMPORT_GENERATED_ANNOTATION, in fieldInjection()
447 IMPORT_GENERATED_ANNOTATION, in fieldInjectionWithQualifier()
517 IMPORT_GENERATED_ANNOTATION, in methodInjection()
606 IMPORT_GENERATED_ANNOTATION, in mixedMemberInjection()
689 IMPORT_GENERATED_ANNOTATION, in injectConstructorAndMembersInjection()
756 IMPORT_GENERATED_ANNOTATION, in supertypeMembersInjection()
818 IMPORT_GENERATED_ANNOTATION, in simpleComponentWithNesting()
[all …]
DModuleFactoryGeneratorTest.java28 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
229 IMPORT_GENERATED_ANNOTATION, in singleProvidesMethodNoArgs()
276 IMPORT_GENERATED_ANNOTATION, in singleProvidesMethodNoArgs_disableNullable()
322 IMPORT_GENERATED_ANNOTATION, in nullableProvides()
395 IMPORT_GENERATED_ANNOTATION, in multipleProvidesMethods()
466 IMPORT_GENERATED_ANNOTATION, in providesSetElement()
519 IMPORT_GENERATED_ANNOTATION, in providesSetElementWildcard()
572 IMPORT_GENERATED_ANNOTATION, in providesSetValues()
883 IMPORT_GENERATED_ANNOTATION, in genericSubclassedModule()
921 IMPORT_GENERATED_ANNOTATION, in genericSubclassedModule()
[all …]
DElidedFactoriesTest.java22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
85 IMPORT_GENERATED_ANNOTATION, in simpleComponent()
184 IMPORT_GENERATED_ANNOTATION, in simpleComponent_injectsProviderOf_dependsOnScoped()
266 IMPORT_GENERATED_ANNOTATION, in simpleComponent_injectsProviderOf_dependsOnScoped()
378 IMPORT_GENERATED_ANNOTATION, in scopedBinding_onlyUsedInSubcomponent()
438 IMPORT_GENERATED_ANNOTATION, in scopedBinding_onlyUsedInSubcomponent()
DInjectConstructorFactoryGeneratorTest.java26 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
138 IMPORT_GENERATED_ANNOTATION, in injectConstructorOnGenericClass()
187 IMPORT_GENERATED_ANNOTATION, in fieldAndMethodGenerics()
240 IMPORT_GENERATED_ANNOTATION, in genericClassWithNoDependencies()
284 IMPORT_GENERATED_ANNOTATION, in twoGenericTypes()
337 IMPORT_GENERATED_ANNOTATION, in boundedGenerics()
405 IMPORT_GENERATED_ANNOTATION, in multipleSameTypesWithGenericsAndQualifiersAndLazies()
1072 IMPORT_GENERATED_ANNOTATION, in injectConstructor()
1119 IMPORT_GENERATED_ANNOTATION, in injectConstructorAndMembersInjection()
1180 IMPORT_GENERATED_ANNOTATION, in wildcardDependency()
[all …]
DMapKeyProcessorTest.java22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
74 IMPORT_GENERATED_ANNOTATION, in mapKeyCreatorFile()
123 IMPORT_GENERATED_ANNOTATION, in nestedMapKeyCreatorFile()
DProductionComponentProcessorTest.java25 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
248 IMPORT_GENERATED_ANNOTATION, in simpleComponent()
443 IMPORT_GENERATED_ANNOTATION, in simpleComponent()
DComponentProcessorTest.java26 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
182 IMPORT_GENERATED_ANNOTATION, in simpleComponent()
502 IMPORT_GENERATED_ANNOTATION, in componentWithModule()
702 IMPORT_GENERATED_ANNOTATION, in transitiveModuleDeps()
886 IMPORT_GENERATED_ANNOTATION, in subcomponentNotGeneratedIfNotUsedInGraph()
1444 IMPORT_GENERATED_ANNOTATION, in ignoresDependencyMethodsFromObject()
1528 IMPORT_GENERATED_ANNOTATION, in resolutionOrder()
1608 IMPORT_GENERATED_ANNOTATION, in simpleComponent_redundantComponentMethod()
2050 IMPORT_GENERATED_ANNOTATION, in unusedSubcomponents_dontResolveExtraBindingsInParentComponents()
2641 IMPORT_GENERATED_ANNOTATION, in publicComponentType()
DSubcomponentCreatorRequestFulfillmentTest.java25 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
102 IMPORT_GENERATED_ANNOTATION, in testInlinedSubcomponentCreators_componentMethod()
DProducerModuleFactoryGeneratorTest.java27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
370 IMPORT_GENERATED_ANNOTATION, in singleProducesMethodNoArgsFuture()
443 IMPORT_GENERATED_ANNOTATION, in singleProducesMethodNoArgsFutureWithProducerName()
DSetBindingRequestFulfillmentTest.java23 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
267 IMPORT_GENERATED_ANNOTATION, in subcomponentOmitsInheritedBindings()
DSetBindingRequestFulfillmentWithGuavaTest.java22 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
332 IMPORT_GENERATED_ANNOTATION, in productionComponents()
DGeneratedLines.java36 public static final String IMPORT_GENERATED_ANNOTATION = field in GeneratedLines
DComponentCreatorTest.java27 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
162 IMPORT_GENERATED_ANNOTATION, in testCanInstantiateModulesUserCannotSet()
361 IMPORT_GENERATED_ANNOTATION, in testCreatorWithBindsInstanceNoStaticCreateGenerated()
463 IMPORT_GENERATED_ANNOTATION, in testCreatorWithPrimitiveBindsInstance()
DSubcomponentValidationTest.java25 import static dagger.internal.codegen.GeneratedLines.IMPORT_GENERATED_ANNOTATION;
999 IMPORT_GENERATED_ANNOTATION, in subcomponentBuilderNamesShouldNotConflict()
/external/dagger2/javatests/dagger/hilt/processor/internal/
DGeneratedImport.java21 public static final String IMPORT_GENERATED_ANNOTATION = field in GeneratedImport
/external/dagger2/javatests/dagger/hilt/processor/internal/definecomponent/
DDefineComponentProcessorTest.java71 GeneratedImport.IMPORT_GENERATED_ANNOTATION, in testDefineComponentOutput()
83 GeneratedImport.IMPORT_GENERATED_ANNOTATION, in testDefineComponentOutput()
/external/dagger2/javatests/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDepsProcessorErrorsTest.java154 GeneratedImport.IMPORT_GENERATED_ANNOTATION, in testNoErrorOnDaggerGeneratedModules()