Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1603 const std::string* required_property_value = nullptr; member in aapt::Overlay
1611 required_property_value = GetAttributeString( in Extract()
1625 if (required_property_value) { in Print()
1626 printer->Print(StringPrintf(" requiredPropertyValue='%s'", required_property_value->c_str())); in Print()