Home
last modified time | relevance | path

Searched defs:emptyMap (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/contrib/src/com/android/example/
DRebootTest.java47 HashMap<String, Metric> emptyMap = new HashMap<>(); in run() local
71 listener.testRunEnded(System.currentTimeMillis() - start, emptyMap); in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestFuncTest.java62 HashMap<String, Metric> emptyMap = new HashMap<>(); in testRun() local
102 HashMap<String, Metric> emptyMap = new HashMap<>(); in doNativeTestAppRunSingleTestFailure() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnitToInvocationResultForwarder.java79 HashMap<String, Metric> emptyMap = new HashMap<>(); in endTest() local
81 listener.testEnded(getTestId(test), emptyMap); in endTest() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DXmlResultReporterTest.java118 HashMap<String, Metric> emptyMap = new HashMap<>(); in testSinglePass() local
141 HashMap<String, Metric> emptyMap = new HashMap<>(); in testSingleFail() local
DJUnitToInvocationResultForwarderTest.java89 HashMap<String, Metric> emptyMap = new HashMap<>(); in testEndTest() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTestResultParser.java664 HashMap<String, Metric> emptyMap = new HashMap<>(); in doTestEnded() local
741 HashMap<String, Metric> emptyMap = new HashMap<>(); in handleTestRunFailed() local
DHostTest.java629 HashMap<String, Metric> emptyMap = new HashMap<>(); in runJUnit3Tests() local