Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/internal/codegen/
DInaccessibleTypeBindsTest.java59 JavaFileObject fooImpl = in scopedInaccessibleTypeBound() local
123 JavaFileObject fooImpl = in inaccessibleTypeBoundInALoop() local
194 JavaFileObject fooImpl = in inaccessibleTypeBoundInALoopScoped() local
DProductionComponentProcessorTest.java553 Source fooImpl = in delegateToProductionBindingKind_failsIfScoped() local
622 Source fooImpl = in multipleDelegatesToProductionBindingKind_failsIfScoped() local
DBindsMethodValidationTest.java74 Source fooImpl = in noExtensionForBinds() local
DScopingValidationTest.java106 Source fooImpl = in bindsWithChildScope_inParentModule_notAllowed() local
/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/sharedTest/java/dagger/hilt/android/simple/
DModuleTest.java67 @Inject FooImpl fooImpl; field in ModuleTest
137 abstract Foo foo(FooImpl fooImpl); in foo()
/external/dagger2/javatests/dagger/hilt/android/testing/
DTestRootModulesTest.java72 @Inject FooImpl fooImpl; field in TestRootModulesTest
135 abstract Foo foo(FooImpl fooImpl); in foo()
/external/dagger2/javatests/dagger/functional/kotlinsrc/assisted/
DAssistedFactoryBindsTest.kt70 val fooImpl = foo as FooImpl in testFooFactory() constant
/external/dagger2/javatests/dagger/functional/assisted/
DAssistedFactoryBindsTest.java85 FooImpl fooImpl = (FooImpl) foo; in testFooFactory() local