Home
last modified time | relevance | path

Searched refs:qualifiedIntegerObjectMap (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/binds/
H A DTestComponent.kt51 @SomeQualifier fun qualifiedIntegerObjectMap(): Map<Int, Any> method
H A DBindsTest.kt64 assertThat(component.qualifiedIntegerObjectMap()).hasSize(1) in multibindings()
/aosp_15_r20/external/dagger2/javatests/dagger/functional/binds/
H A DTestComponent.java55 @SomeQualifier Map<Integer, Object> qualifiedIntegerObjectMap(); in qualifiedIntegerObjectMap() method
H A DBindsTest.java64 assertThat(component.qualifiedIntegerObjectMap()).hasSize(1); in multibindings()
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/binds/
H A DSimpleBindsProductionComponent.java52 @SomeQualifier ListenableFuture<Map<Integer, Object>> qualifiedIntegerObjectMap(); in qualifiedIntegerObjectMap() method
H A DBindsProducersTest.java77 assertThat(component.qualifiedIntegerObjectMap().get()).hasSize(1); in multibindings()