Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DModule.java71 private Set<String> allDependencies = Sets.newHashSet(); // direct + indirect field in Module
294 allDependencies.add(child.getDir().getCanonicalPath()); in buildDependentModules()
303 allDependencies.remove(this.getDir().getCanonicalPath()); in buildDependentModules()
310 allDependencies.add(child.getDir().getCanonicalPath()); in buildDependentModules()
324 return allDependencies; in getAllDependencies()
385 .add("allDependencies", allDependencies) in toString()