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

/frameworks/base/tools/aapt/
H A DBundle.h180 const char* getMinSdkVersion() const { return mMinSdkVersion; } function in class:Bundle
H A DResourceTable.cpp4510 static int getMinSdkVersion(const Bundle* bundle) { function
4513 } else if (bundle->getMinSdkVersion() != NULL && strlen(bundle->getMinSdkVersion()) > 0) {
4514 return atoi(bundle->getMinSdkVersion());
4594 const int minSdk = getMinSdkVersion(bundle);
4731 const int minSdk = getMinSdkVersion(bundle);
H A DResource.cpp827 if (bundle->getMinSdkVersion() != NULL
836 bundle->getMinSdkVersion(), errorOnFailedInsert)) {

Completed in 88 milliseconds