Home
last modified time | relevance | path

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

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