Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/
H A DRequiresSingletons.java23 private final UnscopedType unscopedTypeBoundAsSingleton; field in RequiresSingletons
26 @BoundAsSingleton UnscopedType unscopedTypeBoundAsSingleton) { in RequiresSingletons()
35 UnscopedType unscopedTypeBoundAsSingleton() { in unscopedTypeBoundAsSingleton() method in RequiresSingletons
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/
H A DRequiresSingletons.kt25 @BoundAsSingleton private val unscopedTypeBoundAsSingleton: UnscopedType constant in dagger.functional.kotlinsrc.subcomponent.RequiresSingletons
29 fun unscopedTypeBoundAsSingleton(): UnscopedType = unscopedTypeBoundAsSingleton method