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.java68 private ModuleCache moduleCache = ModuleCache.getInstance(); field in Module
260 Module module = moduleCache.getAndCacheByDir(new File(dependency)); in buildImlFile()
290 Module child = moduleCache.getAndCacheByName(dependency); in buildDependentModules()
308 Module child = moduleCache.getAndCacheByDir(dependency); in buildDependentModules()