Home
last modified time | relevance | path

Searched refs:getResourceInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
H A DIconsUriHelperTest.java90 final ResourceInfo res = mIconsUriHelper.getResourceInfo(uri); in testGetResourceInfo()
103 assertThat(mIconsUriHelper.getResourceInfo(uri)).isNull(); in testGetResourceInfo_unrecognizedUri()
117 assertThat(iconsUriHelper.getResourceInfo(uri)).isNull(); in testGetResourceInfo_invalidScheme()
131 assertThat(iconsUriHelper.getResourceInfo(uri)).isNull(); in testGetResourceInfo_invalidAuthority()
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java131 private static ResourceReference getResourceInfo(Resources resources, int id) { in getResourceInfo() method in Resources_Delegate
152 ResourceReference resourceInfo = getResourceInfo(resources, id); in getResourceValue()
734 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceEntryName()
744 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceName()
756 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourcePackageName()
766 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceTypeName()
1127 throwException(id, getResourceInfo(resources, id), expectedType); in throwException()
/aosp12/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DIconsUriHelper.java106 public ResourceInfo getResourceInfo(Uri uri) { in getResourceInfo() method in IconsUriHelper
H A DIconsContentProvider.java68 final ResourceInfo res = IconsUriHelper.getInstance().getResourceInfo(uri); in openFile()
/aosp12/frameworks/base/services/
H A Dart-profile39488 HPLcom/android/server/textclassifier/IconsUriHelper;->getResourceInfo(Landroid/net/Uri;)Lcom/androi…