Searched refs:getManifestMinSdkVersion (Results 1 – 2 of 2) sorted by relevance
184 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; } in getManifestMinSdkVersion() function
4522 …if (bundle->getManifestMinSdkVersion() != NULL && strlen(bundle->getManifestMinSdkVersion()) > 0) { in getMinSdkVersion()4523 return atoi(bundle->getManifestMinSdkVersion()); in getMinSdkVersion()