Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java370 Map<String, String> resultsDictionary = null; in runLatencyTest() local
371 resultsDictionary = runTest(d, getSingleTestTimeoutValue()); in runLatencyTest()
372 loopbackTestHelper.addTestData(d, resultsDictionary, true); in runLatencyTest()
446 Map<String, String> resultsDictionary = in runGlitchesTest() local
449 resultsDictionary.get(getMetricsKey(KEY_RESULT_NUMBER_OF_GLITCHES)); in runGlitchesTest()
466 Map<String, String> resultsDictionary = null; in runGlitchesTest() local
467 resultsDictionary = runTest(d, getSingleTestTimeoutValue()); in runGlitchesTest()
482 if (resultsDictionary.containsKey(metricsKey)) { in runGlitchesTest()
483 resultsDictionary.put(metricsKey, "0"); in runGlitchesTest()
488 loopbackTestHelper.addTestData(d, resultsDictionary, false); in runGlitchesTest()
DAdbScreenrecordTest.java125 Map<String, String> resultsDictionary = new HashMap<String, String>(); in run() local
133 resultsDictionary = runTest(resultsDictionary, TEST_TIMEOUT_MS); in run()
134 final String metricsStr = Arrays.toString(resultsDictionary.entrySet().toArray()); in run()
136 mTestRunHelper.endTest(resultsDictionary); in run()