Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DUsesProducerModuleSubcomponents.java38 ListenableFuture<Set<String>> stringsFromChild(); in stringsFromChild() method
53 static Set<String> stringsFromChild(Child.Builder childBuilder) throws Exception { in stringsFromChild() method in UsesProducerModuleSubcomponents.ProducerModuleWithSubcomponents