Home
last modified time | relevance | path

Searched defs:testCaseRecord (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoResultReporter.java93 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded()
DProtoResultReporter.java159 public void processTestCaseEnded(TestRecord testCaseRecord) {} in processTestCaseEnded()
458 TestRecord testCaseRecord = testBuilder.build(); in testEnded() local
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DProtoResultParserTest.java120 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded()