Searched defs:getMinSdkVersion (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DBundle.h170 const char* getMinSdkVersion() const { return mMinSdkVersion; } function in class:Bundle
H A DResourceTable.cpp4399 static int getMinSdkVersion(const Bundle* bundle) { function
4402 } else if (bundle->getMinSdkVersion() != NULL && strlen(bundle->getMinSdkVersion()) > 0) {
4403 return atoi(bundle->getMinSdkVersion());
4451 const int minSdk = getMinSdkVersion(bundle);
4587 const int minSdk = getMinSdkVersion(bundle);

Completed in 73 milliseconds