Searched refs:PolicyXmlException (Results 1 – 2 of 2) sorted by relevance
399 PolicyXmlException, XmlPullParserException, IOException { in parsePolicyGroups()421 PolicyXmlException, XmlPullParserException, IOException { in parseSystemPolicyOverrides()478 throw new PolicyXmlException("|" + TAG_OTHER_COMPONENTS in parsePolicy()547 throw new PolicyXmlException("power state(" + state in parsePolicyGroup()561 throw new PolicyXmlException("power state(" + state in parsePolicyGroup()628 throw new PolicyXmlException("tag pair doesn't match"); in getText()632 throw new PolicyXmlException("tag value is not found"); in getText()641 throw new PolicyXmlException("tag pair doesn't match"); in skip()657 PolicyXmlException { in checkSystemPowerPolicyComponents()763 static final class PolicyXmlException extends Exception { class in PolicyReader[all …]
252 assertThrows(PolicyReader.PolicyXmlException.class, () -> readPowerPolicyXml(id)); in assertInvalidXml()