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()
178 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; } in getManifestMinSdkVersion()
179 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; } in setManifestMinSdkVersion()
261 if (mManifestMinSdkVersion != NULL) { in isMinSdkAtLeast()
262 minVer = mManifestMinSdkVersion; in isMinSdkAtLeast()
321 const char* mManifestMinSdkVersion; variable