Searched refs:getMinSdkVersion (Results 1 - 3 of 3) 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);
H A DResource.cpp802 if (bundle->getMinSdkVersion() != NULL
811 bundle->getMinSdkVersion(), errorOnFailedInsert)) {

Completed in 74 milliseconds