Home
last modified time | relevance | path

Searched refs:errorIdentifier (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DWifiPreparer.java99 InfraErrorIdentifier errorIdentifier = InfraErrorIdentifier.WIFI_FAILED_CONNECT; in setUp() local
104 errorIdentifier = InfraErrorIdentifier.VIRTUAL_WIFI_FAILED_CONNECT; in setUp()
111 errorIdentifier); in setUp()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java270 String errorMessage, ErrorIdentifier errorIdentifier) { in createFailure() argument
276 if (errorIdentifier != null) { in createFailure()
277 failure.setErrorIdentifier(errorIdentifier); in createFailure()
278 failure.setFailureStatus(errorIdentifier.status()); in createFailure()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DProfileTargetPreparer.java336 …commandError(String error, String command, String commandOutput, ErrorIdentifier errorIdentifier) { in commandError() argument
337 return commandError(error, command, commandOutput, /* exception= */ null, errorIdentifier); in commandError()
341 …rror, String command, String commandOutput, Exception exception, ErrorIdentifier errorIdentifier) { in commandError() argument
345 errorIdentifier); in commandError()
DFastbootDeviceFlasher.java1090 ErrorIdentifier errorIdentifier = null; in handleFastbootResult() local
1094 errorIdentifier = InfraErrorIdentifier.NO_DISK_SPACE; in handleFastbootResult()
1106 if (errorIdentifier == null) { in handleFastbootResult()
1107 errorIdentifier = DeviceErrorIdentifier.ERROR_AFTER_FLASHING; in handleFastbootResult()
1117 errorIdentifier); in handleFastbootResult()
DDeviceSetup.java1224 InfraErrorIdentifier errorIdentifier = InfraErrorIdentifier.WIFI_FAILED_CONNECT; in connectWifi() local
1229 errorIdentifier = InfraErrorIdentifier.VIRTUAL_WIFI_FAILED_CONNECT; in connectWifi()
1236 errorIdentifier); in connectWifi()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java410 ErrorIdentifier errorIdentifier = in handleTestFailure() local
416 if (errorIdentifier != null) { in handleTestFailure()
417 serializer.attribute(NS, ERROR_NAME_ATTR, errorIdentifier.name()); in handleTestFailure()
418 serializer.attribute(NS, ERROR_CODE_ATTR, Long.toString(errorIdentifier.code())); in handleTestFailure()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java410 ErrorIdentifier errorIdentifier = in launchGce() local
420 errorMsg, getDevice().getDeviceDescriptor(), errorIdentifier); in launchGce()
423 mGceAvd.getErrors(), getDevice().getDeviceDescriptor(), errorIdentifier); in launchGce() local
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DBazelTest.java936 String errorMessage, FailureStatus failureStatus, ErrorIdentifier errorIdentifier) { in AbortRunException() argument
939 .setErrorIdentifier(errorIdentifier)); in AbortRunException()