Home
last modified time | relevance | path

Searched refs:test_only (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DApkInfo.proto108 bool test_only = 4; field
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp696 int32_t test_only; member in aapt::Application
708 test_only = GetAttributeIntegerDefault(FindAttribute(element, TEST_ONLY_ATTR), 0); in Extract()
767 if (test_only != 0) { in Print()
768 printer->Print(StringPrintf("testOnly='%d'\n", test_only)); in Print()
783 application->set_test_only(test_only != 0); in ToProto()