Home
last modified time | relevance | path

Searched defs:getResourceTypeName (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java219 public String getResourceTypeName(int resid) throws NotFoundException { in getResourceTypeName() method in MockResources
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java276 String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() method in ResourcesImpl
DResources.java2260 public String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() method in Resources
DAssetManager.java769 @Nullable String getResourceTypeName(@AnyRes int resId) { in getResourceTypeName() method in AssetManager
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java765 static String getResourceTypeName(Resources resources, int resid) throws NotFoundException { in getResourceTypeName() method in Resources_Delegate
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java727 public static String getResourceTypeName(@NonNull String fullResourceName) { in getResourceTypeName() method in ShortcutInfo