HomeSort by relevance Sort by last modified time
    Searched refs:landConfig (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/tests/
ResourceTable_test.cpp 31 ConfigDescription landConfig = {};
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/
AutoVersioner_test.cpp 28 const ConfigDescription landConfig = test::parseConfigOrDie("land");
33 entry.values.push_back(util::make_unique<ResourceConfigValue>(landConfig, ""));
37 EXPECT_TRUE(shouldGenerateVersionedResource(&entry, landConfig, 17));

Completed in 88 milliseconds