Home
last modified time | relevance | path

Searched refs:UNDETERMINED (Results 1 – 11 of 11) sorted by relevance

/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()
204 InfraErrorIdentifier.UNDETERMINED.name(), in testPrintEvent_printToSocket_StructuredFailures()
207 InfraErrorIdentifier.UNDETERMINED.code(), in testPrintEvent_printToSocket_StructuredFailures()
216 InfraErrorIdentifier.UNDETERMINED.name(), in testPrintEvent_printToSocket_StructuredFailures()
219 InfraErrorIdentifier.UNDETERMINED.code(), in testPrintEvent_printToSocket_StructuredFailures()
/tools/tradefederation/core/tests/src/com/android/tradefed/error/
DHarnessExceptionTest.java37 ErrorIdentifier id = InfraErrorIdentifier.UNDETERMINED; in testSerializable()
40 assertEquals(InfraErrorIdentifier.UNDETERMINED, e.getErrorId()); in testSerializable()
47 assertEquals(InfraErrorIdentifier.UNDETERMINED, deserialized.getErrorId()); in testSerializable()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java265 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements()
290 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements()
295 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java255 .setErrorIdentifier(InfraErrorIdentifier.UNDETERMINED) in testEvents_invocationFailure()
281 InfraErrorIdentifier.UNDETERMINED.name(), in testEvents_invocationFailure()
284 InfraErrorIdentifier.UNDETERMINED.code(), in testEvents_invocationFailure()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DCurrentInvocationTest.java34 CurrentInvocation.createFailure("failure", InfraErrorIdentifier.UNDETERMINED); in testCreateFailure()
36 assertEquals(InfraErrorIdentifier.UNDETERMINED, description.getErrorIdentifier()); in testCreateFailure()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessExceptionParser.java61 message, obj, InfraErrorIdentifier.UNDETERMINED); in handleStderrException()
70 throw new HarnessRuntimeException(message, InfraErrorIdentifier.UNDETERMINED); in handleStderrException()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DDelegatedInvocationExecution.java158 InfraErrorIdentifier.UNDETERMINED); in runTests()
162 "Delegated invocation timed out.", InfraErrorIdentifier.UNDETERMINED); in runTests()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/error/
DInfraErrorIdentifier.java45 UNDETERMINED(20_000, FailureStatus.UNSET); enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTargetSetupErrorTest.java41 new TargetSetupError("reason", null, null, true, InfraErrorIdentifier.UNDETERMINED); in testOrigin()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DAllTestAppsInstallSetup.java84 InfraErrorIdentifier.UNDETERMINED); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java194 throw new TargetSetupError(message, e, InfraErrorIdentifier.UNDETERMINED); in getParentTargetConfig()