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

/frameworks/base/tools/aapt/
H A DResource.cpp2906 const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs)
2920 if (!startTags.isEmpty()) {
2927 const size_t numStartTags = startTags.size();
2929 if (tag == startTags[i]) {
3027 Vector<String8> startTags; local
3033 startTags.add(String8("PreferenceScreen"));
3034 startTags.add(String8("preference-headers"));
3037 startTags.add(String8("menu"));
3053 err = writeProguardForXml(keep, files.valueAt(j), startTags, tagAttrPairs);
2905 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs) argument

Completed in 39 milliseconds