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