Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DFakeTest.java91 static final HashMap<String, Metric> EMPTY_MAP = new HashMap<String, Metric>(); field in FakeTest
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java127 private static final Map<String, String> EMPTY_MAP = Collections.emptyMap(); field in TestInvocationTest