Searched refs:getMaxResVersion (Results 1 – 2 of 2) sorted by relevance
198 const char* getMaxResVersion() const { return mMaxResVersion; } in getMaxResVersion() function
1170 if (bundle->getMaxResVersion() != NULL && group.getVersionString().length() != 0) { in slurpResourceTree()1171 int maxResInt = atoi(bundle->getMaxResVersion()); in slurpResourceTree()