Home
last modified time | relevance | path

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

/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java137 String currentAttribute = atts.getLocalName(i).toLowerCase(); in startElement() local
138 if (sExpectedAttributes.contains(currentAttribute)) { in startElement()
141 } else if (currentAttribute.equals("id")) { in startElement()
142 extendedOutput.append("|id=" + currentAttribute); in startElement()
143 } else if (currentAttribute.equals("src")) { in startElement()