Searched refs:errorRes (Results 1 – 2 of 2) sorted by relevance
387 private final int errorRes; field in AttachmentsView.AttachmentFailureException391 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()394 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException() argument396 this.errorRes = errorRes; in AttachmentFailureException()401 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()409 return errorRes; in getErrorRes()
1863 private void showAttachmentTooBigToast(int errorRes) { in showAttachmentTooBigToast() argument1866 showErrorToast(getString(errorRes, maxSize)); in showAttachmentTooBigToast()