Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1697 const std::string* required_property_value = nullptr; member in aapt::Overlay
1705 required_property_value = GetAttributeString( in Extract()
1719 if (required_property_value) { in Print()
1720 printer->Print(StringPrintf(" requiredPropertyValue='%s'", required_property_value->c_str())); in Print()