Home
last modified time | relevance | path

Searched refs:PolicyXmlException (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DPolicyReader.java399 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 …]
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DPolicyReaderUnitTest.java252 assertThrows(PolicyReader.PolicyXmlException.class, () -> readPowerPolicyXml(id)); in assertInvalidXml()