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

/frameworks/base/tools/aapt/
H A DCommand.cpp825 int32_t testOnly = getIntegerAttribute(tree, TEST_ONLY_ATTR, &error, 0); local
827 fprintf(stderr, "ERROR getting 'android:testOnly' attribute: %s\n", error.string());
832 if (testOnly != 0) {
833 printf("testOnly='%d'\n", testOnly);

Completed in 191 milliseconds