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

/frameworks/base/tools/aapt/
H A DBundle.h61 mRClassDir(NULL), mResourceIntermediatesDir(NULL), mManifestMinSdkVersion(NULL),
179 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; }
180 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; }
264 if (mManifestMinSdkVersion != NULL) {
265 minVer = mManifestMinSdkVersion;
325 const char* mManifestMinSdkVersion; member in class:Bundle

Completed in 23 milliseconds