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

/frameworks/base/tools/aapt/
H A DResource.cpp682 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, function
750 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionCode",
754 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionName",
768 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "minSdkVersion",
772 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "targetSdkVersion",
776 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "maxSdkVersion",
785 if (!addTagAttribute(application, RESOURCES_ANDROID_NAMESPACE, "debuggable", "true",

Completed in 292 milliseconds