Home
last modified time | relevance | path

Searched refs:testCaseRecord (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() argument
335 TestRecord testCaseRecord = testBuilder.build(); in testEnded() local
336 parentBuilder.addChildren(createChildReference(testCaseRecord)); in testEnded()
338 processTestCaseEnded(testCaseRecord); in testEnded()
DStreamProtoResultReporter.java72 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded() argument
73 writeRecordToSocket(testCaseRecord); in processTestCaseEnded()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java103 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded() argument
104 mParser.processNewProto(testCaseRecord); in processTestCaseEnded()