Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/binds/
H A DTestComponent.kt35 fun fooOfObjects(): Foo<Any> method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/binds/
H A DTestComponent.java38 Foo<Object> fooOfObjects(); in fooOfObjects() method