Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.h61 "level. Accepted levels: public, private, default", &visibility_); in CompileCommand()
72 Maybe<std::string> visibility_; variable
DCompile.cpp721 if (visibility_) { in Action()
722 if (visibility_.value() == "public") { in Action()
724 } else if (visibility_.value() == "private") { in Action()
726 } else if (visibility_.value() == "default") { in Action()
731 << visibility_.value() << "'. Accepted levels: public, private, default"); in Action()