Home
last modified time | relevance | path

Searched refs:findSelectionInXmlFile (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/
DExtractStringRefactoring.java444 if (!findSelectionInXmlFile(mFile, status, monitor)) { in checkInitialConditions()
541 private boolean findSelectionInXmlFile(IFile file, in findSelectionInXmlFile() method in ExtractStringRefactoring