Home
last modified time | relevance | path

Searched defs:integerObjectMap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/binds/
H A DTestComponent.kt47 fun integerObjectMap(): Map<Int, Any> method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/binds/
H A DSimpleBindsProductionComponent.java46 ListenableFuture<Map<Integer, Object>> integerObjectMap(); in integerObjectMap() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/binds/
H A DTestComponent.java51 Map<Integer, Object> integerObjectMap(); in integerObjectMap() method