Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.h346 Validation validation_ = Validation::kEnabled; variable
DResourceTable.cpp102 ResourceTable::ResourceTable(ResourceTable::Validation validation) : validation_(validation) { in ResourceTable()
460 const bool validate = validation_ == Validation::kEnabled; in AddResource()