Searched refs:xmlResId (Results 1 – 5 of 5) sorted by relevance
42 public int xmlResId; field in SearchIndexableResource53 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) { in SearchIndexableResource() argument56 this.xmlResId = xmlResId; in SearchIndexableResource()78 sb.append(xmlResId); in toString()
51 .add(XmlResource.COLUMN_XML_RESID, indexableResource.xmlResId) in queryXmlResources()105 public SearchIndexableIntentResource(int xmlResId, String intentAction, in SearchIndexableIntentResource() argument109 xmlResId, in SearchIndexableIntentResource()
429 int xmlResId = metaData.getInt(TvInputManager.META_DATA_CONTENT_RATING_SYSTEMS); in buildTvContentRatingSystemListLocked() local430 if (xmlResId == 0) { in buildTvContentRatingSystemListLocked()437 TvContentRatingSystemInfo.createTvContentRatingSystemInfo(xmlResId, in buildTvContentRatingSystemListLocked()
7245 public void setInputExtras(@XmlRes int xmlResId) throws XmlPullParserException, IOException { in setInputExtras() argument7247 XmlResourceParser parser = getResources().getXml(xmlResId); in setInputExtras()
9181 field public int xmlResId;9257 field public static final String COLUMN_XML_RESID = "xmlResId";