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/
DStreamProtoResultReporter.java93 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded() argument
94 mToBeSent.add(testCaseRecord); in processTestCaseEnded()
DProtoResultReporter.java159 public void processTestCaseEnded(TestRecord testCaseRecord) {} in processTestCaseEnded() argument
458 TestRecord testCaseRecord = testBuilder.build(); in testEnded() local
459 parentBuilder.addChildren(createChildReference(testCaseRecord)); in testEnded()
461 processTestCaseEnded(testCaseRecord); in testEnded()
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DProtoResultParserTest.java120 public void processTestCaseEnded(TestRecord testCaseRecord) { in processTestCaseEnded() argument
121 mParser.processNewProto(testCaseRecord); in processTestCaseEnded()