Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DLazyMaps.java70 Map<String, Provider<Lazy<String>>> mapOfProviderOfLazy(); in mapOfProviderOfLazy() method
DLazyMapsTest.java47 Map<String, Provider<Lazy<String>>> providersOfLaziesMap = component.mapOfProviderOfLazy(); in mapOfProviderOfLaziesReturnsDifferentLazy()