Searched refs:TEST_RUN_ENDED (Results 1 – 5 of 5) sorted by relevance
88 public static final String TEST_RUN_ENDED = "TEST_RUN_ENDED"; field in SubprocessTestResultsParser.StatusKeys239 sb.append(StatusKeys.TEST_RUN_ENDED).append("|"); in SubprocessTestResultsParser()260 mHandlerMap.put(StatusKeys.TEST_RUN_ENDED, new TestRunEndedEventHandler()); in SubprocessTestResultsParser()
12 03-22 14:04:02 E/SubprocessResultsReporter: TEST_RUN_ENDED {"time":259, "stats":"additional stuff"}
13 03-22 14:04:02 E/SubprocessResultsReporter: TEST_RUN_ENDED {"time":259}
125 printEvent(SubprocessTestResultsParser.StatusKeys.TEST_RUN_ENDED, info); in testRunEnded()
122 printEvent(SubprocessTestResultsParser.StatusKeys.TEST_RUN_ENDED, info); in testRunEnded()