Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DBundle.h60 mRClassDir(NULL), mResourceIntermediatesDir(NULL), mManifestMinSdkVersion(NULL), in Bundle()
169 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; } in getManifestMinSdkVersion()
170 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; } in setManifestMinSdkVersion()
250 if (mManifestMinSdkVersion != NULL) { in isMinSdkAtLeast()
251 minVer = mManifestMinSdkVersion; in isMinSdkAtLeast()
309 const char* mManifestMinSdkVersion; variable