Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java109 private static final long TEST_END_MS = 1000000000012L; field in ResultHandlerTest
309 TEST_START_MS, TEST_END_MS, TEST_IS_AUTOMATED)); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
363 Long.toString(TEST_END_MS)); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
597 assertEquals("Incorrect test end time", TEST_END_MS, execRecord.getEndTime()); in checkResult()