Home
last modified time | relevance | path

Searched refs:getMinSdkVersion (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DBundle.h181 const char* getMinSdkVersion() const { return mMinSdkVersion; } in getMinSdkVersion() function
DResourceTable.cpp4531 static int getMinSdkVersion(const Bundle* bundle) { in getMinSdkVersion() function
4534 } else if (bundle->getMinSdkVersion() != NULL && strlen(bundle->getMinSdkVersion()) > 0) { in getMinSdkVersion()
4535 return atoi(bundle->getMinSdkVersion()); in getMinSdkVersion()
4616 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()
4795 const int minSdkVersion = getMinSdkVersion(bundle); in versionForCompat()
4852 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()
DResource.cpp891 if (bundle->getMinSdkVersion() != NULL in massageManifest()
900 bundle->getMinSdkVersion(), errorOnFailedInsert)) { in massageManifest()