Searched refs:attributeName (Results 1 – 1 of 1) sorted by relevance
156 String attributeName, int defaultValue) throws XmlPullParserException { in getAttributeInt() argument157 String value = configParser.getAttributeValue(null, attributeName); in getAttributeInt()176 String attributeName, String defaultValue) throws XmlPullParserException { in getAttributeString() argument177 String value = configParser.getAttributeValue(null, attributeName); in getAttributeString()