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.cpp728 if (visibility_) { in Action()
729 if (visibility_.value() == "public") { in Action()
731 } else if (visibility_.value() == "private") { in Action()
733 } else if (visibility_.value() == "default") { in Action()
738 << visibility_.value() << "'. Accepted levels: public, private, default"); in Action()