HomeSort by relevance Sort by last modified time
    Searched refs:getAndCache (Results 1 - 3 of 3) sorted by null

  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 65 Module module = cache.getAndCache(moduleName);
146 Module mod = cache.getAndCache(name);
166 Module mod = cache.getAndCache(name);
ModuleCache.java 54 public Module getAndCache(String moduleName) throws IOException {
Module.java 137 Module child = moduleCache.getAndCache(dependency);

Completed in 57 milliseconds