Searched refs:UNDETERMINED (Results 1 – 11 of 11) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | SubprocessResultsReporterTest.java | 182 .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/ |
D | HarnessExceptionTest.java | 37 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/ |
D | FlashingResourcesParser.java | 265 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements() 290 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements() 295 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | ProtoResultParserTest.java | 255 .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/ |
D | CurrentInvocationTest.java | 34 CurrentInvocation.createFailure("failure", InfraErrorIdentifier.UNDETERMINED); in testCreateFailure() 36 assertEquals(InfraErrorIdentifier.UNDETERMINED, description.getErrorIdentifier()); in testCreateFailure()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessExceptionParser.java | 61 message, obj, InfraErrorIdentifier.UNDETERMINED); in handleStderrException() 70 throw new HarnessRuntimeException(message, InfraErrorIdentifier.UNDETERMINED); in handleStderrException()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | DelegatedInvocationExecution.java | 158 InfraErrorIdentifier.UNDETERMINED); in runTests() 162 "Delegated invocation timed out.", InfraErrorIdentifier.UNDETERMINED); in runTests()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/error/ |
D | InfraErrorIdentifier.java | 45 UNDETERMINED(20_000, FailureStatus.UNSET); enumConstant
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | TargetSetupErrorTest.java | 41 new TargetSetupError("reason", null, null, true, InfraErrorIdentifier.UNDETERMINED); in testOrigin()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | AllTestAppsInstallSetup.java | 84 InfraErrorIdentifier.UNDETERMINED); in setUp()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecution.java | 194 throw new TargetSetupError(message, e, InfraErrorIdentifier.UNDETERMINED); in getParentTargetConfig()
|