Searched defs:throwable (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/device/
H A DSingleDeviceOpenListener.java32 public void onDeviceOpenException(Throwable throwable); argument
H A DSingleDeviceRequest.java73 public void closeWithException(Throwable throwable) { argument
75 mFuture.setException(throwable);
H A DSingleDeviceStateMachine.java200 public void onDeviceOpenException(Throwable throwable) { argument
207 closeRequestWithException(throwable);
249 public void onDeviceClosingException(Throwable throwable) { argument
256 closeRequestWithException(throwable);
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DAuthenticationFailedException.java30 public AuthenticationFailedException(String message, Throwable throwable) { argument
31 super(MessagingException.AUTHENTICATION_FAILED, message, throwable);
H A DCertificateValidationException.java26 public CertificateValidationException(String message, Throwable throwable) { argument
27 super(CERTIFICATE_VALIDATION_ERROR, message, throwable);
H A DMessagingException.java77 public MessagingException(String message, Throwable throwable) { argument
78 this(UNSPECIFIED_EXCEPTION, message, throwable);
81 public MessagingException(int exceptionType, String message, Throwable throwable) { argument
82 super(message, throwable);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DAuthenticationFailedException.java31 public AuthenticationFailedException(String message, Throwable throwable) { argument
32 super(MessagingException.AUTHENTICATION_FAILED, message, throwable);
H A DCertificateValidationException.java27 public CertificateValidationException(String message, Throwable throwable) { argument
28 super(MessagingException.CERTIFICATE_VALIDATION_ERROR, message, throwable);
H A DMessagingException.java78 public MessagingException(String message, Throwable throwable) { argument
79 this(UNSPECIFIED_EXCEPTION, message, throwable);
82 public MessagingException(int exceptionType, String message, Throwable throwable) { argument
83 super(message, throwable);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
H A DAuthException.java28 public AuthException(Throwable throwable) { argument
29 super(throwable);
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DFeatureFactory.java73 public FactoryNotFoundException(Throwable throwable) { argument
74 super("Unable to create factory. Did you misconfigure Proguard?", throwable);
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
H A DDialerExecutor.java48 void onFailure(@NonNull Throwable throwable); argument
H A DDialerUiTaskFragment.java138 } catch (Throwable throwable) {
139 LogUtil.e("InternalTask.doInBackground", "task failed", throwable);
140 return new InternalTaskResult<>(throwable, null);
146 if (result.throwable != null) {
150 failureListener.onFailure(result.throwable);
162 private final Throwable throwable; field in class:DialerUiTaskFragment.InternalTaskResult
165 InternalTaskResult(Throwable throwable, OutputT result) { argument
166 this.throwable = throwable;
/packages/apps/Settings/src/com/android/settings/overlay/
H A DFeatureFactory.java101 public FactoryNotFoundException(Throwable throwable) { argument
102 super("Unable to create factory. Did you misconfigure Proguard?", throwable);
/packages/apps/Dialer/java/com/android/dialer/common/
H A DLogUtil.java130 * @param throwable The exception to log.
134 public static void e(@NonNull String tag, @Nullable String msg, @NonNull Throwable throwable) { argument
138 println(android.util.Log.ERROR, TAG, tag, android.util.Log.getStackTraceString(throwable));
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java468 public AttachmentFailureException(String detailMessage, Throwable throwable) { argument
469 super(detailMessage, throwable);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DResourceUtils.java101 final Throwable throwable) {
102 super(message + ": " + expression, throwable);
100 DeviceOverridePatternSyntaxError(final String message, final String expression, final Throwable throwable) argument
/packages/services/Telecomm/libs/
H A Dguava.jar ... util.concurrent.AbstractScheduledService$1) public void run () Throwable t } com/google/common/util/concurrent/Futures$MappingCheckedFuture. ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jar ... .checkstyle.api.AuditEvent, java.lang.Throwable) com.puppycrawl.tools.checkstyle.api. ...

Completed in 262 milliseconds