Searched refs:xmls (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/os/ |
D | VintfObjectTest.java | 26 String[] xmls = VintfObject.report(); in testReport() local 27 assertTrue(xmls.length > 0); in testReport() 29 assertTrue(String.join("", xmls).contains( in testReport() 32 assertTrue(String.join("", xmls).contains( in testReport()
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 1327 sp<ResourceTypeSet> xmls; in buildResources() local 1364 !applyFileOverlay(bundle, assets, &xmls, "xml") || in buildResources() 1445 if (xmls != NULL) { in buildResources() 1446 err = makeFileResources(bundle, assets, &table, xmls, "xml"); in buildResources() 1601 if (xmls != NULL) { in buildResources() 1602 ResourceDirIterator it(xmls, String8("xml")); in buildResources()
|