Searched defs:sw600dpV13Config (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DResourceTable_test.cpp54 ConfigDescription sw600dpV13Config = {}; local
55 sw600dpV13Config.smallestScreenWidthDp = 600;
56 sw600dpV13Config.sdkVersion = 13;
60 configs->addEntry(sw600dpV13Config, new ResourceTable::Entry(String16(), SourcePos()));
/frameworks/base/tools/aapt2/link/
H A DAutoVersioner_test.cpp42 const ConfigDescription sw600dpV13Config = test::parseConfigOrDie("sw600dp-v13"); local
47 entry.values.push_back(util::make_unique<ResourceConfigValue>(sw600dpV13Config, ""));

Completed in 98 milliseconds