Searched refs:addSelection (Results 1 – 2 of 2) sorted by relevance
385 protected String addSelection(String newFileContents, Point selectedRange) { in addSelection() method in AdtProjectTest388 return addSelection(newFileContents, selectionBegin, selectionEnd); in addSelection()
200 String newFileWithCaret = addSelection(newFileContents, selectedRange); in checkResourceFix()