Searched refs:xmlResId (Results 1 – 4 of 4) sorted by relevance
41 public int xmlResId; field in SearchIndexableResource52 public SearchIndexableResource(int rank, int xmlResId, String className, int iconResId) { in SearchIndexableResource() argument55 this.xmlResId = xmlResId; in SearchIndexableResource()76 sb.append(xmlResId); in toString()
366 int xmlResId = metaData.getInt(TvInputManager.META_DATA_CONTENT_RATING_SYSTEMS); in buildTvContentRatingSystemListLocked() local367 if (xmlResId == 0) { in buildTvContentRatingSystemListLocked()374 TvContentRatingSystemInfo.createTvContentRatingSystemInfo(xmlResId, in buildTvContentRatingSystemListLocked()
7111 public void setInputExtras(@XmlRes int xmlResId) throws XmlPullParserException, IOException { in setInputExtras() argument7113 XmlResourceParser parser = getResources().getXml(xmlResId); in setInputExtras()
5899 field public int xmlResId;5973 field public static final String COLUMN_XML_RESID = "xmlResId";