Home
last modified time | relevance | path

Searched refs:unscopedTypeBoundAsSingleton (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/subcomponent/
DRequiresSingletons.java23 private final UnscopedType unscopedTypeBoundAsSingleton; field in RequiresSingletons
26 @BoundAsSingleton UnscopedType unscopedTypeBoundAsSingleton) { in RequiresSingletons() argument
28 this.unscopedTypeBoundAsSingleton = unscopedTypeBoundAsSingleton; in RequiresSingletons()
35 UnscopedType unscopedTypeBoundAsSingleton() { in unscopedTypeBoundAsSingleton() method in RequiresSingletons
36 return unscopedTypeBoundAsSingleton; in unscopedTypeBoundAsSingleton()
DSubcomponentTest.java65 assertThat(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()) in scopePropagatesUpward_provides()
66 .isSameInstanceAs(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()); in scopePropagatesUpward_provides()
67 assertThat(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()) in scopePropagatesUpward_provides()
72 .unscopedTypeBoundAsSingleton()); in scopePropagatesUpward_provides()