Home
last modified time | relevance | path

Searched refs:errorId (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/targetprep/
DTargetSetupError.java49 public TargetSetupError(String reason, ErrorIdentifier errorId) { in TargetSetupError() argument
50 this(reason, null, null, true, errorId); in TargetSetupError()
72 public TargetSetupError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError() argument
73 this(reason, null, descriptor, true, errorId); in TargetSetupError()
98 public TargetSetupError(String reason, Throwable cause, ErrorIdentifier errorId) { in TargetSetupError() argument
99 this(reason, cause, null, true, errorId); in TargetSetupError()
124 String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError() argument
125 this(reason, cause, descriptor, true, errorId); in TargetSetupError()
157 ErrorIdentifier errorId) { in TargetSetupError() argument
161 errorId); in TargetSetupError()
DBuildError.java53 public BuildError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in BuildError() argument
54 super(reason + " " + descriptor, errorId); in BuildError()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/error/
DHarnessException.java32 public HarnessException(ErrorIdentifier errorId) { in HarnessException() argument
34 mErrorId = errorId; in HarnessException()
38 public HarnessException(String message, ErrorIdentifier errorId) { in HarnessException() argument
40 mErrorId = errorId; in HarnessException()
44 public HarnessException(Throwable cause, ErrorIdentifier errorId) { in HarnessException() argument
46 mErrorId = errorId; in HarnessException()
50 public HarnessException(String message, Throwable cause, ErrorIdentifier errorId) { in HarnessException() argument
52 mErrorId = errorId; in HarnessException()
DHarnessRuntimeException.java35 public HarnessRuntimeException(String message, ErrorIdentifier errorId) { in HarnessRuntimeException() argument
37 mErrorId = errorId; in HarnessRuntimeException()
63 public HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId) { in HarnessRuntimeException() argument
65 mErrorId = errorId; in HarnessRuntimeException()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildRetrievalError.java44 public BuildRetrievalError(String reason, ErrorIdentifier errorId) { in BuildRetrievalError() argument
45 this(reason, null, errorId, null); in BuildRetrievalError()
66 public BuildRetrievalError(String reason, Throwable cause, ErrorIdentifier errorId) { in BuildRetrievalError() argument
67 this(reason, cause, errorId, null); in BuildRetrievalError()
92 String reason, Throwable cause, ErrorIdentifier errorId, IBuildInfo build) { in BuildRetrievalError() argument
93 super(reason, cause, errorId); in BuildRetrievalError()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DDeviceUnresponsiveException.java48 public DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException() argument
49 this(msg, null, serial, errorId); in DeviceUnresponsiveException()
74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException() argument
75 super(msg, cause, serial, errorId); in DeviceUnresponsiveException()
DDeviceDisconnectedException.java48 public DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException() argument
49 this(msg, null, serial, errorId); in DeviceDisconnectedException()
74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException() argument
75 super(msg, cause, serial, errorId); in DeviceDisconnectedException()
DDeviceNotAvailableException.java75 public DeviceNotAvailableException(String msg, String serial, ErrorIdentifier errorId) { in DeviceNotAvailableException() argument
76 this(msg, null, serial, errorId); in DeviceNotAvailableException()
101 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceNotAvailableException() argument
102 super(msg, cause, errorId); in DeviceNotAvailableException()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java172 ErrorIdentifier errorId = in TestRunFailedEventInfo() local
189 mFailure.setErrorIdentifier(errorId); in TestRunFailedEventInfo()
314 ErrorIdentifier errorId = in InvocationFailedEventInfo() local
331 mFailure.setErrorIdentifier(errorId); in InvocationFailedEventInfo()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFailedToBootError.java48 String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in DeviceFailedToBootError() argument
49 super(reason, descriptor, errorId); in DeviceFailedToBootError()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java112 public FailureDescription setErrorIdentifier(ErrorIdentifier errorId) { in setErrorIdentifier() argument
113 mErrorId = errorId; in setErrorIdentifier()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java673 ErrorIdentifier errorId = in parseDebugInfoContext() local
690 failure.setErrorIdentifier(errorId); in parseDebugInfoContext()