Home
last modified time | relevance | path

Searched refs:errorRes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java387 private final int errorRes; field in AttachmentsView.AttachmentFailureException
391 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()
394 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException() argument
396 this.errorRes = errorRes; in AttachmentFailureException()
401 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()
409 return errorRes; in getErrorRes()
DComposeActivity.java1863 private void showAttachmentTooBigToast(int errorRes) { in showAttachmentTooBigToast() argument
1866 showErrorToast(getString(errorRes, maxSize)); in showAttachmentTooBigToast()