Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java108 private static final long TEST_START_MS = 1000000000011L; field in ResultHandlerTest
309 TEST_START_MS, TEST_END_MS, TEST_IS_AUTOMATED)); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
358 Long.toString(TEST_START_MS)); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
596 "Incorrect test start time", TEST_START_MS, execRecord.getStartTime()); in checkResult()