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

/frameworks/base/tools/aapt/tests/
H A DResourceTable_test.cpp34 ConfigDescription sw600dpLandConfig = {}; local
35 sw600dpLandConfig.orientation = ResTable_config::ORIENTATION_LAND;
36 sw600dpLandConfig.smallestScreenWidthDp = 600;
40 configs->addEntry(sw600dpLandConfig, new ResourceTable::Entry(String16(), SourcePos()));
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner_test.cpp29 const ConfigDescription sw600dpLandConfig = test::parseConfigOrDie("sw600dp-land"); local
34 entry.values.push_back(util::make_unique<ResourceConfigValue>(sw600dpLandConfig, ""));

Completed in 121 milliseconds