HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentFailureException (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 215 * @throws AttachmentFailureException
217 public Attachment generateLocalAttachment(Uri contentUri) throws AttachmentFailureException {
219 throw new AttachmentFailureException("Failed to create local attachment");
282 throw new AttachmentFailureException("Security Exception from attachment uri", e);
304 * @throws AttachmentFailureException if an error occurs adding the attachment.
307 throws AttachmentFailureException {
312 throw new AttachmentFailureException(
316 throw new AttachmentFailureException(
385 static class AttachmentFailureException extends Exception {
389 public AttachmentFailureException(String detailMessage)
    [all...]
ComposeActivity.java 92 import com.android.mail.compose.AttachmentsView.AttachmentFailureException;
    [all...]

Completed in 1295 milliseconds