Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DSourceRevealer.java116 List<SearchMatch> methodMatches = searchForMethod(fqmn); in revealMethod() local
121 if (methodMatches.size() == 1) { in revealMethod()
124 methodMatches.get(0).getResource()); in revealMethod()
131 IMethod method = (IMethod) methodMatches.get(0).getElement(); in revealMethod()
171 return displayMethod((IMethod) methodMatches.get(0).getElement(), perspective); in revealMethod()
175 if (methodMatches.size() == 0) { in revealMethod()
209 filterMatchByFileName(methodMatches, fileName), in revealMethod()
214 SearchMatch match = getMatchToDisplay(methodMatches, fqmn); in revealMethod()