Searched refs:addTagAttribute (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 640 void addTagAttribute(const sp<XMLNode>& node, const char* ns8, in addTagAttribute() function 696 addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionCode", in massageManifest() 698 addTagAttribute(root, RESOURCES_ANDROID_NAMESPACE, "versionName", in massageManifest() 710 addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "minSdkVersion", in massageManifest() 712 addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "targetSdkVersion", in massageManifest() 714 addTagAttribute(vers, RESOURCES_ANDROID_NAMESPACE, "maxSdkVersion", in massageManifest() 721 addTagAttribute(application, RESOURCES_ANDROID_NAMESPACE, "debuggable", "true"); in massageManifest()
|