/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/targetprep/ |
D | TargetSetupError.java | 49 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()
|
D | BuildError.java | 53 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/ |
D | HarnessException.java | 32 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()
|
D | HarnessRuntimeException.java | 35 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/ |
D | BuildRetrievalError.java | 44 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/ |
D | DeviceUnresponsiveException.java | 48 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()
|
D | DeviceDisconnectedException.java | 48 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()
|
D | DeviceNotAvailableException.java | 75 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/ |
D | SubprocessEventHelper.java | 172 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/ |
D | DeviceFailedToBootError.java | 48 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/ |
D | FailureDescription.java | 112 public FailureDescription setErrorIdentifier(ErrorIdentifier errorId) { in setErrorIdentifier() argument 113 mErrorId = errorId; in setErrorIdentifier()
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultParser.java | 673 ErrorIdentifier errorId = in parseDebugInfoContext() local 690 failure.setErrorIdentifier(errorId); in parseDebugInfoContext()
|