Searched refs:watch_config (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 247 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); in TEST_F() local 253 ASSERT_TRUE(TestParse(input, watch_config)); in TEST_F() 255 EXPECT_EQ(nullptr, test::GetValueForConfig<Attribute>(&table_, "attr/foo", watch_config)); in TEST_F() 256 EXPECT_EQ(nullptr, test::GetValueForConfig<Attribute>(&table_, "attr/baz", watch_config)); in TEST_F() 257 EXPECT_EQ(nullptr, test::GetValueForConfig<Styleable>(&table_, "styleable/bar", watch_config)); in TEST_F()
|