OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getResIdsForFile
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java
65
Map<String, String> cache =
getResIdsForFile
(project, xmlFileWsPath);
79
public Map<String, String>
getResIdsForFile
(IProject project, String xmlFileWsPath) {
ExtractStringInputPage.java
411
Map<String, String> ids = mXmlHelper.
getResIdsForFile
(mProject, resFile);
Completed in 410 milliseconds