Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraStressTest.java380 private Map<String, String> mReportedMetrics = null; field in CameraStressTest.MetaTest
398 mReportedMetrics = metrics; in setUp()
436 assertNotNull(mReportedMetrics); in testParse_old()
437 Log.e(LOG_TAG, String.format("Got reported metrics: %s", mReportedMetrics.toString())); in testParse_old()
438 assertEquals(3, mReportedMetrics.size()); in testParse_old()
439 assertEquals("43", mReportedMetrics.get("ImageCapture")); in testParse_old()
440 assertEquals("100", mReportedMetrics.get("VideoRecording")); in testParse_old()
441 assertEquals("14", mReportedMetrics.get("SwitchPreview")); in testParse_old()
503 assertNotNull(mReportedMetrics); in testParse_new()
504 Log.e(LOG_TAG, String.format("Got reported metrics: %s", mReportedMetrics.toString())); in testParse_new()
[all …]
DCameraLatencyTest.java299 private Map<String, String> mReportedMetrics = null; field in CameraLatencyTest.MetaTest
317 mReportedMetrics = metrics; in setUp()
362 assertNotNull(mReportedMetrics); in testParse()
363 assertEquals(4, mReportedMetrics.size()); in testParse()
364 assertEquals("1946", mReportedMetrics.get("CameraStartup")); in testParse()
365 assertEquals("2176", mReportedMetrics.get("FirstVideoStartup")); in testParse()
366 assertEquals("1421", mReportedMetrics.get("FirstCameraStartup")); in testParse()
367 assertEquals("1340", mReportedMetrics.get("FirstPreviewTime")); in testParse()