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

/frameworks/base/tools/aapt/
H A DResource.cpp3132 const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs)
3146 if (!startTags.isEmpty()) {
3153 const size_t numStartTags = startTags.size();
3155 if (tag == startTags[i]) {
3253 Vector<String8> startTags; local
3258 startTags.add(String8("PreferenceScreen"));
3259 startTags.add(String8("preference-headers"));
3262 startTags.add(String8("menu"));
3278 err = writeProguardForXml(keep, files.valueAt(j), startTags, tagAttrPairs);
3131 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs) argument

Completed in 35 milliseconds