Searched refs:replaceWithAggregate (Results 1 - 1 of 1) sorted by relevance

/development/tools/idegen/src/com/android/idegen/
H A DIntellijProject.java84 replaceWithAggregate(mod);
97 private void replaceWithAggregate(Module module) { method in class:IntellijProject
98 replaceWithAggregate(module.getDirectDependencies(), module.getName());
99 replaceWithAggregate(module.getAllDependencies(), module.getName());
103 private void replaceWithAggregate(Set<String> deps, String moduleName) { method in class:IntellijProject

Completed in 678 milliseconds