Home
last modified time | relevance | path

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

/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java78 private static final HashSet<String> sExpectedAttributes = field in AccessibilityValidationContentHandler
138 if (sExpectedAttributes.contains(currentAttribute)) { in startElement()
186 sExpectedAttributes.add(attribute.toLowerCase()); in addExpectedAttribute()