Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator_test.cpp332 .AddItemWithComment("flagOne", 0x01, "Flag comment 1") in TEST()
333 .AddItemWithComment("flagTwo", 0x02, "@deprecated Flag comment 2") in TEST()
339 .AddItemWithComment("enumOne", 0x01, "@TestApi Enum comment 1") in TEST()
340 .AddItemWithComment("enumTwo", 0x02, "Enum comment 2") in TEST()
/frameworks/base/tools/aapt2/test/
DBuilders.h121 AttributeBuilder& AddItemWithComment(android::StringPiece name, uint32_t value,
DBuilders.cpp191 AttributeBuilder& AttributeBuilder::AddItemWithComment(StringPiece name, uint32_t value, in AddItemWithComment() function in aapt::test::AttributeBuilder