Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DProjectSetupBuilder.java119 computeRootAndPaths(modules); in setProject()
275 private void computeRootAndPaths(Collection<GradleModule> modules) throws InternalException { in computeRootAndPaths() method in ProjectSetupBuilder