Searched refs:START_MS (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 107 private static final long START_MS = 1431586801000L; field in ResultHandlerTest 196 result.setStartTime(START_MS); in testSerialization() 258 START_MS, in testSerialization() 287 result.setStartTime(START_MS); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() 359 START_MS, in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() 481 String output = String.format(XML_BASE, START_MS, END_MS, START_DISPLAY, END_DISPLAY, in writeResultDir() 510 assertEquals("Incorrect start time", START_MS, lightResult.getStartTime()); in checkLightResult() 549 assertEquals("Incorrect start time", START_MS, result.getStartTime()); in checkResult()
|