Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp98 uint32_t spec_flags; in Exists() local
99 if (table->getResource(expected_id.id, &val, false, 0, &spec_flags, &config) < 0) { in Exists()
115 if (expected_spec_flags != spec_flags) { in Exists()
118 << spec_flags << std::dec << " instead"; in Exists()