Home
last modified time | relevance | path

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

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java224 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName() method in MockResources
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java296 String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() method in ResourcesImpl
DResources.java2111 public String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() method in Resources
DAssetManager.java736 @Nullable String getResourceEntryName(@AnyRes int resId) { in getResourceEntryName() method in AssetManager
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java733 static String getResourceEntryName(Resources resources, int resid) throws NotFoundException { in getResourceEntryName() method in Resources_Delegate
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java710 public static String getResourceEntryName(@NonNull String fullResourceName) { in getResourceEntryName() method in ShortcutInfo