Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DModule.java69 private ModuleCache moduleCache = ModuleCache.getInstance(); field in Module
261 Module module = moduleCache.getAndCacheByDir(new File(dependency)); in buildImlFile()
291 Module child = moduleCache.getAndCacheByName(dependency); in buildDependentModules()
309 Module child = moduleCache.getAndCacheByDir(dependency); in buildDependentModules()