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

/frameworks/base/test-mock/src/android/test/mock/
H A DMockResources.java219 public String getResourceTypeName(int resid) throws NotFoundException { method in class:MockResources
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DResourcesWrapper.java264 public String getResourceTypeName(int resid) throws NotFoundException { method in class:ResourcesWrapper
265 return mResources.getResourceTypeName(resid);
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java741 static String getResourceTypeName(Resources resources, int resid) throws NotFoundException { method in class:Resources_Delegate
/frameworks/base/core/java/android/content/res/
H A DResources.java1950 * @see #getResourceTypeName
1985 public String getResourceTypeName(@AnyRes int resid) throws NotFoundException { method in class:Resources
1986 return mResourcesImpl.getResourceTypeName(resid);
H A DResourcesImpl.java267 String getResourceTypeName(@AnyRes int resid) throws NotFoundException { method in class:ResourcesImpl
268 String str = mAssets.getResourceTypeName(resid);
H A DAssetManager.java682 @Nullable String getResourceTypeName(@AnyRes int resId) { method in class:AssetManager
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java626 public static String getResourceTypeName(@NonNull String fullResourceName) { method in class:ShortcutInfo

Completed in 151 milliseconds