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

/frameworks/base/tools/aapt/
H A DBundle.h61 mRClassDir(NULL), mResourceIntermediatesDir(NULL), mManifestMinSdkVersion(NULL),
153 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; }
154 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; }
224 if (mManifestMinSdkVersion != NULL) {
225 minVer = mManifestMinSdkVersion;
277 const char* mManifestMinSdkVersion; member in class:Bundle

Completed in 58 milliseconds