Searched defs:maxSdkVersion (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp368 static void printUsesPermission(const String8& name, bool optional=false, int maxSdkVersion=-1) { argument
370 if (maxSdkVersion != -1) {
371 printf(" maxSdkVersion='%d'", maxSdkVersion);
378 if (maxSdkVersion != -1) {
379 printf(" maxSdkVersion='%d'", maxSdkVersion);
1202 printf("maxSdkVersion:'%d'\n", code);

Completed in 11 milliseconds