Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DBundle.h61 mRClassDir(NULL), mResourceIntermediatesDir(NULL), mManifestMinSdkVersion(NULL), in Bundle()
184 const char* getManifestMinSdkVersion() const { return mManifestMinSdkVersion; } in getManifestMinSdkVersion()
185 void setManifestMinSdkVersion(const char* val) { mManifestMinSdkVersion = val; } in setManifestMinSdkVersion()
269 if (mManifestMinSdkVersion != NULL) { in isMinSdkAtLeast()
270 minVer = mManifestMinSdkVersion; in isMinSdkAtLeast()
330 const char* mManifestMinSdkVersion; variable