Home
last modified time | relevance | path

Searched defs:getAttributeValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/util/
DAttributeSet.java84 public String getAttributeValue(int index); in getAttributeValue() method
96 public String getAttributeValue(String namespace, String name); in getAttributeValue() method
DXmlPullAttributes.java41 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullAttributes
45 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
64 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java265 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeXmlBlockParser
285 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeXmlBlockParser
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DXMLNode.java92 public String getAttributeValue(String name) { in getAttributeValue() method in XMLNode
/frameworks/base/tools/aapt2/
DManifestValidator.cpp64 Maybe<StringPiece16> ManifestValidator::getAttributeValue(android::ResXMLParser* parser, in getAttributeValue() function in aapt::ManifestValidator
/frameworks/base/core/java/android/content/res/
DXmlBlock.java200 public String getAttributeValue(int index) { in getAttributeValue() method in XmlBlock.Parser
223 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlBlock.Parser
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp19 const ELFAttributeValue* ARMELFAttributeData::getAttributeValue( in getAttributeValue() function in mcld::ARMELFAttributeData
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1309 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const in getAttributeValue() function in android::ResXMLParser