Home
last modified time | relevance | path

Searched refs:setErrorIdentifier (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporter.java76 description.setErrorIdentifier(((IHarnessException) cause).getErrorId()); in invocationFailed()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java182 .setErrorIdentifier(InfraErrorIdentifier.UNDETERMINED); in testPrintEvent_printToSocket_StructuredFailures()
190 .setErrorIdentifier(InfraErrorIdentifier.UNDETERMINED); in testPrintEvent_printToSocket_StructuredFailures()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java112 public FailureDescription setErrorIdentifier(ErrorIdentifier errorId) { in setErrorIdentifier() method in FailureDescription
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java176 failure.setErrorIdentifier(errorIdentifier); in createFailure()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java108 error.setErrorIdentifier(DeviceErrorIdentifier.INSTRUMENATION_CRASH); in testRunFailed()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java361 failure.setErrorIdentifier(id); in createFromException()
DModuleDefinition.java694 .setErrorIdentifier(InfraErrorIdentifier.EXPECTED_TESTS_MISMATCH); in reportFinalResults()
1123 failureDescription.setErrorIdentifier(id); in reportSetupFailure()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java189 mFailure.setErrorIdentifier(errorId); in TestRunFailedEventInfo()
331 mFailure.setErrorIdentifier(errorId); in InvocationFailedEventInfo()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java181 mInvocationFailureDescription.setErrorIdentifier( in invocationFailed()
DProtoResultParser.java679 failure.setErrorIdentifier(errorId); in parseDebugInfoContext()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java255 .setErrorIdentifier(InfraErrorIdentifier.UNDETERMINED) in testEvents_invocationFailure()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java484 failure.setErrorIdentifier(id); in createFailureFromException()