/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/targetprep/ |
D | TargetSetupError.java | 49 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()
|
D | BuildError.java | 53 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/ |
D | HarnessException.java | 32 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()
|
D | HarnessRuntimeException.java | 35 public HarnessRuntimeException(String message, ErrorIdentifier errorId) { in HarnessRuntimeException() 78 public HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId) { in HarnessRuntimeException()
|
D | HarnessIOException.java | 28 public HarnessIOException(Throwable cause, ErrorIdentifier errorId) { in HarnessIOException()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | BuildRetrievalError.java | 44 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/ |
D | CommandInterrupter.java | 50 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()
|
D | FatalHostError.java | 37 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/ |
D | DeviceRuntimeException.java | 38 public DeviceRuntimeException(String msg, ErrorIdentifier errorId) { in DeviceRuntimeException() 50 public DeviceRuntimeException(String msg, Throwable t, ErrorIdentifier errorId) { in DeviceRuntimeException()
|
D | DeviceUnresponsiveException.java | 48 public DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException() 74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceUnresponsiveException()
|
D | DeviceDisconnectedException.java | 48 public DeviceDisconnectedException(String msg, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException() 74 String msg, Throwable cause, String serial, ErrorIdentifier errorId) { in DeviceDisconnectedException()
|
D | DeviceNotAvailableException.java | 75 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/ |
D | RunInterruptedException.java | 32 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 D | TraceErrorLogger.java | 52 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/ |
D | DeviceFailedToBootError.java | 49 String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in DeviceFailedToBootError() 62 String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId) { in DeviceFailedToBootError()
|
D | ModulePusher.java | 79 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 D | ScreenPinningTestActivity.java | 64 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/ |
D | ErrorStats.java | 185 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 D | Connection.java | 424 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/ |
D | CommandSchedulerFuncTest.java | 275 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 D | LocalRenderer.java | 110 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 D | SourceStampVerifier.java | 574 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/ |
D | CameraOpenException.java | 26 public CameraOpenException(int errorId) { in CameraOpenException()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NoDeviceException.java | 34 public NoDeviceException(String msg, ErrorIdentifier errorId) { in NoDeviceException()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | IFileResolverLoader.java | 46 public ResolverLoadingException(@Nullable String message, ErrorIdentifier errorId) { in ResolverLoadingException()
|