Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.h75 "level. Accepted levels: public, private, default", &visibility_); in CompileCommand()
102 std::optional<std::string> visibility_; variable
DCompile.cpp757 if (visibility_) { in Action()
758 if (visibility_.value() == "public") { in Action()
760 } else if (visibility_.value() == "private") { in Action()
762 } else if (visibility_.value() == "default") { in Action()
767 << visibility_.value() in Action()