Searched refs:AttachmentFailureException (Results 1 – 2 of 2) sorted by relevance
254 public Attachment generateLocalAttachment(Uri contentUri) throws AttachmentFailureException { in generateLocalAttachment()256 throw new AttachmentFailureException("Failed to create local attachment"); in generateLocalAttachment()281 throw new AttachmentFailureException( in generateLocalAttachment()338 throw new AttachmentFailureException("Security Exception from attachment uri", e); in generateLocalAttachment()377 throws AttachmentFailureException { in addAttachment()382 throw new AttachmentFailureException( in addAttachment()386 throw new AttachmentFailureException( in addAttachment()454 static class AttachmentFailureException extends Exception { class in AttachmentsView458 public AttachmentFailureException(String detailMessage) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException463 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException() method in AttachmentsView.AttachmentFailureException[all …]
93 import com.android.mail.compose.AttachmentsView.AttachmentFailureException;1868 AttachmentFailureException error = null; in addAttachments()1873 } catch (AttachmentFailureException e) { in addAttachments()1999 } catch (AttachmentFailureException e) { in handleAttachmentUrisFromIntent()2086 } catch (AttachmentFailureException e) { in addAttachmentAndUpdateView()