Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DSourceRevealer.java214 SearchMatch match = getMatchToDisplay(methodMatches, fqmn); in revealMethod()
224 SearchMatch match = getMatchToDisplay(matches, in revealLineMatch()
317 private SearchMatch getMatchToDisplay(List<SearchMatch> matches, String searchTerm) { in getMatchToDisplay() method in SourceRevealer