Home
last modified time | relevance | path

Searched defs:mapOption (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java131 public Map<String, String> mapOption = new HashMap<>(); field in HostTestTest.TestMetricTestCase
195 public Map<String, String> mapOption = new HashMap<>(); field in HostTestTest.Junit4TestClass
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java538 final MultiMap<String, Integer> mapOption = new MultiMap<>(); in testGetJsonCommandUsageMapValueExpansion() local