Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java224 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName() method in MockResources
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java268 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName() method in ResourcesWrapper
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java274 String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() method in ResourcesImpl
DAssetManager.java804 /*package*/ native final String getResourceEntryName(int resid); in getResourceEntryName() method in AssetManager
DResources.java1980 public String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() method in Resources
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java676 static String getResourceEntryName(Resources resources, int resid) throws NotFoundException { in getResourceEntryName() method in Resources_Delegate
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java519 public static String getResourceEntryName(@NonNull String fullResourceName) { in getResourceEntryName() method in ShortcutInfo