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

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java214 public String getResourceTypeName(int resid) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java478 public String getResourceTypeName(int resid) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/android/content/res/
H A DResources.java1767 * @see #getResourceTypeName
1808 public String getResourceTypeName(int resid) throws NotFoundException { method in class:Resources
1809 String str = mAssets.getResourceTypeName(resid);
H A DAssetManager.java673 /*package*/ native final String getResourceTypeName(int resid); method in class:AssetManager

Completed in 58 milliseconds