Home
last modified time | relevance | path

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

123456

/aosp_15_r20/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()
/aosp_15_r20/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()
78 public HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId) { in HarnessRuntimeException()
DHarnessIOException.java28 public HarnessIOException(Throwable cause, ErrorIdentifier errorId) { in HarnessIOException()
/aosp_15_r20/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()
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/command/
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()
DFatalHostError.java37 public FatalHostError(String msg, Throwable cause, ErrorIdentifier errorId) { in FatalHostError()
60 public FatalHostError(String msg, ErrorIdentifier errorId) { in FatalHostError()
/aosp_15_r20/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()
DDeviceUnresponsiveException.java48 public DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException()
74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException()
DDeviceDisconnectedException.java48 public DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException()
74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException()
DDeviceNotAvailableException.java75 public DeviceNotAvailableException(String msg, String serial, ErrorIdentifier errorId) { in DeviceNotAvailableException()
101 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceNotAvailableException()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DTraceErrorLogger.java52 public void addProcessInfoAndErrorIdToTrace(String processName, int pid, UUID errorId) { in addProcessInfoAndErrorIdToTrace()
65 public void addSubjectToTrace(String subject, UUID errorId) { in addSubjectToTrace()
/aosp_15_r20/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()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
H A DScreenPinningTestActivity.java64 protected void error(int errorId) { in error()
68 private void error(final int errorId, final Throwable cause) { in error()
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/metrics/
DErrorStats.java185 public void log(@SubModuleId int moduleId, @ErrorId int errorId) { in log()
248 ErrorEvent(@SubModuleId int moduleId, @ErrorId int errorId) { in ErrorEvent()
/aosp_15_r20/external/apache-http/android/src/android/net/http/
H A DConnection.java424 private boolean httpFailure(Request req, int errorId, Exception e) { in httpFailure()
451 private static String getEventHandlerErrorString(int errorId) { in getEventHandlerErrorString()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java110 private final long errorId; field in LocalRenderer.AsyncErrorRetriever
113 public AsyncErrorRetriever(long errorId) { in AsyncErrorRetriever()
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/
H A DSourceStampVerifier.java574 void addVerificationError(int errorId, Object... params) { in addVerificationError()
757 void addVerificationError(int errorId, Object... params) { in addVerificationError()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/device/
DCameraOpenException.java26 public CameraOpenException(int errorId) { in CameraOpenException()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DNoDeviceException.java34 public NoDeviceException(String msg, ErrorIdentifier errorId) { in NoDeviceException()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DIFileResolverLoader.java46 public ResolverLoadingException(@Nullable String message, ErrorIdentifier errorId) { in ResolverLoadingException()

123456