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

/frameworks/base/tools/aapt/
H A DResource.cpp683 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, function
751 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionCode",
755 if (!addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionName",
769 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "minSdkVersion",
773 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "targetSdkVersion",
777 if (!addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "maxSdkVersion",
786 if (!addTagAttribute(application, RESOURCES_ANDROID_NAMESPACE, "debuggable", "true",

Completed in 29 milliseconds