Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java340 findContextCandidates(results, clazzType, 0 /*superType*/); in findContextFieldOrMethod()
370 private void findContextCandidates(TreeMap<Integer, Expression> results, in findContextCandidates() method in ReplaceStringsVisitor
423 findContextCandidates(results, clazzType, superType + 1); in findContextCandidates()