Searched defs:getResourcePackageName (Results 1 - 7 of 7) 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.java694 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.java258 public String getResourcePackageName(int resid) throws NotFoundException { method in class:ResourcesWrapper
259 return mResources.getResourcePackageName(resid);
/frameworks/base/core/java/android/content/res/
H A DResources.java1927 * @see #getResourcePackageName
1947 public String getResourcePackageName(@AnyRes int resid) throws NotFoundException { method in class:Resources
1948 return mResourcesImpl.getResourcePackageName(resid);
H A DResourcesImpl.java238 String getResourcePackageName(@AnyRes int resid) throws NotFoundException { method in class:ResourcesImpl
239 String str = mAssets.getResourcePackageName(resid);
H A DAssetManager.java796 /*package*/ native final String getResourcePackageName(int resid); method in class:AssetManager
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java452 if (ANDROID_PACKAGE_NAME.equals(getResourcePackageName(fullName))) {
473 public static String getResourcePackageName(@NonNull String fullResourceName) { method in class:ShortcutInfo

Completed in 1190 milliseconds