Home
last modified time | relevance | path

Searched defs:newFileContents (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFixTest.java197 String newFileContents = AdtPlugin.readFile(newFile); in checkResourceFix() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java355 protected String addSelection(String newFileContents, Point selectedRange) { in addSelection()
361 protected String addSelection(String newFileContents, int selectionBegin, int selectionEnd) { in addSelection()