Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java144 Map<IPath, String> fileToGoldenName) throws BadLocationException, IOException { in checkEdits() argument
145 checkEdits(changes, fileToGoldenName, false); in checkEdits()
149 Map<IPath, String> fileToGoldenName, boolean createDiffs) in checkEdits() argument
157 String goldenName = fileToGoldenName.get(path); in checkEdits()