Home
last modified time | relevance | path

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

/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java174 private static final Set<String> ALLOWLIST_MODULE_PARAMETERS = new HashSet<>(); field in CtsConfigLoadingTest
334 missingMandatoryParameters.removeAll(ALLOWLIST_MODULE_PARAMETERS); in testConfigurationLoad()