Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DBundle.h170 const char* getMinSdkVersion() const { return mMinSdkVersion; } in getMinSdkVersion() function
DResourceTable.cpp4399 static int getMinSdkVersion(const Bundle* bundle) { in getMinSdkVersion() function
4402 } else if (bundle->getMinSdkVersion() != NULL && strlen(bundle->getMinSdkVersion()) > 0) { in getMinSdkVersion()
4403 return atoi(bundle->getMinSdkVersion()); in getMinSdkVersion()
4451 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()
4587 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()
DResource.cpp802 if (bundle->getMinSdkVersion() != NULL in massageManifest()
811 bundle->getMinSdkVersion(), errorOnFailedInsert)) { in massageManifest()