Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentsWithBoundExecutor.java80 static String fromParent() { in fromParent() method in SubcomponentsWithBoundExecutor.ParentModule
96 static String fromParent() { in fromParent() method in SubcomponentsWithBoundExecutor.ParentProducerModule
117 static String fromChild(@FromParent String fromParent) { in fromChild()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java92 URL fromParent = super.getResource(name); in getResource() local