Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp775 std::string name_three = "com.app.test:integer/overlayable_three"; in TEST_F() local
789 .AddSimple(name_three, ResourceId(0x7f020003)) in TEST_F()
790 .SetOverlayable(name_three, overlayable_item_three) in TEST_F()
825 search_result = output_table.FindResource(test::ParseNameOrDie(name_three)); in TEST_F()