Searched refs:ATTR_VALUE (Results 1 – 2 of 2) sorted by relevance
42 import static com.android.SdkConstants.ATTR_VALUE;181 String value = attributes.getValue(ATTR_VALUE); in startElement()201 String value = attributes.getValue(ATTR_VALUE); in startElement()
148 private static final String ATTR_VALUE = "value"; field in ConfigGenerator229 String value = xmlPullParser.getAttributeValue(null, ATTR_VALUE); in getEnumMap()