Home
last modified time | relevance | path

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

12

/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/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()
DFileDownloadCache.java23 import com.android.tradefed.result.error.InfraErrorIdentifier;
334 "remote path was null.", InfraErrorIdentifier.ARTIFACT_REMOTE_PATH_NULL); in internalfetchRemoteFile()
429 InfraErrorIdentifier.FAIL_TO_CREATE_FILE); in copyFile()
/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()
DTestAppInstallSetup.java32 import com.android.tradefed.result.error.InfraErrorIdentifier;
254 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getLocalPathForFilename()
474 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in resolveApkFiles()
/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/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()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java37 import com.android.tradefed.result.error.InfraErrorIdentifier;
1023 InfraErrorIdentifier.INVOCATION_CANCELLED); in recoverDevice()
1035 InfraErrorIdentifier.INVOCATION_CANCELLED); in recoverDeviceBootloader()
1047 InfraErrorIdentifier.INVOCATION_CANCELLED); in recoverDeviceRecovery()
1057 InfraErrorIdentifier.INVOCATION_CANCELLED); in recoverDeviceFastbootd()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java28 import com.android.tradefed.result.error.InfraErrorIdentifier;
261 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
272 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
283 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
/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()
DGCSFileDownloader.java22 import com.android.tradefed.result.error.InfraErrorIdentifier;
247 InfraErrorIdentifier.ARTIFACT_UNSUPPORTED_PATH); in parseGcsPath()
312 throw new BuildRetrievalError(message, e, InfraErrorIdentifier.GCS_ERROR); in downloadFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java36 import com.android.tradefed.result.error.InfraErrorIdentifier;
255 .setErrorIdentifier(InfraErrorIdentifier.UNDETERMINED) in testEvents_invocationFailure()
281 InfraErrorIdentifier.UNDETERMINED.name(), in testEvents_invocationFailure()
284 InfraErrorIdentifier.UNDETERMINED.code(), in testEvents_invocationFailure()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DDelegatedInvocationExecution.java30 import com.android.tradefed.result.error.InfraErrorIdentifier;
158 InfraErrorIdentifier.UNDETERMINED); in runTests()
162 "Delegated invocation timed out.", InfraErrorIdentifier.UNDETERMINED); in runTests()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DDynamicRemoteFileResolverTest.java37 import com.android.tradefed.result.error.InfraErrorIdentifier;
189 InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR)); in testResolveOptional()
254 "retrieval error", InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR)); in testResolve_remoteFileList_downloadError()
477 InfraErrorIdentifier.ARTIFACT_UNSUPPORTED_PATH)); in testResolvePartialDownloadZip_optional()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/binary/
DExecutableHostTestTest.java39 import com.android.tradefed.result.error.InfraErrorIdentifier;
106 .setErrorIdentifier(InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in testRunHostExecutable_doesNotExists()
279 .setErrorIdentifier(InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in testRunHostExecutable_notFound()
DExecutableTargetTestTest.java31 import com.android.tradefed.result.error.InfraErrorIdentifier;
146 .setErrorIdentifier(InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in testRun_pathNotExist()
154 .setErrorIdentifier(InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in testRun_pathNotExist()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationMultiTest.java46 import com.android.tradefed.result.error.InfraErrorIdentifier;
396 "fail", InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR)); in testRunBuildProvider_oneThrow()
486 "fail", InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR)); in testRunBuildProvider_cleanUpThrow()
DTestInvocationTest.java84 import com.android.tradefed.result.error.InfraErrorIdentifier;
450 new BuildRetrievalError("fake", InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR), in testInvoke_buildFailed_runtimeException()
484 "No build found to test.", InfraErrorIdentifier.ARTIFACT_NOT_FOUND), in testInvoke_noBuild()
520 "No build found to test.", InfraErrorIdentifier.ARTIFACT_NOT_FOUND), in testInvoke_noBuild_noHostLog()
711 "error", mFakeDescriptor, InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR); in testInvoke_buildError()
/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DLocalFileResolver.java19 import com.android.tradefed.result.error.InfraErrorIdentifier;
41 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in resolveRemoteFiles()
DIRemoteFileResolver.java20 import com.android.tradefed.result.error.InfraErrorIdentifier;
43 "Should not have been called", InfraErrorIdentifier.ARTIFACT_UNSUPPORTED_PATH); in resolveRemoteFiles()
DGcsRemoteFileResolver.java23 import com.android.tradefed.result.error.InfraErrorIdentifier;
53 InfraErrorIdentifier.GCS_ERROR); in resolveRemoteFiles()
/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_result_interfaces/com/android/tradefed/result/error/
DInfraErrorIdentifier.java21 public enum InfraErrorIdentifier implements ErrorIdentifier { enum
50 InfraErrorIdentifier(int code, FailureStatus status) { in InfraErrorIdentifier() method in InfraErrorIdentifier

12