Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/util/
DModules.java295 List<Object> usedSources = scopeInstancesInUse.get(scopeBinding.getScope()); in configure() local
296 if (usedSources != null) { in configure()
300 for (Object usedSource : usedSources) { in configure()