Searched defs:getResourceEntryName (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java219 public String getResourceEntryName(int resid) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java468 public String getResourceEntryName(int resid) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/android/content/res/
H A DResources.java1654 * @see #getResourceEntryName
1713 public String getResourceEntryName(int resid) throws NotFoundException { method in class:Resources
1714 String str = mAssets.getResourceEntryName(resid);
H A DAssetManager.java668 /*package*/ native final String getResourceEntryName(int resid); method in class:AssetManager

Completed in 164 milliseconds