Searched defs:getXml (Results 1 – 3 of 3) sorted by relevance
20 public String getXml() { in getXml() method in XmlBox
254 public static XmlPullParser getXml() throws XmlPullParserException { in getXml() method in ViewInflater258 public static XmlPullParser getXml(InputStream is) throws XmlPullParserException { in getXml() method in ViewInflater264 public static XmlPullParser getXml(Reader ir) throws XmlPullParserException { in getXml() method in ViewInflater
226 …@Override public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { in getXml() method in StubPackageManager