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

/frameworks/base/tools/aapt/
H A DBundle.h60 mRClassDir(NULL), mResourceIntermediatesDir(NULL), mManifestMinSdkVersion(NULL),
168 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; }
169 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; }
245 if (mManifestMinSdkVersion != NULL) {
246 minVer = mManifestMinSdkVersion;
303 const char* mManifestMinSdkVersion; member in class:Bundle

Completed in 205 milliseconds