Home
last modified time | relevance | path

Searched defs:throwable (Results 1 – 14 of 14) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DAuthException.java28 public AuthException(Throwable throwable) { in AuthException()
/packages/services/Telephony/src/com/android/phone/common/mail/
DCertificateValidationException.java26 public CertificateValidationException(String message, Throwable throwable) { in CertificateValidationException()
DAuthenticationFailedException.java30 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException()
DMessagingException.java77 public MessagingException(String message, Throwable throwable) { in MessagingException()
81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()
/packages/apps/Camera2/src/com/android/camera/device/
DSingleDeviceOpenListener.java32 public void onDeviceOpenException(Throwable throwable); in onDeviceOpenException()
DSingleDeviceRequest.java73 public void closeWithException(Throwable throwable) { in closeWithException()
DSingleDeviceStateMachine.java200 public void onDeviceOpenException(Throwable throwable) { in onDeviceOpenException()
249 public void onDeviceClosingException(Throwable throwable) { in onDeviceClosingException()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DCertificateValidationException.java27 public CertificateValidationException(String message, Throwable throwable) { in CertificateValidationException()
DAuthenticationFailedException.java31 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException()
DMessagingException.java78 public MessagingException(String message, Throwable throwable) { in MessagingException()
82 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.java65 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
DFeatureFactory.java73 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java399 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DResourceUtils.java101 final Throwable throwable) { in DeviceOverridePatternSyntaxError()