Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java66 public String valueOfStringId(IProject project, String xmlFileWsPath, String stringId) { in valueOfStringId() argument
67 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath); in valueOfStringId()
81 public Map<String, String> getResIdsForFile(IProject project, String xmlFileWsPath) { in getResIdsForFile() argument
82 Map<String, String> cache = mResIdCache.get(xmlFileWsPath); in getResIdsForFile()
84 cache = internalGetResIdsForFile(project, xmlFileWsPath); in getResIdsForFile()
85 mResIdCache.put(xmlFileWsPath, cache); in getResIdsForFile()
97 private Map<String, String> internalGetResIdsForFile(IProject project, String xmlFileWsPath) { in internalGetResIdsForFile() argument
105 IResource resource = project.getFile(xmlFileWsPath); in internalGetResIdsForFile()
DExtractStringRefactoring.java1435 private IResource getTargetXmlResource(String xmlFileWsPath) {
1436 IResource resource = mProject.getFile(xmlFileWsPath);