Home
last modified time | relevance | path

Searched defs:getAttributeNamespace (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/res/
DXmlResourceParser.java30 String getAttributeNamespace (int index); in getAttributeNamespace() method
DXmlBlock.java196 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java83 String getAttributeNamespace(int index) throws RemoteException; in getAttributeNamespace() method
/frameworks/base/core/java/android/util/
DAttributeSet.java84 default String getAttributeNamespace (int index) { in getAttributeNamespace() method
DXmlPullAttributes.java39 public String getAttributeNamespace (int index) { in getAttributeNamespace() method in XmlPullAttributes
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java35 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java59 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java243 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeXmlBlockParser
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java257 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java170 public String getAttributeNamespace(int index) throws RemoteException { in getAttributeNamespace() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java339 public String getAttributeNamespace(int i) { in getAttributeNamespace() method in LayoutParserWrapper
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1533 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1238 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const in getAttributeNamespace() function in android::ResXMLParser