Home
last modified time | relevance | path

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

/packages/modules/Permission/SafetyCenter/Config/java/com/android/safetycenter/config/
DSafetyCenterConfigParser.java461 private static ParseException attributeInvalid(String valueString, String parent, String name) { in attributeInvalid() method in SafetyCenterConfigParser
465 private static ParseException attributeInvalid( in attributeInvalid() method in SafetyCenterConfigParser
477 throw attributeInvalid(valueToParse, parent, name, e); in parseInteger()
489 throw attributeInvalid(valueToParse, parent, name); in parseBoolean()
556 throw attributeInvalid(valueToParse, parent, name); in parseStatelessIconType()
572 throw attributeInvalid(valueToParse, parent, name); in parseGroupType()
586 throw attributeInvalid(valueToParse, parent, name); in parseProfile()
602 throw attributeInvalid(valueToParse, parent, name); in parseInitialDisplayState()
/packages/modules/Permission/SafetyCenter/Persistence/java/com/android/safetycenter/persistence/
DSafetyCenterIssuesPersistence.java169 throw attributeInvalid( in parseIssue()
212 throw attributeInvalid(value, name, e); in parseInteger()
220 throw attributeInvalid(value, name, e); in parseInstant()
228 private static PersistenceException attributeInvalid(String value, String name, Throwable ex) { in attributeInvalid() method in SafetyCenterIssuesPersistence