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

/frameworks/base/tools/aapt/tests/
H A DResourceTable_test.cpp31 ConfigDescription landConfig = {}; local
32 landConfig.orientation = ResTable_config::ORIENTATION_LAND;
39 configs->addEntry(landConfig, new ResourceTable::Entry(String16(), SourcePos()));
43 EXPECT_TRUE(ResourceTable::shouldGenerateVersionedResource(configs, landConfig, 17));
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner_test.cpp28 const ConfigDescription landConfig = test::parseConfigOrDie("land"); local
33 entry.values.push_back(util::make_unique<ResourceConfigValue>(landConfig, ""));
37 EXPECT_TRUE(shouldGenerateVersionedResource(&entry, landConfig, 17));

Completed in 1178 milliseconds