Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp45 constexpr const char* kPublicGroupTag = "public-group"; variable
679 if (resource_type != kPublicGroupTag && resource_type != kStagingPublicGroupTag && in ParseResource()
1087 << "<" << kPublicGroupTag << "> tag not allowed with --visibility flag"); in ParsePublicGroup()
1091 return ParseGroupImpl(parser, out_resource, kPublicGroupTag, diag_, in ParsePublicGroup()