Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResource.cpp32 case ResourceType::kBool: return u"bool"; in toString()
60 { u"bool", ResourceType::kBool },
DResource_test.cpp46 EXPECT_EQ(*type, ResourceType::kBool); in TEST()
DResource.h43 kBool, enumerator
DResourceParser.cpp314 { u"bool", { ResourceType::kBool, android::ResTable_map::TYPE_BOOLEAN } }, in parseResource()