Home
last modified time | relevance | path

Searched defs:componentHierarchyFromChildA (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/subcomponent/pruning/
H A DParentDoesntUseProductionSubcomponent.java63 ListenableFuture<Set<Class<?>>> componentHierarchyFromChildA(); in componentHierarchyFromChildA() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/pruning/
H A DParentDoesntUseSubcomponent.java57 Set<Class<?>> componentHierarchyFromChildA(); in componentHierarchyFromChildA() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/pruning/
H A DParentDoesntUseSubcomponent.kt54 @FromChildA fun componentHierarchyFromChildA(): Set<Class<*>> in build() method