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

/frameworks/base/tools/aapt/
H A DResource.cpp688 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, function
734 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, function
737 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false);
779 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionCode",
790 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionName",
810 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "minSdkVersion",
814 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "targetSdkVersion",
818 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "maxSdkVersion",
833 if (!addTagAttribute(root, "", "platformBuildVersionCode",
840 if (!addTagAttribute(roo
[all...]

Completed in 3447 milliseconds