Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DKeyFactory.java306 public Key forInjectConstructorWithResolvedType(XType type) { in forInjectConstructorWithResolvedType() method in KeyFactory
310 public Key forInjectConstructorWithResolvedType(TypeMirror type) { in forInjectConstructorWithResolvedType() method in KeyFactory
/external/dagger2/javatests/dagger/internal/codegen/
DKeyFactoryTest.java81 @Test public void forInjectConstructorWithResolvedType() { in forInjectConstructorWithResolvedType() method in KeyFactoryTest