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()
131 private static ResourceReference getResourceInfo(Resources resources, int id) { in getResourceInfo() method in Resources_Delegate152 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()
106 public ResourceInfo getResourceInfo(Uri uri) { in getResourceInfo() method in IconsUriHelper
68 final ResourceInfo res = IconsUriHelper.getInstance().getResourceInfo(uri); in openFile()
39488 HPLcom/android/server/textclassifier/IconsUriHelper;->getResourceInfo(Landroid/net/Uri;)Lcom/androi…