Home
last modified time | relevance | path

Searched refs:InfraErrorIdentifier (Results 1 – 25 of 37) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/error/
DHarnessExceptionTest.java21 import com.android.tradefed.result.error.InfraErrorIdentifier;
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/tests/src/com/android/tradefed/invoker/logger/
DCurrentInvocationTest.java21 import com.android.tradefed.result.error.InfraErrorIdentifier;
34 CurrentInvocation.createFailure("failure", InfraErrorIdentifier.UNDETERMINED); in testCreateFailure()
36 assertEquals(InfraErrorIdentifier.UNDETERMINED, description.getErrorIdentifier()); in testCreateFailure()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessExceptionParser.java22 import com.android.tradefed.result.error.InfraErrorIdentifier;
61 message, obj, InfraErrorIdentifier.UNDETERMINED); in handleStderrException()
70 throw new HarnessRuntimeException(message, InfraErrorIdentifier.UNDETERMINED); in handleStderrException()
/tools/tradefederation/core/src/com/android/tradefed/build/
DLocalDeviceBuildProvider.java21 import com.android.tradefed.result.error.InfraErrorIdentifier;
86 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuild()
94 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuild()
102 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuild()
155 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setDeviceImageFile()
252 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in findFileInDir()
DOtaZipfileBuildProvider.java22 import com.android.tradefed.result.error.InfraErrorIdentifier;
77 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuildPropContents()
93 InfraErrorIdentifier.FAIL_TO_CREATE_FILE); in getBuildPropContents()
DStubBuildProvider.java21 import com.android.tradefed.result.error.InfraErrorIdentifier;
82 "stub failed to get build.", InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuild()
DBootstrapBuildProvider.java30 import com.android.tradefed.result.error.InfraErrorIdentifier;
130 e.getMessage(), e, InfraErrorIdentifier.FAIL_TO_CREATE_FILE); in getBuild()
DDependenciesResolver.java27 import com.android.tradefed.result.error.InfraErrorIdentifier;
84 e.getMessage(), e, InfraErrorIdentifier.FAIL_TO_CREATE_FILE); in getBuild()
/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DIRemoteFileResolver.java20 import com.android.tradefed.result.error.InfraErrorIdentifier;
43 "Should not have been called", InfraErrorIdentifier.ARTIFACT_UNSUPPORTED_PATH); in resolveRemoteFiles()
DLocalFileResolver.java19 import com.android.tradefed.result.error.InfraErrorIdentifier;
41 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in resolveRemoteFiles()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java28 import com.android.tradefed.result.error.InfraErrorIdentifier;
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/test_result_interfaces/com/android/tradefed/result/error/
DInfraErrorIdentifier.java21 public enum InfraErrorIdentifier implements ErrorIdentifier { enum
46 InfraErrorIdentifier(int code, FailureStatus status) { in InfraErrorIdentifier() method in InfraErrorIdentifier
/tools/tradefederation/core/src/com/android/tradefed/targetprep/suite/
DSuiteApkInstaller.java21 import com.android.tradefed.result.error.InfraErrorIdentifier;
47 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getLocalPathForFilename()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DAllTestAppsInstallSetup.java28 import com.android.tradefed.result.error.InfraErrorIdentifier;
84 InfraErrorIdentifier.UNDETERMINED); in setUp()
92 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
115 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in installApksRecursively()
DWifiPreparer.java26 import com.android.tradefed.result.error.InfraErrorIdentifier;
86 InfraErrorIdentifier.WIFI_FAILED_CONNECT); in setUp()
DDynamicSystemPreparer.java25 import com.android.tradefed.result.error.InfraErrorIdentifier;
65 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java20 import com.android.tradefed.result.error.InfraErrorIdentifier;
265 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements()
280 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuildRequirements()
290 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements()
295 InfraErrorIdentifier.UNDETERMINED); in getBuildRequirements()
DDeviceUpdateTargetPreparer.java28 import com.android.tradefed.result.error.InfraErrorIdentifier;
69 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTargetSetupErrorTest.java24 import com.android.tradefed.result.error.InfraErrorIdentifier;
41 new TargetSetupError("reason", null, null, true, InfraErrorIdentifier.UNDETERMINED); in testOrigin()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/remote/
DGcsRemoteFileResolverTest.java26 import com.android.tradefed.result.error.InfraErrorIdentifier;
70 "download failure", InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR)) in testResolve_error()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DRemoteInvocationExecutionTest.java36 import com.android.tradefed.result.error.InfraErrorIdentifier;
75 InfraErrorIdentifier.ARTIFACT_UNSUPPORTED_PATH); in testFetchBuild()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java38 import com.android.tradefed.result.error.InfraErrorIdentifier;
194 throw new TargetSetupError(message, e, InfraErrorIdentifier.UNDETERMINED); in getParentTargetConfig()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/error/
DErrorIdentifierTest.java38 errors.addAll(Arrays.asList(InfraErrorIdentifier.values())); in testUniqueErrors()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java28 import com.android.tradefed.result.error.InfraErrorIdentifier;
257 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
268 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
279 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java24 import com.android.tradefed.result.error.InfraErrorIdentifier;
217 "download error", InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR); in testFetchRemoteFile_concurrentFail()

12