Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto289 string required_property_value = 5;
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp2182 const std::string* required_property_value = nullptr; member in aapt::Overlay
2190 required_property_value = GetAttributeString( in Extract()
2204 if (required_property_value) { in Print()
2205 printer->Print(StringPrintf(" requiredPropertyValue='%s'", required_property_value->c_str())); in Print()
2220 if (required_property_value) { in ToProto()
2221 overlay->set_required_property_value(*required_property_value); in ToProto()