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.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.java1895 * @see #getResourcePackageName
1915 public String getResourcePackageName(@AnyRes int resid) throws NotFoundException { method in class:Resources
1916 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
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java434 if (ANDROID_PACKAGE_NAME.equals(getResourcePackageName(fullName))) {
455 public static String getResourcePackageName(@NonNull String fullResourceName) { method in class:ShortcutInfo

Completed in 19 milliseconds