Searched refs:newFileContents (Results 1 – 2 of 2) sorted by relevance
197 String newFileContents = AdtPlugin.readFile(newFile); in checkResourceFix() local200 String newFileWithCaret = addSelection(newFileContents, selectedRange); in checkResourceFix()
385 protected String addSelection(String newFileContents, Point selectedRange) { in addSelection() argument388 return addSelection(newFileContents, selectionBegin, selectionEnd); in addSelection()