Searched defs:errorRes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java396 private final int errorRes; field in class:AttachmentsView.AttachmentFailureException
400 this.errorRes = R.string.generic_attachment_problem;
403 public AttachmentFailureException(String error, int errorRes) { argument
405 this.errorRes = errorRes;
410 this.errorRes = R.string.generic_attachment_problem;
418 return errorRes;
H A DComposeActivity.java1541 private void showAttachmentTooBigToast(int errorRes) { argument
1544 showErrorToast(getString(errorRes, maxSize));

Completed in 40 milliseconds