Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.h68 "level. Accepted levels: public, private, default", &visibility_); in CompileCommand()
79 Maybe<std::string> visibility_; variable
DCompile.cpp722 if (visibility_) { in Action()
723 if (visibility_.value() == "public") { in Action()
725 } else if (visibility_.value() == "private") { in Action()
727 } else if (visibility_.value() == "default") { in Action()
732 << visibility_.value() << "'. Accepted levels: public, private, default"); in Action()