Home
last modified time | relevance | path

Searched defs:errorId (Results 1 – 25 of 32) sorted by relevance

12

/tools/tradefederation/core/common_util/com/android/tradefed/error/
DHarnessException.java32 public HarnessException(ErrorIdentifier errorId) { in HarnessException()
38 public HarnessException(String message, ErrorIdentifier errorId) { in HarnessException()
44 public HarnessException(Throwable cause, ErrorIdentifier errorId) { in HarnessException()
50 public HarnessException(String message, Throwable cause, ErrorIdentifier errorId) { in HarnessException()
DHarnessRuntimeException.java35 public HarnessRuntimeException(String message, ErrorIdentifier errorId) { in HarnessRuntimeException()
63 public HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId) { in HarnessRuntimeException()
DHarnessIOException.java28 public HarnessIOException(Throwable cause, ErrorIdentifier errorId) { in HarnessIOException()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/targetprep/
DTargetSetupError.java49 public TargetSetupError(String reason, ErrorIdentifier errorId) { in TargetSetupError()
72 public TargetSetupError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError()
98 public TargetSetupError(String reason, Throwable cause, ErrorIdentifier errorId) { in TargetSetupError()
124 String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError()
157 ErrorIdentifier errorId) { in TargetSetupError()
DBuildError.java53 public BuildError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in BuildError()
70 String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId) { in BuildError()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DDeviceRuntimeException.java38 public DeviceRuntimeException(String msg, ErrorIdentifier errorId) { in DeviceRuntimeException()
50 public DeviceRuntimeException(String msg, Throwable t, ErrorIdentifier errorId) { in DeviceRuntimeException()
DDeviceDisconnectedException.java48 public DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException()
74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException()
DDeviceUnresponsiveException.java48 public DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException()
74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException()
DDeviceNotAvailableException.java75 public DeviceNotAvailableException(String msg, String serial, ErrorIdentifier errorId) { in DeviceNotAvailableException()
101 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceNotAvailableException()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunInterruptedException.java32 public RunInterruptedException(String message, ErrorIdentifier errorId) { in RunInterruptedException()
43 public RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId) { in RunInterruptedException()
DIRunUtil.java514 public void interrupt(Thread thread, String message, ErrorIdentifier errorId); in interrupt()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildRetrievalError.java44 public BuildRetrievalError(String reason, ErrorIdentifier errorId) { in BuildRetrievalError()
66 public BuildRetrievalError(String reason, Throwable cause, ErrorIdentifier errorId) { in BuildRetrievalError()
92 String reason, Throwable cause, ErrorIdentifier errorId, IBuildInfo build) { in BuildRetrievalError()
/tools/tradefederation/core/common_util/com/android/tradefed/command/
DFatalHostError.java37 public FatalHostError(String msg, Throwable cause, ErrorIdentifier errorId) { in FatalHostError()
60 public FatalHostError(String msg, ErrorIdentifier errorId) { in FatalHostError()
DCommandInterrupter.java50 public ErrorIdentifier errorId; field in CommandInterrupter.MessageAndErrorId
52 MessageAndErrorId(String message, ErrorIdentifier errorId) { in MessageAndErrorId()
119 @Nonnull Thread thread, @Nonnull String message, ErrorIdentifier errorId) { in interrupt()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFailedToBootError.java49 String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in DeviceFailedToBootError()
62 String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId) { in DeviceFailedToBootError()
DModulePusher.java79 public ModulePushError(String message, Throwable cause, ErrorIdentifier errorId) { in ModulePushError()
83 public ModulePushError(String message, ErrorIdentifier errorId) { in ModulePushError()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNoDeviceException.java34 public NoDeviceException(String msg, ErrorIdentifier errorId) { in NoDeviceException()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIFileResolverLoader.java46 public ResolverLoadingException(@Nullable String message, ErrorIdentifier errorId) { in ResolverLoadingException()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DITestInvocation.java53 public default void notifyInvocationForceStopped(String message, ErrorIdentifier errorId) {} in notifyInvocationForceStopped()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java275 public void notifyInvocationForceStopped(String message, ErrorIdentifier errorId) { in notifyInvocationForceStopped()
523 public void notifyInvocationForceStopped(String message, ErrorIdentifier errorId) { in notifyInvocationForceStopped()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java131 public FailureDescription setErrorIdentifier(ErrorIdentifier errorId) { in setErrorIdentifier()
/tools/apksig/src/main/java/com/android/apksig/
DSourceStampVerifier.java574 void addVerificationError(int errorId, Object... params) { in addVerificationError()
757 void addVerificationError(int errorId, Object... params) { in addVerificationError()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java278 ErrorIdentifier errorId = in InvocationFailedEventInfo() local
760 ErrorIdentifier errorId = in updateFailureFromJsonObject() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestResultParser.java764 private void handleTestRunFailed(String errorMsg, ErrorIdentifier errorId) { in handleTestRunFailed()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java336 ErrorIdentifier errorId = null; in invocationComplete() local

12