Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp502 int32_t test_only; member in aapt::Application
514 test_only = GetAttributeIntegerDefault(FindAttribute(element, TEST_ONLY_ATTR), 0); in Extract()
573 if (test_only != 0) { in Print()
574 printer->Print(StringPrintf("testOnly='%d'\n", test_only)); in Print()