Searched refs:xmls (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
H A DVintfObjectTest.java27 String[] xmls = VintfObject.report();
28 assertTrue(xmls.length > 0);
30 assertTrue(String.join("", xmls).contains(
33 assertTrue(String.join("", xmls).contains(
/frameworks/base/tools/aapt/
H A DResource.cpp1327 sp<ResourceTypeSet> xmls; local
1364 !applyFileOverlay(bundle, assets, &xmls, "xml") ||
1445 if (xmls != NULL) {
1446 err = makeFileResources(bundle, assets, &table, xmls, "xml");
1601 if (xmls != NULL) {
1602 ResourceDirIterator it(xmls, String8("xml"));

Completed in 104 milliseconds