Searched refs:XmlParserException (Results 1 – 3 of 3) sorted by relevance
85 public AndroidBinXmlParser(ByteBuffer xml) throws XmlParserException { in AndroidBinXmlParser()101 throw new XmlParserException("No XML chunk in file"); in AndroidBinXmlParser()165 public int getAttributeNameResourceId(int index) throws XmlParserException { in getAttributeNameResourceId()176 public String getAttributeName(int index) throws XmlParserException { in getAttributeName()188 public String getAttributeNamespace(int index) throws XmlParserException { in getAttributeNamespace()200 public int getAttributeValueType(int index) throws XmlParserException { in getAttributeValueType()225 public int getAttributeIntValue(int index) throws XmlParserException { in getAttributeIntValue()237 public boolean getAttributeBooleanValue(int index) throws XmlParserException { in getAttributeBooleanValue()249 public String getAttributeStringValue(int index) throws XmlParserException { in getAttributeStringValue()271 public int next() throws XmlParserException { in next()[all …]
383 } catch (AndroidBinXmlParser.XmlParserException e) { in getMinSdkVersionFromBinaryAndroidManifest()551 } catch (AndroidBinXmlParser.XmlParserException e) { in getDebuggableFromBinaryAndroidManifest()597 } catch (AndroidBinXmlParser.XmlParserException e) { in getPackageNameFromBinaryAndroidManifest()
473 } catch (AndroidBinXmlParser.XmlParserException e) { in getTargetSandboxVersionFromBinaryAndroidManifest()