Searched refs:getResourceTypeName (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DPartner.java84 final String type = ourResources.getResourceTypeName(id);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java261 public String getResourceTypeName(int resid) throws NotFoundException { method in class:ResourcesWrapper
262 return mResources.getResourceTypeName(resid);
/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/core/java/android/content/res/
H A DAssetManager.java714 /*package*/ native final String getResourceTypeName(int resid); method in class:AssetManager
H A DResources.java2229 * @see #getResourceTypeName
2270 public String getResourceTypeName(@AnyRes int resid) throws NotFoundException { method in class:Resources
2271 String str = mAssets.getResourceTypeName(resid);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java657 String typename = r.getResourceTypeName(id);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java627 public String getResourceTypeName(int resid) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/android/view/
H A DViewDebug.java1424 fieldValue = resources.getResourceTypeName(id) + '/' +
H A DView.java4611 String typename = r.getResourceTypeName(id);
6171 type = res.getResourceTypeName(id);

Completed in 8820 milliseconds