Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java120 public void processTestCaseEnded(TestRecord testCaseRecord) {} in processTestCaseEnded() method in ProtoResultReporter
338 processTestCaseEnded(testCaseRecord); in testEnded()
DStreamProtoResultReporter.java72 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded() method in StreamProtoResultReporter
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java103 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded() method in ProtoResultParserTest.TestProtoParser