Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/search/
DSearchablesTest.java375 public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { in getXml() method in SearchablesTest.MyMockPackageManager
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java162 public XmlResourceParser getXml(int id) throws NotFoundException { in getXml() method in MockResources
DMockPackageManager.java570 public XmlResourceParser getXml(String packageName, int resid, in getXml() method in MockPackageManager
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java182 public XmlResourceParser getXml(int id) throws NotFoundException { in getXml() method in ResourcesWrapper
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java758 static XmlResourceParser getXml(Resources resources, int id) throws NotFoundException { in getXml() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java1163 public XmlResourceParser getXml(@XmlRes int id) throws NotFoundException { in getXml() method in Resources
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java535 public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { in getXml() method in BridgePackageManager
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1529 public XmlResourceParser getXml(String packageName, @XmlRes int resid, in getXml() method in ApplicationPackageManager
/frameworks/base/core/java/android/content/pm/
DPackageManager.java4657 public abstract XmlResourceParser getXml(String packageName, @XmlRes int resid, in getXml() method in PackageManager