Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/tests/
DResourceTable_test.cpp31 ConfigDescription landConfig = {}; in TEST() local
32 landConfig.orientation = ResTable_config::ORIENTATION_LAND; in TEST()
39 configs->addEntry(landConfig, new ResourceTable::Entry(String16(), SourcePos())); in TEST()
43 EXPECT_TRUE(ResourceTable::shouldGenerateVersionedResource(configs, landConfig, 17)); in TEST()