Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DPrivateAttributeMover_test.cpp50 type = package->FindType(ResourceType::kAttrPrivate); in TEST()
75 type = package->FindType(ResourceType::kAttrPrivate); in TEST()
90 ASSERT_EQ(nullptr, package->FindType(ResourceType::kAttrPrivate)); in TEST()
95 ASSERT_EQ(nullptr, package->FindType(ResourceType::kAttrPrivate)); in TEST()
DPrivateAttributeMover.cpp83 ResourceTableType* priv_attr_type = package->FindOrCreateType(ResourceType::kAttrPrivate); in Consume()
/frameworks/base/tools/aapt2/
DResource.cpp57 case ResourceType::kAttrPrivate: in to_string()
112 {"^attr-private", ResourceType::kAttrPrivate},
DResource_test.cpp42 EXPECT_EQ(*type, ResourceType::kAttrPrivate); in TEST()
DResource.h44 kAttrPrivate, enumerator
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp542 type.type == ResourceType::kAttrPrivate ? ResourceType::kAttr : type.type, in ProcessType()
608 if (type->type == ResourceType::kAttrPrivate) { in Generate()
629 const ResourceTableType* priv_type = package->FindType(ResourceType::kAttrPrivate); in Generate()
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp190 return FindByName(ResourceName(name.package, ResourceType::kAttrPrivate, name.entry)); in FindByName()
205 if (name.type == ResourceType::kAttr || name.type == ResourceType::kAttrPrivate) { in FindByName()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp540 case ResourceType::kAttrPrivate: in ParseMapEntry()