Home
last modified time | relevance | path

Searched defs:getResourceName (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DResourceEntry.java68 public String getResourceName() { in getResourceName() method in ResourceEntry
DPartnerConfig.java94 public String getResourceName() { in getResourceName() method in PartnerConfig
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java209 public String getResourceName(int resid) throws NotFoundException { in getResourceName() method in MockResources
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java1038 private String getResourceName(int resId) { in getResourceName() method in NavigationBarView
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java272 String getResourceName(@AnyRes int resid) throws NotFoundException { in getResourceName() method in ResourcesImpl
DResources.java2063 public String getResourceName(@AnyRes int resid) throws NotFoundException { in getResourceName() method in Resources
DAssetManager.java712 @Nullable String getResourceName(@AnyRes int resId) { in getResourceName() method in AssetManager
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java743 static String getResourceName(Resources resources, int resid) throws NotFoundException { in getResourceName() method in Resources_Delegate
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4265 bool ResTable::getResourceName(uint32_t resID, bool allowUtf8, resource_name* outName) const in getResourceName() function in android::ResTable