Searched defs:startTags (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp2824 const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs)
2838 if (!startTags.isEmpty()) {
2845 const size_t numStartTags = startTags.size();
2847 if (tag == startTags[i]) {
2936 Vector<String8> startTags; local
2942 startTags.add(String8("PreferenceScreen"));
2943 startTags.add(String8("preference-headers"));
2946 startTags.add(String8("menu"));
2959 err = writeProguardForXml(keep, files.valueAt(j), startTags, tagAttrPairs);
2823 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs) argument

Completed in 39 milliseconds