Searched refs:mMapStartTime (Results 1 – 1 of 1) sorted by relevance
1099 private Map<TestDescription, Long> mMapStartTime = new HashMap<TestDescription, Long>(); field in InstrumentationTest.FailedTestLogcatGenerator1117 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()