Home
last modified time | relevance | path

Searched defs:boundInSubtype (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/builderbinds/
H A DBuilderSupertype.java24 void boundInSubtype(@Named("subtype") int subtype); in boundInSubtype() method
H A DTestComponent.java40 int boundInSubtype(); in boundInSubtype() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/builderbinds/
H A DBuilderSupertype.kt23 @BindsInstance fun boundInSubtype(@Named("subtype") subtype: Int) method
H A DTestComponent.kt34 @Named("subtype") fun boundInSubtype(): Int in count() method