Searched defs:getResourcePackageName (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java214 public String getResourcePackageName(int resid) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java666 static String getResourcePackageName(Resources resources, int resid) throws NotFoundException { method in class:Resources_Delegate
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java253 public String getResourcePackageName(int resid) throws NotFoundException { method in class:ResourcesWrapper
254 return mResources.getResourcePackageName(resid);
/frameworks/base/core/java/android/content/res/
H A DResources.java1888 * @see #getResourcePackageName
1908 public String getResourcePackageName(@AnyRes int resid) throws NotFoundException { method in class:Resources
1909 return mResourcesImpl.getResourcePackageName(resid);
H A DResourcesImpl.java233 String getResourcePackageName(@AnyRes int resid) throws NotFoundException { method in class:ResourcesImpl
234 String str = mAssets.getResourcePackageName(resid);
H A DAssetManager.java769 /*package*/ native final String getResourcePackageName(int resid); method in class:AssetManager

Completed in 1693 milliseconds