Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/tests/
H A DResourceTable_test.cpp33 ConfigDescription sw600dpLandConfig = {}; in TEST() local
34 sw600dpLandConfig.orientation = ResTable_config::ORIENTATION_LAND; in TEST()
35 sw600dpLandConfig.smallestScreenWidthDp = 600; in TEST()
39 configs->addEntry(sw600dpLandConfig, new ResourceTable::Entry(String16(), SourcePos())); in TEST()