Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DDynamicRefTable_test.cpp34 DynamicRefTable shared_app_table(0x02, /* appAsLib */ true); in TEST() local
35 shared_app_table.addMapping(0x7f, 0x02); in TEST()
39 ASSERT_EQ(shared_app_table.lookupResourceValue(&value2), NO_ERROR); in TEST()
54 DynamicRefTable shared_app_table(0x04, /* appAsLib */ true); in TEST() local
55 shared_app_table.addMapping(0x7f, 0x04); in TEST()
59 ASSERT_EQ(shared_app_table.lookupResourceValue(&value2), NO_ERROR); in TEST()
86 DynamicRefTable shared_app_table(0x2, /* appAsLib */ true); in TEST() local
87 shared_app_table.addMapping(0x03, 0x05); in TEST()
88 shared_app_table.addMapping(0x7f, 0x2); in TEST()
92 ASSERT_EQ(shared_app_table.lookupResourceValue(&value2), NO_ERROR); in TEST()