Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/vibrator/persistence/
DXmlValidator.java64 TypedXmlPullParser parser, String... expectedAttributes) throws XmlParserException { in checkTagHasNoUnexpectedAttributes() argument
65 if (expectedAttributes == null || expectedAttributes.length == 0) { in checkTagHasNoUnexpectedAttributes()
76 checkParserCondition(ArrayUtils.contains(expectedAttributes, attributeName), in checkTagHasNoUnexpectedAttributes()