Searched refs:currentChain (Results 1 – 1 of 1) sorted by relevance
180 List<GradleModule> currentChain = null; in findModule() local184 if (currentChain == null) { in findModule()185 currentChain = newChain; in findModule()187 if (currentChain.size() > newChain.size()) { in findModule()188 currentChain = newChain; in findModule()193 return currentChain; in findModule()