Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssistTest.java879 checkCompletion(name, getValueFile(getProject(), name), caretLocation, in checkResourceCompletion()
885 checkApplyCompletion(name, getValueFile(getProject(), name), caretLocation, in checkApplyResourceCompletion()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java211 protected IFile getValueFile(IProject project, String name) throws Exception { in getValueFile() method in AdtProjectTest