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

/frameworks/base/tools/aapt/
H A DCommand.cpp1122 int32_t testOnly = AaptXml::getIntegerAttribute(tree, TEST_ONLY_ATTR, 0, local
1125 fprintf(stderr, "ERROR getting 'android:testOnly' attribute: %s\n",
1143 if (testOnly != 0) {
1144 printf("testOnly='%d'\n", testOnly);

Completed in 46 milliseconds