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

/frameworks/base/tools/aapt/
H A DBundle.h60 mRClassDir(NULL), mResourceIntermediatesDir(NULL), mManifestMinSdkVersion(NULL),
151 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; }
152 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; }
218 if (mManifestMinSdkVersion != NULL) {
219 minVer = mManifestMinSdkVersion;
271 const char* mManifestMinSdkVersion; member in class:Bundle

Completed in 143 milliseconds