Searched refs:watch_config (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp247 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); local
253 ASSERT_TRUE(TestParse(input, watch_config));
255 EXPECT_EQ(nullptr, test::GetValueForConfig<Attribute>(&table_, "attr/foo", watch_config));
256 EXPECT_EQ(nullptr, test::GetValueForConfig<Attribute>(&table_, "attr/baz", watch_config));
257 EXPECT_EQ(nullptr, test::GetValueForConfig<Styleable>(&table_, "styleable/bar", watch_config));

Completed in 1031 milliseconds