Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DModuleCache.java40 HashMap<String, Module> modulesByPath = Maps.newHashMap(); field in ModuleCache
90 modulesByPath.put(moduleDir.getCanonicalPath(), module); in putModule()
94 return modulesByPath.get(moduleDir.getCanonicalPath()); in getModule()
98 return modulesByPath.values(); in getModules()