Searched refs:timeStampToMillis (Results 1 – 2 of 2) sorted by relevance
295 mListener.testStarted(description, timeStampToMillis(childProto.getStartTime())); in evalProto()420 timeStampToMillis(endInvocationProto.getEndTime()) in handleInvocationEnded()421 - timeStampToMillis(endInvocationProto.getStartTime()); in handleInvocationEnded()504 timeStampToMillis(runProto.getStartTime())); in handleTestRunStart()525 timeStampToMillis(runProto.getEndTime()) in handleTestRunEnd()526 - timeStampToMillis(runProto.getStartTime()); in handleTestRunEnd()541 mListener.testStarted(description, timeStampToMillis(testcaseProto.getStartTime())); in handleTestCase()547 mListener.testStarted(description, timeStampToMillis(testcaseProto.getStartTime())); in handleTestCase()607 mListener.testEnded(description, timeStampToMillis(testcaseProto.getEndTime()), metrics); in handleTestCaseEnd()610 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis() method in ProtoResultParser
399 long startTime = timeStampToMillis(runBuilder.getStartTime()); in testRunEnded()600 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis() method in ProtoResultReporter