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

/frameworks/base/tools/aapt/
H A DBundle.h167 const char* getMaxResVersion() const { return mMaxResVersion; } function in class:Bundle
H A DAaptAssets.cpp2256 if (bundle->getMaxResVersion() != NULL && group.getVersionString().length() != 0) {
2257 int maxResInt = atoi(bundle->getMaxResVersion());

Completed in 61 milliseconds