Home
last modified time | relevance | path

Searched defs:getResourceTypeName (Results 1 – 7 of 7) 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/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DResourcesWrapper.java264 public String getResourceTypeName(int resid) throws NotFoundException { in getResourceTypeName() method in ResourcesWrapper
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java267 String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() method in ResourcesImpl
DResources.java1985 public String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() method in Resources
DAssetManager.java682 @Nullable String getResourceTypeName(@AnyRes int resId) { in getResourceTypeName() method in AssetManager
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java741 static String getResourceTypeName(Resources resources, int resid) throws NotFoundException { in getResourceTypeName() method in Resources_Delegate
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java626 public static String getResourceTypeName(@NonNull String fullResourceName) { in getResourceTypeName() method in ShortcutInfo