Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DComponentDependencies.java345 ImmutableMap<String, AnnotationValue> aggregatedDepsValues = in create() local
349 getTestElement(aggregatedDepsValues.get("test"), elements), in create()
350 getComponents(aggregatedDepsValues.get("components"), descriptorLookup), in create()
352 aggregatedDepsValues.get("modules"), in create()
353 aggregatedDepsValues.get("entryPoints"), in create()
354 aggregatedDepsValues.get("componentEntryPoints")), in create()
356 aggregatedDepsValues.get("modules"), in create()
357 aggregatedDepsValues.get("entryPoints"), in create()
358 aggregatedDepsValues.get("componentEntryPoints"), in create()
360 getReplacedDependencies(aggregatedDepsValues.get("replaces"), elements)); in create()