Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java1099 private Map<TestDescription, Long> mMapStartTime = new HashMap<TestDescription, Long>(); field in InstrumentationTest.FailedTestLogcatGenerator
1117 mMapStartTime.put(test, mDevice.getDeviceDate()); in testStarted()
1122 mMapStartTime.put(test, 0l); in testStarted()
1141 if (mMapStartTime.containsKey(test)) { in captureLog()
1142 startTime = mMapStartTime.remove(test); in captureLog()