/tools/tradefederation/core/tests/src/com/android/tradefed/error/ |
D | HarnessExceptionTest.java | 21 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/ |
D | CurrentInvocationTest.java | 21 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/ |
D | SubprocessExceptionParser.java | 22 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/ |
D | LocalDeviceBuildProvider.java | 21 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()
|
D | OtaZipfileBuildProvider.java | 22 import com.android.tradefed.result.error.InfraErrorIdentifier; 77 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuildPropContents() 93 InfraErrorIdentifier.FAIL_TO_CREATE_FILE); in getBuildPropContents()
|
D | StubBuildProvider.java | 21 import com.android.tradefed.result.error.InfraErrorIdentifier; 82 "stub failed to get build.", InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getBuild()
|
D | BootstrapBuildProvider.java | 30 import com.android.tradefed.result.error.InfraErrorIdentifier; 130 e.getMessage(), e, InfraErrorIdentifier.FAIL_TO_CREATE_FILE); in getBuild()
|
D | DependenciesResolver.java | 27 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/ |
D | IRemoteFileResolver.java | 20 import com.android.tradefed.result.error.InfraErrorIdentifier; 43 "Should not have been called", InfraErrorIdentifier.ARTIFACT_UNSUPPORTED_PATH); in resolveRemoteFiles()
|
D | LocalFileResolver.java | 19 import com.android.tradefed.result.error.InfraErrorIdentifier; 41 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in resolveRemoteFiles()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | SubprocessResultsReporterTest.java | 28 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/ |
D | InfraErrorIdentifier.java | 21 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/ |
D | SuiteApkInstaller.java | 21 import com.android.tradefed.result.error.InfraErrorIdentifier; 47 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in getLocalPathForFilename()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | AllTestAppsInstallSetup.java | 28 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()
|
D | WifiPreparer.java | 26 import com.android.tradefed.result.error.InfraErrorIdentifier; 86 InfraErrorIdentifier.WIFI_FAILED_CONNECT); in setUp()
|
D | DynamicSystemPreparer.java | 25 import com.android.tradefed.result.error.InfraErrorIdentifier; 65 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FlashingResourcesParser.java | 20 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()
|
D | DeviceUpdateTargetPreparer.java | 28 import com.android.tradefed.result.error.InfraErrorIdentifier; 69 InfraErrorIdentifier.ARTIFACT_NOT_FOUND); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | TargetSetupErrorTest.java | 24 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/ |
D | GcsRemoteFileResolverTest.java | 26 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/ |
D | RemoteInvocationExecutionTest.java | 36 import com.android.tradefed.result.error.InfraErrorIdentifier; 75 InfraErrorIdentifier.ARTIFACT_UNSUPPORTED_PATH); in testFetchBuild()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecution.java | 38 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/ |
D | ErrorIdentifierTest.java | 38 errors.addAll(Arrays.asList(InfraErrorIdentifier.values())); in testUniqueErrors()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/ |
D | MixImageZipPreparer.java | 28 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/ |
D | FileDownloadCacheFuncTest.java | 24 import com.android.tradefed.result.error.InfraErrorIdentifier; 217 "download error", InfraErrorIdentifier.ARTIFACT_DOWNLOAD_ERROR); in testFetchRemoteFile_concurrentFail()
|