Home
last modified time | relevance | path

Searched defs:emptyMap (Results 1 – 8 of 8) 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/prod-tests/tests/src/com/android/continuous/
DSmokeTestFailureReporterTest.java59 final HashMap<String, Metric> emptyMap = new HashMap<>(); in testSingleFail() local
104 final HashMap<String, Metric> emptyMap = new HashMap<>(); in testTwoPassOneFail() 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.java647 HashMap<String, Metric> emptyMap = new HashMap<>(); in doTestEnded() local
713 HashMap<String, Metric> emptyMap = new HashMap<>(); in handleTestRunFailed() local
DHostTest.java541 HashMap<String, Metric> emptyMap = new HashMap<>(); in runJUnit3Tests() local