Searched refs:getResourceInfo (Results 1 – 5 of 5) sorted by relevance
90 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()
132 private static ResourceReference getResourceInfo(Resources resources, int id) { in getResourceInfo() method in Resources_Delegate153 ResourceReference resourceInfo = getResourceInfo(resources, id); in getResourceValue()735 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceEntryName()745 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceName()757 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourcePackageName()767 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceTypeName()1128 throwException(id, getResourceInfo(resources, id), expectedType); in throwException()
106 public ResourceInfo getResourceInfo(Uri uri) { in getResourceInfo() method in IconsUriHelper
68 final ResourceInfo res = IconsUriHelper.getInstance().getResourceInfo(uri); in openFile()
31206 HPLcom/android/server/textclassifier/IconsUriHelper;->getResourceInfo(Landroid/net/Uri;)Lcom/androi…