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

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

Completed in 60 milliseconds