/frameworks/base/core/java/android/util/ |
D | AttributeSet.java | 110 public String getAttributeValue(int index); in getAttributeValue() method 122 public String getAttributeValue(String namespace, String name); in getAttributeValue() method
|
D | XmlPullAttributes.java | 46 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullAttributes 50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullAttributes
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteXmlPullParser.java | 93 String getAttributeValue(int index) throws RemoteException; in getAttributeValue() method 95 String getAttributeValue(String namespace, String name) throws RemoteException; in getAttributeValue() method
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | NopAttributeSet.java | 45 public String getAttributeValue(int index) { in getAttributeValue() method in NopAttributeSet 50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in NopAttributeSet
|
D | BridgeLayoutParamsMapAttributes.java | 41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes 69 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
|
D | BridgeXmlBlockParser.java | 269 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeXmlBlockParser 289 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeXmlBlockParser
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteXmlPullParserAdapter.java | 302 public String getAttributeValue(int index) { in getAttributeValue() method in RemoteXmlPullParserAdapter 311 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in RemoteXmlPullParserAdapter
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlPullParserWrapper.java | 157 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullParserWrapper 161 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullParserWrapper
|
D | BinaryXmlPullParser.java | 440 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BinaryXmlPullParser 450 public String getAttributeValue(int index) { in getAttributeValue() method in BinaryXmlPullParser
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteXmlPullParserAdapter.java | 195 public String getAttributeValue(int index) throws RemoteException { in getAttributeValue() method in RemoteXmlPullParserAdapter 200 public String getAttributeValue(String namespace, String name) throws RemoteException { in getAttributeValue() method in RemoteXmlPullParserAdapter
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | LayoutParserWrapper.java | 174 public String getAttributeValue(@Nullable String namespace, String name) { in getAttributeValue() method in LayoutParserWrapper 364 public String getAttributeValue(int i) { in getAttributeValue() method in LayoutParserWrapper
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 230 public String getAttributeValue(int index) { in getAttributeValue() method in XmlBlock.Parser 253 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlBlock.Parser
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFAttributeData.cpp | 19 const ELFAttributeValue* ARMELFAttributeData::getAttributeValue( in getAttributeValue() function in mcld::ARMELFAttributeData
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 1983 public String getAttributeValue(int index) { in getAttributeValue() method in ZenModeHelperTest.XmlResourceParserImpl 1988 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in ZenModeHelperTest.XmlResourceParserImpl
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1491 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const in getAttributeValue() function in android::ResXMLParser
|