Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
H A DLazyMaps.kt60 fun mapOfProviderOfLazy(): Map<String, Provider<Lazy<String>>> in provideAtomicInteger() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/multibindings/
H A DLazyMaps.java70 Map<String, Provider<Lazy<String>>> mapOfProviderOfLazy(); in mapOfProviderOfLazy() method